1 | # Xorg configuration created by pyxf86config
|
---|
2 |
|
---|
3 | Section "ServerLayout"
|
---|
4 | Identifier "Default Layout"
|
---|
5 | Screen 0 "Screen0" 0 0
|
---|
6 | InputDevice "Keyboard0" "CoreKeyboard"
|
---|
7 | EndSection
|
---|
8 |
|
---|
9 | Section "InputDevice"
|
---|
10 | Identifier "Keyboard0"
|
---|
11 | Driver "kbd"
|
---|
12 | Option "XkbModel" "pc105"
|
---|
13 | Option "XkbLayout" "us"
|
---|
14 | EndSection
|
---|
15 |
|
---|
16 | Section "Device"
|
---|
17 | Identifier "Videocard0"
|
---|
18 | Driver "vboxvideo"
|
---|
19 | EndSection
|
---|
20 |
|
---|
21 | Section "Screen"
|
---|
22 | Identifier "Screen0"
|
---|
23 | Device "Videocard0"
|
---|
24 | DefaultDepth 24
|
---|
25 | SubSection "Display"
|
---|
26 | Viewport 0 0
|
---|
27 | Depth 24
|
---|
28 | EndSubSection
|
---|
29 | EndSection
|
---|
30 |
|
---|
31 |
|
---|
32 | Section "InputDevice"
|
---|
33 | Identifier "VBoxMouse"
|
---|
34 | Driver "vboxmouse"
|
---|
35 | Option "CorePointer"
|
---|
36 | EndSection
|
---|