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

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to