Section "Files" # FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" # FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" FontPath "/usr/lib/X11/fonts/TrueType" FontPath "/usr/lib/X11/fonts/TTF" EndSection Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "speedo" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Synaptics (Mobilix)" Driver "synaptics" Option "CorePointer" Option "Device" "/dev/psaux" Option "Edges" "1900 5400 1800 3900" Option "Finger" "25 30" Option "MaxTapTime" "20" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.02" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0010" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Synaptics (GPM)" Driver "mouse" Option "CorePointer" Option "Device" "/dev/gpmdata" Option "Protocol" "ImPS/2" # Option "Emulate3Buttons" # Option "Buttons" "4" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "AlwaysCore" # Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "ATI Radeon 7500 Mobility" Driver "ati" Option "AGPMode" "2" Option "EnablePageFlip" "true" # Option "NoAccel" BusID "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "ATI Radeon 7500 Mobility CRT" Driver "ati" Option "AGPMode" "2" Option "EnablePageFlip" "true" BusID "PCI:1:0:0" Screen 1 EndSection Section "Monitor" Identifier "Clevo 15in 1400x1050" HorizSync 30-60 VertRefresh 50-75 # Option "DPMS" EndSection Section "Monitor" Identifier "CRT Monitor" HorizSync 31.5, 35.15, 35.5 # HorizSync 30-60 VertRefresh 50-90 EndSection Section "Screen" Identifier "Default Screen" Device "ATI Radeon 7500 Mobility" Monitor "Clevo 15in 1400x1050" DefaultDepth 24 SubSection "Display" Depth 8 Modes "1400x1050" EndSubSection SubSection "Display" Depth 15 Modes "1400x1050" EndSubSection SubSection "Display" Depth 16 Modes "1400x1050" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1400x1050" "1024x768" "800x600" "640x480" EndSubSection EndSection # just a lower resolution LCD (1024x768) Section "Screen" Identifier "1024x768 Screen" Device "ATI Radeon 7500 Mobility" Monitor "Clevo 15in 1400x1050" DefaultDepth 16 SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection # just a lower resolution LCD Section "Screen" Identifier "800x600 Screen" Device "ATI Radeon 7500 Mobility" Monitor "Clevo 15in 1400x1050" DefaultDepth 16 SubSection "Display" Depth 16 Modes "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "800x600" "640x480" EndSubSection EndSection # just a lower resolution LCD Section "Screen" Identifier "640x480 Screen" Device "ATI Radeon 7500 Mobility" Monitor "Clevo 15in 1400x1050" DefaultDepth 8 SubSection "Display" Depth 8 Modes "640x480" EndSubSection SubSection "Display" Depth 24 Modes "640x480" EndSubSection EndSection Section "Screen" Identifier "CRT Screen" Device "ATI Radeon 7500 Mobility CRT" Monitor "CRT Monitor" DefaultDepth 24 SubSection "Display" Depth 16 Modes "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "800x600" "640x480" EndSubSection EndSection # normally use this layout Section "ServerLayout" Identifier "DefaultLayout" Screen "Default Screen" InputDevice "Generic Keyboard" # InputDevice "Synaptics (GPM)" InputDevice "Synaptics (Mobilix)" InputDevice "USB Mouse" EndSection # use this layout if the beamer can take 1024x768 and then # play with the Fn-F7 key, mmmkay? it seems even if the beamer # can't initially handle it, it sometimes help to switch to beamer # output only Section "ServerLayout" Identifier "1024x768Layout" Screen "1024x768 Screen" InputDevice "Generic Keyboard" InputDevice "Synaptics (GPM)" EndSection # use this layout if the beamer can take 800x600 and then # play with the Fn-F7 key, mmmkay? it seems even if the beamer # can't initially handle it, it sometimes help to switch to beamer # output only Section "ServerLayout" Identifier "800x600Layout" Screen "800x600 Screen" InputDevice "Generic Keyboard" InputDevice "Synaptics (GPM)" EndSection Section "ServerLayout" Identifier "640x480Layout" Screen "640x480 Screen" InputDevice "Generic Keyboard" InputDevice "Synaptics (GPM)" EndSection # this is the xinerama layout... remember: # startx -- -layout "Xinerama Layout" Section "ServerLayout" Identifier "XineramaLayout" Option "Xinerama" "On" Screen 1 "CRT Screen" 0 0 Screen 0 "800x600 Screen" Relative "CRT Screen" 0 0 InputDevice "Generic Keyboard" InputDevice "Synaptics (GPM)" EndSection Section "DRI" Mode 0666 EndSection