- /etc/X11/xorg.conf.d/90-keyboard-layout.conf
- Section "InputClass"
- Identifier "keyboard-all"
- MatchIsKeyboard "on"
- Driver "evdev"
- Option "XkbLayout" "fr"
- Option "XkbVariant" "latin9"
- Option "XkbOptions" "terminate:ctrl_alt_bksp"
- EndSection
- /etc/X11/xorg.conf
- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen 0 "Screen0" 0 0
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- Option "AllowEmptyInput" "false"
- Option "AutoAddDevice" "false"
- Option "AutoEnableDevices" "false"
- EndSection
- Section "Files"
- ModulePath "/usr/lib/xorg/modules"
- FontPath "/usr/share/fonts/local"
- FontPath "/usr/share/fonts/TTF"
- FontPath "/usr/share/fonts/OTF"
- FontPath "/usr/share/fonts/Type1"
- FontPath "/usr/share/fonts/misc"
- FontPath "/usr/share/fonts/CID"
- FontPath "/usr/share/fonts/75dpi/:unscaled"
- FontPath "/usr/share/fonts/100dpi/:unscaled"
- FontPath "/usr/share/fonts/75dpi"
- FontPath "/usr/share/fonts/100dpi"
- FontPath "/usr/share/fonts/cyrillic"
- EndSection
- Section "Module"
- Load "record"
- Load "glx"
- Load "GLcore"
- Load "dbe"
- Load "extmod"
- Load "type1"
- Load "freetype"
- EndSection
- Section "ServerFlags"
- Option "Xinerama" "0"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbRules" "xorg"
- Option "XkbModel" "pc105"
- Option "XkbLayout" "fr"
- Option "XkbGeometry" "pc(pc105)"
- Option "RightAlt" "ModeShift"
- # Option "XkbVariant" "nodeadkeys"
- EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/input/mice"
- Option "ZAxisMapping" "4 5 6 7"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "Unknown"
- ModelName "Philips 220AW"
- HorizSync 30.0 - 93.0
- VertRefresh 56.0 - 76.0
- Option "DPMS"
- EndSection
- Section "Device"
- Identifier "Card0"
- Driver "nvidia"
- VendorName "nVidia Corporation"
- BoardName "G70 [GeForce 7600 GT]"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Device0"
- Monitor "Monitor0"
- DefaultDepth 24
- Option "TwinView" "1"
- Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1680+0"
- SubSection "Display"
- Depth 24
- EndSubSection
- EndSection