<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="it">
	<id>https://wiki.montellug.it/index.php?action=history&amp;feed=atom&amp;title=Radeon</id>
	<title>Radeon - Cronologia</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.montellug.it/index.php?action=history&amp;feed=atom&amp;title=Radeon"/>
	<link rel="alternate" type="text/html" href="index.php?title=Radeon&amp;action=history"/>
	<updated>2026-05-06T04:28:05Z</updated>
	<subtitle>Cronologia della pagina su questo sito</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>index.php?title=Radeon&amp;diff=23782&amp;oldid=prev</id>
		<title>EndelWar: Pagina ricreata dopo eliminazione errata</title>
		<link rel="alternate" type="text/html" href="index.php?title=Radeon&amp;diff=23782&amp;oldid=prev"/>
		<updated>2016-06-06T10:47:46Z</updated>

		<summary type="html">&lt;p&gt;Pagina ricreata dopo eliminazione errata&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nuova pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;b&amp;gt;Guida – HOWTO&lt;br /&gt;
Installazione dei driver ATI su Linux UBUNTU BREEZY 5.10&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;i&amp;gt;Andrea &amp;quot;YogSothoth&amp;quot; Serrajotto – info AT montellug.it&lt;br /&gt;
Grazie a Manuel &amp;quot;Endelwar&amp;quot; Dalla Lana per le importanti precisazioni.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Possedere una Ati Radeon 9600XT ed ottenere prestazoni 3D deludenti, anche sotto Linux, è oltremodo frustrante, ma l'installazione dei driver ATI su Ubuntu è sempre stata piuttosto problematica, soprattutto se paragonata con quella, già molto semplice, dei Driver nVidia - istruzioni su http://www.ubuntuguide.org&lt;br /&gt;
&lt;br /&gt;
Con alcuni piccoli accorgimenti è però altrettanto facile individuale il problema nell'installazione, e far sì che la nostra nuova Radeon, PCI, AGP o PCI xpress funzioni a pieno regime.&lt;br /&gt;
&lt;br /&gt;
Risultati su Game Armagetron, risoluzione 1280x1024, max effects&lt;br /&gt;
Prima: 4 FPS&lt;br /&gt;
Dopo: 180 FPS&lt;br /&gt;
Provate pure anche www.racer.nl  &lt;br /&gt;
Il gioco vale la candela o no?&lt;br /&gt;
&lt;br /&gt;
a) Scaricare i driver proprietari ATI RADEON per Linux su&lt;br /&gt;
&lt;br /&gt;
 https://support.ati.com/ics/support/KBAnswer.asp?questionID=1176&lt;br /&gt;
&lt;br /&gt;
Meglio scaricare l'installer da circa 70 megabytes.&lt;br /&gt;
Una volta scaricato, cambiamone i permessi: nella directory dove è stato scaricato&lt;br /&gt;
&lt;br /&gt;
 chmod 777 atidrivernomefilevisualizzato.run&lt;br /&gt;
&lt;br /&gt;
Per altre architetture hardware ATI integrate, 32 o 64 bit o altri modelli ATI non Radeon, consultare:&lt;br /&gt;
&lt;br /&gt;
 https://support.ati.com/ics/support/default.asp?deptID=894&amp;amp;task=knowledge&amp;amp;folderID=27&lt;br /&gt;
 &lt;br /&gt;
b) scaricare il pacchetto linux-headers CORRISPONDENTE al proprio kernel. Nel mio caso,&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install linux-headers-2.6.12-9-k7&lt;br /&gt;
 &lt;br /&gt;
(ho un processore AMD Athlon XP Barton – K7 - e mantengo il 2.6.12-9 per compatibilità con alcuni programmi. Lo stesso kernel K7 potranno usarlo tutti coloro i quali utilizzano un processore AMD Athlon, Duron e Sempron).&lt;br /&gt;
&lt;br /&gt;
Ovviamente, è necessario che siano presenti nel sistema i compilatori (esempio, il pacchetto build-essential)&lt;br /&gt;
&lt;br /&gt;
c) scaricare gcc 3.4, con il quale sono compilati i moduli ATI. Questo passaggio è di enorme beneficio per il sistema Ubuntu. Molti programmi e moduli non vengono installati proprio perché sono compilati con gcc3.4, mentre Ubuntu di default installa il 4.0. Questo porterà benefici in molte altre applicazioni, come ad esempio i driver nvidia, i moduli vmware etc. etc. etc.&lt;br /&gt;
&lt;br /&gt;
Quindi: &lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install cpp-3.4 g++-3.4 gcc-3.4-doc gcc-3.4&lt;br /&gt;
(il pacchetto doc non è indispensabile, ma un po' di sana documentazione non basta mai)&lt;br /&gt;
&lt;br /&gt;
Per i driver ATI nel mio sistema è bastato questo. In altri casi, come i drivers nvidia, è necessario dare i seguenti comandi:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
cd /usr/bin&lt;br /&gt;
sudo rm gcc&lt;br /&gt;
sudo ln -s gcc-3.4 gcc&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
d) &amp;lt;b&amp;gt;IN CASO DI SUCCESSIVI MALFUNZIONAMENTI&amp;lt;/b&amp;gt;, e' necessario scaricare il pacchetto x-window-system e i driver fglrx di ubuntu (per precauzione). &lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install x-window-system fglrx-driver fglrx-kernel-source fglrx-control&lt;br /&gt;
&lt;br /&gt;
e) backuppare il file /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
 sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.atibak&lt;br /&gt;
&lt;br /&gt;
Questo vi permetterà, con una riga di comando, di tornare alle precedenti impostazioni, senza quindi pensare di dover reinstallare tutto quanto.&lt;br /&gt;
&lt;br /&gt;
f) cominciare l'installazione dei drivers ATI&lt;br /&gt;
Dalla locazione nella quale si trova l'installer precedentemente scaricato,&lt;br /&gt;
&lt;br /&gt;
 sudo ./atiinstallernomedelfilescaricato.run&lt;br /&gt;
