/srv/irclogs.ubuntu.com/2011/04/26/#ubuntu-x.txt

alkisgI'm trying to pass 'us,gr' as the keyboard layouts in Xephyr, but the comma is seen as a parameter separator so it doesn't work:08:49
alkisg$ Xephyr :1 -keybd ephyr,,xkbmodel=evdev,xkbrules=evdev,xkblayout=us,gr,xkboptions=grp:alt_shift_togge -ac -reset -screen 1024x600 -query 127.0.0.108:49
alkisg[it gives me this warning]: Kbd option key (gr) of value ((null)) not assigned!08:49
alkisgDoes anyone know the correct syntax?08:49
tjaaltonuse doublequotes?08:50
alkisgI tried them around "us,gr", but I got the same warning (and still not working):08:51
alkisgXephyr :1 -keybd ephyr,,xkbmodel=evdev,xkbrules=evdev,xkblayout="us,gr",xkboptions=grp:alt_shift_togge -ac -reset -screen 1024x600 -query 127.0.0.108:51
RAOFYou might need to escape the quotes; it's possible your shell is eating them.08:54
alkisgI also tried \", nothing, and I tried to quote the whole command line in '', again no joy08:54
alkisgXephyr :1 -keybd 'ephyr,,xkbmodel=evdev,xkbrules=evdev,xkblayout="us,gr",xkboptions=grp:alt_shift_togge' -ac -reset -screen 1024x600 -query 127.0.0.108:55
alkisgKbd option key (gr") of value ((null)) not assigned!08:55
alkisgIs some other separator acceptable, like e.g. xkblayout=us|gr ?09:00
alkisgAh, got it: $ Xephyr :1 -keybd ephyr,,xkbmodel=evdev,xkbrules=evdev,xkblayout=us+gr:2,xkboptions=grp:alt_shift_toggle -ac -reset -screen 1024x600 -query 127.0.0.109:07
tjaaltonhow did you figure it out? no manpage even mentions '-keybd'09:08
alkisgYup I know :(09:08
alkisgI googled and googled and found some broken examples09:09
tjaaltonok09:09
alkisgThen 2 hours later I got it working with trial and error :-/09:09
ScottKalkisg: It might be useful to file a bug with suggestions for improving the man page while this experience is fresh in your mind.13:56
alkisgScottK: hmm ok, but against which package? the Xephyr man page only lists 3 options, maybe those that are specific to Xephyr itself. Maybe the rest of the options are Xorg options, to be documented in `man X`? But I can't even find "query" in `man X`...14:00
alkisgIs "X -query" documented someplace else?14:01
ScottKDunno.  14:01
tjaaltonSource: xorg-server14:01
ScottKThere we go.14:01
alkisgAh, "query" is documented in `man xserver`14:02
alkisg`Xephyr --help` does show the available TinyX options. So they're just missing from the Xephyr manpage...14:23
Sarvatthttp://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-rebuild-20110413-natty.html errr nvidia-graphics-drivers-180 is in the archive?17:15
Sarvattbeen in there since karmic apparently, dont think thats intentional17:17
=== yofel_ is now known as yofel
brycehSarvatt, yeah was wondering about that myself.  Shouldn't we drop it (or at least close out the bugs)?20:42
tjaaltonshould be removed20:45
tjaaltonmaybe bugbot would then stop reassigning bugs there :)20:49
Sarvattbryceh: did you mean to have a desktopcouch dependency in xdiagnose?20:51
brycehSarvatt, no20:51
brycehSarvatt, I used quickly to generate the project, I'll bet that pulled it in for preferences or some such (which I don't use)20:52
brycehheh, I ended up deleting so much stuff quickly generated it would have been easier to generate the project from scratch ;-)20:53
brycehtjaalton, does bugbot assign bugs there?  if so I should fix that.  Thought it was directing them to the general nvidia package20:54
Sarvattwasn't sure if there was some feature you were planning that used it or something20:54
tjaaltonbryceh: bug 718742 as an example20:54
ubot4Launchpad bug 718742 in xserver-xorg-input-evdev (Ubuntu) "Cyborg R.A.T.7 Right Click Issue (affects: 1) (heat: 8)" [Undecided,Won't fix] https://launchpad.net/bugs/71874220:54
brycehtjaalton, thanks I'll investigate20:55
tjaaltonor bug 76585020:55
ubot4Launchpad bug 765850 in nvidia-graphics-drivers-180 (Ubuntu) "unable to rotate display left or right (affects: 1) (heat: 3257)" [Undecided,New] https://launchpad.net/bugs/76585020:55
brycehheh, I've got some weird bug where sometimes right clicking to bring up the context menu in chromium causes the area that was occupied by the context menu to remain (doesn't re-render) showing a static clipping from the browser window 20:58
brycehvt switching causes those regions to turn gray20:59
bryceha sufficient amount of switching desktops seems to eventually make the issue go away20:59
brycehthis on an rv770 with -ati on 2.6.38.8.2221:01
tjaaltonhmm bug 771344 is the one jane has?21:04
ubot4Launchpad bug 771344 in xorg (Ubuntu) "external monitor does not work (affects: 1) (heat: 6)" [Undecided,New] https://launchpad.net/bugs/77134421:04
brycehyeah I think all those arrandale bugs are the same21:04
brycehtjaalton, seems to be fixed with newer kernel, but having hard time finding someone willing to bisect21:05
seb128you might be able to convince pitti to try ;-)21:06
brycehok bugbot's nvidia-180 issue is fixed21:09
brycehok desktopcouch excised from xdiagnose.21:12
tjaaltonbryceh: good to hear that there's progress21:22
cndbryceh, tjaalton: either of you interested in trying to resolve bug 762768?21:22
ubot4Launchpad bug 762768 in xserver-xorg-input-synaptics (Ubuntu) "cannot select text with left click with touchpad (affects: 1) (heat: 10)" [High,Triaged] https://launchpad.net/bugs/76276821:22
cndI think the resolution would be to try to get the input device properties to find out if it's a clickpad21:23
cndinput device properties are a new functionality of the kernel evdev interface in natty21:23
cndif it's a clickpad, then set the area bottom edge21:23
cndI'd take it and fix it myself, but I'm swamped right now21:23
cndthere should already be some code in my synaptics patches to determine if the trackpad is semi-mt, so you can use that as reference21:24
brycehcnd, can you describe what needs done on the bug report itself?  Then whichever of us wants to pick it up can take it from there21:33
cndbryceh, yeah21:35

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