# This configuration for a i915 graphics card in a # Samsung X20-Laptop is tested on: # # xorg-server-1.4-r2 # xf86-video-i810-2.1.99 (2007-11-18) # tuxonice-sources-2.6.23-r1 # - Single screen: works # - Connected PAL TV: works # - Attach PAL TV at runtime: not tested # - Attach external monitor: not tested # # Please report bugs or additional test results to # xorg.conf@tmp.dau-sicher.de. Thank you! Section "ServerLayout" Identifier "Single Head Layout" Screen 0 "Local Screen" 0 0 Screen 1 "External Screen" 0 0 InputDevice "Generic Keyboard" InputDevice "Generic Mouse" InputDevice "Synaptics Touchpad" "CorePointer" Option "blank time" "05" # Blank the screen after 5 minutes (Fake) Option "standby time" "10" # Turn off screen after 10 minutes (DPMS) Option "suspend time" "20" # Full suspend after 20 minutes Option "off time" "30" # Turn off after half an hour Option "AIGLX" "true" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" # The following line is required for AIGLX Option "Composite" "Enabled" EndSection Section "ServerFlags" # comment out this line to stop using xinerama (dual head) # Option "Xinerama" "true" EndSection Section "Files" FontPath "/usr/share/fonts/afms" FontPath "/usr/share/fonts/cyrillic" FontPath "/usr/share/fonts/default" FontPath "/usr/share/fonts/intlfonts" FontPath "/usr/share/fonts/libdockapp-fonts" FontPath "/usr/share/fonts/local" FontPath "/usr/share/fonts/sharefonts" FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/ukr" FontPath "/usr/share/fonts/urw-fonts" FontPath "/usr/share/fonts/util" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/freefonts" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" EndSection Section "Module" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "dbe" Load "type1" Load "freetype" Load "glx" Load "record" Load "dri" Load "synaptics" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "Protocol" "Standard" Option "XkbLayout" "de" Option "XkbModel" "pc105" EndSection Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Name" "Logitech USB RECEIVER" Option "SHMConfig" "on" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "Device" "/dev/input/mouse0" Option "Protocol" "ImPS/2" Option "SHMConfig" "on" Option "HorizScrollDelta" "0" Option "Name" "SynPS/2 Synaptics TouchPad" Option "MinSpeed" "0.25" Option "MaxSpeed" "0.75" EndSection Section "Screen" Identifier "Local Screen" Device "Local Intel Device" Monitor "Local LCD Monitor" DefaultDepth 24 EndSection Section "Screen" Identifier "External Screen" Device "External Intel Device" Monitor "Generic Monitor" DefaultDepth 24 EndSection Section "Device" Identifier "Local Intel Device" BusID "PCI:0:2:0" Screen 0 Driver "intel" ChipSet "915GM" Option "DRI" "true" Option "NoAccel" "false" Option "XAANoOffscreenPixmaps" "true" # AIGLX Option "CacheLines" "1024" # mplayer-bug? Option "SWCursor" "0" Option "Monitor-TV" "PAL TV" EndSection Section "Device" Identifier "External Intel Device" BusID "PCI:0:2:1" Screen 0 Driver "intel" ChipSet "915GM" Option "Clone" "true" Option "DRI" "true" Option "NoAccel" "false" EndSection Section "Monitor" Identifier "Local LCD Monitor" HorizSync 30.0-71.0 VertRefresh 50-60 DisplaySize 302 229 Option "DPMS" "true" EndSection Section "Monitor" Identifier "Generic Monitor" HorizSync 30.0-70.0 VertRefresh 50-60 Option "DPMS" "true" EndSection Section "Monitor" Identifier "PAL TV" Option "TV Format" "PAL" EndSection