[00:12] tjaalton: in #271138 you suggested xserver-xorg should depend on -evdev; I've committed this change, but am not 100% sure that's the correct fix? [00:21] I think it needs a Really-Really-Really-Recommends. [00:21] heya wgrant [00:21] ideas on #276857? [00:23] Lovely. [00:23] I've seen a fair bit of that on ubuntuforums, but I presumed it was the hal race... [00:35] something's going bad in libhal [00:59] yeah looks like inside libhal, one of the dbus calls is not working properly [00:59] so probably not an xorg issue [07:24] bryce: shouldn't matter if the kbd-lovers have evdev installed ;) [07:34] tjaalton: referring to #271138? [07:37] bryce: yeah [07:37] tjaalton: do you think the change will hurt some users? [07:38] bryce: possibly, if they have a stripped-down system with only the essential drivers and no desire to use input-hotplug. but even for them it should work after upgrade, just with evdev [07:39] hrm [07:40] and adding AutoAddDevices to serverflags would again make kbd/mouse work if needed [07:40] but there should be no need to do that.. [07:42] but IMO the users who have blindly forced through an upgrade (and don't have input-all/evdev installed) are more important [07:42] * bryce nods [07:42] I'm open to suggestions on this one [07:43] we discussed it wit jcristau [07:43] +h [07:43] ok [07:46] and...? [07:48] well, if it needs to depend it, that's the place [07:49] but he hasn't given it too much thought yet [07:49] it might change for jaunty [07:49] ok, that's fine [08:39] tjaalton: what is the current best way to make the middle button a scrollwheel? still the fdi stuff from my blog? or is there some cool UI now? [08:40] mvo_: I don't know if there is a gui for it, but 'xinput' should work [08:43] Ng: hi! I think you did the xinput magic for the middle mouse button, do you have the recipt for me? this looks like a cleaner solution [08:45] hm, xinput set-int-prop "TPPS/2 IBM TrackPoint" format 8 EmulateWheelButton 2 <- something like this? === mvo_ is now known as mvo [08:53] tjaalton: There's no GUI for that yet, unfortunately. [08:53] * wgrant points to Jaunty, as usual. [08:54] bad Jaunty ;) [09:41] mvo: sure, just a sec [09:41] hm, bah, i thought I blogged this [09:42] mvo: http://pastebin.com/f43ddc932 [09:42] mvo: see also bug 282387 [09:42] Launchpad bug 282387 in evdev "scrollwheel emulation breaks after suspend with 2.6.27-7" [Unknown,In progress] https://launchpad.net/bugs/282387 [09:42] thanks Ng! [09:43] mvo: feel free to track down and fix the bug, it's making me very sad ;) [09:44] Ng: I never noticed it with the fdi stuff [09:44] Ng: thanks, it will make me sad as well [09:44] Ng: you put it into you .xsession file? [09:44] * mvo wonders if there is a .xsession.d dir [09:45] mvo: I chucked it in a script in my ~/bin/ and call it from the gnome session thingy, but it's not an adequate solution because the properties are lost when the device is removed for suspend [09:45] so I was [09:45] just running the script manually again on resume [09:46] but atm even that isn't worth doing because it then just doesn't work without restarting X or rebooting [09:48] Ng: thanks for all this input (no pun intended :) [09:48] hehe, np [09:49] fwiw at the suggestion of the upstream input guy (Peter Hutterer) I built the git version of evdev and tried it with that, but that was a giant pile of spectacular fail and I couldn't even get the scroll to work without the suspend/resume problem (I figured our X server is probably sufficiently different to git for that not to work, or I was just building it wrong) [09:51] hrm, can't get cups-pdf to work [09:56] mvo: you can call run-parts from ~/.xsession or ~/.xsessionrc i guess [09:58] mm, installing cups-pdf might help [10:15] jcristau: oh, cool! thanks [11:02] Bug #287462 [11:02] Launchpad bug 287462 in gnome-settings-daemon "Intrepid: forget left-handed mouse setting after resuming from sleep/hibernation" [Undecided,New] https://launchpad.net/bugs/287462 [11:02] is this an X issue because of the switch to inputdev? [12:53] is there a correct way of handling a monitor which is being detected as 640x3something? [12:53] like, aside from whatever underlying bug there is, or broken EDID, is there a correct way to force it to use 1024x768? The X config tool seems to exist less than it used to ;) [12:54] Ng: Option "PreferredMode" "1024x768", and maybe add a modeline for it [12:54] (assuming randr1.2 driver) [12:56] I was hoping there would be an option which didn't involve an xorg.conf, but ok ;) [12:56] a proper monitor perhaps?-) [12:57] how could you force anything without an xorg.conf? [13:08] jcristau: well presumably this could be fixed with xrandr --output VGA --addmode [13:08] but that won't persist [13:09] g-s-d needs to learn how to do that. Or we need to quirk every monitor. [13:09] wgrant: that would make sense, otherwise the new world order of no xorg.conf quickly fails [13:09] It shouldn't be difficult to do. [13:45] Ng: a 5 line xorg.conf for a broken monitor is not too bad imo [13:47] Especially if we can get screen-resolution-extra to do it with its X-Kit goodness. [13:48] if a tool makes it, sure [13:49] if I have to make it, fail. I have already forgotten most of what I ever knew about X config files ;) [14:00] wgrant: yes, that would be easy to do. I wonder how it could be done from a GUI though [14:02] tseliot: "Custom..." in the Resolution dropdown? [14:03] wgrant: yes, that can be done. [14:03] * tseliot would like to rewrite that applet in python with his new python-xcb-randr library [14:04] That would be nice, but would mean huge permanent divergence from GNOME. [14:04] that sounds like the opposite of nice :) [14:04] gnome needs to learn to love the python [14:05] yes, I know but it would be something that both GNOME and KDE could use [14:05] only the front end would be different [14:05] jcristau: this is my idea of "nice" [14:05] i meant the huge diff from upstream [14:06] i couldn't care less whether it's c or python [14:06] C is no problem once you get used to it. [14:06] if upstream doesn't accept my patches to the applet I don't know if I can maintain a patch which is more that 500 lines [14:07] of course C is not a problem ;) [14:07] C is a huge problem! :) [14:07] I have much better things to do than remember to free memory ;) [14:07] hehe [14:08] programming is hard. freeing memory is the least of your worries [14:08] the right tool for the job [14:08] I think we should rewrite it using PHP's GTK bindings. [14:08] * jcristau kills wgrant [14:08] That is surely the right tool. [14:08] jcristau: Thankyou. I agree. [14:08] :) [14:09] wgrant: let's use javascript and qt4 instead [14:09] :-P [14:09] No, no. VBScript and Qt4. [14:09] * jcristau dies [14:09] VBScript and raw X11. [14:09] Anyway, bedtime. [14:09] We can argue at UDS. [14:10] right. Good night wgrant [14:10] Night. [17:06] re [17:27] hrm, what happened to my brightness keys! [17:27] tjaalton: are yours still working? [17:30] err belay that, my session was hosed => no g-p-m. sorry [17:35] heya === steve__ is now known as sbeattie [20:31] since upgrading to intrepid, left-handed mouse settings in gnome disappear when returning from sleep or hibernate