&lt;br /&gt;
Procedere con l'installazione automatica, in pratica premete sempre avanti.&lt;br /&gt;
Alla fine del procedimento, andate a visualizzare il file di log di installazione che vi viene segnalato nella finestra finale. Nel mio sistema:&lt;br /&gt;
&lt;br /&gt;
 sudo gedit /usr/share/fglrx/fglrx-install.log&lt;br /&gt;
&lt;br /&gt;
Controllate che non ci siano (troppi) errori, come ad esempio comandi non riusciti (problemi gcc) ed altri.&lt;br /&gt;
Bene! &lt;br /&gt;
&lt;br /&gt;
g) Aprire con gedit il precedente file di configurazione e cercare di ottenere dati importanti circa: l'esatto percorso del mouse (nel mio sistema /dev/input/mice), il refresh VERTICALE dello schermo (solitamente 60Hz per un LCD, 75-85 o superiori per un CRT). Occhio al refresh ORIZZONTALE dello schermo, è un dato molto importante.&lt;br /&gt;
 &lt;br /&gt;
 sudo gedit /etc/X11/xorg.conf.atibak&lt;br /&gt;
&lt;br /&gt;
Queste indicazioni vi serviranno eventualmente in caso di errori del Server X&lt;br /&gt;
&lt;br /&gt;
h) Digitare il comando di configurazione definitiva:&lt;br /&gt;
&lt;br /&gt;
 sudo fglrxconfig&lt;br /&gt;
&lt;br /&gt;
Prestare attenzione al tipo di mouse (di solito PS2), attenzione a che il percorso del mouse sia corretto e al tipo e lingua di tastiera. Generalmente, un 105-keys international, con codice lingua 16 italiano, è ottimo per tutti i sistemi.&lt;br /&gt;
Si possono saltare i passaggi successivi, in quanti premendo invio viene accettato il valore safe predefinito. Nel caso di utenti che sanno ciò che fanno, è possibile spaziare con l'installazione.&lt;br /&gt;
Generalmente, vale la regola: accettare le configurazioni automatiche proposte dal menu, anche quando chiede i refresh e le risoluzioni. Lasciate che se ne occupi lui (a meno che non vediate che seleziona una risoluzione troppo alta, non supportata dal vostro schermo). Semmai ci saranno problemi, ridare il comando fglrxconfig e ripetere la procedura variando i parametri.&lt;br /&gt;
&lt;br /&gt;
h-bis) Segnalo un passaggio obbligato per il mio sistema, che forse è necessario anche per altri computer. Il server X, al successivo riavvio, crasha. Dal log appaiono dei problemi ai fonts, ed è presto detto il motivo. La sezione fonts del nuovo xorg.conf non è corretta e punta a dei files inesistenti. Riconoscete la sezione poiché trovate scritto 75dpi, 100dpi, X11R6 e altre voci tipiche.&lt;br /&gt;
&lt;br /&gt;
Praticamente, nel mio sistema, ho incollato la sezione FONTS del precedente xorg.conf, ora /etc/X11/xorg.conf.atibak, nel nuovo file &lt;br /&gt;
 /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
Queste le prime righe del mio configuratore:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt; &lt;br /&gt;
# File: xorg.conf&lt;br /&gt;
# File generated by fglrxconfig (C) ATI Technologies, a substitute for xf86config.&lt;br /&gt;
&lt;br /&gt;
OMISSIS – ANDARE ALLA SEZIONE FILES&lt;br /&gt;
&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
# Files section.  This allows default font and rgb paths to be set&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Files&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# The location of the RGB database.  Note, this is the name of the&lt;br /&gt;
# file minus the extension (like &amp;quot;.txt&amp;quot; or &amp;quot;.db&amp;quot;).  There is normally&lt;br /&gt;
# no need to change the default.&lt;br /&gt;
&lt;br /&gt;
    RgbPath	&amp;quot;/usr/X11R6/lib/X11/rgb&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Multiple FontPath entries are allowed (which are concatenated together),&lt;br /&gt;
# as well as specifying multiple comma-separated entries in one FontPath&lt;br /&gt;
# command (or a combination of both methods)&lt;br /&gt;
# &lt;br /&gt;
# If you don't have a floating point coprocessor and emacs, Mosaic or other&lt;br /&gt;
# programs take long to start up, try moving the Type1 and Speedo directory&lt;br /&gt;
# to the end of this list (or comment them out).&lt;br /&gt;
&lt;br /&gt;
	FontPath	&amp;quot;/usr/share/X11/fonts/misc&amp;quot;&lt;br /&gt;
	FontPath	&amp;quot;/usr/share/X11/fonts/cyrillic&amp;quot;&lt;br /&gt;
	FontPath	&amp;quot;/usr/share/X11/fonts/100dpi/:unscaled&amp;quot;&lt;br /&gt;
	FontPath	&amp;quot;/usr/share/X11/fonts/75dpi/:unscaled&amp;quot;&lt;br /&gt;
	FontPath	&amp;quot;/usr/share/X11/fonts/Type1&amp;quot;&lt;br /&gt;
	FontPath	&amp;quot;/usr/share/X11/fonts/CID&amp;quot;&lt;br /&gt;
	FontPath	&amp;quot;/usr/share/X11/fonts/100dpi&amp;quot;&lt;br /&gt;
	FontPath	&amp;quot;/usr/share/X11/fonts/75dpi&amp;quot;&lt;br /&gt;
        # paths to defoma fonts&lt;br /&gt;
	FontPath	&amp;quot;/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType&amp;quot;&lt;br /&gt;
	FontPath	&amp;quot;/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# The module search path.  The default path is shown here.&lt;br /&gt;
