[01:20] New bug: #154647 in xserver-xorg-video-intel (main) "Possible severe conflict between intel X server and Broadcom wifi" [Undecided,New] https://launchpad.net/bugs/154647 [01:25] New bug: #154579 in xorg (main) "GDM crashed after relogin" [Undecided,New] https://launchpad.net/bugs/154579 [07:16] New bug: #129343 in linux-restricted-modules-2.6.22 (restricted) "nvidia driver instantly crashes kernel - gutsy, nvidia-glx-new 1.0.9755" [Undecided,New] https://launchpad.net/bugs/129343 [09:25] New bug: #89628 in xserver-xorg-video-intel (main) "black sreen in Compiz and no fonts (dup-of: 122979)" [Undecided,New] https://launchpad.net/bugs/89628 [11:41] New bug: #154822 in linux-restricted-modules-2.6.22 (restricted) "Restricted NVDIA driver defaults output to external monitor rather than laptop screen" [Undecided,New] https://launchpad.net/bugs/154822 [11:54] New bug: #129386 in xserver-xorg-video-ati (main) "Desktop effects strange behavior (Google Earth, VLC)" [Undecided,Incomplete] https://launchpad.net/bugs/129386 [12:01] New bug: #148423 in compiz (main) "[Gutsy] rendering problem with totem with compiz enabled (dup-of: 129386)" [Undecided,New] https://launchpad.net/bugs/148423 [12:05] New bug: #141336 in ubuntu "Bug with VLC and Compiz when using cube (dup-of: 129386)" [Undecided,New] https://launchpad.net/bugs/141336 [12:20] New bug: #154843 in linux-restricted-modules-2.6.22 (restricted) "random freeze with nvidia-gls-new driver enabled" [Undecided,New] https://launchpad.net/bugs/154843 [15:00] New bug: #154912 in xorg (main) "Keyboard stops working for some apps" [Undecided,New] https://launchpad.net/bugs/154912 [15:21] New bug: #154922 in xserver-xorg-video-ati (main) "ati restricted driver gives a black screen of death with an ATI X700 card" [Undecided,New] https://launchpad.net/bugs/154922 [16:06] New bug: #154945 in xserver-xorg-video-intel (main) "7.10: intel driver wrong frequency at 1600x1200" [Undecided,New] https://launchpad.net/bugs/154945 [16:21] New bug: #154949 in linux-restricted-modules-2.6.22 (restricted) "Could not install nvidia-glx" [Undecided,New] https://launchpad.net/bugs/154949 [17:03] New bug: #154514 in xorg (main) "display problems after upgrading to gutsy" [Undecided,New] https://launchpad.net/bugs/154514 [17:03] New bug: #154537 in xorg (main) "Gutsy: Screen flicker with intel 855GM video." [Undecided,New] https://launchpad.net/bugs/154537 [17:20] New bug: #154983 in linux-restricted-modules-2.6.22 (restricted) "X does not load because fglrx is not there" [Undecided,New] https://launchpad.net/bugs/154983 [18:20] New bug: #155001 in linux-restricted-modules-2.6.22 (restricted) "nvidia detects DFP native resolution incorrectly" [Undecided,New] https://launchpad.net/bugs/155001 [18:44] heya pcjc2 [18:45] hi [18:45] have been chasing the intel-agp driver on the 855 issue [18:45] cool, how's that coming? [18:45] look fairly solid, am seeing the page table entries removed before suspend [18:45] and re-added after suspend [18:45] so the chip's internal memory map _should_ be right [18:46] * bryce nods [18:46] (it must be at least partly right, or you'd get no screen at all) [18:46] unfortunately, its a write only register, so you can't check the page table [18:46] erf [18:46] (Although its backed in ram somewhere, perhaps I could read that) [18:46] you write via the GMCH chip so it knows what you changed [18:47] I'm going to ask Matthew G if there is any chance the vbetool post can re-write it [18:47] good idea [18:48] I started triaging the other intel bugs last night; knocked about half a dozen out as dupes or already fixed [18:49] I saw some [18:49] I can't mark bugs as duplicates, is that correct? [18:49] I'm hoping to get them all reviewed, make sure they all have needed info for debugging, and then try pushing them upstream [18:49] I told Jesse I'd open a fdo bug for the 855 issue [18:49] I'm not sure... you might be able to [18:50] in any case, we should get you some additional powers :-) [18:50] also need to ensure the crash fix makes it upstream [18:50] ;) [18:50] Where is the dup marking feature? [18:50] I looked on the side-panes, but didn't see it [18:50] it's on the left in the list of commands [18:51] not for me, perhaps I need to join the bugsquad or something [18:51] Do you get shortcuts to those "Thankyou for taking the time to make Ubuntu better..." answers? [18:52] (I never got one of those for ages, writing bug reports.. thought noone "cared", but discovered I felt offended when I did get one (after having setup my belief that such replies must be for noob type bug reports ;)) [18:53] ok, I think you just need to join https://launchpad.net/~bugsquad [18:53] I've already put in a good word about you with brian murray [18:53] thanks ;) [18:53] those shortcuts are actually greasemonkey scripts. Here's how to set them up: [18:53] would be nice if I could see his suspend issue and fix that... but alas dont [18:54] first install greasemonkey (tools -> add-ons -> search for greasemonkey, install) [18:54] hmm.. epiphany user here, but found an equivelant I think [18:54] second, restart firefox, then go to outflux.net/greasemonkey and click on lp_stockreplies.user.js [18:55] lp_karma_suffix.user.js is also very cool [18:55] ok, let me try with firefox [18:57] Bryce.. one thing I might be interested to work on is ways to make the backlight stay off in Xorg [18:58] (when I shut the laptop lid). Recent changes in the kernel push more and more of this on userspace, which uses dpms to switch the display off [18:58] X always turns it back on when you touch the mouse, or some random event happens. So my laptop toasts [18:59] ahh [18:59] that reminds me - kylem posted this change to -intel to his ppa just recently [19:00] http://ppa.launchpad.net/kyle/ubuntu/pool/main/x/xserver-xorg-video-intel/ [19:01] Saw that I think... resyncs the TV out quirks? [19:02] I started reviewing it last night, but didn't get through it all [19:02] yes, but I think there was also something about backlights [19:03] * bryce looks again [19:03] oh wait, no that was just patch 03 again [19:03] nevermind, sorry [19:03] ok, I'll look when I'm back.. am going out to dinner with a developer friend [19:03] we'll get to moan about "stupid" users and their resistance to change [19:03] hehe [19:04] so much backlash for what is a fairly minor, and (in our opinion) sensible change which makes gEDA's schematic pages "complete" by caching library symbols used in the output file [19:05] yeah people flip out about change [19:05] it seems to go over better if they feel they've been able to participate in the decisionmaking about the change [19:06] the gEDA user base are pretty terrible about that.. many never upgrade, are on pre-cairo GTK [19:06] I guess many people use the CAD package as a tool, and have invested time learning how it behaves (badly). Certainly those who use the software as a productivity tool like to keep what they have when it works [19:08] remind me if I forget to add it... for the intel driver, we should add on the Wiki page that logs should be obtained with ModeDebug set to TRUE, if people see screen size issues, perhaps even for crash issues [19:10] ah good idea - could you add that when you get a chance? [19:11] will do.. assuming I don't need special permissions to edit the Wiki [19:12] have to run now... talk later perhaps. [19:12] cool, cya later [19:12] yup, no special permissions needed [19:47] New bug: #154935 in linux-restricted-modules-2.6.22 (restricted) "compiz doesn't work with xinerama" [Undecided,New] https://launchpad.net/bugs/154935 [20:12] New bug: #155034 in libxinerama (main) "Dual monitor setup with Xinerama and i810 driver stopped working in Gutsy with KDE, Gnome, & Openbox (works in failsafe)" [Undecided,New] https://launchpad.net/bugs/155034 [20:15] New bug: #155029 in xorg (main) "upgrade desktop too large" [Undecided,New] https://launchpad.net/bugs/155029 [20:48] greasemonkey? never heard of that one before [20:49] heya tepsipakki [20:50] hi bryce [20:50] is there any documentation available for those greasemonkey-scripts? [20:50] what they do etc [20:51] not that I know of, but I can write up descriptions of them in wiki [20:51] btw, I'm updating the ubuntu-x-swat team stuff. Shall I add you to it while I'm at it? [20:52] I should be there already :) [20:52] opp, right you are [20:52] at least I get all the team membership changes as mail [20:54] * bryce adds tormodvolden [20:54] * bryce adds pcjc2 [20:56] tepsipakki: btw, I also finally compiled that ubuntu-x projects list I mentioned earlier... https://wiki.ubuntu.com/X/Projects [20:56] when you get a chance you might want to look that over and make sure nothing's missing (and add it if so) [20:57] I put you down for the x-apps resync task, as I assumed that's still something you want to do [20:57] ah, right. looks great [20:58] what I'm hoping is that this will help us stay coordinated so everyone knows what each other is working on, and so we can ensure all the stuff we want done gets done early enough in Hardy [21:00] yes, it should help [21:01] I could test xserver 1.4 and do an initial merge [21:02] my machines are working too well, they need action :) [21:02] that'd be good. someone was asking about that last week [21:03] also, I have xorg git halfway done [21:03] I think.. [21:04] that could be something to finish at UDS [21:04] yeah [21:04] hmm, surely you mean -ati 6.8.0 :) [21:05] oh whoops - feel free to make corrections [21:05] yeah [21:05] was working on it pretty late ;-) [21:06] heh, that happens [21:08] * bryce inkscapes up a new logo img - https://launchpad.net/~ubuntu-x-swat [21:11] New bug: #155072 in linux-restricted-modules-2.6.22 (restricted) "X crashes on aticonfig commands" [Undecided,New] https://launchpad.net/bugs/155072 [21:17] neat :) [21:19] but I wonder does it look a bit like a warning sign? ;) [21:19] eXactly ;-) [21:20] ah, the irony :) [21:20] actually the inspiration is more like this... http://www.emerchandise.com/images/p/XMN/pdMTXMN0006.jpg [21:22] ah, so why not add X-swat on top?-) [21:23] nah, I'm fine with it as is [21:27] New bug: #152833 in xorg (main) "Unable to select a valid refresh rate" [Undecided,Incomplete] https://launchpad.net/bugs/152833 [22:55] Hi Bryce.. back [22:55] heya [22:55] #154579 is a gdm bug, not X-server [22:56] how to change it? [22:56] (I also sent a quick query to the gdm list to see if anyone recognised the error) [22:57] click on the triangle over on the right side, then change the Package from 'xorg' to 'gdm' and click Save Changes [22:58] Shall I add comments, e.g. "From the log files posted, this appears to be a gdm bug" ? [22:58] yup [22:58] (I guess that makes it seb's problem?) [22:59] * bryce nods [22:59] note that he'll bounce it right back if it's not clearly gdm [23:00] but he bounces a lot of bugs our way so I don't feel back about bouncing one or two back to him :-) [23:01] I'll have a quick look at their svn for fixes... they are planning some major upheaval soon [23:01] ah interesting [23:01] btw, you might find this interesting - http://people.ubuntu.com/~brian/testing_graphs/xorg.html [23:02] there was a lot of debate recently about what direction they're going on with internals, but a major change has been made to switch to using D-Bus internally [23:02] there's also a chart for -ati, but not yet for -intel since there's <100 bugs [23:03] theres a lot of bugs closed recently! [23:03] and on the gentle increase as more people update? [23:03] yeah, I went on a bug spree thurs/fri closing out dupes and recently fixed things [23:04] I worked on -intel too a bit friday but only got through about half. Still need to do -ati, -nv, and l-r-m, but I think tormod and tepsipakki tend -ati fairly well, and -nv and lrm are a bit lower priority atm [23:05] Here's a subtle point... [23:05] the big huge drop at Sep 22nd was due to a script that auto-expired a lot of old bugs [23:06] the intel embedded chips go through the AGP drivers.. but as far as I can tell, they aren't AGP [23:06] weird [23:06] they just do very similar things, on the PCI bus [23:07] I might be wrong in that evaluation of course. They support AGP external cards (if they are wired up as such), so often have AGP bridge drivers [23:07] For example, with the 855 chip, if it finds the embedded graphics controler, it uses driver functions for an "830" card [23:08] if it is just the AGP bridge, it uses "845" driver functions. Strange, but as it looks to me, the 830 driver is actual graphics, the 845 driver is more a generic AGP bridge [23:09] I've sent Claudio a message to see if he will test vbetool post without suspending the computer.. see if that reproduces his bug [23:09] BTW.. thanks for the ubuntu-x-swat membership ;) [23:09] np :-) [23:10] Couldn't get greasemonkey to do much... not sure what its supposed to do really [23:10] yeah I need to document those better [23:10] Have the extension installed, went to the URL you suggested, do I have to download the .js script and put it somewhere? [23:11] in firefox, it gets automatically loaded when you click on it [23:11] hmm, tried that [23:12] heh.. works now [23:12] didn't before, I swear.. perhaps Firefox hadn't really shutdown properly [23:12] could be [23:13] the user stats stuff shows up whenever a user name is listed in the bug tracker. It shows (karma) and a list of major teams they're on [23:13] I edited that js code through firefox to add 'ubuntu-x-swat' in my own copy, too [23:13] the canned response thing you access via a [+] link when editing the bug properties [23:14] GAH.. hate launchpad so much sometimes [23:14] go to https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/ [23:14] Title: Bugs in xserver-xorg-video-intel in ubuntu [23:15] type "855" in the search box [23:15] jumps me right to bug 855 [23:15] Launchpad bug 855 in launchpad "Should series/+sourceadmin be completely inaccessible to mortal users?" [Medium,Invalid] https://launchpad.net/bugs/855 [23:15] hehe [23:17] I've yet to get any sensible search results no matter what I do :) [23:18] Perhaps this is why people find LP hard. [23:19] bryce: xserver merge done [23:22] 11 patches dropped, plus all the upstream backports obviously (2xx) [23:23] and 120 disabled [23:25] excellent [23:28] maybe during this cycle we could get nvidia/fglrx to provide xserver-xorg-video-ABIVER, that would mean one change less for xorg-server [23:28] tepsipakki: to use this, do all the various drivers need to be rebuilt against it? [23:28] yes [23:28] not a bad idea [23:28] video-abiversion is now 2.0 [23:29] and the input abi has changed as well IIRC [23:29] obviously, because of input-hotplug.. [23:31] now nvidia/fglrx provide xserver-xorg-video (which the server conflicts with on debian) [23:32] so in the future if the abi has changed and current version of the driver is broken with the new server, it refuses to upgrade [23:33] which means a little less pain [23:42] yeah