how to set screen resolution for HP6710b on Fedora 13

Craig White craigwhite at azapple.com
Tue Jun 15 04:40:58 UTC 2010


On Tue, 2010-06-15 at 14:07 +1000, L wrote:
> Hi,
> 
> I have installed Fedora 13 on HP 6710B. It looks all good, but the
> screen resolution is set to 1024X800. I can set it to it max (
> 1650x1024?)
> 
> hope some help to fix it?
----
If that resolution is not an option using GNOME or KDE display
preferences then you will have to create an xorg.conf file...

i.e. I use something like this...

# cat /etc/X11/xorg.conf
# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
EndSection


Section  "Monitor" 
        Identifier   "Monitor0"
        ModelName    "LCD Panel 1280x1024"
        Modeline     "1280x1024" 108.00  1280 1328 1440 1688  1024 1025
1028 1066 +HSync +VSync
        HorizSync    31.5 - 64.0
        VertRefresh  56.0 - 65.0
        Option      "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     "1280x1024"
        EndSubSection
EndSection

Craig


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the users mailing list