[10:13] why would the display config screen in jaunty not offer resolutions over 1600x1200 on my external (vga) monitor? [10:14] Could you pastebin the output of "xrandr -q"? [10:16] http://paste.debian.net/44661/ [10:22] Ok, so that's why the display config screen won't offer higher resolutions :). [10:22] It looks like it should only be offering up to 1024x768; is that what it's offering? [10:25] it's offering 1024x768 [10:25] i think it's misinformed [10:26] Probably. I'd guess that your monitor doesn't provide correct DDC information. [10:26] RAOF: well, yeah, except hwinfo is rather better informed [10:28] and so is ddcprobe for that matter [10:28] although... hm, interesting [10:29] Hm? [10:29] what's the difference between "timing", "ctiming" and "dtiming"? [10:29] Do idea. [10:29] No idea :) [10:32] ddcprobe shows a max timing of: [10:32] timing: 1024x768@75 Hz (VESA) [10:32] but it also shows the correct maximum of: [10:32] ctiming: 1600x1200@60 [10:32] so whatever voodoo nonsense xrandr uses to determine available modes, it ought to be offering the ctiming ones but isn't [10:33] That'd be a driver issue. [10:34] You should probably file a bug against the driver. [10:34] (II) intel(0): Printing DDC gathered Modelines: [10:34] (II) intel(0): Modeline "1600x1200"x0.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz) [10:34] pretty sure the driver knows about the mode too [10:36] hm, Bug #395140 [10:36] Launchpad bug 395140 in xserver-xorg-video-intel "[karmic] external monitor not recognized correctly" [Undecided,Fix released] https://launchpad.net/bugs/395140 [10:37] nope, similar but unrelated i think [10:37] jms: I'd guess that the intel driver is filtering that out; it seems to suggest a refresh rate of 0.0Hz, which I wouldn't be surprised if the driver filtered out as obviously wrong. [10:38] hmm? external monitor? it usually works for me, very well [10:39] what card is it? [10:40] jms: ^^ [10:40] tjaalton: intel [10:40] model? [10:40] intel produces many cards. [10:40] 00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07) [10:41] (II) intel(0): Integrated Graphics Chipset: Intel(R) Mobile IntelĀ® GM45 Express Chipset [10:42] are you using clone mode? [10:42] no [10:42] the two displays don't have the same mode. and i'd be happy if vga-only worked as expected really [10:43] ok [10:51] brb, rebooting [11:05] simultaneously fighting getting a TPM chip working with the 1600x1200 problem [11:05] hence reboots [15:00] bryce: ping [16:43] Hi, i am trying to install this https://edge.launchpad.net/~ubuntu-x-swat/+archive/xserver-no-backfill package so i can use desktop effects with my ati card. I have added the software sources but it does not say what do to next. Any advice? [21:10] bryce, I had a crash this morning which looked very much like bug 343528 [21:10] Launchpad bug 343528 in xserver-xorg-input-evdev "Xorg crashed with SIGSEGV in EvdevMBEmuBlockHandler()" [Medium,Fix released] https://launchpad.net/bugs/343528 [21:11] bryce, but I'm quite certain I was running 1:2.2.2-1ubuntu2 [21:13] hmm [21:16] mdz, and you see pEvdev = (EvdevPtr) 0x0 in the #0 call in your backtrace? [21:22] bryce: I "up"graded to koala on this intel laptop: but it is a bit exciting, from the display point of view. If I try the gnome display preferences program and enable the cmo panel, my screen goes almost entirely black (a few lines at the top seem to survive). [21:23] mdz, weird. I rebuilt the package and verified the patch is getting applied properly and so on. To my knowledge, it may still crash since we're papering over what is probably some deeper bug, however it should *not* produce the exact same backtrace. i'd like to look at your trace if you still have it handy. [21:24] bryce: and the X server has crashed at least once while playing around.... [21:24] jg, bummer, does the same thing happen if you use only the xrandr tool? (Gnome's implementation of the Xrandr stuff has proven to be incorrect in the past.) [21:26] bryce: to answer your question, xrandr is just as exciting. typing xrandr does the same thing. [21:26] wow [21:26] definitely dramatic. [21:26] downright cool... [21:26] indeed [21:27] something is really bad on your system [21:27] can you post your Xorg.0.log.old somewhere? (Or file a bug via `ubuntu-bug xorg`) [21:28] I have never yet seen a bug where running xrandr crashes the system. [21:29] bryce: didn't crash the system. [21:30] just screwed up the video on the panel entirely. [21:30] ohhh [21:30] (on the built in panel; all I did was type xrandr, no arguments. [21:30] quite fun, acutally. [21:33] bryce: exactly repeatable; plug the panel in, type xrandr, and the same thing happens again. === jg_ is now known as jg [21:36] bryce, I couldn't retrace it, because it didn't leave a crash report behind (it is actually the crash which inspired my mail to -devel about apport) [21:37] bryce, the trace from the X server log is at http://pastebin.com/f1424d503 [21:41] mdz, ok my guess here is that maybe it's crashing now due to something other than a null pointer [21:43] bryce: anything you'd like me to try? [21:43] jg, well if you're game, we do have some debugging tools to use for cases like this, let me grab a link [21:44] jg, https://wiki.ubuntu.com/X/Troubleshooting/Freeze [21:44] I'm game.... [21:44] jg, what anholt will want is that batchbuffer dump [21:44] bryce: the thing is, it isn't a freeze. [21:44] Cursor still responds, and changes.... [21:44] jg, changes? [21:45] shape changes as to underlying windows. [21:45] hmm [21:46] ok, then maybe it can be treated as a blank screen issue [21:46] so the server is still alive; the screen mostly dark, but a few lines on the top clearly come from someplace real (part of a panel). [21:46] https://wiki.ubuntu.com/X/Troubleshooting/BlankScreen - go to the section 'Register Dumps for -intel' [21:47] bryce, regarding bug 341898, what's in 529d1d72 ? did upstream mesa finally acknowledge it's a mesa bug? [21:47] Launchpad bug 341898 in xorg-server "(Needs mesa 529d1d72) MythTV Frontend does not work with RADEON DRI" [Unknown,Fix released] https://launchpad.net/bugs/341898 [21:47] hmm, well what you describe doesn't fall neatly into one of the known failure cases. But my guess is that upstream would like either the register dumps or the batchbuffer dump [21:47] jg, maybe jbarnes can give some advice here? [21:48] yeah, I've not seen anything quite like this bug in > 25 years of messing with video cards.... [21:49] bryce: I agree the register dumper is the place to start.... [21:49] superm1, your comment on the upstream bug indicated that patch fixed it - https://bugs.freedesktop.org/show_bug.cgi?id=20843#c4 [21:50] Freedesktop bug 20843 in Server/general "Xorg server 1.6 causes mythtv to not show QT3 QWidgets properly" [Normal,Resolved: fixed] [21:50] bryce, oh, that only fixed it for -vesa [21:50] superm1, maybe that bug report has become an aggregation of various unrelated issues? [21:50] yeah [21:50] :-( [21:51] well it's two issues that aggregated on there with similar symptoms [21:51] one of them was on -vesa and the other on -ati [21:51] jg, bryce: well the probe path is clearly doing *something* bad :) [21:51] the remaining open item was on -ati [21:51] jg: what chipset? [21:51] jbarnes: Intel 945, IIRC. [21:51] superm1, it really makes it hard to determine the current status on a bug report, when it involves multiple unrelated issues on differing hardware. [21:51] as soon as we have new mythbuntu disks rolled for karmic (ttf-bitstream-vera is the end of me right now), we've got trunk builds of mythtv with QT4, which I heard don't exhibit these situations [21:52] jg: any reg dump differences before & after? [21:52] bryce, i agree. i'll try to update the status of it and the description after I can have this data point with mythtv 0.22 / QT4 [21:52] jbarnes: I'm collecting data now. [21:52] superm1, because the bug is targeted to karmic, I'm getting management asking me for status on the bug [21:53] superm1, ah, so it is a QT bug? [21:55] bryce, well that depends on who you talk to :) [21:55] the mesa folks say its a QT bug, the mythtv folks say it's a mesa bug, and QT3 isn't developed anymore [21:55] jbarnes: lots of differences... [21:55] i'm really hoping it just goes away with QT4 like I have heard. if not, then at least QT4 people can weigh in on it too [21:58] jg: can you file a bug at fdo with the dumps attached? [21:58] bryce, jbarnes: looks like 11 registers differ [21:58] jbarnes: sure. [21:58] thanks [21:58] are they the mode timing regs by chance? [21:58] jbarnes: what all do you want exactly? [21:58] (H_TOTAL etc) [21:59] superm1, ok thanks [21:59] jg: usual stuff, driver kernel x mesa versions [21:59] dmesg & x log [21:59] reg dumps from before & after [21:59] superm1, it would be wonderful if we could split the bug up into its constituent bugs, but if you think you'll be able to get the bug closed soonish it may not matter [22:00] bryce, yeah as soon as all of ttf-bitstream-vera's rdepends are cleaned up, I can verify it myself whether it's fixed [22:00] superm1, great thanks [22:00] jbarnes: they are ADPA DSPACNTR DSPABASE PIPEACONF PIPEACONF PIPEASTAT DPLL_A DSPBSTRIDE DSPBBASE FENCE 3 FENCE 4 and FENCE 5 [22:00] if it's not, then splitting it up is probably the next step and getting more updated data etc [22:00] superm1, we also have a newer mesa git build in xorg-edgers that could be tested [22:01] jg: oh hm [22:01] lots of fun registers.... [22:01] jbarnes, pipea bug? [22:01] bryce, okay good to know. hopefully dont need to go down that route :) [22:01] jg: unless the pipe config got messed up or we're pointing at a different base I don't see why those would mess up your panel [22:01] bryce: that usually leads to hard hangs [22:25] jbarnes, bryce: bug 23429 [22:25] Launchpad bug 23429 in console-tools "console-tools can't handle 12x22 fonts" [Medium,Won't fix] https://launchpad.net/bugs/23429 [22:29] clearly ubottu needs some more brains. :) [22:30] fdo #23429 ? [22:30] freedesktop bug #23429 ? [22:30] Freedesktop bug 23429 in Driver/intel "Video gets screwed up on built in panel when external monitor plugged in and xrandr run." [Critical,New] http://bugzilla.freedesktop.org/show_bug.cgi?id=23429 [23:29] bryce: hrm, not sure those anti-random-power-event patches helped any :/ [23:29] Ng, no? [23:30] Ng, I'd assumed they were confirmed to fix it [23:31] I updated this morning and got a new xserver core. set all my power management settings back from "never do anything" this afternoon and this evening I was just browsing the web and my laptop suspended [23:31] I wonder if there were associated changes to g-p-m [23:32] I also badly wish that syslog mentioned pm events and what triggered them [23:34] yeah [23:34] that's what I was just thinking myself... if the fixes aren't fixing it, at least give us better debugging tools [23:35] I've just stabbed g-p-m and will leave it running in a terminal with --verbose, but I'm going to be really really offline for most of the next week [23:43] Ng, ironically my monitors just now blanked ;-) [23:43] (however I've not yet rebooted this box into the "fixed" xserver [23:43] +) [23:45] heh [23:46] Ng, maybe there are multiple bugs that result in the same symptom [23:46] so maybe the patches have helped, but they're just not sufficient to eliminate it entirely [23:47] yeah [23:47] or my laptop just hates my freedom ;) [23:49] Ng, is it screaming, "Put windoze on me pleeaaaseee..."? :-) [23:49] haha [23:50] I ripped off its vista sticker, so it had better not!