Add templates for xorg vesa.

This commit is contained in:
Mike Hiretsky 2011-08-26 17:11:49 +04:00
parent 039e6262d3
commit e0e7476b20
2 changed files with 27 additions and 1 deletions

View file

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

View file

@ -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