Magellan Linux

Annotation of /trunk/virtualbox/xorg.conf.vbox

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1070 - (hide annotations) (download)
Mon Aug 9 20:31:47 2010 UTC (13 years, 9 months ago) by niro
File size: 407 byte(s)
-added new files

1 niro 1070 Section "Device"
2     Identifier "Device-vboxvideo"
3     Driver "vboxvideo"
4     EndSection
5     Section "Screen"
6     Identifier "Screen-vboxvideo"
7     Device "Device-vboxvideo"
8     EndSection
9    
10     Section "InputDevice"
11     Identifier "InputDevice-vboxmouse"
12     Driver "vboxmouse"
13     EndSection
14    
15     Section "ServerLayout"
16     Identifier "Default Layout"
17     Screen "Screen-vboxvideo"
18     InputDevice "InputDevice-vboxmouse"
19     EndSection