| 1 | # Default xorg.conf for Xorg 1.5+ without PCI_TXT_IDS_PATH enabled.
|
|---|
| 2 | #
|
|---|
| 3 | # This file was created by VirtualBox Additions installer as it
|
|---|
| 4 | # was unable to find any existing configuration file for X.
|
|---|
| 5 |
|
|---|
| 6 | #Section "Device"
|
|---|
| 7 | # Identifier "VirtualBox Video Card"
|
|---|
| 8 | # Driver "vboxvideo"
|
|---|
| 9 | #EndSection
|
|---|
| 10 |
|
|---|
| 11 | Section "InputDevice"
|
|---|
| 12 | Identifier "Configured Mouse"
|
|---|
| 13 | Driver "vboxmouse"
|
|---|
| 14 | Option "CorePointer"
|
|---|
| 15 | # Option "Device" "/dev/input/mouse0"
|
|---|
| 16 | # Option "Protocol" "ImPS/2"
|
|---|
| 17 | # Option "ZAxisMapping" "4 5"
|
|---|
| 18 | # Option "Emulate3Buttons" "true"
|
|---|
| 19 | EndSection
|
|---|
| 20 |
|
|---|
| 21 | #Section "Device"
|
|---|
| 22 | # Identifier "Configured Video Device"
|
|---|
| 23 | # Driver "vboxvideo"
|
|---|
| 24 | #EndSection
|
|---|