/srv/irclogs.ubuntu.com/2010/05/09/#ubuntu-x.txt

Sarvattrrrgh, so close. got this libdrm-poulsbo all set up right to install side by side with libdrm instead of diverting everything but i need to autoreconf after applying the patches and they dont unapply00:50
Sarvattwow, check out the detour bryce's plane took - http://www.delta.com/flifo/servlet/DeltaFlifo?airline_code=DL&flight_number=178&flight_date=Today&request=main03:38
=== Bernardo|away is now known as Bernardo
Bernardohi03:59
Sarvattheyo04:46
SarvattBernardo: redid the libdrm-poulsbo packaging earlier to be slightly less crappy and not interfere with libdrm - https://edge.launchpad.net/~sarvatt/+archive/psb/+build/1721627 also ya left out autotools-dev and quilt from the build depends for the latest xserver-xorg-video-psb04:49
BernardoSarvatt: thanks, I'll have to check out your git repo and integrate that with svn then04:58
Sarvatti didn't commit it to that git repo unfortunately :(04:58
Bernardoah...04:59
Sarvattwas working with 8 different extracted source directories and wiped out the one i had git inited by mistake (doh!)04:59
Bernardocan you send me a diff then?04:59
Sarvatti can try to recreate it tomorrow, i gave up reusing the original tarball05:01
Bernardojust tell me what you changed, rules? I can just push your version instead of the mess I was trying to put together05:02
Sarvatti changed just about everything in debian/05:02
Bernardolol... well, svn diff will help me checking what changed, do you want to tar that and send it to me?05:03
Sarvattstarted with libdrm-poulsbo_2.3.0-0ubuntu3netbook7.dsc05:03
Sarvattdidn't use the SVN stuff05:04
Bernardook, to that one I added the perm patch from mandriva, and did a quick hack to install to /lib instead of /usr/lib, breaking packageconfig along the way05:05
BernardoI've already commited the dependency changes in xserver-xorg-video-psb05:13
SarvattBernardo: http://sarvatt.com/downloads/libdrm-poulsbo.diff05:26
Sarvattwait, i did that backwards :)05:27
Bernardo:)05:27
Sarvattthere fixed now05:27
Bernardopulling it...05:29
Bernardook, patching05:30
Sarvattdidn't feel like requiring automake1.9 and needed to autoreconf because i patched the makefiles to move headers around and such05:30
Sarvattwell i'd hold off commiting it to your svn, i'm probably going to need to change other packages to work with it05:30
Bernardook05:31
Bernardoanyway, you removed (or never added) the patches we already had, including the header fixes?05:31
Sarvatti added those directly into shared-core and broke out the makefile changes and did another change to shuffle around where it installs headers and had to autoreconf after that05:32
Sarvattall of the headers are in /usr/include/psb, the libdrm-poulsbo.pc is fixed up to point to all the right directories and the libs are in /usr/lib/psb with an ld.so.conf.d conffile pointing to it and it runs ldconfig at preinst/postinst to pick it up05:34
Sarvattbefore it was just diverting a crapload of headers and the libs05:35
Bernardoyes, I know05:37
Sarvattof course launchpad isn't accepting uploads and everyones probably on planes or busy at UDS :D05:37
Bernardohi lucazade05:38
Bernardotypical05:38
Bernardoand the volcano is not helping at all05:38
BernardoOne of my problems now is psb-kernel-source, every time (or almost every time) you update it, users end up with a dkms error "can't find module source directory" and only removing and reinstalling it fixes that05:40
Bernardoof course, removing psb-kernel-sources means removing xserver-xorg-driver-psb05:41
lucazadehi all!05:41
Bernardohi lucazade05:42
Bernardolucazade: sarvatt already did a big cleanup of libdrm-poulsbo, I'm thinking of commiting it but it might mean some impact on other packages05:43
BernardoSarvatt: as for the impact of the changes - xpsb-glx is binary only, so no impact there05:44
Bernardoxserver-xorg-driver-psb might be the only one affected05:44
Sarvattyep xserver-xorg-video-psb will probably need a little change05:44
BernardoI'm going to try building both, to see if there is indeed any breakage there05:45
lucazadeBernardo: ok.. commit when you feel is better05:45
Bernardothere should be a change from libdrm to libdrm-poulsbo, in configure and Makefile.in at least05:46
Bernardolucazade: did you try blacklisting vga16fb?05:46
Sarvattjust a little one liner in configure.ac for xserver-xorg-video-psb05:46
Sarvatt-        PKG_CHECK_MODULES(DRI, [libdrm >= 2.0 xf86driproto])05:46
Sarvatt+        PKG_CHECK_MODULES(DRI, [libdrm-poulsbo >= 2.0 xf86driproto])05:46
Bernardoline 10305:47
lucazadeBernardo: tried blacklisting vga16fb... fix some artefacts during startup (plymouth)05:50
Sarvattthink i'll add a modprobe conf to blacklist vga16fb to xserver-xorg-video-psb while im at it05:50
Bernardobtw, don't you think that with the changes to libdrm-poulsbo, you really should change its name? Or will you keep the redirections to libdrm2?05:52
Sarvattit's still libdrm205:54
Bernardoah, and I'll keep for now the removal of redirections in preinst, just to fix systems that had the redirections05:54
Sarvattoh yeah good idea, i was just focusing on installing it clean05:55
Bernardoist is libdrm2, but now you have two each of libdrm.* if you take away the redirections05:56
Bernardolibdrm2 installs /lib/libdrm.so.2, libdrm-poulsbo /usr/lib/psb/...05:57
Sarvattyeah and ld knows to use the one in /usr/lib/psb instead 05:58
Sarvattthey only had to be in /lib for the plymouth drm renderer that isnt used on psb anyway05:59
Bernardoyes, you're right05:59
Sarvattso people that had /usr on a seperate partition weren't screwed when /usr was getting fscked05:59
Bernardodidn't check inside the pkgconfig file, and was thinking of what would call dynamically libdrm06:00
Sarvattits the /etc/ld.so.conf.d/psb.conf that makes it choose /usr/lib/psb/, the pkgconfig file is just for things building against it06:01
Sarvatt(and the ldconfig hooks in postinst/postrm updating it's cache for the changes)06:02
Bernardook, so that is why the loaded libGL is the one from mesa, there is a GL.conf file also there pointing to mesa06:03
lucazade(i've added some bugs in google code, just to remember them)06:03
Sarvattyep, libGL.so.1 isn't in /usr/lib anymore so you always need a conf in /etc/ld.so.conf.d/ pointing at one06:04
Sarvattxpsb-glx should drop the whole building mesa thing entirely though06:04
Bernardoor we push the psb patches to mesa... :)06:05
Sarvattwhat patches? they're binary blobs :D06:05
Sarvatti'm positive alberto only had it building mesa because of an incompatibility with jaunty's mesa version at the time06:06
Sarvattwhen I messed around on your system it had no problems with the lucid mesa06:07
Bernardowell, I'm pretty sure that when it was building mesa I was getting video acceleration using gl, so maybe it is just a question of rebuilding the mesa packages pointing to psb's lidbrm06:07
Bernardono, but also no video acceleration06:08
Bernardoand I got used watching to HD movies on my netbook... :)06:08
Sarvattyeah it needs to install the acceleration driver to another directory, i cant see how it ever worked with the way its packaged on jaunty06:09
BernardoNo, that I know, but even without moving the acceleration driver (which I just did for our xpsb-glx package) I had accelerated video with dragon player, using gl for output, on the first days of karmic06:10
Sarvattyou would have had that no matter what though06:10
Bernardothen a later release of xpsb-glx didn't install libGL and broke everything, I remember that is how I found out about diversion and how to remove it06:10
Sarvatthmm06:11
Sarvatthow to remove it?06:12
BernardoI think I still don't have that working wit dragon in karmic. I might try building out xpsb-glx package there and see if it works again, as it is installing libGL again (even if it isn't installing it to ld.conf.so.d)06:12
Bernardohow to remove what? xpsb-glx?06:12
Sarvattthe diversion is what made the mesa xpsb-glx built work06:12
Sarvattif you removed the diversion you were using the system mesa again?06:12
Sarvattoh, I see what happened06:13
Bernardoyes06:13
Sarvattyou installed one that didnt build mesa but you had the old diversion still there because of the crappy packaging of the new one pointing at a non existant libGL06:13
Sarvattso you had no GL at all06:13
Sarvattthe one that didn't build mesa didn't remove the diversion I mean06:14
Bernardoyep06:14
Bernardoyes06:14
Sarvattso thats not related at all06:14
Sarvattyou removed the diversion and used the karmic mesa and it worked again :)06:14
BernardoI had to find out what that is, remove the diversion, and with the ubuntu mesa the dragon player wouldn't play with acceleration anymore06:14
Bernardoit worked again, but without acceleration06:15
Sarvattwhat acceleration?06:15
Bernardothe good thing is that it got me into building mplayer-vaapi06:15
Bernardovideo acceleration06:15
Sarvattthe new package messed up the vaapi installation is all, nothing to do with libGL?06:15
Sarvattvideo acceleration has nothing to do with GL though06:15
Bernardonot exacty06:15
Bernardolets see if I can explain myself clearly06:16
Bernardo1- installed karmic, found some ppas or unr (don't remember anymore), and got the psb drivers installed06:17
Bernardo2 - had dragon player showing hd videos without problem06:17
Bernardo3 - mplayer would not be able to play them06:17
Bernardo4 - sometime along the way, updated xpsb-glx (and probably everything else)06:17
Bernardo5 - dragon player (and any GL application) won't work06:18
Bernardo6 - remove redirection, dragon player now works, but slow as mplayer, impossible to watch hd06:18
Bernardo7 - built mplayer-vaapi, moved the driver, and now I have full hd in mplayer; dragon still slow as molasses06:19
Sarvattwhoops, xserver-xorg-video-psb needed automake not autotools-dev06:19
Bernardook, will revert that in the control file06:19
Sarvattmight want to hold off commiting it, will see if it needs anything else in a minute :)06:20
BernardoI'm rebooting the netbook now to test the changes - libdrm and xserver-xorg-video-psb06:21
Sarvattbuilding all of this here - https://edge.launchpad.net/~sarvatt/+archive/psb06:21
Bernardowe still have to find why the hell this dies unless we set Option "ShadowFB" "true" -which happens to break video and 3d06:22
SarvattBernardo: from what you said there I dont see it being a mesa problem but I have no idea how dragon player works. using a GL renderer != having video acceleration, it sounds like dragonplayer just sucks when it uses the GL renderer and it worked good because GL wasn't available so it fell back to Xv :)06:23
Bernardoit didn't fall to Xv - it just wouldn't play if I had no libGL06:23
Sarvattwhat point in that list did you fix the diversion making GL work again?06:24
Bernardo606:25
BernardoI'm going to commit now, the changes didn't seem to break anything06:26
Sarvattjust making sure automake and quilt are the only extra things it needs, its still updating the chroot06:27
Bernardook, I'll wait06:29
SarvattBernardo: well you can LD_PRELOAD=/usr/lib/libGL.so.1 dragonplayer to try it out now with that mesa06:29
Sarvattthe xpsb-glx one,06:29
Sarvattbut that xpsb-glx mesa is probably messed up with the newer libdrm06:30
BernardoI'll try building it again06:31
Sarvattit needs patching to build against libdrm-poulsbo instead of libdrm, same as xserver-xorg-video-psb06:32
Bernardoyes, I'm editing configure.ac for mesa right now06:33
Sarvattyep forgot to add libtool to psb too06:36
Bernardook, it is failing complaining of a missing drm.h, seems like editing configure.ac isn't enough06:37
Sarvattah yeah the problem is libdrm-poulsbo only installs the few files actually needed for poulsbo, probably need to have both libdrm and libdrm-poulsbo in configure.ac to build it06:38
Sarvattwell actually no, just the normal libdrm would be right wouldn't it06:38
Sarvattso it should be working without rebuilding?06:39
Bernardono, inside mesa/src/glx it starts complaining it can't find libdrm, and then fails with a missing drm.h06:39
Sarvattyeah its in libdrm.pc06:39
Bernardoand with your changes we are installing drm.h, so it should find it if it is using libdrm-poulsbo.pc06:40
Bernardoit also has a configs dir, I'll check there also, seems like it also configures the libs there, and calls pkg-config with libdrm06:42
Sarvattwhat did you change in configure.ac?06:46
Bernardolibdrm to libdrm-poulsbo06:46
Bernardolike in xserver-xorg-video-psb06:46
Bernardothe changes to the configs seem to have done the trick, it is building06:47
Sarvattchanged linux-dri?06:49
Bernardoyes, linux-solo, linux-dri, and linux-dri-xcb, even if the right one is linux-dri06:51
Bernardook, time to test xpsb-glx07:13
Bernardowell, with this version installed dragon plays hd movies better than mplayer, though not perfect07:18
Bernardoit didn't play them at all before, only a frame, then another after a few seconds, etc.07:19
Bernardoand - with these changes I no longer have corrupted icons even if I commented out the shadowfb true option in xorg07:19
Bernardobetter - it doesn't crahs07:20
Bernardoit doesn't crash07:20
Bernardoah, doh07:20
Bernardocommented on the wrong xorg.conf07:20
Bernardoand video is broken, with mplayer or dragon, without the shadowfb07:29
Bernardowith shadowfb I managed to play video, after the changed xpsb, lidbrm and psb video driver07:30
Bernardowithout it I get a new backtrace07:30
Bernardobut as usual without debug symbols for all xorg stuff07:31
Bernardohttp://pastebin.com/XL2MvS8u07:31
lucazadenice07:32
BernardoI'll build mplayer-vaapi now to see if I can see hd video with it and shadowfb on07:32
BernardoSarvatt:  anyway, I'm commiting your changes, it doesn't seem to break anything07:33
Sarvatttry disabling detear?07:34
Bernardo[   23.427929] detear is disabled07:35
Bernardoat least that is what the psb module claims07:35
Bernardoforgot to rebuild libva, lets see if it also changes anything. It needs changing configure.ac07:37
Sarvatthow many glx visuals do you have now?07:38
Sarvattin glxinfo07:38
Sarvattstill 16?07:40
Bernardo1607:41
Bernardowith enablefb true07:41
Bernardowhen I gave you login it wasn't set07:41
Bernardolibva debian/rules doesn't find autoreconf, no idea why, running it by hand07:44
Sarvattyou disabled noaccel when you disabled shadowfb too right?07:46
Sarvattand why swcursor?07:47
lucazadeonly shadowfb.. i was testing the other options07:47
Sarvattand disabling composite and render?? sorry, actually looked at that forum thread07:48
Sarvattahh07:48
lucazade(going to try 2.6.34rc to see if fix some acpi issue)07:50
BernardoSarvatt: drm_sarea.h needs to be included in libdrm-poulsbo-dev, I just changed it here07:51
lucazade(and test dkms)07:51
Bernardolucazade: dkms here is still failing when I update the psb-kernel-source version, with the "missing module source directory" error07:53
lucazadeah ok.. good to know07:53
Bernardoand I am lost to why it does that07:53
SarvattBernardo: dont add drm_sarea.h to libdrm-poulsbo, libva builds against the real libdrm..07:55
Sarvattthe libva driver for psb is in xpsb-glx, it just needs to build the core libva07:58
BernardoI thought it should build agains the psb libdrm? 07:58
Bernardook, I've already moved the xpsb-glx driver to the right place for libva07:59
Sarvattnope if it wasn't libdrm-poulsbo-dev in control before it doesn't need to be now08:00
Sarvattwhat's the right place?08:00
Sarvattah /usr/lib/va/drivers/08:01
Bernardoyes08:01
Bernardobut I did still have some problems with mplayer-vaapi and subtitles before, I'll just check if using the libdrm-poulsbo-dev it will work now. And anyway, it was using  it before, with all the redirections.08:02
BernardoI wonder if we could get rid of this libdrm-poulsbo soon, and just add some patches to libdrm208:09
Bernardobut first we need to get this stable when we're not using shadowfb08:10
lucazade(psb-kernel-source failed building on 2.6.34rc6)08:17
Bernardowith the same "missing module source directory", or a new error?08:19
lucazadehaven't seen this error08:19
lucazadegoing to see the make.log and attach a bug08:20
lucazadebrb08:26
Bernardomplayer-vaapi hangs the system... needs sysreq-k to exit, and it kills X in the process08:45
Bernardoand a second try needed a syreq-reisub to reboot :(08:47
Bernardothere is still a lot to do on this stupid psb08:47
=== Bernardo is now known as Bernardo|away
lucazadeat least hibernate works :)09:04
Kankurohi all!09:46
Kankuroi have a problem with no backfill ppa09:46
Kankurohttps://launchpad.net/~ubuntu-x-swat/+archive/xserver-no-backfill09:47
KankuroI used it for a while and solved my problem, but an update took it back to the normal version09:49
=== JanC_ is now known as JanC
Duke`hum since Lucid I have a desynchronization between video and audio when playing a movie... Dunno yet which one's fault it is.10:48
Duke`let's try with the live-cd10:58
cwilluunder lucid, I get really really slow screen updates during mouse movements on my old computer w/ nvidia, unless disable debian/patches/016_call_glxwaitx_before_drawing.patch12:36
cwillui.e., the screen won't update for seconds at a time12:36
cwilluit's a one line patch adding a glXWaitX (); call12:37
cwilluI may also being seeing it with the open ati driver on my server at work, going to test that later today12:38
rusty232323what is the status of psb driver?12:51
=== BUGabundo is now known as BUGabundo_lunch
Bernardohi13:43
Sarvattcwillu: same here, Option "UseEvents" "false" fixes it too though13:44
BernardoSarvatt: still here? I thought you're be on the plane by now13:54
Sarvattplane leaves in 6 hours if it doesnt get canceled again :)13:55
lucazadehi14:01
=== BUGabundo_lunch is now known as BUGabundo_DrWho
Bernardohi lucazade14:20
BernardoSarvatt: I was checking now, today there were already over 200 flights canceled in Portugal14:21
Bernardoand 70 others in France14:21
BernardoLet's hope it clears up soon14:21
=== Bernardo is now known as Bernardo|away
=== BUGabundo_DrWho is now known as BUGabundo_SGU
=== BUGabundo_SGU is now known as BUGabundo_TrueBl
rusty232323sorry for a n00b question: in gma500 drivers, 2D works?, I need the driver to work with nokia :(16:11
bjsniderin the entire lucid dev cycle, i cannot remember one conversation about poulsbo. since lucid was released, this channel has been all-poulsbo all-the-time.16:46
rusty232323the problem doesn't affect only to lucid, affect to all distributions that works with xorg 7.5. Mandriva are developing a driver for mandriva and nobody say anything to mandriva to develop this driver. Karmic when was launched, had a similar problem and we (i) believe that ubuntu learned about past error, but they didn't :(17:08
jcristaueh?17:17
bjsnideri doubt mandriva is developing an actual graphics driver17:18
bjsniderrusty232323, why didn't you come in here and ask about this issue months ago?17:18
rusty232323bjsnider, I try mandriva beta and they have a psb driver in their repository, that don't work but they have one and know the problem. I didn't come here and ask because i want to work with a stable system and with final version, sorry for that, and i ask in ubutuforum (months ago) about the psb driver and lucid with no answer17:30
JanCrusty232323: you can always test the alpha & beta release live-CD/USB before the final release comes out17:31
JanCno need to install unstable versions17:31
rusty232323Sorry but sometimes in live version don't work some drivers and when you install the system these drivers works perfectly, like ath9k in karmic. the kernel of the live version have an issue with that driver17:37
rusty232323but when you install the system and upgrade, ath9k works very well17:37
rusty232323I have an old notebook with ati card, when i booted the live version, the ati driver work well (and say me that he had a propietary driver to install)17:40
JanCright, probably not enough people tested ath9k before the release so the yhad to fix it afterwards when people came complaining...17:41
rusty232323I installed the system and when i try to install the propietary driver (because the free driver fail), surprise, any drive have support for that card17:41
rusty232323for that the live version does not ensure it will work17:46
rusty232323and I have more problem with xorg and ubuntu, if u have enougth time, i can tell you all for maverick ;)17:49
outlaw45hi18:26
lucazadehi18:26
outlaw45just got back from a very busy weekend ans saw a lot of progress on the forum..18:27
lucazadeyes.. something stable at least18:27
outlaw45can I use the debs from svn?18:27
lucazadeyou could use them, even if i believe are not synced with latest svn code18:28
outlaw45I did try to build libdrm but got an debuild error..18:29
lucazadei was trying to build again everything from scratch and i got only a issue building xserver-xorg-video-psb18:29
outlaw45cp: cannot stat `debian/tmp/usr/include/psb/drm/drm_sarea.h': No such file or directory18:30
lucazadei've also added some bug report in googlecode.. give it a shot18:30
lucazadeah yes18:31
lucazadeabout latest rev 18:31
lucazadeto build remove in libdrm-poulsbo-dev.install 2nd line18:32
lucazade/usr/include/psb/drm/drm_sarea.h18:32
outlaw45sure you don't need it18:33
lucazadeif i've understood is about video accel and Sarvatt said is not correct as is now18:34
lucazadelet me know if you are able to build xserver-xorg-video-psb18:36
lucazadei get this18:36
lucazadeApplying patch xorg-x11-drv-psb-0.31.0-ignoreacpi.patch18:36
lucazadepatching file src/psb_driver.c18:36
lucazadeHunk #1 FAILED at 909.18:36
lucazade1 out of 1 hunk FAILED -- rejects in file src/psb_driver.c18:36
lucazadePatch xorg-x11-drv-psb-0.31.0-ignoreacpi.patch can be reverse-applied18:36
lucazademake: *** [quilt-stamp] Errore 118:36
outlaw45did you try to remove the xorg... folder and check it out again..18:37
outlaw45I believe you have to revert the patch, but don't know the command..18:37
lucazadeah ok.. i'll retry18:37
lucazadeoutlaw45 same issue, tried to checkout again svn18:44
outlaw45weird.. I believe that patch did work before..18:46
lucazademe too... 18:46
lucazadei should have miss some changes by jbernardo18:48
lucazadeoutlaw45 http://code.google.com/p/gma500/wiki/InstallScript19:12
outlaw45also uploaded all the debs?19:24
outlaw45just build everything except xserver-xorg-video-psb19:24
outlaw45debuild gives the same error you described..19:24
lucazadeoutlaw i've uploaded the debs to my dropbox space atm..19:31
lucazadeoutlaw45 libdrm and xserver-xorg are not updated from svn because of the two issue we were speaking of19:34
outlaw45I just compiled libdrm19:35
outlaw45and currently compiling xserver-xorg19:36
outlaw45had to reverse the patches by hand..19:36
outlaw45if I'm able to build fully I'll try to clean the source and check in..19:36
lucazadeok19:36
outlaw45does dropbox allow others to access your space?19:37
outlaw45I could upload those debs there...19:37
lucazadei could create a shared folder19:37
lucazadecreated19:39
lucazadeshare with your gmail?19:39
outlaw45yeah19:40
lucazadequach? right?19:40
outlaw45but still not able to compile xserver-xorg19:40
outlaw45quach.c@gmail.com19:40
outlaw45giving it one final try19:40
lucazadesent invitation19:40
outlaw45netbook-launcher crashes here..20:01
lucazadeshadowfb "true" breaks 3D and video but makes 2D stable20:06
lucazadeso it should be related to this20:06
lucazade** what a funny driver!20:07
lucazadeshadowfb "true" breaks 3D and video but makes 2D stable20:10
lucazadeso it should be related to this20:10
outlaw45you're using the desktop version?20:10
lucazadeyes20:11
lucazadeno crash for 2 days here20:11
outlaw45ok..20:12
outlaw45currently uploading the debs to dropbox20:13
outlaw45just one to go..20:13
lucazadecould you disable netbook-launcher and use desktop??20:15
outlaw45checking at the moment ;)20:17
outlaw45upload finished btw20:17
lucazadeok20:17
lucazadehaven't tried to install deb on a new lucid installation 20:19
outlaw452D version of netbook-launcher does work :D20:20
outlaw45but wifi stopped :'(20:21
lucazadeacer?20:21
outlaw45no20:21
outlaw45archos 9 tablet20:21
lucazadewhich modules use?20:22
outlaw45bcmwl20:22
lucazadeacer has ath5k or ath9k20:22
rusty232323In 2 hours I'll try into a nokia bookle20:34
outlaw45@lucazade: did you add the debs I uploaded to the script?20:41
lucazadeoutlaw45: not yet... doing it now20:45
lucazadeupdated20:48
outlaw45can't get the wireless to work and not sure what the problem is..21:09
outlaw45so gonna reinstall my system which allows me to try the install script..21:09
rusty232323Ok, i installes the script and the computer freeze after i login, i can move mouse but gnome don't init21:33
lucazadelogin crash? no panel or desktop?21:34
rusty232323after a while i cannot move the mouse21:34
rusty232323only show the background and the mouse21:35
lucazadeget correct resolution?21:35
rusty232323yep21:35
lucazadenokia?21:35
rusty232323yes21:35
lucazadeseems  a new issue21:35
rusty232323i'll turn off wireless, waired and external mouse21:36
rusty232323ok, crash in the same point21:40
rusty232323i'll send you dmesg before crash, and i try send you dmesg after crash if i can21:41
lucazadelook at "/var/log/Xorg.0.log.old" for backtrace21:41
lucazadeok tnx21:41
lucazadelook if X crash backtrace is similar to this http://code.google.com/p/gma500/issues/detail?id=1521:43
lucazadeand attach your logs21:43
lucazadei've to go21:44
rusty232323;)21:44
rusty232323ok, if i start with failsafe gnome, it start well22:07

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