Nouveau driver with nvidia dual head

Anthony Messina amessina at messinet.com
Thu Dec 24 18:24:20 UTC 2009


On Thursday 24 December 2009 05:41:03 Kirk Lowery wrote:
> Thanks for the response and the great idea! The same thing had occurred to
> me, especially as I had used this technique to install Fedora 10.
> 
> Only...there isn't any xorg.conf! Neither on the LiveCD nor on the
>  installed hard disk! At least, it's not in /etc/X11 and locate only shows
>  the man page.
> 
> So how does nouveau get away without an xorg.conf?
> 
> Kirk
> 
I use dual head with nouveau using the following xorg.conf:

##/etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
EndSection

Section "Files"

EndSection

Section "ServerFlags"
        Option      "AIGLX" "off"
EndSection

Section "Monitor"
        Identifier   "DVI-I-0"
        Option       "PreferredMode" "1680x1050"
EndSection

Section "Monitor"
        Identifier   "VGA-0"
        Option       "RightOf" "DVI-I-0"
        Option       "PreferredMode" "1280x1024"
        Option       "DPMS" "Off"
EndSection

Section "Device"
        Identifier  "Device0"
        Driver      "nouveau"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Device0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection

Section "Extensions"
        Option      "Composite" "Disable"
EndSection


-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20091224/e3f1789d/attachment-0001.sig>


More information about the fedora-list mailing list