| 1 | # xorg.conf (xorg X Window System server configuration file)
|
|---|
| 2 | #
|
|---|
| 3 | # This file was generated by dexconf, the Debian X Configuration tool, using
|
|---|
| 4 | # values from the debconf database.
|
|---|
| 5 | #
|
|---|
| 6 | # Edit this file with caution, and see the xorg.conf manual page.
|
|---|
| 7 | # (Type "man xorg.conf" at the shell prompt.)
|
|---|
| 8 | #
|
|---|
| 9 | # This file is automatically updated on xserver-xorg package upgrades *only*
|
|---|
| 10 | # if it has not been modified since the last upgrade of the xserver-xorg
|
|---|
| 11 | # package.
|
|---|
| 12 | #
|
|---|
| 13 | # If you have edited this file but would like it to be automatically updated
|
|---|
| 14 | # again, run the following command:
|
|---|
| 15 | # sudo dpkg-reconfigure -phigh xserver-xorg
|
|---|
| 16 |
|
|---|
| 17 | Section "Files"
|
|---|
| 18 |
|
|---|
| 19 | EndSection
|
|---|
| 20 |
|
|---|
| 21 | Section "Module"
|
|---|
| 22 | Load "extmod"
|
|---|
| 23 | EndSection
|
|---|
| 24 |
|
|---|
| 25 | Section "InputDevice"
|
|---|
| 26 | Identifier "Generic Keyboard"
|
|---|
| 27 | Driver "kbd"
|
|---|
| 28 | Option "CoreKeyboard"
|
|---|
| 29 | Option "XkbRules" "xorg"
|
|---|
| 30 | Option "XkbModel" "pc105"
|
|---|
| 31 | Option "XkbLayout" "fr"
|
|---|
| 32 | Option "XkbVariant" "latin9"
|
|---|
| 33 | EndSection
|
|---|
| 34 |
|
|---|
| 35 | Section "InputDevice"
|
|---|
| 36 | Identifier "Configured Mouse"
|
|---|
| 37 | Driver "vboxmouse"
|
|---|
| 38 | Option "CorePointer"
|
|---|
| 39 | Option "Device" "/dev/input/mice"
|
|---|
| 40 | Option "Protocol" "ExplorerPS/2"
|
|---|
| 41 | Option "Emulate3Buttons" "true"
|
|---|
| 42 | EndSection
|
|---|
| 43 |
|
|---|
| 44 | Section "Device"
|
|---|
| 45 | Identifier "vbox-card"
|
|---|
| 46 | Driver "vboxvideo"
|
|---|
| 47 | BusID "PCI:0:2:0"
|
|---|
| 48 | EndSection
|
|---|
| 49 |
|
|---|
| 50 | Section "Monitor"
|
|---|
| 51 | Identifier "Generic Monitor"
|
|---|
| 52 | Option "DPMS"
|
|---|
| 53 | HorizSync 30-100
|
|---|
| 54 | VertRefresh 50-160
|
|---|
| 55 | EndSection
|
|---|
| 56 |
|
|---|
| 57 | Section "Screen"
|
|---|
| 58 | Identifier "Default Screen"
|
|---|
| 59 | Device "vbox-card"
|
|---|
| 60 | Monitor "Generic Monitor"
|
|---|
| 61 | DefaultDepth 24
|
|---|
| 62 | EndSection
|
|---|
| 63 |
|
|---|
| 64 | Section "ServerLayout"
|
|---|
| 65 | Identifier "Default Layout"
|
|---|
| 66 | Screen "Default Screen"
|
|---|
| 67 | InputDevice "Generic Keyboard"
|
|---|
| 68 | InputDevice "Configured Mouse"
|
|---|
| 69 | EndSection
|
|---|