&lt;br /&gt;
#    ModulePath &amp;quot;/usr/X11R6/lib/modules&amp;quot;&lt;br /&gt;
&lt;br /&gt;
EndSection&lt;br /&gt;
********************************************************&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
i) E' necessario riavviare il sistema con sudo reboot, o al massimo provare a riavviare il server X con i tarti CTRL-ALT-Tasto cancellazione.&lt;br /&gt;
&lt;br /&gt;
	Nel caso il server non funzioni, provare a visualizzare il log e capire dove sta l'errore. Se lo schermo appare nero o fuori sincronia, premere CTRL-ALT e i tasti + e – del tastierino per variare la risoluzione e tentare di trovare quella giusta. Nel caso tutto fili liscio, dalla console digitare (una volta avviato X)&lt;br /&gt;
&lt;br /&gt;
 fglrxinfo&lt;br /&gt;
&lt;br /&gt;
e controllare che l'accelerazione 3d sia presente, e non MESA 3D Indirect.&lt;br /&gt;
&lt;br /&gt;
 fgl_glxgears&lt;br /&gt;
&lt;br /&gt;
Apparirà un cubo rotante. Nella finestra della console, controllare che il frame rate sia elevato. Nel mio pc, oltre 600 fps, ma già 200 sono ottimi!&lt;br /&gt;
&lt;br /&gt;
Nel caso vogliate ritornare alla vecchia impostazione...&lt;br /&gt;
 sudo cp /etc/X11/xorg.conf.atibak /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
Riavviate il sistema.&lt;br /&gt;
Per la disinstallazione completa dei driver, esiste uno script&lt;br /&gt;
&lt;br /&gt;
 sudo sh /usr/share/fglrx/fglrx-uninstall.sh&lt;br /&gt;
&lt;br /&gt;
Spero vi sia utile... io mi sto divertendo con i giochi 3d!&lt;br /&gt;
&lt;br /&gt;
Allegato il mio file xorg.conf&lt;br /&gt;
 &amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
# File: xorg.conf&lt;br /&gt;
# File generated by fglrxconfig (C) ATI Technologies, a substitute for xf86config.&lt;br /&gt;
&lt;br /&gt;
# Note by ATI: the below copyright notice is there for servicing possibly&lt;br /&gt;
# pending third party rights on the file format and the instance of this file.&lt;br /&gt;
#&lt;br /&gt;
# Copyright (c) 1999 by The XFree86 Project, Inc.&lt;br /&gt;
#&lt;br /&gt;
# Permission is hereby granted, free of charge, to any person obtaining a&lt;br /&gt;
# copy of this software and associated documentation files (the &amp;quot;Software&amp;quot;),&lt;br /&gt;
# to deal in the Software without restriction, including without limitation&lt;br /&gt;
# the rights to use, copy, modify, merge, publish, distribute, sublicense,&lt;br /&gt;
# and/or sell copies of the Software, and to permit persons to whom the&lt;br /&gt;
# Software is furnished to do so, subject to the following conditions:&lt;br /&gt;
# &lt;br /&gt;
# The above copyright notice and this permission notice shall be included in&lt;br /&gt;
# all copies or substantial portions of the Software.&lt;br /&gt;
# &lt;br /&gt;
# THE SOFTWARE IS PROVIDED &amp;quot;AS IS&amp;quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&lt;br /&gt;
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&lt;br /&gt;
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL&lt;br /&gt;
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,&lt;br /&gt;
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF&lt;br /&gt;
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE&lt;br /&gt;
# SOFTWARE.&lt;br /&gt;
# &lt;br /&gt;
# Except as contained in this notice, the name of the XFree86 Project shall&lt;br /&gt;
# not be used in advertising or otherwise to promote the sale, use or other&lt;br /&gt;
# dealings in this Software without prior written authorization from the&lt;br /&gt;
# XFree86 Project.&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
# Refer to the XF86Config(4/5) man page for details about the format of &lt;br /&gt;
# this file.&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
# DRI Section&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
Section &amp;quot;dri&amp;quot;&lt;br /&gt;
# Access to OpenGL ICD is allowed for all users:&lt;br /&gt;
    Mode 0666&lt;br /&gt;
# Access to OpenGL ICD is restricted to a specific user group:&lt;br /&gt;
#    Group 100    # users&lt;br /&gt;
#    Mode 0660&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
# Module section -- this  section  is used to specify&lt;br /&gt;
# which dynamically loadable modules to load.&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
#&lt;br /&gt;
Section &amp;quot;Module&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# This loads the DBE extension module.&lt;br /&gt;
&lt;br /&gt;
    Load        &amp;quot;dbe&amp;quot;  	# Double buffer extension&lt;br /&gt;
&lt;br /&gt;
# This loads the miscellaneous extensions module, and disables&lt;br /&gt;
# initialisation of the XFree86-DGA extension within that module.&lt;br /&gt;
    SubSection  &amp;quot;extmod&amp;quot;&lt;br /&gt;
      Option    &amp;quot;omit xfree86-dga&amp;quot;   # don't initialise the DGA extension&lt;br /&gt;
    EndSubSection&lt;br /&gt;
&lt;br /&gt;
# This loads the Type1 and FreeType font modules&lt;br /&gt;
    Load        &amp;quot;type1&amp;quot;&lt;br /&gt;
    Load        &amp;quot;freetype&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# This loads the GLX module&lt;br /&gt;
    Load        &amp;quot;glx&amp;quot;   # libglx.a&lt;br /&gt;
    Load        &amp;quot;dri&amp;quot;   # libdri.a&lt;br /&gt;
&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
# Files section.  This allows default font and rgb paths to be set&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Files&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# The location of the RGB database.  Note, this is the name of the&lt;br /&gt;
# file minus the extension (like &amp;quot;.txt&amp;quot; or &amp;quot;.db&amp;quot;).  There is normally&lt;br /&gt;
# no need to change the default.&lt;br /&gt;
&lt;br /&gt;
    RgbPath	&amp;quot;/usr/X11R6/lib/X11/rgb&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Multiple FontPath entries are allowed (which are concatenated together),&lt;br /&gt;
