# Layouts: # # Default Layout: tout automatique # "dual": extension de bureau automatique sur le VGA (placé au-dessus) # "beamer": forçage de l'existence du VGA. Pas d'extension. # Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" EndSection Section "Module" EndSection Section "InputDevice" Identifier "Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr,braille" Option "XkbVariant" "latin9," Option "XkbOptions" "compose:rwin,nbsp:level3,grp:shift_caps_toggle" EndSection Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/gpmdata" Option "Protocol" "IntelliMouse" Option "Emulate3Buttons" "true" EndSection # Deux moniteurs un peu particuliers Section "Monitor" Identifier "LVDS-below" Option "Below" "VGA" EndSection Section "Monitor" Identifier "VGA-forced" Option "Enable" "true" EndSection #Section "Device" # Identifier "dummy" # Driver "dummy" #EndSection #Section "Monitor" # Identifier "dummy" # HorizSync 30-50 # VertRefresh 50-80 #EndSection Section "Device" Identifier "Video Board" Driver "intel" Option "FramebufferCompression" "FALSE" # Option "DRI" "false" # Option "AccelMethod" "XAA" # Option "AccelMethod" "EXA" EndSection Section "Device" Identifier "Video Board Dual" Driver "intel" Option "Monitor-LVDS" "LVDS-below" EndSection Section "Device" Identifier "Video Board VGA" Driver "intel" Option "Monitor-VGA" "VGA-forced" EndSection Section "Screen" Identifier "Screen" Device "Video Board" SubSection "Display" Depth 24 Virtual 1600 1968 EndSubSection EndSection Section "Screen" Identifier "Screen Dual" Device "Video Board Dual" SubSection "Display" Depth 24 Virtual 1600 1968 EndSubSection EndSection Section "Screen" Identifier "Screen VGA" Device "Video Board VGA" SubSection "Display" Depth 24 Virtual 1600 1968 EndSubSection EndSection #Section "Screen" # Identifier "dummy" # Device "dummy" # Monitor "dummy" # SubSection "Display" # Depth 24 # Virtual 1024 768 # EndSubSection #EndSection Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen" InputDevice "Keyboard" InputDevice "Mouse" EndSection #Section "ServerLayout" # Identifier "dual" # Screen 0 "Screen Dual" # InputDevice "Keyboard" # InputDevice "Mouse" #EndSection # #Section "ServerLayout" # Identifier "beamer" # Screen 0 "Screen VGA" # InputDevice "Keyboard" # InputDevice "Mouse" #EndSection #Section "ServerLayout" # Identifier "mag" # Screen 0 "Screen" # Screen 1 "dummy" RightOf "Screen" # InputDevice "Keyboard" # InputDevice "Mouse" #EndSection Section "Extensions" Option "Composite" "Enable" Option "XEVIE" "Enable" EndSection