VirtualBox

Ticket #1452: xorg.conf

File xorg.conf, 1.6 KB (added by Seblu, 16 years ago)

Xorg conf file

Line 
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
17Section "Files"
18
19EndSection
20
21Section "Module"
22 Load "extmod"
23EndSection
24
25Section "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"
33EndSection
34
35Section "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"
42EndSection
43
44Section "Device"
45 Identifier "vbox-card"
46 Driver "vboxvideo"
47 BusID "PCI:0:2:0"
48EndSection
49
50Section "Monitor"
51 Identifier "Generic Monitor"
52 Option "DPMS"
53 HorizSync 30-100
54 VertRefresh 50-160
55EndSection
56
57Section "Screen"
58 Identifier "Default Screen"
59 Device "vbox-card"
60 Monitor "Generic Monitor"
61 DefaultDepth 24
62EndSection
63
64Section "ServerLayout"
65 Identifier "Default Layout"
66 Screen "Default Screen"
67 InputDevice "Generic Keyboard"
68 InputDevice "Configured Mouse"
69EndSection

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