# nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (root@mythbox) Wed Nov 29 00:06:14 CST 2006 # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules/extensions/nvidia" ModulePath "/usr/lib/xorg/modules/extensions" ModulePath "/usr/lib/xorg/modules" EndSection Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" # Load "record" Load "freetype" Load "type1" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "Monitor" # Option "DPMS" Identifier "Monitor0" VendorName "Toshiba" ModelName "32HLC56" ### Comment all HorizSync and VertSync values to use DDC: ### But actuallly we wish to override this to get native res... ### so see UseEdidFreqs below ### Here we bump it up from 46 to 48.... HorizSync 15.0 - 48.0 VertRefresh 59.0 - 61.0 Modeline "1366x768_60.00_rb" 72.25 1366 1414 1446 1526 768 771 781 790 +HSync -Vsync EndSection Section "Device" # Forces XvMC to use the 3D engine for XvMCPutSurface requests rather # than the video overlay. Default: false (video overlay is used when # available). # Option "XvmcUsesTextures" "true" Identifier "Videocard0" Driver "nvidia" Option "XvmcUsesTextures" "false" Option "NvAGP" "1" Option "UseEdidFreqs" "false" Option "NoLogo" "true" Option "ExactModeTimingsDVI" "true" # Monitor reports as 1920x720... and we want non-8-multiple for 1366. Option "ModeValidation" "DFP-0: NoDFPNativeResolutionCheck, NoWidthAlignmentCheck" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1366x768_60.00_rb" EndSubSection EndSection