how to set screen resolution for HP6710b on Fedora 13

L yuanlux at gmail.com
Wed Jun 16 03:28:42 UTC 2010


On Wed, Jun 16, 2010 at 1:27 PM, L <yuanlux at gmail.com> wrote:
> On Wed, Jun 16, 2010 at 10:32 AM, L <yuanlux at gmail.com> wrote:
>> On Wed, Jun 16, 2010 at 8:07 AM, Sam Sharpe <lists.redhat at samsharpe.net> wrote:
>>> On 15 June 2010 22:54, L <yuanlux at gmail.com> wrote:
>>>> thanks, I will try the manual setup later. Some suggested
>>>>
>>>> xf86-video-intel Driver from
>>>> http://www.phoronix.com/scan.php?page=news_item&px=NjYwOQ may be a
>>>> fix. I tried to compile it. After ./configure. stopped at ./make.
>>>
>>> Honestly, I can't see that helping. I have a 6910p which is newer than
>>> your model and it works fine with the F13 intel driver, so I honestly
>>> can't see your older model needing a newer driver.
>>>
>>> Just out of interest, what does xrandr say about your screen? Here's
>>> what mine says about detected resolutions:
>>>
>>> [sam at samlap ~ ]$ xrandr
>>> Screen 0: minimum 320 x 200, current 1440 x 900, maximum 8192 x 8192
>>> LVDS1 connected 1440x900+0+0 (normal left inverted right x axis y
>>> axis) 303mm x 189mm
>>>   1440x900       60.0*+
>>>   1024x768       60.0
>>>   800x600        60.3     56.2
>>>   640x480        59.9
>>> VGA1 disconnected (normal left inverted right x axis y axis)
>>> DVI1 disconnected (normal left inverted right x axis y axis)
>>> TV1 unknown connection (normal left inverted right x axis y axis)
>>>   1024x768       60.0
>>>   800x600        60.3
>>>   640x480        59.9
>>
>> here is out put from xrandr
>>
> this is the output of xrandr at console.
>
> Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
> LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y
> axis) 331mm x 207mm
>   1280x800       60.0*+
>   1024x768       60.0
>   800x600        60.3     56.2
>   640x480        59.9
> VGA1 disconnected (normal left inverted right x axis y axis)
> TV1 unknown connection (normal left inverted right x axis y axis)
>   1024x768       60.0
>   800x600        60.3
>   640x480        59.9
>
the current xorg.conf


# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"

# keyboard added by system-config-display
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105+inet"
	Option	    "XkbLayout" "us"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	ModelName    "LCD Panel 1680x1050"
	HorizSync    31.5 - 64.0
	VertRefresh  56.0 - 65.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "intel"
EndSection

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


>
>>
>>  SZ:    Pixels          Physical       Refresh
>>  0    800 x 600    ( 271mm x 203mm )   60
>>  1    160 x 120    (  54mm x  41mm )   60
>>  2    320 x 240    ( 108mm x  81mm )   60
>>  3    640 x 480    ( 217mm x 163mm )   60
>>  4   1024 x 768    ( 347mm x 260mm )   60
>> *5   1280 x 1024   ( 433mm x 347mm )  *60
>> Current rotation - normal
>> Current reflection - none
>> Rotations possible - normal
>> Reflections possible - none
>>
>> what does this tell me?
>>
>>>
>>> Here's what my xorg.conf says - it's not particularly interesting:
>>>
>>> [sam at samlap ~ ]$ cat /etc/X11/xorg.conf
>>> # Xorg configuration created by system-config-display
>>>
>>> Section "ServerLayout"
>>>        Identifier     "single head configuration"
>>>        Screen      0  "Screen0" 0 0
>>>        InputDevice    "Keyboard0" "CoreKeyboard"
>>> EndSection
>>>
>>> Section "InputDevice"
>>>
>>> # keyboard added by system-config-display
>>>        Identifier  "Keyboard0"
>>>        Driver      "kbd"
>>>        Option      "XkbModel" "pc105"
>>>        Option      "XkbLayout" "gb"
>>> EndSection
>>>
>>> Section "Monitor"
>>>        Identifier   "Monitor1"
>>>        VendorName   "Monitor Vendor"
>>>        ModelName    "LCD Panel 1360x768"
>>>        HorizSync    31.5 - 48.0
>>>        VertRefresh  56.0 - 65.0
>>>        Option      "dpms"
>>> EndSection
>>>
>>> Section "Device"
>>>        Identifier  "Videocard0"
>>>        Driver      "intel"
>>> EndSection
>>>
>>> Section "Screen"
>>>        Identifier "Screen0"
>>>        Device     "Videocard0"
>>>        DefaultDepth     24
>>>        SubSection "Display"
>>>                Viewport   0 0
>>>                Depth     24
>>>        EndSubSection
>>> EndSection
>>>
>>>
>>> --
>>> Sam
>>> --
>>> users mailing list
>>> users at lists.fedoraproject.org
>>> To unsubscribe or change subscription options:
>>> https://admin.fedoraproject.org/mailman/listinfo/users
>>> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
>>>
>>
>>
>>
>> --
>> http://etvillage.blogspot.com/
>>
>
>
>
> --
> http://etvillage.blogspot.com/
>



-- 
http://etvillage.blogspot.com/


More information about the users mailing list