# as well as specifying multiple comma-separated entries in one FontPath&lt;br /&gt;
# command (or a combination of both methods)&lt;br /&gt;
# &lt;br /&gt;
# If you don't have a floating point coprocessor and emacs, Mosaic or other&lt;br /&gt;
# programs take long to start up, try moving the Type1 and Speedo directory&lt;br /&gt;
# to the end of this list (or comment them out).&lt;br /&gt;
# &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
	FontPath	&amp;quot;/usr/share/X11/fonts/misc&amp;quot;&lt;br /&gt;
	FontPath	&amp;quot;/usr/share/X11/fonts/cyrillic&amp;quot;&lt;br /&gt;
	FontPath	&amp;quot;/usr/share/X11/fonts/100dpi/:unscaled&amp;quot;&lt;br /&gt;
	FontPath	&amp;quot;/usr/share/X11/fonts/75dpi/:unscaled&amp;quot;&lt;br /&gt;
	FontPath	&amp;quot;/usr/share/X11/fonts/Type1&amp;quot;&lt;br /&gt;
	FontPath	&amp;quot;/usr/share/X11/fonts/CID&amp;quot;&lt;br /&gt;
	FontPath	&amp;quot;/usr/share/X11/fonts/100dpi&amp;quot;&lt;br /&gt;
	FontPath	&amp;quot;/usr/share/X11/fonts/75dpi&amp;quot;&lt;br /&gt;
        # paths to defoma fonts&lt;br /&gt;
	FontPath	&amp;quot;/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType&amp;quot;&lt;br /&gt;
	FontPath	&amp;quot;/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# The module search path.  The default path is shown here.&lt;br /&gt;
&lt;br /&gt;
#    ModulePath &amp;quot;/usr/X11R6/lib/modules&amp;quot;&lt;br /&gt;
&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
# Server flags section.&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;ServerFlags&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Uncomment this to cause a core dump at the spot where a signal is &lt;br /&gt;
# received.  This may leave the console in an unusable state, but may&lt;br /&gt;
# provide a better stack trace in the core dump to aid in debugging&lt;br /&gt;
&lt;br /&gt;
#    Option &amp;quot;NoTrapSignals&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Uncomment this to disable the &amp;lt;Crtl&amp;gt;&amp;lt;Alt&amp;gt;&amp;lt;BS&amp;gt; server abort sequence&lt;br /&gt;
# This allows clients to receive this key event.&lt;br /&gt;
&lt;br /&gt;
#    Option &amp;quot;DontZap&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Uncomment this to disable the &amp;lt;Crtl&amp;gt;&amp;lt;Alt&amp;gt;&amp;lt;KP_+&amp;gt;/&amp;lt;KP_-&amp;gt; mode switching&lt;br /&gt;
# sequences.  This allows clients to receive these key events.&lt;br /&gt;
&lt;br /&gt;
#    Option &amp;quot;Dont Zoom&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Uncomment this to disable tuning with the xvidtune client. With&lt;br /&gt;
# it the client can still run and fetch card and monitor attributes,&lt;br /&gt;
# but it will not be allowed to change them. If it tries it will&lt;br /&gt;
# receive a protocol error.&lt;br /&gt;
&lt;br /&gt;
#    Option &amp;quot;DisableVidModeExtension&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Uncomment this to enable the use of a non-local xvidtune client. &lt;br /&gt;
&lt;br /&gt;
#    Option &amp;quot;AllowNonLocalXvidtune&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Uncomment this to disable dynamically modifying the input device&lt;br /&gt;
# (mouse and keyboard) settings. &lt;br /&gt;
&lt;br /&gt;
#    Option &amp;quot;DisableModInDev&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Uncomment this to enable the use of a non-local client to&lt;br /&gt;
# change the keyboard or mouse settings (currently only xset).&lt;br /&gt;
&lt;br /&gt;
#    Option &amp;quot;AllowNonLocalModInDev&amp;quot;&lt;br /&gt;
&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
# Input devices&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
# Core keyboard's InputDevice section&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    Identifier	&amp;quot;Keyboard1&amp;quot;&lt;br /&gt;
    Driver	&amp;quot;kbd&amp;quot;&lt;br /&gt;
# For most OSs the protocol can be omitted (it defaults to &amp;quot;Standard&amp;quot;).&lt;br /&gt;
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),&lt;br /&gt;
# uncomment the following line.&lt;br /&gt;
&lt;br /&gt;
#    Option &amp;quot;Protocol&amp;quot;   &amp;quot;Xqueue&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    Option &amp;quot;AutoRepeat&amp;quot; &amp;quot;500 30&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))&lt;br /&gt;
#    Option &amp;quot;Xleds&amp;quot;      &amp;quot;1 2 3&amp;quot;&lt;br /&gt;
&lt;br /&gt;
#    Option &amp;quot;LeftAlt&amp;quot;    &amp;quot;Meta&amp;quot;&lt;br /&gt;
#    Option &amp;quot;RightAlt&amp;quot;   &amp;quot;ModeShift&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# To customise the XKB settings to suit your keyboard, modify the&lt;br /&gt;
# lines below (which are the defaults).  For example, for a non-U.S.&lt;br /&gt;
# keyboard, you will probably want to use:&lt;br /&gt;
#    Option &amp;quot;XkbModel&amp;quot;   &amp;quot;pc102&amp;quot;&lt;br /&gt;
# If you have a US Microsoft Natural keyboard, you can use:&lt;br /&gt;
#    Option &amp;quot;XkbModel&amp;quot;   &amp;quot;microsoft&amp;quot;&lt;br /&gt;
#&lt;br /&gt;
# Then to change the language, change the Layout setting.&lt;br /&gt;
# For example, a german layout can be obtained with:&lt;br /&gt;
#    Option &amp;quot;XkbLayout&amp;quot;  &amp;quot;de&amp;quot;&lt;br /&gt;
# or:&lt;br /&gt;
#    Option &amp;quot;XkbLayout&amp;quot;  &amp;quot;de&amp;quot;&lt;br /&gt;
#    Option &amp;quot;XkbVariant&amp;quot; &amp;quot;nodeadkeys&amp;quot;&lt;br /&gt;
#&lt;br /&gt;
# If you'd like to switch the positions of your capslock and&lt;br /&gt;
# control keys, use:&lt;br /&gt;
#    Option &amp;quot;XkbOptions&amp;quot; &amp;quot;ctrl:swapcaps&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# These are the default XKB settings for XFree86&lt;br /&gt;
#    Option &amp;quot;XkbRules&amp;quot;   &amp;quot;xfree86&amp;quot;&lt;br /&gt;
#    Option &amp;quot;XkbModel&amp;quot;   &amp;quot;pc101&amp;quot;&lt;br /&gt;
#    Option &amp;quot;XkbLayout&amp;quot;  &amp;quot;us&amp;quot;&lt;br /&gt;
#    Option &amp;quot;XkbVariant&amp;quot; &amp;quot;&amp;quot;&lt;br /&gt;
#    Option &amp;quot;XkbOptions&amp;quot; &amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
#    Option &amp;quot;XkbDisable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    Option &amp;quot;XkbRules&amp;quot;	&amp;quot;xfree86&amp;quot;&lt;br /&gt;
    Option &amp;quot;XkbModel&amp;quot;	&amp;quot;pc105&amp;quot;&lt;br /&gt;
    Option &amp;quot;XkbLayout&amp;quot;	&amp;quot;it&amp;quot;&lt;br /&gt;
