Probe #33782ef7f1 of ASRock 970 Extreme4 Desktop Computer
Log: xorg.conf
Section "ServerLayout"
Identifier "VX Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AllowNonLocalXvidtune"
EndSection
Section "Files"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/usr/local/share/fonts/webfonts/"
FontPath "/usr/local/share/fonts/cyrillic/"
FontPath "/usr/local/share/fonts/GentiumBasic/"
FontPath "/usr/local/share/fonts/100dpi/"
FontPath "/usr/local/share/fonts/75dpi/"
FontPath "/usr/local/share/fonts/Liberation/"
FontPath "/usr/local/share/fonts/LinLibertineG/"
FontPath "/usr/local/share/fonts/OTF/"
FontPath "/usr/local/share/fonts/TTF/"
FontPath "/usr/local/share/fonts/Type1/"
FontPath "/usr/local/share/fonts/encodings/"
FontPath "/usr/local/share/fonts/bitstream-vera/"
FontPath "/usr/local/share/fonts/misc/"
FontPath "/usr/local/share/fonts/util/"
FontPath "/usr/local/share/fonts/cantarell/"
FontPath "/usr/local/share/fonts/dejavu/"
FontPath "/usr/local/share/fonts/Droid/"
EndSection
Section "Module"
Load "bitmap"
Load "extmod"
Load "glx"
Load "dbe"
# Load "xtrap"
Load "record"
# Load "type1"
Load "freetype"
Load "speedo"
Load "ddc"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys),ua(winkeys)"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5 6 7"
Option "Emulate3Buttons" "no"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "SyncMaster 970p"
Option "DPMS"
EndSection
Section "Device"
# Option "AllowDDCCI" "TRUE"
# Option "UseEDID" "FALSE"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "GeForce GTS 450"
Option "RenderAccel"
Option "HWcursor"
Option "CursorShadow"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Option "DPMS"
Option "RenderAccel" "True"
Option "IgnoreEDID" "1"
Option "CursorShadow" "1"
Option "DigitalVibrance" "2"
Option "AllowDDCCI" "True"
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "True"
Option "NvAGP" "1"
Option "ConnectedMonitor" "DFP"
Option "UseDisplayDevice" "DFP"
# added
SubSection "Display"
Depth 24
Modes "1920x1080" "1600x1050" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
#Section "Extensions"
# Option "Composite" "Disable"
#EndSection
Section "ServerFlags"
Option "AutoAddDevices" "True"
Option "AllowEmptyInput" "off"
Option "DontZap" "false"
EndSection