calculate-utils-3-templates/install/1merge/xorg-server/X11/xorg.conf.other

26 lines
545 B
Text

# 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