/srv/irclogs.ubuntu.com/2009/08/18/#ubuntu-x.txt

=== crd1b is now known as crdlb
=== crd1b is now known as crdlb
=== ripps_ is now known as ripps
=== michael_ is now known as michaellarabel
brycemorning17:48
jbarnesbryce: hi17:48
jghi bryce17:49
Q-FUNKI'm wondering whether backporting or SRU would be most appropriate to push a more recent -geode into Hardy?17:50
hyperairbackport17:50
hyperairit isn't in karmic, is it?17:50
jgbryce: you recommend I try the stable updates for this ATI box I have, and the bleeding edge on Koala to for the Intel?17:51
brycejg, yep, how's that worked out?17:51
Q-FUNKhyperair: it's already in karmic.  17:51
bryceQ-FUNK, we have an x-updates PPA that is appropriate for such backports17:52
jgbryce: just starting now; it took a while to convert all those flac's to mp3's yesterday.  I'll try the ati first (not on my main laptop, strangely...).17:52
bryceQ-FUNK, https://edge.launchpad.net/~ubuntu-x-swat/+archive/x-updates/17:52
hyperairQ-FUNK: what's the package name?17:52
brycehyperair, xserver-xorg-video-geode17:52
hyperair$ apt-cache policy xserver-xorg-video-geode17:53
hyperairW: Unable to locate package xserver-xorg-video-geode17:53
Q-FUNKbryce: GX2 support is just so hopelessly broken in Hardy that we'd pretty much need to push something 2.11.* to Hardy to make -geode usable on LTSP.17:53
bryce$ apt-cache madison xserver-xorg-video-geode17:53
brycexserver-xorg-video-geode |   2.11.3-1 | http://archive.ubuntu.com karmic/main Sources17:53
bryceQ-FUNK, well good luck with that ;-)17:54
Q-FUNKI'd rather wait until we have 2.11.4 out, since it changes the acceleration default to XAA for GX, which has been long requested.  17:55
Q-FUNKwe should have 2.11.4 out later this week, at which point I'd push it into Karmic, followed by either SRU or backport into jaunty, intrepid and hardy.17:55
Q-FUNKbryce: yeah, I remember the last SRU for -geode.  the horror, the horror.17:56
* bryce nods17:56
bryceone of the many reasons that motivated me to set up x-updates, so we have a place *we* control for such things17:57
Q-FUNKrequired too much cherry-picking of individual git commits.  that's why I'm pondering whether backport might be a beter route.17:57
bryceQ-FUNK, btw you're welcome to join ubuntu-x so you can put updates of -geode into x-updates directly17:57
Q-FUNKbryce: oh, that sounds good17:57
bryceI've also reconfigured ubuntu-x to not innundate you with bug mail if you don't want (it's now sent to a mailing list you can opt in/out of)17:58
Q-FUNKoops! i think I just added myself to the list too.17:59
Q-FUNKhow do I backtrack that ?17:59
Q-FUNKnice collection of PPA18:01
brycethere's a check box near your team subscription info18:01
Q-FUNKok18:02
Q-FUNKwell, let's see what the moderator says about our application :)18:02
jgbryce: seems to work ok on the laptop panel.  I've got this external CMO 1680x1200 panel, though.  What do I do to get it to run at that resolution? The usual virtual display subsection added to the screen section?18:08
brycejg, yes; the Display configuration applet in System should take care of setting that up for you (YMMV tho)18:09
jgbryce: didn't seem to detect the higher resolution....18:10
jgSo it didn't configure a wide enough size...18:11
brycejg, if you reboot with the monitor attached, it'll detect it properly.  Then use the Display tool to set the Virtual res and you should be good.18:12
brycejg, or just shortcut it by writing the xorg.conf yourself if that's more comfortable18:12
jgbryce: I'm anal: I'll try the reboot, just to see if it works right....18:13
brycejg, X for some reason sets things up based on the largest resolution it sees at time of boot, and doesn't resize on the fly.  This is better with KMS, but even in Karmic we don't have KMS for -ati in place yet (proving a bit buggy still).18:14
jgbryce: even at boot, it doesn't detect the full resolution of the CMO display; the biggest it sees is 1440x900...18:15
Q-FUNKincoming = ~ubuntu-x-swat/x-updates/ubuntu/18:16
Q-FUNKcorrect?18:16
bryceQ-FUNK, correct18:17
brycejg, odd, now that is sounding buggy.18:17
jgbryce: yup....18:18
brycejg, pastebin your Xorg.0.log someplace?18:18
jgbryce: http://pastebin.com/d25c5dd9b18:26
bryceok it's definitely seeing 1680x105018:30
bryceoh you need 1680x120018:30
jgthat's the 18:30
jgIIRC, the CMO may be x1050...18:31
jgLet me check the model number18:31
bryceEDID vendor "AUO", prod id 3304418:32
bryceAUO has been infamous for putting in invalid EDID into their monitors; we've got a bunch of quirks against it18:33
brycebut that may not be the issue here18:34
bryceit looks like it's picking 1280x800 as the highest common resolution between the two monitors18:34
jgits a A220Z1-G/118:36
jgexcuse me, a A220Z1-G0118:37
jgthat's 1680x105018:37
brycejg, what's your 'xrandr' output show?  Does it list the 1680x1050 resolution as available on the CMO?18:38
jgnow that I've adjusted the virtual, yes.... and on the gnome applet.  Only at 60hz though.18:39
jgbryce: which is probably bandwidth topping out...18:40
bryce#18:41
bryce(II) RADEON(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 17918:41
bryce60 may be the best it can do18:41
brycedoes the hardware docs suggest otherwise?18:41
jgyup.18:41
jgno.18:41
bryceok18:41
jgthe Intel driver seems to deal with it (slightly better, anyway), in terms of id'ing the mode properly.18:42
bryceso you should be able to force it to what you want via 'xrandr --output VGA-0 --mode 1680x1050 --left-of --output DVI-0 --mode 1280x800'18:43
bryceor tweak as suits your exact circumstances18:44
bryceit's possible to hardcode that in your xorg.conf (see https://wiki.ubuntu.com/X/Config) or just put the correct xrandr line in your ~/.xstartup18:45
jgbryce: it may be the driver is doing "the right thing" as I'm seeing some video artifacts when it is driving at that resolution.  There may not be enough bandwidth in the laptop's driver...18:46
bryceah18:47
jgbryce: the cursor has some funny artifacts.18:48
jgI betcha it's just barely out of bandwidth....18:48
brycejg, hmm, at this point agd5f would be the guy to talk to18:48
bryceoh wait18:48
bryceyeah that's an issue others have reported18:48
bryceI think it's a general bug.  I had it too in jaunty, but it seems to be gone in Karmic fwiw18:49
brycewe've a newer -ati backport for jaunty available at https://edge.launchpad.net/~ubuntu-x-swat/+archive/x-updates18:49
bryceI don't know if that version has the fix or not, but should be quite safe to try18:50
jgbryce: ah, fresh crack....18:52
jgbryce: should I just try the driver, or go for bleeding edge 7.5 builds?18:54
bryceI'd try the driver first18:54
bryceif you want to go more bleeding edge, we've got a git snapshot package at https://edge.launchpad.net/~xorg-edgers/+archive/ppa18:55
jgbryce: the ati driver?18:55
bryceyeah18:55
brycethe 6.12.2 driver has been amply tested and should be reasonably safe18:56
jgbryce: the cursor still has the funny artifacts.19:05

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