26 lines
545 B
Text
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
|