VirtualBox

Ticket #6481: xorg.conf

File xorg.conf, 2.3 KB (added by Manuel Lentner, 14 years ago)
Line 
1# VirtualBox generated configuration file
2# based on /etc/X11/xorg.conf.
3# xorg.conf (X.Org X Window System server configuration file)
4#
5# This file was generated by dexconf, the Debian X Configuration tool, using
6# values from the debconf database.
7#
8# Edit this file with caution, and see the xorg.conf manual page.
9# (Type "man xorg.conf" at the shell prompt.)
10#
11# This file is automatically updated on xserver-xorg package upgrades *only*
12# if it has not been modified since the last upgrade of the xserver-xorg
13# package.
14#
15# If you have edited this file but would like it to be automatically updated
16# again, run the following command:
17# sudo dpkg-reconfigure -phigh xserver-xorg
18
19
20Section "InputDevice"
21 Identifier "Keyboard[0]"
22 Driver "kbd"
23 Option "XkbRules" "xorg"
24 Option "XkbModel" "pc105"
25 Option "XkbLayout" "de"
26 Option "XkbVariant" "nodeadkeys"
27 Option "Protocol" "Standard"
28 Option "CoreKeyboard"
29EndSection
30
31Section "InputDevice"
32 Driver "mouse"
33 Identifier "Mouse[1]"
34 Option "Buttons" "9"
35 Option "Device" "/dev/input/mice"
36 Option "Name" "VirtualBox Mouse Buttons"
37 Option "Protocol" "explorerps/2"
38 Option "Vendor" "Sun Microsystems Inc"
39 Option "ZAxisMapping" "4 5"
40 Option "CorePointer"
41EndSection
42
43Section "InputDevice"
44 Driver "vboxmouse"
45 Identifier "Mouse[2]"
46 Option "Device" "/dev/vboxguest"
47 Option "Name" "VirtualBox Mouse"
48 Option "Vendor" "Sun Microsystems Inc"
49 Option "SendCoreEvents"
50EndSection
51
52Section "ServerLayout"
53 Identifier "Layout[all]"
54 InputDevice "Keyboard[0]" "CoreKeyboard"
55 InputDevice "Mouse[1]" "CorePointer"
56 InputDevice "Mouse[2]" "SendCoreEvents"
57 Option "Clone" "off"
58 Option "Xinerama" "off"
59 Screen "Screen[0]"
60EndSection
61
62Section "Monitor"
63 Identifier "Monitor[0]"
64 ModelName "VirtualBox Virtual Output"
65 VendorName "Sun Microsystems Inc"
66EndSection
67
68Section "Device"
69 BoardName "VirtualBox Graphics"
70 Driver "vboxvideo"
71 Identifier "Device[0]"
72 VendorName "Sun Microsystems Inc"
73EndSection
74
75Section "Screen"
76 SubSection "Display"
77 Depth 24
78 EndSubSection
79 Device "Device[0]"
80 Identifier "Screen[0]"
81 Monitor "Monitor[0]"
82EndSection

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy