/srv/irclogs.ubuntu.com/2010/06/01/#ubuntu-x.txt

SarvattKangarooo: crashed with the PPA one yet? :)00:50
KangaroooSarvatt: no not jet. im tryng. i havent restarted pc jet. and had FF open with 100 gif tabs and i just came back and FF crashed but crash didnt had ram enough (that was the apport error). so if it crashes ill tell. also im tryng to make crash and not working crash.00:59
=== Kangarooo is now known as Guest17630
=== Guest17630 is now known as KaNGaR
KaNGaRSarvatt: just happened crash again :) so i make backtrace again? or just ubuntu-bug ? i also restarted pc maybe patch didnt made effect until restarted?01:08
=== KaNGaR is now known as Kangarooo
KangaroooSarvatt: cant i in (gdb) make command with && ? like attach (pid) && cont ? so system doesnt freeze?01:17
Kangarooono not && and not & working (gdb) attach 769 && cont Illegal process-id: 769 && cont. (gdb) attach 769 & cont Illegal process-id: 769 & cont.01:20
RAOFKangarooo: You're not running gdb from a VT?  Your X will still stop, but you won't be trying to interact with it, so it should be ok.01:24
Kangarooowhats VT? im was running gdb from pc witch is not so close thrue ssh conecting to crashed comp. and so that i dont need to run to working comp im in VNC to working comp :)01:25
KangaroooRAOF: ive just tryd running this in TTY and when freezing happens (where i need to continue running with command cont) then TTY still works. But then i Ctrl+alt+f7 and again all froze.01:26
RAOFThere are a couple of signals you need to not stop on.  If you change the keyboard to raw mode (alt+sysrq+r) you should be able to switch back to your original TTY and continue.01:27
Kangaroooit would be very good if on (gdb) attach (pid) xorg doesnt stop01:27
RAOFThose signals should be on the X debugging wiki.01:28
Kangarooowhts sysrq? yesterday i was asking and nobody knew01:28
macoits a key on your keyboard01:28
RAOFThe sysrq button; generally found on the same key as prtsc01:28
Kangarooohehe no?01:28
macousually on prtsc or ins or del01:28
macomine's on the del key01:29
Kangarooowhata.. alt+del removed one of my workspaces01:29
Kangarooothat actually deleted a workspace01:30
Kangarooowow. yes i have Sysrq on Prt Scr. wow never used so never noticed :)01:30
Kangaroooim only getting a screenshot. so when a freezing happens then (alt+sysrq+r) will work?01:31
RAOFTo trigger sysrq you probably need to hit shift, too.01:32
Kangarooook and last buton is key "r" ?01:32
RAOFYup.01:33
Kangarooook so that all will help me only to get to TTY ? but not to xmode ?01:33
Kangarooocouse it will still be frozen until in gdb continue01:34
RAOFRight01:40
RAOFThat will allow you to switch terminals, because it makes the kernel handle the ctrl+alt+f keys itself without letting X trap them in its frozen jaws.01:41
Kangarooook so in TTY6 i made gdb and when made attach (pid) TTY6 still responding and keyb also. but then i changed to Xorg mode and keyb not responding and nothing moves. so i got in raw mode and that made only keyboard raw mode but not screen. keyboard responded to Numlock and to Scroll Lock but not caps lock.01:42
Kangaroooand ctrl+alt+f6 i could get back to tty601:42
Kangarooonot to any tty1-601:43
KangaroooRAOF: so raw mode doesnt give me possibility for me to get back to TTY1-602:02
Kangarooo1is gdb still running or it stopped? http://pastebin.com/8Scimr30 what command should i do now? again attach (pid) or cont ?02:10
RAOFThat hasn't worked because X is already running.  gdb is running, but the X process you tried to start isn't.02:14
RAOFOk.  Git question: how do I take uncommitted changes over to a different branch?02:19
Kangarooono i cant get in TTY back. i even did whats in subsection of https://wiki.ubuntu.com/X/Backtracing#Backtrace%20with%20gdb section gdb problems. theres writen inside gdm, start up Xorg: (gdb) run -keeptty -dumbSched. so i did start with attach (pid) and then that run -blabla -bla and thats the log i got. couse after that command it asked to restart? on yes x restarted to login screen. on no it crashed when going to tty7 and still cant get bac02:21
Kangaroooalso the link for gdb problems has nothing to do with the command posted in that section02:22
Bernardogood morning06:03
RAOFHm.  DisplayLink doesn't really work.07:55
Sarvattis it bad i'm starting to actually look forward to intel being broken in git? i swear i learn so much each time trying to figure it out :)09:22
SarvattRAOF: drivers in the archive?09:22
RAOFSarvatt: Yeah.09:23
Sarvattwerent those really old?09:23
RAOFkernel fb module in the kernel, xserver-xorg-video-displaylink as the DDX.09:23
RAOFI'm not sure whether there's anything newer.09:23
Sarvattdont think i've even seen any displaylink stuff since... xserver 1.6 just came out09:24
Sarvatton the lists09:24
Sarvattwhere's upstream?09:24
RAOFWell, bryceh gave me a displaylink box at UDS.  It's easy enough to get a framebuffer up, once you manage to switch it from USB mass storage mode.09:25
Sarvattneeds a udev rule?09:25
RAOFUpstream? http://libdlo.freedesktop.org/wiki/09:25
RAOFYeah.  A udev rule would do it.09:25
RAOFAt least for _this_ hardware.  No guarantees that other hardware isn't crazy in different ways :)09:26
Sarvattnothing like spending 8 hours or so bisecting and having the fix already commited :D09:34
Sarvattwhy is it called libdlo?09:36
* Sarvatt is confused09:36
Sarvattah i see it talks to libusb, where's the X driver?09:38
Sarvattoh you linked a wiki too! ugh, sorry, i've been going through xtrace logs all night and text is kind of blurring together09:39
Sarvattoh so basically you just use fbdev?09:41
SarvattNow i will focus on patching the intel driver to add a virtual crtc for every displaylink device in the system. This will allow to use the GPU to draw (maybe accelerated) contents and send the output via the usb,and to use a single big screen (the old Xinerama/MergedFB way).09:44
Sarvatt(then releases stop a year ago) :)09:44
RAOFRight.09:54
RAOFIt did seem to be fairly dead.09:55
RAOFI can get a screen with a movable cursor up, but there's not a lot of rendering happening.09:55
Sarvattno real point signing up for things on blueprints if you're not canonical right?10:04
RAOFHm.  Kinda.10:06
Sarvatti haven't touched anything on them because i'd rather one of you guys get marks on your performance reviews :)10:07
RAOFI'm not entirely sure why you'd want to sign up for work items; I guess it's a nice tracker.10:07
Sarvattbecause i'm doing or have done the work, i wasn't sure if they really were just canonical or ubuntu too10:10
RAOFHm.  You might want to ask Rick.  I don't see any particular reason why you couldn't put work items on the list if you wanted to track things.  Or, rather, the only reason I can think of is that one of us needs to be ultimately responsible for ensuring it's delivered.10:13
Sarvattyou a core-dev yet? :)10:43
RAOFNot yet :)10:48
SarvattI'm not sure, seems like a lot of the problem is on the AGP side10:57
apwRAOF, got a link to the bug from which that attachment attaches?10:58
RAOFapw: http://bugs.freedesktop.org/show_bug.cgi?id=2718710:59
ubot4Freedesktop bug 27187 in Driver/intel "[i855GM] gtt chipset flush is not cache coherent" [Normal,New]10:59
RAOFLinked from this memorable launchpad bug: https://bugs.edge.launchpad.net/ubuntu/lucid/+source/xserver-xorg-video-intel/+bug/541511?comments=all11:00
apwbug #54151111:01
* apw notes ubot4 is useless11:01
RAOFI'm off to the movies now; it's 8pm.11:01
ubot4RAOF: Error: Bug #541511 is private.11:01
ubot4Launchpad bug 541511 in xserver-xorg-video-intel (Ubuntu Lucid) (and 3 other projects) "MASTER: [i855] GPU lockup (apport-crash) (affects: 118) (dups: 29) (heat: 814)" [High,Triaged] https://launchpad.net/bugs/54151111:01
RAOFHah.11:02
Sarvattthere's been a surprising amount of 8xx stuff done post 2.11 though and one person mentioned they were 100% stable on 855 earlier11:02
RAOFI wouldn't get my hopes up about _that_.  A subset of users have always reported they were 100% stable on 855.11:03
Sarvatttrue!11:03
* RAOF really off.11:03
Sarvattapw: do you know if there are there any plans to enable DMAR?11:10
apwSarvatt, DMAR ?11:11
Sarvattjust a heads up you can expect a large amount of bug reports about broken graphics if you do :)11:11
Sarvattyeah some people want it on for virtualization but we've avoided all of the problems because we dont have it enabled :)11:13
Kangarooohello Sarvatt did u read all i wrote after u asked Sarvatt: Kangarooo: crashed with the  PPA one yet? :)13:00
Kangaroooi was tryng to get somehow so Xdoesnt stops with attach (pid) handle all nostop handle all pass cont but still xorg was stopped when crash happened. ouh and yeah crash still happened. ill make a new dbg now thrue ssh again13:02
mvosuperm1: hey! I merged xserver-xorg-video-nv in lp:ubuntu/maverick/xserver-xorg-video-nv but I ran into the issue that nv_list.csv seems to need updating. is there a automatic way of doing this?14:07
mvosuperm1: all the other bits are in bzr, but that part is currently missing14:07
KangaroooSarvatt: i got again crash but crashed all comp not just screen. also ssh wasnt responding. but also i could quit ssh and also couldnt open new ssh14:09
SarvattKangarooo: did you attach that backtrace you got to the bug? I looked last night but didnt see it14:11
Sarvattmvo: can't merge X drivers from debian at the moment until xserver is updated..14:11
Sarvattwell  you can but they wont build :D14:11
mvoSarvatt: can merge, just can't build :)14:11
Kangarooono couse didnt get response is it needed. ill post it up now. and then im again tryng to make crash with backtrace with your ppa14:12
mvoSarvatt: its just the depends generation that will not work, so it can be tested to a certain extend :)14:12
Sarvattohhh interesting, never saw superm1's patch before14:14
lucazadeBernardo: http://meego.gitorious.org/~xinyunliu/meego-os-base/xylius-kernel-source14:14
lucazadeInitial PowerVR core gfx driver support for IVI based on build 161614:14
Sarvattit shouldn't really be needed anymore, should it?14:14
mvoSarvatt: hints welcome (feel free to take over if you want, my stuff is in bzr)14:14
mvoSarvatt: no? what did change that makes it no longer needed?14:15
Sarvattnv no longer loads if KMS is in use so it'd never claim it, KMS is in use unless forced off for nouveau14:15
Sarvatti think there was more, looking14:15
Sarvattwhat i'm thinking of might not have made an official release yet14:16
Sarvattyeah that csv generation would be a PITA to maintain lol14:17
Sarvattwell then again nv is abandoned14:17
mvoPITA> my feeling as well14:17
Sarvattnot like they're going to make GPU's that work with nv anymore to update it after this last one14:17
Sarvatti'll fix it up14:18
mvocool, thanks :)14:18
lucazadeSarvatt: hi! seems there is a new IVI driver with poulsbo support14:22
lucazadein meego git repo14:23
Kangarooook Sarvatt added. now with your ppa doing the same commands made system and ssh unresponsive.. :(14:23
Kangarooo*tryng backtracing with same commands.14:23
Sarvattlucazade: found any images yet?14:23
Sarvatti've got a meego chroot but theres still nothing as of this morning14:24
lucazadenot yet14:24
KangaroooSarvatt: bug 58771014:24
ubot4Launchpad bug 587710 in nvidia-graphics-drivers (Ubuntu) "if FF wit lot Gif & overloading CPU then X-boom to login (affects: 1) (heat: 6)" [Undecided,Confirmed] https://launchpad.net/bugs/58771014:24
lucazadeSarvatt: found this repo reading meego forum http://forum.meego.com/showthread.php?t=3814:25
Sarvatti'm in the middle of doing 3 things at once right now, will look in a bit14:25
KangaroooSarvatt: iim tryng to get system not lock up so i dont need to cont on other comp. (gdb) attach 787 -keeptty -dumbSched gives Illegal process-id: 787 -keeptty -dumbSched. also tryd just handle all nostop and handle all pass then cont (without handle 11 stop) and still system froze14:26
Sarvattwhat the heck, superm1 made this -nv change last september? no clue how I didnt see it all this time14:28
bjsnideri can't make sense of that bug report subject line14:28
Kangarooobjsnider: mine bug report?14:29
Sarvattsuperm1: ah theres a little problem with this patch14:36
Sarvattsuperm1: nvidia GPU's that are natively PCIE but have an AGP bridge are not in the list14:37
Sarvattso you blocked out all of those users with this change14:37
Sarvattthe GPU has the pci id of the agp bridge and not the actual GPU14:38
Sarvattand adding the agp bridge pci ids to the list would screw it up too, i went through this with aplattner a year ago14:38
Sarvattit was a problem when we had the pci.id's files, that wasn't picking up those GPU's either14:39
Sarvattdont tell me i dont have the patch i used to get around that anymore.. :( I added all of the bridge devices in an #if 0 block so they didn't do anything but they still got parsed14:40
Sarvattthere it is - http://launchpadlibrarian.net/27885379/101_agp_bridge_pci_id.patch14:56
Sarvattalmost done updating the csv with the new chips so the script can be run15:04
superm1mvo, there is a script in there yes to do it that came with the patch15:07
superm1Sarvatt, the patch was supposed to be something to get us by until upstream X got support to find the devices sooner15:07
superm1Sarvatt, er not find them sooner, i think it was so that it could fail earlier and not fail so hard15:07
superm1Sarvatt, since we're nouveau by default, i'd say the patch is pretty moot now though15:08
Sarvattyeah but some devices relied on that broken behavior and the maintainer didnt want to have anything to do with changing it, we had a lot of bugs about non working AGP cards :(15:09
superm1if i remember right slangasek raised something like that15:15
superm1but since they were kicked to vesa (and were probably going to install -nvidia anyway) this patch made most sense15:16
superm1it certainly fixed a bunch of hardware I had that *didn't* work with nv, but worked with vesa (and thankfully works with nouveau now)15:17
SarvattI stopped messing with it mvo, I really agree dropping the 2 patches is the way to go :)15:31
SarvattKangarooo: hmm your backtrace is completely different now15:38
mvoSarvatt, superm1: so what is the best way forward? dropping -nv entirely ? or just dropping the patch and upload the merged -nv?15:39
Sarvattdropping the 2 patches yeah, not sure that the panel fitting is worth merging over just syncing it either. we could just special case the ion board that had a problem, the problem superm1 was having with multiple gpu's where one wasnt supported by nv but the other was shouldnt be around anymore either15:43
lucazadeSarvatt: MeeGo 1.0 In-Vehicule Preview ntel eMenlow (US15W) http://vimeo.com/11779730    15:44
Sarvattlucazade: got an img? :)15:44
Sarvattor a .ks?15:44
lucazadehttp://repo.meego.com/MeeGo/builds/0.9/0.9.80.2.20100512.1/ivi/images/meego-preview-ivi-noemgd-ia32/15:44
lucazademaybe..15:44
lucazadebingo?15:45
lucazade:)15:45
Sarvattnope thats not it15:45
Sarvatti have that one15:45
lucazadein the vimeo description says us15w15:45
SarvattThis image will boot to XFCE utilizing the Linux VESA graphics driver and has been tested on Intel eMenlow (US15W) and Tunnel Creek platforms. A Beta release of the Intel EMGD 3D graphics driver for MeeGo on these platforms is expected in June 2010.15:46
Sarvattthere's nothing psb/img/mrst related in the repos either besides psb-kernel-headers, just checked15:48
lucazadeok thanks15:49
Sarvattnone of the kernel patches on there, no modules for it15:49
Sarvattnone of the stuff in the kernel-headers package either :(15:49
lucazadeon #meego vgrade said: "no the its not the same patch as the moorsetown one, it looks quite similar to a traditional SGX driver."15:51
Sarvattyeah they have a straight up powervr binary image, i've seem them talking about it in bug reports15:52
lucazadehttp://bugs.meego.com/show_bug.cgi?id=220515:53
ubot4bugs.meego.com bug 2205 in Graphics subsystem "request integration of EMGD into ivi/embedded distribution" [Major,Reopened]15:53
Sarvattso far i've seen 4 different ones, pvr mrst img and psb15:55
Sarvatt+            } else if ((dev->device_id == 0x8108) || (dev->device_id == 0x8109) || (dev->device_id == 0x4102)) {15:56
Sarvatt+driverList[0] = "psb";15:56
Sarvatt+driverList[1] = "pvr";15:56
Sarvattpvr supporting psb!15:56
lucazade:)15:56
Sarvattunless they are just lazy/sloppy :)15:56
lucazadeunbelievable15:57
Sarvattoh15:57
Sarvattyeah, i remember now, one of the bug reports was saying there were graphics problems with the pvr internal images,15:58
Sarvattthey patched around the problems in mesa and i found the bug number from one of the patches, let me find it15:58
lucazadeok15:58
SarvattKangarooo: try sudo nvidia-xconfig --no-composite15:58
Sarvatthttp://bugs.meego.com/show_bug.cgi?id=35216:03
ubot4bugs.meego.com bug 352 in Graphics subsystem "[Qt demos] opengl/Pixel Buffers failed due to not support pbuffers" [Normal,Verified: fixed]16:03
SarvattPvr driver: 5.3.0.0002-1.116:04
lucazadeyes16:04
Sarvattthe mrst kernel module has a similar version16:07
Sarvatthmm should events and such from include/GL/glxext.h be included in xserver's dix/protocol.txt and xtrace?16:22
Sarvatti noticed some events from there is in xtrace that aren't defined in glproto16:23
lucazadei don't know, sincerly.. i know just a bit of xorg16:26
SarvattCONFIG_IMG_DOES_NOT_SUPPORT_MENLOW=y16:27
Sarvattin the menlow kernel config16:28
Sarvattahh ok theres img the pvr one, then theres mrst the poulsbo one16:29
lucazadei trust you!16:29
Sarvatterr, ok, i'll shut up. the poulsbo kernel config has all the pvr stuff enabled16:29
Sarvattneed to look at the source and see whats up, darn gitorious doesnt let you browse large stuff16:30
Sarvatthttp://sarvatt.com/git/cgit.cgi/xylius-kernel-source/16:31
Sarvattso the mrst one is the open source one and thats the closed source one16:32
lucazadeok16:33
Sarvattman trying to load that latest commit on this atom cpu is insane16:35
Sarvattgoing on 3 minutes now and i still cant scroll down16:36
lucazade:) everything related to psb look insane to me16:36
Sarvattyeah mrst the one they had before has that its going to try to go upstream, this one says upstream: never16:36
Sarvattperfect timing though i got a psb netbook coming to me in a few days :)16:37
lucazadegreat.. i can test if you need16:38
lucazadeif i'm able16:38
Sarvatti guess iged changed names to emgd16:38
Sarvattor something..16:39
lucazadeah ok...16:39
Dr_Jakoboh so they have released that driver as well.16:39
* Sarvatt waits to find Dr_Jakob's name in a copyright :)16:41
Dr_JakobProbably not16:41
Dr_JakobI only touched the modesetting code and stuff inside the 3D driver.16:42
Dr_JakobOh and one or two things inside the 2D driver..16:42
Dr_Jakobbut that was for the none iged driver.16:43
Dr_JakobSarvatt: what parts of the new vmwgfx svga driver is in the gallium ppa?16:55
Dr_Jakobvmware 10.0.1, mesa master?16:55
Sarvatt1:11.0.1+git20100423.423d8a06-0ubuntu0sarvatt but no svga in mesa yet, hit a snag because the arm people need opengles headers to build stuff and there's a lot of packaging things to work out16:56
Sarvattnot to mention its completely different on master than 7.8.1 where RAOF is packaging the stuff up at16:57
Sarvattthe gallium stuff not being in /usr/lib/dri really stinks, --with-dri-searchpath isnt really an option outside of testing17:00
brycehSarvatt, RAOF, there is a -displaylink X driver package that's in universe17:01
Sarvattit'd be nice if all the gallium drivers had different names and it would check the g suffix one if KMS was in use or something :)17:01
Sarvatterr try to load the r300g_dri.so first and fall back to r300 if it can't I mean, I don't know17:02
Sarvattheck, i can just enable svga and it'll be installed with /usr/lib/dri until its packaged up, lets try that :)17:09
Sarvattoh yeah the _drv.. need to build and see where it goes17:09
Sarvattstill can't download IEGD from intel in any browser, just downloads the windows version no matter what I pick17:19
Dr_JakobSarvatt: what about kernel drivers? Does the ppa include new kernel drivers as well?17:21
lucazadeif i remember well inside iegd windows executable there is linux stuff17:21
Sarvattyeah its got maverick's kernel in it but you have to install it manually, its linux-image-2.6.34-5-generic right now17:22
Sarvattlinux-libc-dev which has the drm headers in it from the kernel automatically upgrades though17:22
Sarvattlibdrm has libkms built as well and the vmwgfx header17:22
Dr_Jakobok17:22
Dr_Jakobhave you tested it all in a VM?17:23
Dr_JakobI don't know if the driver still barfs at QEMU/KVM.17:24
Sarvattyeah it works, didnt test 3D or anything though17:25
Sarvatt(dont know if thats what you meant)17:25
Dr_JakobOk cool17:26
Dr_Jakobyou sure you didn't get the old driver?17:26
Sarvatti'm sure I did17:26
Dr_Jakobok17:27
Sarvattnever build mesa with svga enabled, doing that now17:27
Dr_Jakobok17:28
Dr_Jakobas long as you install vmware 10.0.1 it should auto pick the correct driver.17:28
Dr_Jakoberr17:28
Dr_Jakob11.0.117:28
Dr_Jakobbut yeah you had that.17:29
Sarvattall i need to know is where the _drv is when adding xorg to the state trackers list and building it and i'll upload it to edgers17:29
Sarvattjust because of the weird places debianized mesa puts things17:30
KangaroooSarvatt: that backtrace i added is still without your PPA. icant get backtrace with your ppa since comp not only freezes desktop but also freezes ssh18:16
Sarvattwell at least thats different :)18:17
Sarvattdid you try sudo nvidia-xconfig --no-composite ?18:18
Kangaroooshould i try that sudo nvidia-xconfig --no-composite with your ppa installed or remove them and then with original files try that?18:18
Sarvattyeah get rid of the PPA one18:19
Sarvattyour backtraces look different every time18:20
Sarvatthttp://launchpadlibrarian.net/49499123/gdb-Xorgwithtail-fXorg.c.txt  http://launchpadlibrarian.net/49412494/GdmLog1.txt http://launchpadlibrarian.net/49412495/GdmLog2.txt18:21
Sarvattdoh, mesa didn't check for xorg-server.pc before starting the compile with xorg state tracker?18:22
Sarvattsilly me forgot it in the chroot18:24
Kangaroooso ppa i can remove from synaptic only? so when i uncheck and use aptitude reload && dist-upgrade yes?18:25
Sarvattok easy enough - dh_install: usr/lib/glx/pkgconfig/gl.pc exists in debian/tmp but is not installed to anywhere18:28
Sarvattdh_install: usr/lib/glx/xorg/modules/drivers/radeong_drv.so exists in debian/tmp but is not installed to anywhere18:28
Sarvattdh_install: usr/lib/glx/xorg/modules/drivers/modesetting_drv.so exists in debian/tmp but is not installed to anywhere18:28
Sarvattdh_install: usr/lib/glx/xorg/modules/drivers/vmwgfx_drv.so exists in debian/tmp but is not installed to anywhere18:28
Sarvattdh_install: usr/lib/glx/xorg/modules/drivers/i965g_drv.so exists in debian/tmp but is not installed to anywhere18:28
SarvattKangarooo: wget https://edge.launchpad.net/~xorg-edgers/+archive/ppa/+files/ppa-purge_0.2.6_all.deb && sudo dpkg -i ppa-purge_0.2.6_all.deb && sudo ppa-purge -p bugsbugsbugs sarvatt18:32
Sarvattits a little script that removes a ppa and downgrades everything back to the archives18:34
Kangarooook that is done. also some upgrades i put. so now i without restart can sudo nvidia-xconfig --no-composite ?18:41
Kangaroooso now ill also try reproducint with backtrace gdb runnin yes?18:44
Sarvattyeah without restart, it just adds a line to your xorg.conf18:44
Sarvattnah18:44
Sarvattjust see if you can crash it18:44
SarvattDr_Jakob: i'll probably have it up on xorg-edgers in the next hour, almost done with it18:51
Sarvattis there anything else in mesa that would be worth packaging up?18:53
Sarvatti really want to wrap my head around all of this EGL stuff but it's crazy complicated in mesa18:54
KangaroooSarvatt: nope that didnt help. again boom goes the x19:36
Sarvattis there anything special about your machine?19:40
Sarvattyou seem to be having problems with that one in a ton of different packages, just seems like it might be a bigger problem but thats reaching for straws :)19:42
KangaroooSarvatt: nothing special. i tink lspci can be seen in bug report no? just that hardware and clean xubuntu 10.04 (of course with latest updates) but with ur ppa it wasnt crashing. ill maybe try again your ppa and without dbg try to crash it. couse with gdb tryng crash all froze (even ssh)19:56
=== Kangarooo is now known as Kangaroo
=== Kangarooo1 is now known as Kangarooo
KangaroooSarvatt: u removed ur ppa? i get an error when using update after adding ur ppa again20:12
Kangaroooah now its working- i added ppa without /ubuntu and got error. rm thoyuse sources and added ppa again with /ubuntu now its working20:16
Sarvattsorry, trying to get this vmwgfx packaged up because it finally finished building. why are you activating the ppa again?20:17
Kangarooocouse maybe that will be working? couse ppa i tryd crashing with gdb working also. maybe without gdb system wont freeze totaly?20:18
Sarvattnaah that patch I added really was a longshot and probably did make things worse, it sounds like its a bigger problem and its over my head20:20
Kangaroooah ok. Sarvatt so i should undo that nvidia command also? ill buy a replacement for this pc after 2 weeks if for somebody it can be needed i can put vnc and leave everything open in it.20:23
Kangaroooin this crashing pc20:23
Sarvatti'd try with all 3 options disabled20:37
Sarvattno-composite no-render and  no-render-accel? (not sure on the last one)20:38
Sarvattthose might not be right, check nvidia-xconfig --help20:38
SarvattDr_Jakob: sorry it took so long, uploading it now :)20:52
Sarvattnow to find a vmware release to play with this on :)21:16
Sarvatti dont think the vmwgfx kernel module works with qemu vmware graphics mode? remember airlied having a hacked up patch for it21:17
=== Kangarooo1 is now known as Kangarooo
Sarvattthat guys post about harvest the other day on planet ubuntu really made me want to automate xorg-edgers more via something like that :)21:40
brycehtotally, go for it21:58
brycehit was always my hope too that more of xorg-edgers could be automated21:58
brycehwell you know how much of an automation geek I am ;-)21:59
Sarvattdarn, its java! yuck22:04
=== schmidtm_ is now known as schmidtm
Sarvatti guess i could just use ppa-update, never actually tried it22:46
Sarvattstill lots of little hidden env variables i dont know about in auto-xorg-git, i just do things like make the package for other releases manually every time22:47

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