Probe #c09783ccde of Gigabyte 970A-DS3P Desktop Computer

Log: xorg.conf

# ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" Option "IgnoreABI" "true" # Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence # (where n is 1 through 12). This allows clients to receive these key # events. Option "DontVTSwitch" "true" # Enables mode switching with xrandr # There is a report that this can cause Xorg not to work on some # video hardware, so default is commented-out... # but i want to use it in xorgwizard so leave on... Option "RandR" "on" # With this, Xorg wont talk to HAL to add evdev devices and youll be back # with the old Xorg behavior (pre-7.4)... Option "AutoAddDevices" "true" # For no-Hal, kirk also suggests this... # Option "AllowMouseOpenFail" "true" # Xorg 7.4, Ubuntu Jaunty, CTRL-ALT-BACKSPACE is disabled by default... Option "DontZap" "false" EndSection Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 # InputDevice "Synaptics Mouse" "AlwaysCore" #serverlayoutsynaptics # InputDevice "VboxMouse" "CorePointer" #InputDevice "Mouse0" "CorePointer" #InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/local" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/truetype" FontPath "/usr/share/fonts/opentype" FontPath "/usr/share/fonts/woff" FontPath "/usr/share/fonts/CID" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/cyrillic" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/X11/fonts/misc" FontPath "/usr/share/fonts/X11/TTF" FontPath "/usr/share/fonts/X11/OTF" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/share/X11/fonts" FontPath "/usr/local/share/fonts" FontPath "/usr/local/share/X11/fonts" EndSection Section "Module" # Load "synaptics" #loadsynaptics Load "glx" EndSection Section "InputClass" Identifier "Keyboard Defaults" MatchIsKeyboard "yes" Option "XkbModel" "microsoftinet" #xkbmodel0 Option "XkbLayout" "gb" #Option "XkbVariant" "" #xkbvariant0 Option "XkbOptions" "terminate:ctrl_alt_bksp" #xkboptions0 EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 35-81 VertRefresh 59-76 #UseModes "Modes0" #monitor0usemodes # Option "PreferredMode" "1024x768" #monitor0prefmode EndSection Section "Modes" Identifier "Modes0" #modes0modeline0 EndSection Section "Device" Identifier "Card0" Driver "nouveau" #card0driver BusID "1:0:0" #card0busid EndSection Section "Screen" Identifier "Screen0" # Device "Card0" Monitor "Monitor0" # DefaultDepth 24 #Option "metamodes" "1280x800_60 +0+0" #METAMODES_0 Subsection "Display" Depth 24 #screen0depth # Modes "1024x768" #screen0modes EndSubsection EndSection


Hardware for Linux and BSD

GitHub