SOLVED - xorg.conf and Nouveau

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 09/19/2012 12:24 AM, Anthony Messina wrote:
On Tuesday, September 18, 2012 05:17:25 PM Jim wrote:
Fedora 17 / KDE

Can I use the nouveau driver in xorg.conf to Lock in the resolution ?.

I have a computer that defaults to 1920x1080 and that resolution is to 
high, and I have a older friend that will be using this computer and I 
want to Lock into
1280x1024x75 .

I don't want to use the nvidia drivers they are to unstable and nouveau 
drivers
are doing a good job on this computer.
Try adding something like the following to your /etc/X11/xorg.conf file, where 
the "Identifier" is what you get from `xrandr -q`.

Section "Monitor"
        Identifier   "DVI-I-1"
        Option       "PreferredMode" "1280x1024"
EndSection

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


-A



Thanks for the initial Info.

After I got it working  I found this a Fedoraproject.

https://fedoraproject.org/wiki/How_to_create_xorg.conf


This did the job:


Section "Monitor"
    Identifier      "VGA-1"
    Modeline        "1280x1024_75.00"  108.88  1280 1360 1496 1712  1024 1025 1028 1060  -HSync +Vsync
    Option          "PreferredMode" "1280x1024_75.00"
EndSection
Section "Device"
    Identifier      "Device0"
    Driver          "nouveau"
    Option          ""
EndSection
Section "Screen"
    Identifier      "Primary Screen"
    Device          ""
    DefaultDepth    24
    SubSection "Display"
        Depth           24
        Modes   "1280x1024" "1024x768" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Primary Screen"
EndSection




-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux