#------------------------------------------------------------------------------ # Modified Calculate-install 2.2.28 # Processing template files: # /var/lib/layman/calculate/profiles/templates/install/1live/xorg-server/X11/xorg.conf # For modify this file, create /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 "vesaVGA" Driver "nvidia" Option "AGPMode" "8" Option "RenderAccel" "true" EndSection Section "Screen" Identifier "Monitor" Device "vesaVGA" Monitor "StandardMonitor" DefaultDepth 24 Subsection "Display" Viewport 0 0 Depth 24 Modes "1024x768" EndSubsection EndSection Section "Extensions" Option "Composite" "Off" EndSection