#------------------------------------------------------------------------------ # Modified Calculate-core 3.4.0.2 # Processed template files: # /var/lib/layman/calculate/profiles/templates/3.3/3_ac_install_live/1-merge/x11-base/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" ModulePath "/opt/xorg/lib/xorg/modules,/usr/lib/xorg/modules" EndSection Section "Module" Load "dri" Load "dbe" # Double buffer extension Load "glx" # OpenGL X protocol interface Load "extmod" # Misc. required extension EndSection Section "Monitor" Identifier "StandardMonitor" Option "DPMS" EndSection Section "Device" Identifier "radeonVGA" Driver "radeon" EndSection Section "Screen" Identifier "Monitor" Device "radeonVGA" Monitor "StandardMonitor" DefaultDepth 24 Subsection "Display" Viewport 0 0 Depth 24 Modes "1920x1080" EndSubsection EndSection Section "DRI" Group "video" Mode 0666 EndSection Section "Extensions" Option "Composite" "Off" EndSection