/srv/irclogs.ubuntu.com/2008/10/01/#ubuntu-x.txt

tjaalton /away00:25
tjaaltonuh00:25
jcristautjaalton: thinking about it, we could only do the xhost trick for local sessions (otherwise you're telling the x server to trust some random user). not sure it's worth it...09:38
jcristauas in, you need to detect those somewhat reliably09:39
tjaaltonjcristau: running 'id -un' isn't enough?09:40
tjaaltonjcristau: that's what fedora does, allows only the session user to connect09:42
jcristauin xinit it's ok, since that creates a local session anyway09:48
jcristaubut, if you put that in Xsession.d, you have to handle remote sessions, where `id -un` on the client may not have anything to do with uids on the server09:48
tjaaltonhmm, ok09:49
tjaaltonwgrant: I've now installed the packages from my PPA, and xinput list-props $id just gives me a BadRequest11:28
tjaaltonso something is broken in the backport11:29
jcristauwhat's the request id?11:32
wgranttjaalton: Ergh.11:32
tjaaltonjcristau: Major 146, minor 4111:33
tjaalton(XInputExtension)11:33
jcristauhrm11:34
jcristau#define X_WarpDevicePointer 4111:34
jcristauthat's XI211:34
wgrantThose were just renumbered in XI2...11:34
wgrantBut.11:35
wgrantHmm.11:35
wgrantHmmm.11:35
jcristaudid you update inputproto, then libxi, then xinput?11:35
tjaaltonI should have, but maybe some build-dep was broken so xinput was built against the old packages11:36
tjaaltonwill check11:36
jcristau41 used to be GetDeviceProperty11:36
wgrantSounds like xinput was built before publishing.11:36
tjaaltonyeah11:36
tjaaltongrr11:36
tjaaltonhmm no, it was built against my versions11:38
wgrantIt's a bit odd that it hardlocks my laptop.11:38
jcristauand libxi was built against the right inputproto?11:38
tjaaltonjust listing the props?11:38
wgranttjaalton: Correct.11:39
tjaaltonjcristau: yes..11:39
tjaaltonI need to go through them once more..11:39
wgrantWell, it did last night, but I've not changed anything since and daren't try again right now.11:39
=== Ng_ is now known as Ng
james_wtseliot: hi, are you around? I have a system with quite an old nvidia card and jockey doesn't suggest that I may want to install a different driver for it. How can I debug this?13:57
tseliotjames_w: what does jockey do, exactly?14:00
james_w"No proprietary drivers are in use on this system"14:01
james_wand nothing listed in the UI at all14:01
james_wit's correct, but I thought it would show the chance to turn nvidia on14:02
jcristaujames_w: if it's an old card, then that may not be an option?14:02
james_wit used to be nvidia, were some dropped in Intrepid?14:03
tseliotjames_w: can you put the output of "sudo aptitude search nvidia" in pastebin?14:03
tseliotmaybe some modalias packages are not available14:03
james_wsure14:03
mvojames_w: how did you upgrade?14:03
james_wI don't remember now, it was very early14:04
mvoI wonder if its driver -71 or -96 were we have no xserver 1.5 support ?14:04
mvojames_w: aha, ok :) I'm looking for testing feedback of the current upgrader for people with nvidia hardware/drivers14:04
james_wmvo: it's my second machine, so I'll consider reinstalling hardy and upgrading14:05
james_whttp://paste.ubuntu.com/52840/14:06
tseliotjames_w: nvidia-common wasn't installed during the dist-upgrade14:06
mvojames_w: aha, ok. that system looks like a good test candidate14:07
tseliottry installing nvidia-common and then launch jockey again14:07
tseliotNOTE: don't try to install -71 or 96 (they don't work)14:07
mvohaven't we blacklisted those yet?14:09
tseliotmvo: no, not yet14:09
mvoaha, ok14:09
tseliotI have worked on the gnome-control-center14:09
james_wnothing14:09
james_wthe same as before14:10
tseliotjames_w: can I see the output of this command? lspci -n | grep 30014:10
james_w02:00.0 0300: 10de:0201 (rev a3)14:11
tseliotjames_w: this is weird. Your card is supported: :/usr/share/jockey/modaliases$ grep 0201 *14:12
tseliotnvidia-71:alias pci:v000010DEd00000201sv*sd*bc03sc*i* nvidia nvidia-glx-7114:12
tseliotnvidia-96:alias pci:v000010DEd00000201sv*sd*bc03sc*i* nvidia nvidia-glx-9614:12
tseliotdid nvidia-common install other packages?14:12
james_wnvidia-{71,96,173,177}-modaliases14:13
tseliote.g. nvidia-96-modaliases, nvidia-71-modaliases14:13
tseliotok, try killing jockey-backend14:14
tseliotand start jockey again14:14
tseliotps aux should show jockey-backend14:14
james_waha!14:15
james_wthanks14:15
james_wbut you say don't install 71 or 96?14:15
tseliotok, now don't install those drivers14:15
tseliotthey are not compatible with the new Xorg ABI14:15
james_ware they likely to be fixed by the release?14:15
tseliottherefore I didn't bother patching them to make them compatible with kernel 2.6.2714:16
tseliotI have no idea...14:16
james_wok, thanks for your help14:16
tseliotyou're welcom14:17
tseliote14:17
brycewhoa, jim gettys reported bug 276782 to launchpda17:33
ubottuLaunchpad bug 276782 in xserver-xorg-video-ati "X server crashes on rotation in xf86ResizeOffscreenLinear+0x3b" [Undecided,New] https://launchpad.net/bugs/27678217:33
Ngheh, shouldn't he be fixing it too? ;)17:39
bryce;-)17:52
james_whey bryce.18:16
james_wwould you have a moment to look at bug 276680?18:17
ubottuLaunchpad bug 276680 in gnome-control-center "gnome-display-properties: "Detect Displays" does not work" [Undecided,New] https://launchpad.net/bugs/27668018:17
james_wI'm not really sure which component is at fault here18:17
bryceheya james_w, one sec, looking at a bug for heno atm18:17
james_wsure, no rush18:17
jcristaujames_w: if he starts X with vga disconnected, the server doesn't allocate a framebuffer big enough for the vga monitor's native resolution18:20
james_wjcristau: the "Virtual" setting?18:21
jcristauyeah18:21
jcristauhis first xrandr output says 'maximum 1024 x 1024'; 1280x1024 doesn't fix18:22
jcristaufit, even18:22
james_wso the framebuffer allocated depends on what's plugged in when X starts?18:22
jcristauyes18:22
jcristauif there's no Virtual directive, anyway18:23
james_wok, so close the bug as Invalid and ask him to set a Virtual18:27
jcristauwell, it's still a bug that we can't resize the framebuffer18:29
jcristaujust not one that'll be fixed tomorrow18:29
james_wthanks18:31
brycejames_w: yeah if it's the virtual directive stuff, we surely have a bug open on that already; in any case it's an upstream issue18:33
=== mvo_ is now known as mvo
brycetjaalton: btw, I've been cherrypicking some -ati patches from current git20:50
brycetjaalton: maybe it'd be better to just grab a new snapshot, but release team probably would prefer cherrypicks20:50
tjaaltonbryce: good.. upstream should learn how to release though ;)20:50
bryceyeah...20:52
bryceof course then I think I probably should volunteer to help with that...20:52
bryceI'll be happy if they just apply one or two of my patches ;-)20:53
brycehttp://www.bryceharrington.org/ubuntu/Ati/20:53
=== Adri2000_ is now known as Adri2000
tormodbryce: it seems upstream leaves it all up to the distros to make a stable driver, which of course makes for duplicated work.22:16
tormodone could say that upstream here is redhat though :)22:17
bryce:-/22:18
tormodmaybe some people from a couple of distros should make a stable branch and cherry-pick things to it. it doesn't have to be Alex doing that.22:18
brycetormod: well in fairness the git tree for -ati currently looks mainly like bug fixes so far22:18
bryce(although some of the changes in recent weeks are what's caused the bugs)22:18
brycehmm, you know, establishing a stable branch might not be a bad idea.22:19
tormodcurrently yes, the problem is that you never know before afterwards :)22:19
tormodif Alex likes the idea, he might be helpful in saying "this should go in stable", or "now the tree is stable, time to branch"22:20
tormodhe likes to think that master is always stable, but it's hard to convince release managers about that.22:21
bryceyes, he's given that kind of advice for me previously (gutsy iirc)22:21
ion_Btw, i was under the impression the reason for the ABI change that made some versions of fglrx incompatible with X in intrepid was because of MPX. Since intrepid doesn’t have MPX, what caused the ABI change?22:22
tormodjust having a parallel branch almost like master would help to get things past the RM :) 22:22
tormod6.9.0.1 looks much better than 6.9.0+git20080925 :)22:24
bryceagreed22:25
brycehmm, well too late really for intrepid in any case22:25
bryce(probably...)22:26
brycelikely a good practice for jaunty tho22:26
bryceesp if we run into trouble with -fglrx again22:26
ion_Probably, if the ABI change caused by MPX is yet to come. :-)22:27
bryceion_: I heard the X changes that broke -fglrx was the devprivates rework.  Dunno if that involves MPX or not22:29
bryceafaik the MPX changes still lay in the future22:29
tormodmpx changes came past 1.5 I think22:30
ion_Alright, thanks22:30
Ngtjaalton: do the brightness hotkeys on your thinkpad work?22:34
ion_They do on mine, if that’s relevant.22:40
jcristauion_: most important abi changes from 1.4 to 1.5 are devprivates rework, which was part of the selinux work, and also pci-rework23:42
jcristauiirc23:42

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!