source: trunk/puppet/modules/puppet-escritorio/files/xorg/xorg.conf.fbdev @ 629

Last change on this file since 629 was 629, checked in by josx@…, 14 years ago

Agregando otra configuracion de X por defecto con fbdev

File size: 271 bytes
Line 
1Section "Device"
2        Identifier      "Configured Video Device"
3        Driver          "fbdev"
4EndSection
5
6Section "Monitor"
7        Identifier      "Configured Monitor"
8EndSection
9
10Section "Screen"
11        Identifier      "Default Screen"
12        Monitor         "Configured Monitor"
13        Device          "Configured Video Device"
14EndSection
15
Note: See TracBrowser for help on using the repository browser.