how to set screen resolution for HP6710b on Fedora 13

Sam Sharpe lists.redhat at samsharpe.net
Tue Jun 15 22:07:08 UTC 2010


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'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


More information about the users mailing list