Add templates for xorg vesa.

master 2.2.22
Mike Hiretsky 13 years ago
parent 039e6262d3
commit e0e7476b20

@ -1,4 +1,4 @@
# Calculate comment=#
# Calculate comment=# os_install_video_drv!=other
Section "ServerLayout"
Identifier "Xorg Configured"

@ -0,0 +1,26 @@
# Calculate comment=# os_install_video_drv==other name=xorg.conf
Section "ServerLayout"
Identifier "Xorg Configured"
Screen "Monitor"
EndSection
Section "Files"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/droid"
EndSection
Section "Module"
Load "dbe" # Double buffer extension
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extension
EndSection
Section "Screen"
Identifier "Monitor"
EndSection
Section "Extensions"
Option "Composite" "Off"
EndSection
Loading…
Cancel
Save