#------------------------------------------------------------------------------
# Modified Calculate Utilities 3.7.1.24
# Processed template files:
# /var/db/repos/calculate/profiles/templates/3.6/3_ac_install_live/1-merge/x11-base/xorg-server/X11/xorg.conf
# To modify this file, create a /etc/X11/xorg.conf.clt template.
#------------------------------------------------------------------------------
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 "Monitor"
Identifier "StandardMonitor"
HorizSync 31.5 - 60.0
VertRefresh 60-160
Option "DPMS"
EndSection
Section "Device"
Identifier "Video"
Driver "nvidia"
Option "RenderAccel" "True"
Option "AllowGLXWithComposite" "True"
Option "NoLogo" "True"
Option "NvAgp" "1"
Option "DPI" "96x96"
EndSection
Section "Screen"
Identifier "Monitor"
Device "Video"
Monitor "StandardMonitor"
DefaultDepth 24
Subsection "Display"
Viewport 0 0
Depth 24
Modes "1920x1080"
EndSubsection
EndSection
Section "Extensions"
Option "Composite" "On"
EndSection