[16:53] oh good, one of my laptops with synaptics has this problem and it fixed it - http://git.kernel.org/?p=linux/kernel/git/dtor/input.git;a=commit;h=61c7bfcdf5acee06f58b246d6615989134719d19 [18:54] ahh, tried to push some pci id patches from xserver-xorg-video-nv upstream and he clarified that the id's I was adding are for agp bridge chips and the actual device gets matched correctly at a different point in the driver [18:55] but our initialization scripts arent taking that into account so we have to force it up there to work around that [19:16] that would probably be fixed once we drop the 01_gen_pci_ids.diff like the other drivers huh [19:24] the pci id returns the result of the agp bridge chip but the id for the actual gpu is called in NVGetPCIXpressChip later on which does match exisiting ones, but our nv.ids is only pulling the gpu id's so we have to (incorrectly) add every gpu behind an agp bridge to the id's to get around that. I imagine theres a heck of alot more missing than the 2 ubuntu has patches for, yuck [20:08] well, the xf86-video-nv maintainer is saying he's a little worried we're adding agp bridge id's where we are because it would confuse the driver and cause problems. Why dont we just add all agp/pcie bridge chip id's (every agp nvidia card over 6xxx series) under an #if 0 so they get pulled into the nv.ids but dont screw things up and just drop that once gen pci ids is dropped? [20:09] there are a bunch of nvidia agp cards we're missing id's for and this is a problem I think on karmic right now because we dropped the default to vesa patch so anyone with an agp 6xxx or newer that doesnt match the only 2 agp bridge chip id's we are adding in patches is getting failsafe graphics on boot on the livecds [20:11] will submit a debdiff in a bit once i get the full list of ids, probably would have the same effect just dropping the id install though? :D [21:47] http://sarvatt.com/git/cgit.cgi/xf86-video-nv/commit/?id=8004d703d8607602a638c4030d80fdd52421516c [22:58] lol i knew it'd happen tormod [22:58] i built a new mesa and only uploaded it to xorg-testing, opened the page to copy it over and got sucked in to something else and forgot to copy to edgers :) [23:00] Sarvatt: yes I wondered, the mesa was several hours old ;) [23:01] well it's a weekend, pretty darn rare to see any mesa commits on weekends :)