&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
# Core Pointer's InputDevice section&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Identifier and driver&lt;br /&gt;
&lt;br /&gt;
    Identifier	&amp;quot;Mouse1&amp;quot;&lt;br /&gt;
    Driver &amp;quot;mouse&amp;quot;&lt;br /&gt;
    Option &amp;quot;Protocol&amp;quot;   &amp;quot;ImPS/2&amp;quot;&lt;br /&gt;
    Option &amp;quot;ZAxisMapping&amp;quot;   &amp;quot;4 5&amp;quot;&lt;br /&gt;
    Option &amp;quot;Device&amp;quot;     &amp;quot;/dev/input/mice&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# When using XQUEUE, comment out the above two lines, and uncomment&lt;br /&gt;
# the following line.&lt;br /&gt;
&lt;br /&gt;
#    Option &amp;quot;Protocol&amp;quot;   &amp;quot;Xqueue&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Baudrate and SampleRate are only for some Logitech mice. In&lt;br /&gt;
# almost every case these lines should be omitted.&lt;br /&gt;
&lt;br /&gt;
#    Option &amp;quot;BaudRate&amp;quot;   &amp;quot;9600&amp;quot;&lt;br /&gt;
#    Option &amp;quot;SampleRate&amp;quot; &amp;quot;150&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Emulate3Buttons is an option for 2-button Microsoft mice&lt;br /&gt;
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)&lt;br /&gt;
&lt;br /&gt;
#    Option &amp;quot;Emulate3Buttons&amp;quot;&lt;br /&gt;
#    Option &amp;quot;Emulate3Timeout&amp;quot;    &amp;quot;50&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# ChordMiddle is an option for some 3-button Logitech mice&lt;br /&gt;
&lt;br /&gt;
#    Option &amp;quot;ChordMiddle&amp;quot;&lt;br /&gt;
&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
# Other input device sections &lt;br /&gt;
# this is optional and is required only if you&lt;br /&gt;
# are using extended input devices.  This is for example only.  Refer&lt;br /&gt;
# to the XF86Config man page for a description of the options.&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
#&lt;br /&gt;
# Section &amp;quot;InputDevice&amp;quot; &lt;br /&gt;
#    Identifier  &amp;quot;Mouse2&amp;quot;&lt;br /&gt;
#    Driver      &amp;quot;mouse&amp;quot;&lt;br /&gt;
#    Option      &amp;quot;Protocol&amp;quot;      &amp;quot;MouseMan&amp;quot;&lt;br /&gt;
#    Option      &amp;quot;Device&amp;quot;        &amp;quot;/dev/mouse2&amp;quot;&lt;br /&gt;
# EndSection&lt;br /&gt;
#&lt;br /&gt;
# Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
#    Identifier &amp;quot;spaceball&amp;quot;&lt;br /&gt;
#    Driver     &amp;quot;magellan&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;Device&amp;quot;         &amp;quot;/dev/cua0&amp;quot;&lt;br /&gt;
# EndSection&lt;br /&gt;
#&lt;br /&gt;
# Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
#    Identifier &amp;quot;spaceball2&amp;quot;&lt;br /&gt;
#    Driver     &amp;quot;spaceorb&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;Device&amp;quot;         &amp;quot;/dev/cua0&amp;quot;&lt;br /&gt;
# EndSection&lt;br /&gt;
#&lt;br /&gt;
# Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
#    Identifier &amp;quot;touchscreen0&amp;quot;&lt;br /&gt;
#    Driver     &amp;quot;microtouch&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;Device&amp;quot;         &amp;quot;/dev/ttyS0&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;MinX&amp;quot;           &amp;quot;1412&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;MaxX&amp;quot;           &amp;quot;15184&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;MinY&amp;quot;           &amp;quot;15372&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;MaxY&amp;quot;           &amp;quot;1230&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;ScreenNumber&amp;quot;   &amp;quot;0&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;ReportingMode&amp;quot;  &amp;quot;Scaled&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;ButtonNumber&amp;quot;   &amp;quot;1&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
# EndSection&lt;br /&gt;
#&lt;br /&gt;
# Section &amp;quot;InputDevice&amp;quot;&lt;br /&gt;
#    Identifier &amp;quot;touchscreen1&amp;quot;&lt;br /&gt;
#    Driver     &amp;quot;elo2300&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;Device&amp;quot;         &amp;quot;/dev/ttyS0&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;MinX&amp;quot;           &amp;quot;231&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;MaxX&amp;quot;           &amp;quot;3868&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;MinY&amp;quot;           &amp;quot;3858&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;MaxY&amp;quot;           &amp;quot;272&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;ScreenNumber&amp;quot;   &amp;quot;0&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;ReportingMode&amp;quot;  &amp;quot;Scaled&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;ButtonThreshold&amp;quot;    &amp;quot;17&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;ButtonNumber&amp;quot;   &amp;quot;1&amp;quot;&lt;br /&gt;
#    Option     &amp;quot;SendCoreEvents&amp;quot;&lt;br /&gt;
# EndSection&lt;br /&gt;
&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
# Monitor section&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
&lt;br /&gt;
# Any number of monitor sections may be present&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
    Identifier  &amp;quot;Monitor0&amp;quot;&lt;br /&gt;
