# xorg.conf for Samsung R65 with Debian Etch Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" # path to defoma fonts FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/100dpi:unscaled" FontPath "/usr/share/fonts/X11/75dpi:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/usr/local/share/fonts" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" EndSection Section "Module" Load "dbe" Load "extmod" Load "type1" Load "freetype" Load "glx" #Load "i2c" #Load "bitmap" #Load "ddc" #Load "int10" #Load "vbe" #Load "GLcore" #Load "v4l" EndSection Section "ServerFlags" # Ignore ALT-CTRL-BACKSPACE option "DontZap" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "de" #Option "XkbVariant" "nodeadkeys" EndSection Section "Monitor" Option "CalcAlgorithm" "XServerPool" DisplaySize 305 230 HorizSync 31.5-82 VertRefresh 50-90 #HorizSync 30-90 #VertRefresh 50-60 Identifier "Monitor0" VendorName "--> LCD" ModelName "1400X1050@60HZ" Option "DPMS" Modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync Modeline "1400x1050@75" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" Option "IgnoreEDID" "true" Option "UseEdidFreqs" "false" #Option "NoLogo" "On" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 # nvidia-driver modes # Modes "1400x1050" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" # nv-driver modes Modes "1400x1050@60" "1400x1050@75" "1280x960@75" "1600x1200@65" "1280x1024@60" "1600x1200@60" "1280x960@60" "1280x1024@75" "1280x854" "1152x768@54" "1152x864@75" "1024x768@43" "1024x768@60" "1024x768@70" "1024x768@75" "1024x768@85" "832x624@75" "800x600@60" "800x600@85" "800x600@75" "800x600@72" "800x600@56" "640x480@85" "640x480@75" "640x480@72" "640x480@60" EndSubSection EndSection