Add templates for xorg vesa.
This commit is contained in:
parent
039e6262d3
commit
e0e7476b20
2 changed files with 27 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# Calculate comment=#
|
||||
# Calculate comment=# os_install_video_drv!=other
|
||||
|
||||
Section "ServerLayout"
|
||||
Identifier "Xorg Configured"
|
||||
|
|
26
install/1merge/xorg-server/X11/xorg.conf.other
Normal file
26
install/1merge/xorg-server/X11/xorg.conf.other
Normal 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
|
Loading…
Add table
Reference in a new issue