# === mode lines based on GTF ===&lt;br /&gt;
# VGA @ 100Hz&lt;br /&gt;
# Modeline &amp;quot;640x480@100&amp;quot; 43.163 640 680 744 848 480 481 484 509 +hsync +vsync&lt;br /&gt;
# SVGA @ 100Hz&lt;br /&gt;
# Modeline &amp;quot;800x600@100&amp;quot; 68.179 800 848 936 1072 600 601 604 636 +hsync +vsync&lt;br /&gt;
# XVGA @ 100Hz&lt;br /&gt;
# Modeline &amp;quot;1024x768@100&amp;quot; 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync&lt;br /&gt;
# 1152x864 @ 60Hz&lt;br /&gt;
# Modeline &amp;quot;1152x864@60&amp;quot; 81.642 1152 1216 1336 1520 864 865 868 895 +hsync +vsync&lt;br /&gt;
# 1152x864 @ 85Hz&lt;br /&gt;
# Modeline &amp;quot;1152x864@85&amp;quot; 119.651 1152 1224 1352 1552 864 865 868 907 +hsync +vsync&lt;br /&gt;
# 1152x864 @ 100Hz&lt;br /&gt;
# Modeline &amp;quot;1152x864@100&amp;quot; 143.472 1152 1232 1360 1568 864 865 868 915 +hsync +vsync&lt;br /&gt;
# 1280x960 @ 75Hz&lt;br /&gt;
# Modeline &amp;quot;1280x960@75&amp;quot; 129.859 1280 1368 1504 1728 960 961 964 1002 +hsync +vsync&lt;br /&gt;
# 1280x960 @ 100Hz&lt;br /&gt;
# Modeline &amp;quot;1280x960@100&amp;quot; 178.992 1280 1376 1520 1760 960 961 964 1017  +hsync +vsync&lt;br /&gt;
# SXGA @ 100Hz&lt;br /&gt;
# Modeline &amp;quot;1280x1024@100&amp;quot; 190.960 1280 1376 1520 1760 1024 1025 1028 1085 +hsync +vsync&lt;br /&gt;
# SPEA GDM-1950 (60Hz,64kHz,110MHz,-,-): 1280x1024 @ V-freq: 60.00 Hz, H-freq: 63.73 KHz&lt;br /&gt;
# Modeline &amp;quot;GDM-1950&amp;quot;  109.62  1280 1336 1472 1720  1024 1024 1026 1062 -hsync -vsync&lt;br /&gt;
# 1600x1000 @ 60Hz&lt;br /&gt;
# Modeline &amp;quot;1600x1000&amp;quot; 133.142 1600 1704 1872 2144 1000 1001 1004 1035 +hsync +vsync&lt;br /&gt;
# 1600x1000 @ 75Hz&lt;br /&gt;
# Modeline &amp;quot;1600x1000&amp;quot; 169.128 1600 1704 1880 2160 1000 1001 1004 1044 +hsync +vsync&lt;br /&gt;
# 1600x1000 @ 85Hz&lt;br /&gt;
# Modeline &amp;quot;1600x1000&amp;quot; 194.202 1600 1712 1888 2176 1000 1001 1004 1050 +hsync +vsync&lt;br /&gt;
# 1600x1000 @ 100Hz&lt;br /&gt;
# Modeline &amp;quot;1600x1000&amp;quot; 232.133 1600 1720 1896 2192 1000 1001 1004 1059 +hsync +vsync&lt;br /&gt;
# 1600x1024 @ 60Hz&lt;br /&gt;
# Modeline &amp;quot;1600x1024&amp;quot; 136.385 1600 1704 1872 2144 1024 1027 1030 1060 +hsync +vsync&lt;br /&gt;
# 1600x1024 @ 75Hz&lt;br /&gt;
# Modeline &amp;quot;1600x1024&amp;quot; 174.416 1600 1712 1888 2176 1024 1025 1028 1069 +hsync +vsync&lt;br /&gt;
# 1600x1024 @ 76Hz&lt;br /&gt;
# Modeline &amp;quot;1600x1024&amp;quot; 170.450 1600 1632 1792 2096 1024 1027 1030 1070 +hsync +vsync&lt;br /&gt;
# 1600x1024 @ 85Hz&lt;br /&gt;
# Modeline &amp;quot;1600x1024&amp;quot; 198.832 1600 1712 1888 2176 1024 1027 1030 1075 +hsync +vsync&lt;br /&gt;
# 1920x1080 @ 60Hz&lt;br /&gt;
# Modeline &amp;quot;1920x1080&amp;quot; 172.798 1920 2040 2248 2576 1080 1081 1084 1118 -hsync -vsync&lt;br /&gt;
# 1920x1080 @ 75Hz&lt;br /&gt;
# Modeline &amp;quot;1920x1080&amp;quot; 211.436 1920 2056 2264 2608 1080 1081 1084 1126 +hsync +vsync&lt;br /&gt;
# 1920x1200 @ 60Hz&lt;br /&gt;
# Modeline &amp;quot;1920x1200&amp;quot; 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync&lt;br /&gt;
# 1920x1200 @ 75Hz&lt;br /&gt;
# Modeline &amp;quot;1920x1200&amp;quot; 246.590 1920 2064 2272 2624 1200 1201 1203 1253 +hsync +vsync&lt;br /&gt;
# 2048x1536 @ 60&lt;br /&gt;
# Modeline &amp;quot;2048x1536&amp;quot; 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync&lt;br /&gt;
# 2048x1536 @ 60&lt;br /&gt;
# Modeline &amp;quot;2048x1536&amp;quot; 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync&lt;br /&gt;
# 1400x1050 @ 60Hz M9 Laptop mode &lt;br /&gt;
# ModeLine &amp;quot;1400x1050&amp;quot; 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync&lt;br /&gt;
# 1920x2400 @ 25Hz for IBM T221, VS VP2290 and compatible display devices&lt;br /&gt;
# Modeline &amp;quot;1920x2400@25&amp;quot; 124.620 1920 1928 1980 2048 2400 2401 2403 2434 +hsync +vsync&lt;br /&gt;
# 1920x2400 @ 30Hz for IBM T221, VS VP2290 and compatible display devices&lt;br /&gt;
# Modeline &amp;quot;1920x2400@30&amp;quot; 149.250 1920 1928 1982 2044 2400 2402 2404 2434 +hsync +vsync&lt;br /&gt;
&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
# Graphics device section&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
&lt;br /&gt;
# Any number of graphics device sections may be present&lt;br /&gt;
&lt;br /&gt;
# Standard VGA Device:&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Device&amp;quot;&lt;br /&gt;
    Identifier  &amp;quot;Standard VGA&amp;quot;&lt;br /&gt;
    VendorName  &amp;quot;Unknown&amp;quot;&lt;br /&gt;
    BoardName   &amp;quot;Unknown&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# The chipset line is optional in most cases.  It can be used to override&lt;br /&gt;
