Re: How to get screen resolution of 1440x900?

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

 



On Tue, Dec 23, 2008 at 7:49 AM, Michael Iatrou <m.iatrou@xxxxxxxxxxx> wrote:
> When the date was Tuesday 23 December 2008, Jochen Wiedmann wrote:
>
>> I have a Dell Latitude D620 laptop running Fedora 10 with an Intel
>> 945GM graphics controller. My display is configured as an "LCD Panel
>> 1440x900". I would like to have that resolution, but
>> system-config-display offers 1024x768 only.
>
> Try:
>
>        $ xrandr --output LVDS --mode 1440x900
>

If the driver complains about unknown mode 1440x900, execute

gtf 1440 900 60

(the syntax is gtf horizontal vertical refresh_rate)
that will give you a modeline as output

for example for 1280 1024 85 (my external monitor) the modeline is
1280x1024_85.00 159.36  1280 1376 1512 1744  1024 1025 1028 1075  -HSync +Vsync

Note the first 1280x1024_85.00 is the name of the mode, the rest are
some parameters the video driver needs to handle the mode correctly.

Then execute the following:
xrandr --newmode <modeline>
xrandr --addmode LVDS 1440x900_60.00
xrandr --output LVDS --mode 1440x900_60.00

Replace numbers if necessary. This works for me. My system-config also
doesn't display the right modes for my monitors. I'm not sure about
automating it (someone else will surely chime in); I execute something
similar in a script manually after I log in to get my dual head
display to my liking.

Peter

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux