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

Sarvatthmm, still randomly getting this on boot (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE)00:03
Sarvattinstead of (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)00:04
Sarvatt[   12.798399] atkbd.c: Spurious NAK on isa0060/serio0. Some program might be trying access hardware directly.00:05
Sarvattonly getting it on the ubuntu kernels, wonder if its related to the mac mouse button emulation that i disable in mine00:08
Sarvattglad psmouse isnt built into the kernel at least, sudo rmmod psmouse && sudo modprobe psmouse fixes it00:09
Sarvatthmm, so about the idle screen blanks even when you arent idle..02:51
Sarvattin power management preferences, on battery power I have it set to put the display to sleep when inactive for 5 minutes and 5 minutes after starting g-p-m it idles no matter what02:51
Sarvatti wonder if its reading the GDM session's idle timer maybe?02:53
Sarvattg-p-m and devicekit-power dont work for me when they start with my session, but it works fine if i kill them and restart02:53
Sarvattrestart devkit-power-daemon and gnome-power-manager that is02:54
Sarvattexactly 2 minutes after starting g-p-m I get this02:54
SarvattTI:21:39:00TH:0x8cee608FI:gpm-idle.cFN:gpm_idle_idletime_alarm_expired_cb,37702:54
Sarvatt - idletime alarm: 102:55
Sarvattohh didnt see there was a blog post about it by the g-p-m guy http://blogs.gnome.org/hughsie/2009/07/30/accidental-blanking-and-gnome-power-manager/03:01
Sarvattso are ya planning on switching to --enable-xselinux in xserver once libaudit-dev is in main tjaalton?03:33
Sarvattbryce: 182_fedora_quirk_pea.patch is already in xserver 1.6.3 in debian git03:47
Sarvattsince I'm not on pkg-xorg yet -- http://sarvatt.com/downloads/0001-debian-control-adjust-build-dep-epoch-numbers-to-the.patch04:03
Sarvattlittle problem with the package versions in debian/control for xserver since the last debian merge04:04
Sarvattapplied for pkg-xorg, put that off for too long04:14
Sarvattahh nice, looks like they fixed up dmx on xserver master now too so that might compile again04:16
Sarvattwould it be worthwhile to create new branches on things for experimental packages on alioth maybe? like ubuntu-experimental or something, to put future updates in so the main branch can stay close to the release?04:34
Sarvattjust thinking it would be nice to be able to move all this xorg 7.5 stuff into git somewhere so I wouldnt have to have such complicated scripts to alter the current releases, some things need a huge amount of changes04:36
Sarvattmaybe I should look into doing it via bzr as much as I would prefer git, might be intruding on things too much doing that04:36
Sarvattalot of the packages dont even have ubuntu branches in the first place04:37
Sarvattso many options, i dont know what would work.. ideally i'd like to just have debian/ for about 20 packages somewhere that I can dump on top of fdo git to build packages from04:53
Sarvattanyone familiar with bzr and git both? is it possible to set it up so I can merge remote git repo tags into a bzr branch somehow?05:07
Sarvattbryce_away: dont know if you saw, but xorg-server isnt building on karmic because of the libaudit-dev not being in main thing, it's built with --disable-selinux so even if it got in main it'd still be unused so maybe you want to just comment the build-dep out?05:15
Sarvattlibaudit-dev is only used for the xselinux extention05:17
virtualdsarvatt: maybe bzr-git in universe05:20
Sarvattyeah i'm looking at that now. cant find any documentation on it but it looks like i can just interact with the git repo with bzr commands, it added the bzr directory under .git05:23
virtualdok05:24
Sarvattthanks for the tip :)05:26
virtuald8]05:28
Sarvattahh i dont get bzr.. started making branches on ~xorg-edgers with just debian/ for things but like theres no projects set up for the libs to push to06:29
Sarvattlike bzr push bzr+ssh://sarvatt@bazaar.launchpad.net/~xorg-edgers/xorg-server/git-packaging worked, but bzr push bzr+ssh://sarvatt@bazaar.launchpad.net/~xorg-edgers/libx11/git-packaging doesnt because theres no libx11 project, not sure what the right way to do it would be06:30
Sarvattguess it should be ~xorg-edgers/xorg-server/libx11/git-packaging06:32
Sarvattah think i got it worked out, will use the xorg-server project for everything and just commit the branches as xorg-server/<package>06:37
tjaaltonSarvatt: no need to bump those :)07:52
tjaaltonSarvatt: and the selinux-thing should be fixed in debian too07:53
tjaaltonit's waiting for audit to be moved in main, yes07:53
tjaaltona MIR has been filed, and it should be handled this week07:53
tjaaltonbryce: an idea; the package versions page doesn't show epochs, but maybe it could? add those after comparing the version to upstream07:56
tjaaltonSarvatt: well, most of the epochs are bumped in debian too07:57
brycetjaalton, I think I took them out because it bloated the size of the page; out of curiosity why do you need them?07:57
tjaaltonbryce: ok, just to see which were different, but maybe it's not too important07:57
tjaaltoniow, scratch that07:58
bryceokie07:59
Sarvattwe have alot of stuff with epochs bumped above debian though, dont want to bump them in build deps? i went through and checked every versioned dep in there and those were the ones we had a higher epoch on. noticed it because i have to be alot pickier with xserver master because like, we need libxi >=1.2.99.1 and our 2:1.2.1-2ubuntu1 is higher than libxi-dev (>= 1:0.99.1)..08:08
tjaaltonSarvatt: check again, there aren't that many08:08
tjaaltonthose were never bumped in the debian version either08:09
Sarvattbecause debian has the lower epochs and doesnt need it bumped? i'm confused08:11
Sarvattmost all of the libs are 2: on ubuntu and 1: in debian08:11
tjaaltonno, for instance x11proto-fixes-dev has epoch in debian too08:11
tjaalton+an08:12
tjaaltonI bumped those in debian ~2 years ago08:12
tjaaltonsome remained, since they never had new releases, like some protos08:12
Sarvatti didnt touch anything that wasnt a higher epoch in ubuntu than debian, checked every versioned package in the build deps08:12
Sarvatt(in http://sarvatt.com/downloads/0001-debian-control-adjust-build-dep-epoch-numbers-to-the.patch)08:13
Sarvattah i see what you mean08:13
Sarvattsorry, its late and i'm slow :)08:14
tjaaltonheh08:14
tjaaltononly x11proto-damage-dev from that list has an epoch in ubuntu where debian doesn't08:15
tjaaltonand that's waiting in git08:16
tjaaltonwaiting for a reason to upload it, since there hasn't been a new version in ages08:16
Sarvattlooks like i was adjusting build dep versions without bumping the epochs for a few things on xserver master last month then, shoot08:17
Sarvattyep  libxi-dev (>= 1:1.2.99.1) ugh08:17
tseliotbryce, tjaalton, jcristau: shouldn't zapping be on by default now?  It's not on in Karmic, and I don't seem to be able to change its behaviour through xkb10:11
tseliothttp://lists.freedesktop.org/archives/xorg-devel/2009-April/000626.html10:12
tjaaltontseliot: should be yes10:16
tjaaltonI can't make it work either.. hmm10:16
tseliotsetxkbmap -option terminate:ctrl_alt_bksp should do it but it doesn't10:16
jcristauthat's because karmic has an old server10:17
tseliotso I was wondering if some package has to be updated first10:17
tseliotaah, my assumption was right then10:17
tjaaltonjcristau: it's not on 1.6.x?10:17
jcristauit's in 1.6.210:17
tjaaltonheh10:17
jcristauso it's kees' fault ;)10:18
* tseliot thought we already had 1.6.2...10:18
jcristauxserver-xorg-core | 2:1.6.1.901-2ubuntu2 |        karmic | amd64, i38610:19
* tseliot nods10:19
tjaaltonmaybe I'll merge 1.6.3 and drop the audit dep for now, since selinux-support is disabled anyway :)10:19
tseliottjaalton: 1.6.3 would be nice to have. It should be just a few bug fixes (which are more than welcome)10:20
* tseliot thinks it would be wise for Karmic to have 1.6.3 instead of 1.7.x10:21
tjaaltoncould be10:22
brycetseliot, yeah I think it's pretty clear we should stick with 1.6.310:22
tseliot;)10:22
bryceI've queried a bunch of people / driver maintainers / etc. and no one seems to have a strong interest in 1.710:23
tseliotXI2 is very interesting but definitely not critical for Karmic10:24
* tseliot has yet to study XI2...10:24
tseliots/critical for/critical to/10:25
jcristauSarvatt: added to pkg-xorg.  i'm assuming you'll work with timo/bryce for the ubuntu branches.  if at some point you want to get something in one of the debian branches, best is to get in touch with #debian-x on oftc.  have fun! :)10:31
tjaaltonbryce: if we decide here and now that karmic will stick to 1.6.3, I'll upgrade my desktop right away :)10:49
tjaaltoner, 1.6.x10:49
brycetjaalton, ok let's make it official.10:54
brycetjaalton, I've run it by pitti and he thumbs-upped it too10:55
brycetjaalton, if you want to merge in 1.6.3 this week go for it, otherwise I'll try to get to it either later this week or next10:55
brycenot getting so much done here at the sprint, because people keep asking for X help ;-)10:56
jcristautjaalton: removing the build dep makes sense to me, if you're not enabling xselinux :)10:57
brycenew -fglrx 8.632 uploaded to karmic11:00
tseliotbryce: heh, I guess you're the only one with X super powers there ;)11:03
bryceapparently11:12
bryceok reboot time11:12
Unggnuhi all11:31
bryceheya Unggnu11:31
UnggnuIs the compiz ready radeon r600/r700 driver in the edgers repository?11:31
Unggnuhi bryce11:32
UnggnuThe new intel driver works great besides of an error message and an additional option to get textured video working without tearing.11:32
brycegreat11:32
UnggnuDo anyone else still have tearing problems with textured video?11:33
bryceUnggnu, do you have upstreamed bugs for those two issues?11:33
Unggnuyes11:33
brycegreat11:33
Unggnuat least partly11:33
Unggnuhttp://bugs.freedesktop.org/show_bug.cgi?id=2066411:33
ubottuFreedesktop bug 20664 in Driver/intel "implement vblank sync'd GL buffer swap" [Enhancement,Resolved: fixed]11:33
Unggnuthis is fixed but I still got the tearing11:33
Unggnuso someone mentioned an additional option which worked great11:33
UnggnuI am not sure if they make it standard though11:33
bryceyeah we've gotten more caught up with -intel than I think we've ever been.  Pretty much all remaining issues seem known upstream so hopefully they keep pounding them down.11:33
UnggnuMore important is the KMS video overlay problem11:34
Unggnuhttp://bugs.freedesktop.org/show_bug.cgi?id=2090111:34
ubottuFreedesktop bug 20901 in DRM/Intel "please port video overlay to KMS" [Enhancement,New]11:34
UnggnuI guess it is a huge problem for pre i915 cards11:35
UnggnuKMS lets everything really look professional11:36
UnggnuThe screen is up after one second after resume from suspend11:36
jcristaui8xx has other issues anyway...11:36
Unggnujcristau: yes11:36
UnggnuThey kicked already the support for i815 afaik11:36
UnggnuIs there somebody working on it?11:37
jcristauwhat do you mean?11:37
UnggnuThe Intel developers doesn't support i815 anymore afaik11:37
bryceI've seen comments from a couple community people indicating interest in working on 810/815 code, but haven't seen patches11:37
Unggnu*don't11:37
jcristauUnggnu: ah, that.  well, otoh they're not breaking it either.11:38
tjaaltonbryce: ok then, I'll merge it today11:38
brycetjaalton, thanks11:38
Unggnujcristau: If they don't do anything on it anymore they are basically breaking it because it has no exa, uxa and kms11:38
jcristauso it's probably better off on that front than 830-class :)11:38
Unggnuok, maybe exa11:38
tjaaltonjcristau: yeah I don't think it buys much, at least no-one has asked for it11:38
UnggnuI hope that they got some time for it as soon the whole switching process is done (if it will ever be done :D )11:39
jcristauUnggnu: no.  not even exa.  which makes it even harder to break.11:39
Unggnujcristau: Xaa doesn't work anymore, at least with i915. You got many artifacts and stuff like this11:39
UnggnuI don't know if this is better with i815 with current X11:40
jcristauso you use shadowfb and everything's fine11:40
Unggnuok11:40
jcristauit's not fast, but then you have an i810 so..11:40
UnggnuIs this automatically done?11:41
jcristauno idea11:41
jcristauit's not like there are many users of that around still11:41
UnggnuMaybe but Linux is often mentioned to support older hardware11:42
Unggnuespecially with OSS11:42
jcristauthat was probably true, once upon a time.  today, not so much.  or at least it requires some work.11:44
UnggnuI got huge problems with modesetting and i815 or i850. I don't know if they ever got fixed.11:44
brycei850?11:44
Unggnuwhat's after i815? :)11:44
jcristau83011:44
Unggnuthen i830, don't know11:44
UnggnuThe intel driver doesn't worked at all so we needed the old i81011:45
Unggnuand it worked only sometimes11:45
jcristaubut then again once upon a time you had to buy year-old hardware to get drivers in linux11:45
Unggnuyes, this isn't the case anymore at least for intel11:45
UnggnuWhat is the status with KMS and radeon 600/700?11:47
UnggnuIs it very complicated to port the modesetting code from X to the Kernel?11:48
tjaaltonit's not just the modesetting part, but the plumbing needed for that11:49
UnggnuI am still waiting for my first Linux bluescreen :D11:49
UnggnuOne remaining problem if X crashes is still that it keeps the keyboard locked so I can't really do anything except of connecting through network or restarting with acpi keys.11:50
UnggnuIt would be great if this issue could be also fixed. At least I now see the console again if X crashes thanks to KMS.11:53
UnggnuSo is an current radeon SVN driver in the xorg-edgers package?12:09
UnggnuWith 3D support for the r600/r700?12:09
tjaaltonsarvatt would know12:09
UnggnuI hope that it also has support for powerplay. The fan noise of the bigger cards can turn you mad12:10
tjaaltonpassive cooling ftw12:10
Unggnu:)12:10
UnggnuI already underclocked and undervoltage it through the firmware to make it somehow manageable :)12:11
UnggnuThe FGLRX has support for powerplay but it is too buggy12:13
brycesuperm1, do you know if -fglrx 8.632 is supposed to build on hardy?  http://launchpadlibrarian.net/29926343/buildlog_ubuntu-hardy-i386.fglrx-installer_2%3A8.632-0ubuntu1~xup~1_FAILEDTOBUILD.txt.gz12:19
Sarvattjcristau: appreciate it, and thanks for the info!12:19
SarvattUnggnu: you're on your own with that one, you need to build new radeon kernel modules and be using a 2.6.28 kernel to get it all working pretty much12:20
UnggnuSarvatt: ok, thx12:20
Sarvattway too intrusive to put into edgers right now, but the r600 mesa driver is built12:20
UnggnuBtw. what change exactly has made Gnome so fast?12:22
UnggnuI mean it switches directly from GDM to Gnome since Jaunty12:23
UnggnuWas this upstream or Ubuntu specific?12:23
Sarvatti just have no interest in setting in up so early at least until it runs right under current kernels and noone else is stepping up to do it, you could do it with a drm-snapshot package though12:23
UnggnuSarvatt: I understand this, I just wanted to know12:23
Sarvatti'm guessing upgrading from the version of gdm that dated back to hardy in karmic did it :D12:24
Sarvattor was it pre-hardy even12:24
UnggnuI don't know, the boost came with Jaunty afaik12:24
Unggnuif it is preloaded one time and you logout and login the desktop is there in one second12:24
UnggnuKDE isn't nearby since this changes12:25
Unggnu*these12:25
UnggnuAnd in Karmic it even looks much smoother thanks to KMS12:26
UnggnuWith the .30 kernel in Karmic I got 10 seconds boot time but now I am back to 1512:27
Unggnuaccording to bootchart, the actual time is higher12:27
Sarvattoh, thats odd, you're the first person I've talked to that saw a speed boost in gnome startup in jaunty, I had a good 30 second pause added to all of my machines after x started in jaunty personally :(12:27
UnggnuReally?12:28
UnggnuI just remember login out and login again takes quite some time to show the desktop12:28
Unggnuafter cold boot the desktop is there in five to ten seconds after X start I guess12:28
Sarvattyeah there was something really wrong there, it wasnt specific to any of my machines either. karmic looks slower on a bootchart but you can interact with it WAY earlier so it feels faster12:29
UnggnuKarmic is the first which makes Compiz 100% usable without penalties, at least with intel hardware12:30
Unggnuwith working textured video and so on12:30
Unggnuand the animation are much more smoother12:31
Sarvatti was getting around 22 second boots in jaunty, but couldnt do anything until over a minute, karmic is showing 31 seconds on bootchart but i have a cursor up after like 2012:31
UnggnuKWin looks really great with Karmic12:31
UnggnuHaha, like XP12:31
UnggnuStill, my mothers laptop has to stick with Hardy because of several penalties and it is really stable. I hope that Karmic hasn't this issues anymore.12:33
Sarvattwhoa, xserver master almost fully compiles now http://launchpadlibrarian.net/29926738/buildlog_ubuntu-karmic-i386.xorg-server_2%3A1.6.99.1%2Bgit20090805.95b678e6-0ubuntu0sarvatt_FAILEDTOBUILD.txt.gz12:37
Sarvatti've been having to disable kdrive xephyr xvfb dmx and xnest all this time12:38
Unggnui am off, ciao12:47
tjaaltonxserver 1.6.3-1u1 uploaded12:51
bryceyay12:51
tjaaltontest-built too12:51
brycereboot time12:51
tseliot\o/13:46
Sarvattargh, such silly little mistakes, looks like its working right again at least http://bazaar.launchpad.net/~xorg-edgers/ppa-purge/ubuntu/revision/4?start_revid=414:19
=== maxb_ is now known as maxb
tjaaltonok, my desktop booted to karmic just fine15:12
tjaaltonand with 1.6.3 zapping works again :)15:13
* bryce updates15:13
brycereboot brb15:13
tseliottjaalton: thanks a lot :-)15:30
Sarvattnice, dmx is the only thing that doesnt work on xserver master now, they are really trying to push it out the door now that fedora people took over :)15:35
Sarvattdarnit, i versioned xorg-server as 1.6.3+git instead of ~git on edgers, didnt mean to do that15:38
Sarvattjust libdrm mesa and ati that need to be +git since its built with libdrm-radeon115:39
Sarvattbtw I started pushing the debian/ packaging for stuff on launchpad incase the libdrm-radeon1 changes are useful or anything15:40
Sarvatthttps://code.edge.launchpad.net/~xorg-edgers/15:40
Sarvatteasier to just keep debian/ around and apply it on top of fdo git than keep up with the crazy amount of hooks for auto-xorg-git i need to package xorg 7.5 components15:48
bryceSarvatt, are the -ati and mesa in xorg-edgers built with libdrm-radeon1 ?15:52
Sarvattyep15:52
Sarvattthe libdrm changes to build libdrm-radeon1 are here -- http://bazaar.launchpad.net/~xorg-edgers/xorg-server/libdrm/files/head%3A/debian/15:53
bryceexcellent15:54
Sarvattthey could be incorrect but things work, was my first time really packing a new library so I might have missed something15:56
bryceSarvatt, how much testing do you think it's gotten so far?15:56
Sarvatttooons15:57
jcristaulibdrm-radeon1.install should probably have the full soname in the glob instead of just .so.*, but apparently that's wrong for the other libs too, so not your fault :)15:58
Sarvattmore people bugging me about ati KMS in edgers than intel by far15:58
bryceSarvatt, how do you feel about us moving it into Karmic proper now?15:59
Sarvatti'm unsure about how this situation should be handled though, I couldnt find it in any of the debian library packaging guides15:59
Sarvatthttp://bazaar.launchpad.net/~xorg-edgers/xorg-server/libdrm/annotate/head%3A/debian/libdrm-nouveau1.symbols15:59
brycewould be nice to have some KMS-ified -ati in by Alpha-4 to get increased testing on15:59
Sarvattwhen symbols are removed should the missing lines be added, or just removed completely?16:00
brycetjaalton, ^^ your opinion too?16:00
jcristauSarvatt: when public symbols are removed, the soname (and package name) should be changed16:00
Sarvattah hah! thats what I thought but I thought I saw libdrm-nouveau1 have symbols dropped on the last api bust and the package didnt increase, must have been mistaken16:02
jcristaulibdrm-nouveau is known unstable though, so i guess upstream isn't very careful with that16:03
Sarvattbryce: there are some issues I'd be worried about but I think it would be a good thing to do :)16:04
Sarvattlike, xserver-xorg-video-ati hasn't compiled against xserver 1.6.2+ for a month now when libdrm-radeon1 exists16:04
Sarvatti've been doing that nasty hack that makes it incompatable with older (or master branch) xservers on edgers16:05
bryceSarvatt, -ati doesn't build against libdrm-radeon1?  that sounds fairly serious...?16:05
Sarvattjust with server 1.6 branch16:06
brycehrm16:06
jcristauthe dri2 api change?16:06
brycewell since we decided earlier today to stick with 1.6.x, that sounds like a blocker16:06
Sarvattyeah16:06
Sarvatthttp://cgit.freedesktop.org/xorg/driver/xf86-video-ati/tree/src/radeon_dri2.c16:06
jcristauthat should be a fairly trivial fix, i think16:07
Sarvattin there, i've been just changing every instance of DRI2BufferPtr to DRI2Buffer2Ptr so it works with server 1.6 branch16:07
bryceSarvatt, via a patch?16:08
Sarvattbut that looks like it would break non server 1.6 branch16:08
bryceSarvatt, any problems with mesa in making it built against libdrm-radeon1?16:09
Sarvattnone, they've actually been breaking non libdrm-radeon1 mesa 7.6 way more than the KMS one :D16:09
brycehah16:09
bryceso is this mesa a branch of mesa, or the mesa main branch?16:10
Sarvattjust mesa master16:10
Sarvattprobably will branch off in a few weeks?16:11
bryceSarvatt, would merging that mesa master risk breaking -intel or other drivers?16:12
Sarvatti havent had any issues with intel on 7.6 since may updating it almost daily at least, but there has been a bunch of times where i packaged it just to find a "revert last commit it broke things" an hour later16:16
Sarvattmostly radeon though :D16:16
bryceSarvatt, I'm trying to gage if we should pull the full mesa snapshot, or tease out just the -ati relevant bits (which could be hard)16:18
Sarvattlike a mesa-snapshot for radeon that diverts mesa 7.5?16:21
superm1bryce, i wasn't aware of any failures on hardy, is that the only one that failed?16:25
Sarvattthere is no x710 xarch for hardy in fglrx-installer?16:27
Sarvattif i'm reading the rules right16:27
superm1oh right! did you do a --build-package Ubuntu/hardy for the hardy build?16:27
brycesuperm1, karmic and jaunty seemed to go through fine16:27
Sarvattifeq ($(DISTRO),hardy)16:27
Sarvatt        XARCH   := x71016:27
superm1or did you just sent the karmic/ajunty build to hardy PPA16:28
brycesuperm1, oh no, didn't think to try that.  Okay I'll give that a go16:28
Sarvattrobert@ubuntu-9{/opt/source/xorg-pkg-tools/fglrx-installer-8.632}:ls16:28
Sarvattarch  debian  etc  lib  opt  usr  x740  x740_64a16:28
Sarvattah you guys got it :D16:28
bryceyeah just set it in the changelog16:28
superm1bryce, well a different build happens for hardy because they have an extra x710 directory for that X server16:29
bryceSarvatt, ok so I think what I'm going to do is put these three packages into the kms ppa for xswat and solicit some additional testing, then hopefully if nothing majorly crazy happens, get them uploaded to Karmic in time for alpha-416:29
Sarvattsounds good :) to be honest I feel non KMS mesa 7.6 is the way to go if I used it alot. it doesnt seem like the KMS performance is going to be anywhere near non KMS in 2.6.31 and 7.6 is _alot_ better off than 7.5 and under on my 9200 mobility at least16:33
jcristauyeah radeon-rewrite was merged after 7.5 so i guess that's an improvement16:34
jcristaudon't know how solid it is, but..16:34
NgI'm sure I asked about this before, so I apologise for wasting everyone's time... disappearing animated mouse pointers in karmic. bug in xserver-xorg?16:40
Ngor -intel? (so I know where to search/file/subscribe)16:41
=== james_w is now known as jdw
bryceNg, don't remember seeing it in -intel16:52
Ngit's just the animated ones, so loading folders in t'bird, or pages in f'fox makes it disappear. I found similar reports against -nvidia back in the gutsy era which seemed to relate to compiz desktop zooming, which I've disabled to see if it helps16:53
NgI'll restart properly later with the new xserver to see if that makes any difference16:54
Sarvattdo they flicker constantly while animated?16:56
Sarvattor disappear completely?16:56
Sarvattand do you see a box shaped green block of corruption where the cursor should be when it happens sometimes? :)16:56
=== jdw is now known as james_w
NgSarvatt: disappear completely16:58
NgSarvatt: I've never seen them flicker or be a green block16:58
Ngas soon as it goes back to the normal mouse pointer it appears normally again16:59
Sarvattboth with and without compiz? this is in gnome? happens with every cursor theme? 17:00
NgI've not tested without compiz, I use gnome, I've never changed cursor theme ;)17:04
Ngbut I can do some other testing17:05
Sarvattcould be so many things, was just trying to narrow it down a little17:08
Sarvatti'm pointing my finger at compiz first though since thats always where my problems come from :)17:09
NgSarvatt: yeah, I'll see if I can figure out exactly when it starts and try some combinations :)17:29
Sarvattjust finding something to animate my darn cursor to test things was a challenge in itself :D17:30
Sarvattsince most things that do load alot faster the second time17:31
Nghehe17:40
Ngmy laptop has a feeble CPU, and my IMAP folders are insane ;)17:41
Sarvattguess i should have installed a mail client, i was just opening apps and could only use the first open to look at it since everything loads faster after that :D17:42
* Ng files a bug that Sarvatt has an excessively fast PC17:46
Sarvatt.....it's an atom cpu17:48
Sarvatt:D17:48
hyperairfast hard disk then18:00
Sarvattthe corruption i was trying to see only happens like every 15 seconds of animation or so18:02
bryceok, I've got the three packages put into the kms ppa - https://edge.launchpad.net/~ubuntu-x-swat/+archive/kms18:21
bryceredid the -ati merge to use the Ubuntu debian/ directory and tweaked the mesa one a bit18:22
brycetomorrow will try to do some testing on it, then hopefully get it in maybe friday or next week early18:22
brycecya18:22
Sarvattah yeah probably dont want to enable the r600 driver, i was just enabling it for the heck of it since it theoretically works if people go and use the external drm kernel modules for it18:27
Sarvattsee ya bryce, will point people to that ppa 18:28
Sarvattwoohoo @ubuntu email works now, time to mess with my keys18:28
virtualdis it some way possible to make kms choose my preferred resolutions?19:23
Sarvattwish I knew the answer to that because it would solve alot of problems :)19:35
Sarvatthyperair: are you around by any chance?21:30
bryceheya Sarvatt22:30
Sarvattheyo, whats up bryce?22:31
bryceah, just got back from exploring the city.22:32
Sarvattout of town?22:34
Sarvattohh in dublin?22:35
bryceyup22:37
Sarvatti loved it over there, lived in glasgow a few years ago and took a few trips over there. fun trying to interact with the locals huh? :)22:38
hyperairSarvatt: what's up?22:39
Sarvattdidnt realize the sprint thing was a physical meeting22:39
Sarvatti figured it out hyperair, was going to ask a question about gpg keys and adding new email addresses to it but it turned out to be easier than i thought22:40
Sarvattthank ya though, sorry to bother22:40
hyperairhahah okay22:40
bryceSarvatt, yeah we were having our after-lunch colloquium, but the presenters were having some projector problems23:14
bryceactually no it wasn't after lunch, it was in the morning 9am23:15
bryceand some random red-faced guy from elsewhere in the hotel wandered by, poked his head in, and started lecturing the room about random delusional things23:15
brycewe all sat in rapt attention, then someone asked if the guy was from the kernel team23:16
SarvattLOL23:17

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