# the driver's chipset detection, and should not normally be specified.&lt;br /&gt;
&lt;br /&gt;
#    Chipset     &amp;quot;generic&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# The Driver line must be present.  When using run-time loadable driver&lt;br /&gt;
# modules, this line instructs the server to load the specified driver&lt;br /&gt;
# module.  Even when not using loadable driver modules, this line&lt;br /&gt;
# indicates which driver should interpret the information in this section.&lt;br /&gt;
&lt;br /&gt;
    Driver      &amp;quot;vga&amp;quot;&lt;br /&gt;
# The BusID line is used to specify which of possibly multiple devices&lt;br /&gt;
# this section is intended for.  When this line isn't present, a device&lt;br /&gt;
# section can only match up with the primary video device.  For PCI&lt;br /&gt;
# devices a line like the following could be used.  This line should not&lt;br /&gt;
# normally be included unless there is more than one video device&lt;br /&gt;
# installed.&lt;br /&gt;
&lt;br /&gt;
#    BusID       &amp;quot;PCI:0:10:0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
#    VideoRam    256&lt;br /&gt;
&lt;br /&gt;
#    Clocks      25.2 28.3&lt;br /&gt;
&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
# === ATI device section ===&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;Device&amp;quot;&lt;br /&gt;
    Identifier                          &amp;quot;ATI Graphics Adapter&amp;quot;&lt;br /&gt;
    Driver                              &amp;quot;fglrx&amp;quot;&lt;br /&gt;
# ### generic DRI settings ###&lt;br /&gt;
# === disable PnP Monitor  ===&lt;br /&gt;
    #Option                              &amp;quot;NoDDC&amp;quot;&lt;br /&gt;
# === disable/enable XAA/DRI ===&lt;br /&gt;
    Option &amp;quot;no_accel&amp;quot;                   &amp;quot;no&amp;quot;&lt;br /&gt;
    Option &amp;quot;no_dri&amp;quot;                     &amp;quot;no&amp;quot;&lt;br /&gt;
# === misc DRI settings ===&lt;br /&gt;
    Option &amp;quot;mtrr&amp;quot;                       &amp;quot;off&amp;quot; # disable DRI mtrr mapper, driver has its own code for mtrr&lt;br /&gt;
# ### FireGL DDX driver module specific settings ###&lt;br /&gt;
# === Screen Management ===&lt;br /&gt;
    Option &amp;quot;DesktopSetup&amp;quot;               &amp;quot;(null)&amp;quot; &lt;br /&gt;
    Option &amp;quot;ScreenOverlap&amp;quot;              &amp;quot;0&amp;quot; &lt;br /&gt;
    Option &amp;quot;GammaCorrectionI&amp;quot;           &amp;quot;0x00000000&amp;quot;&lt;br /&gt;
    Option &amp;quot;GammaCorrectionII&amp;quot;          &amp;quot;0x00000000&amp;quot;&lt;br /&gt;
# === OpenGL specific profiles/settings ===&lt;br /&gt;
    Option &amp;quot;Capabilities&amp;quot;               &amp;quot;0x00000000&amp;quot;&lt;br /&gt;
    Option &amp;quot;CapabilitiesEx&amp;quot;             &amp;quot;0x00000000&amp;quot;&lt;br /&gt;
# === Video Overlay for the Xv extension ===&lt;br /&gt;
    Option &amp;quot;VideoOverlay&amp;quot;               &amp;quot;on&amp;quot;&lt;br /&gt;
# === OpenGL Overlay ===&lt;br /&gt;
# Note: When OpenGL Overlay is enabled, Video Overlay&lt;br /&gt;
#       will be disabled automatically&lt;br /&gt;
    Option &amp;quot;OpenGLOverlay&amp;quot;              &amp;quot;off&amp;quot;&lt;br /&gt;
# === Center Mode (Laptops only) ===&lt;br /&gt;
    Option &amp;quot;CenterMode&amp;quot;                 &amp;quot;off&amp;quot;&lt;br /&gt;
# === Pseudo Color Visuals (8-bit visuals) ===&lt;br /&gt;
    Option &amp;quot;PseudoColorVisuals&amp;quot;         &amp;quot;off&amp;quot;&lt;br /&gt;
# === QBS Management ===&lt;br /&gt;
    Option &amp;quot;Stereo&amp;quot;                     &amp;quot;off&amp;quot;&lt;br /&gt;
    Option &amp;quot;StereoSyncEnable&amp;quot;           &amp;quot;1&amp;quot;&lt;br /&gt;
