Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176501 - x11-drivers/xf86-video-i810-2.0.0: low resolution mode, not changeable
Summary: x11-drivers/xf86-video-i810-2.0.0: low resolution mode, not changeable
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL: https://bugs.freedesktop.org/show_bug...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-29 20:41 UTC by Martin von Gagern
Modified: 2007-05-13 16:10 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
diff of Xorg verbose log from 2.0.0 to 1.7.4 (176501.diff,72.69 KB, patch)
2007-04-29 20:47 UTC, Martin von Gagern
Details | Diff
xorg.conf (xorg.conf,4.51 KB, text/plain)
2007-04-29 20:52 UTC, Martin von Gagern
Details
xrandr output with the old 1.7.4 driver (176501.xrandr.174.txt,266 bytes, text/plain)
2007-05-02 08:44 UTC, Martin von Gagern
Details
xrandr output with the new 2.0.0 driver (176501.xrandr.200.txt,647 bytes, text/plain)
2007-05-02 08:44 UTC, Martin von Gagern
Details
Xorg backtrace after failed xrandr call (176501.Xdeath.txt,1.10 KB, text/plain)
2007-05-02 08:51 UTC, Martin von Gagern
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2007-04-29 20:41:20 UTC
After updating to x11-drivers/xf86-video-i810-2.0.0 my X.org starts up with an initial resolution of 1152x768 which is less than the 1600x1200 I've configured. The Ctrl+Alt+Plus and Ctrl+Alt+Minus shortcuts to changing the resolution won't work either, so I guess X believes that's the only mode available.

After downgrading to 1.7.4 everything works fine again.
Comment 1 Martin von Gagern 2007-04-29 20:47:45 UTC
Created attachment 117670 [details, diff]
diff of Xorg verbose log from 2.0.0 to 1.7.4

This is not really a patch, but as a diff output the patch markup facilities might be useful nonetheless. I started Xorg (without any window manager or other apps) twice, once with the broken 2.0.0 driver, and once with the working 1.7.4 driver. I used -logverbose in both cases and also have ModeDebug enabled.

Of special interest to mee seems this line:
-(II) intel(0): Output VGA using initial mode 1152x768
That is the only mode available.
Comment 2 Martin von Gagern 2007-04-29 20:52:50 UTC
Created attachment 117672 [details]
xorg.conf

This is my X.org configuration file, in case you are interested in my settings.

Oh yes, and this is the hardware according to lspci:
00:02.1 Display controller: Intel Corporation 82915G Express Chipset Family
                            Graphics Controller (rev 04)
        Subsystem: ASUSTeK Computer Inc. P5GD1-VW Mainboard
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
                 Stepping- SERR- FastB2B-
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort-
                <MAbort- >SERR- <PERR-
        Latency: 0
        Region 0: Memory at bfd00000 (32-bit, non-prefetchable) [size=512K]
        Capabilities: [d0] Power Management version 2
                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA
                       PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Comment 3 Joshua Baergen (RETIRED) gentoo-dev 2007-04-30 23:37:56 UTC
Make sure you have the RandR 1.2 headers, lib and client and attach the output of 'xrandr'.
Comment 4 Donnie Berkholz (RETIRED) gentoo-dev 2007-05-02 07:29:31 UTC
Please reopen when you respond to comment #3.
Comment 5 Martin von Gagern 2007-05-02 08:43:30 UTC
(In reply to comment #3)
> Make sure you have the RandR 1.2 headers, lib and client and attach the output
> of 'xrandr'.

I don't know about randr headers, but I have the 1.2 lib and client.
The output of xrandr even increased, in number of resolutions as well as in rates per resolution. My desired mode of 1600x1200 is there as well. I managed to have a wrapper session script call xrandr before starting my window manager, and as a result I now have my usual resolution back. The hotkeys to change resolution however still don't work.
Comment 6 Martin von Gagern 2007-05-02 08:44:28 UTC
Created attachment 117926 [details]
xrandr output with the old 1.7.4 driver
Comment 7 Martin von Gagern 2007-05-02 08:44:57 UTC
Created attachment 117928 [details]
xrandr output with the new 2.0.0 driver
Comment 8 Martin von Gagern 2007-05-02 08:51:13 UTC
Created attachment 117929 [details]
Xorg backtrace after failed xrandr call

While experimenting with xrandr, I once called it from another vt which at that time was in text mode. As a result my monitor switched to standby mode and remained there. Logging in from another machine via ssh I found out that the X server had died, and I had to reboot the system via ssh to get my video output back. Attached is a backtrace from the Xorg log of that X server session.

Do you believe this to be related to my driver problem, or is this a separate bug for xorg-x11 or xrandr?
Comment 9 Martin von Gagern 2007-05-04 08:59:57 UTC
There is a forum thread on this: http://forums.gentoo.org/viewtopic-t-555058.html
Comment 10 Joshua Baergen (RETIRED) gentoo-dev 2007-05-05 15:48:14 UTC
Which X server version are you using?  1.3?
Comment 11 Martin von Gagern 2007-05-05 16:28:14 UTC
(In reply to comment #10)
> Which X server version are you using?  1.3?

Yes, 1.3.0.0. Basically I have an up-to-date (daily) ~x86 system.
Comment 12 Joshua Baergen (RETIRED) gentoo-dev 2007-05-07 23:01:25 UTC
(In reply to comment #11)
> (In reply to comment #10)
> > Which X server version are you using?  1.3?
> 
> Yes, 1.3.0.0. Basically I have an up-to-date (daily) ~x86 system.
> 

Thanks.

Please find or file a new bug upstream at https://bugs.freedesktop.org and post the link here.  Thanks!
Comment 13 Martin von Gagern 2007-05-07 23:18:45 UTC
(In reply to comment #12)
> Please find or file a new bug upstream at https://bugs.freedesktop.org and post
> the link here.  Thanks!

Found one: https://bugs.freedesktop.org/show_bug.cgi?id=10860
Changed URL accordingly, overwriting the forum link from comment 9.
Comment 14 Joshua Baergen (RETIRED) gentoo-dev 2007-05-13 16:10:59 UTC
(In reply to comment #13)
> Found one: https://bugs.freedesktop.org/show_bug.cgi?id=10860
> Changed URL accordingly, overwriting the forum link from comment 9.
> 

Thanks for doing that.