# === FSAA Management ===&lt;br /&gt;
    Option &amp;quot;FSAAEnable&amp;quot;                 &amp;quot;no&amp;quot;&lt;br /&gt;
    Option &amp;quot;FSAAScale&amp;quot;                  &amp;quot;1&amp;quot;&lt;br /&gt;
    Option &amp;quot;FSAADisableGamma&amp;quot;           &amp;quot;no&amp;quot;&lt;br /&gt;
    Option &amp;quot;FSAACustomizeMSPos&amp;quot;         &amp;quot;no&amp;quot;&lt;br /&gt;
    Option &amp;quot;FSAAMSPosX0&amp;quot;                &amp;quot;0.000000&amp;quot;&lt;br /&gt;
    Option &amp;quot;FSAAMSPosY0&amp;quot;                &amp;quot;0.000000&amp;quot;&lt;br /&gt;
    Option &amp;quot;FSAAMSPosX1&amp;quot;                &amp;quot;0.000000&amp;quot;&lt;br /&gt;
    Option &amp;quot;FSAAMSPosY1&amp;quot;                &amp;quot;0.000000&amp;quot;&lt;br /&gt;
    Option &amp;quot;FSAAMSPosX2&amp;quot;                &amp;quot;0.000000&amp;quot;&lt;br /&gt;
    Option &amp;quot;FSAAMSPosY2&amp;quot;                &amp;quot;0.000000&amp;quot;&lt;br /&gt;
    Option &amp;quot;FSAAMSPosX3&amp;quot;                &amp;quot;0.000000&amp;quot;&lt;br /&gt;
    Option &amp;quot;FSAAMSPosY3&amp;quot;                &amp;quot;0.000000&amp;quot;&lt;br /&gt;
    Option &amp;quot;FSAAMSPosX4&amp;quot;                &amp;quot;0.000000&amp;quot;&lt;br /&gt;
    Option &amp;quot;FSAAMSPosY4&amp;quot;                &amp;quot;0.000000&amp;quot;&lt;br /&gt;
    Option &amp;quot;FSAAMSPosX5&amp;quot;                &amp;quot;0.000000&amp;quot;&lt;br /&gt;
    Option &amp;quot;FSAAMSPosY5&amp;quot;                &amp;quot;0.000000&amp;quot;&lt;br /&gt;
# === Misc Options ===&lt;br /&gt;
    Option &amp;quot;UseFastTLS&amp;quot;                 &amp;quot;0&amp;quot;&lt;br /&gt;
    Option &amp;quot;BlockSignalsOnLock&amp;quot;         &amp;quot;on&amp;quot;&lt;br /&gt;
    Option &amp;quot;UseInternalAGPGART&amp;quot;         &amp;quot;yes&amp;quot;&lt;br /&gt;
    Option &amp;quot;ForceGenericCPU&amp;quot;            &amp;quot;no&amp;quot;&lt;br /&gt;
    BusID &amp;quot;PCI:1:0:0&amp;quot;    # vendor=1002, device=4152&lt;br /&gt;
    Screen 0&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
# Screen sections&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
&lt;br /&gt;
# Any number of screen sections may be present.  Each describes&lt;br /&gt;
# the configuration of a single screen.  A single specific screen section&lt;br /&gt;
# may be specified from the X server command line with the &amp;quot;-screen&amp;quot;&lt;br /&gt;
# option.&lt;br /&gt;
Section &amp;quot;Screen&amp;quot;&lt;br /&gt;
    Identifier  &amp;quot;Screen0&amp;quot;&lt;br /&gt;
    Device      &amp;quot;ATI Graphics Adapter&amp;quot;&lt;br /&gt;
    Monitor     &amp;quot;Monitor0&amp;quot;&lt;br /&gt;
    DefaultDepth 24&lt;br /&gt;
    #Option &amp;quot;backingstore&amp;quot;&lt;br /&gt;
&lt;br /&gt;
    Subsection &amp;quot;Display&amp;quot;&lt;br /&gt;
        Depth       24&lt;br /&gt;
        Modes       &amp;quot;1280x1024&amp;quot; &amp;quot;1024x768&amp;quot; &amp;quot;800x600&amp;quot; &amp;quot;640x480&amp;quot;&lt;br /&gt;
        ViewPort    0 0  # initial origin if mode is smaller than desktop&lt;br /&gt;
#        Virtual     1280 1024&lt;br /&gt;
    EndSubsection&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
# ServerLayout sections.&lt;br /&gt;
# **********************************************************************&lt;br /&gt;
&lt;br /&gt;
# Any number of ServerLayout sections may be present.  Each describes&lt;br /&gt;
# the way multiple screens are organised.  A specific ServerLayout&lt;br /&gt;
# section may be specified from the X server command line with the&lt;br /&gt;
# &amp;quot;-layout&amp;quot; option.  In the absence of this, the first section is used.&lt;br /&gt;
# When now ServerLayout section is present, the first Screen section&lt;br /&gt;
# is used alone.&lt;br /&gt;
&lt;br /&gt;
Section &amp;quot;ServerLayout&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# The Identifier line must be present&lt;br /&gt;
    Identifier  &amp;quot;Server Layout&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Each Screen line specifies a Screen section name, and optionally&lt;br /&gt;
# the relative position of other screens.  The four names after&lt;br /&gt;
# primary screen name are the screens to the top, bottom, left and right&lt;br /&gt;
# of the primary screen.&lt;br /&gt;
&lt;br /&gt;
    Screen &amp;quot;Screen0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Each InputDevice line specifies an InputDevice section name and&lt;br /&gt;
# optionally some options to specify the way the device is to be&lt;br /&gt;
# used.  Those options include &amp;quot;CorePointer&amp;quot;, &amp;quot;CoreKeyboard&amp;quot; and&lt;br /&gt;
# &amp;quot;SendCoreEvents&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
    InputDevice &amp;quot;Mouse1&amp;quot; &amp;quot;CorePointer&amp;quot;&lt;br /&gt;
    InputDevice &amp;quot;Keyboard1&amp;quot; &amp;quot;CoreKeyboard&amp;quot;&lt;br /&gt;
&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
### EOF ###&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>EndelWar</name></author>
	</entry>
</feed>