/srv/irclogs.ubuntu.com/2010/03/30/#ubuntu-x.txt

apwbryceh, RAOF, Sarvatt ... i've updated the kernels in the multi-touch PPA, seem to work here on my kit00:06
NandouI have a MacBookPro 5,3 and I'm currently trying to install Lucid Lynx beta 1 using the liveCD. I have encountered problems with the nouveau driver and by using the "blacklist=nouveau" boot option the process is going further but instead having "[drm] nouveau 0000:02:00.0: PRAMIN flush timeout" error message while the modules are loaded, I receive it during the init phase. Does anyone have any idea ?00:27
RAOFYou can try adding nouveau.modeset=0 instead of blacklist=nouveau.  I think what's happening there is the nouveau X driver is asking for the kernel to load the nouveau kernel driver, which it can.  The blacklist only stops the driver being loaded automatically.00:29
NandouRAOF: okay thank you I will give it a try00:30
NandouRAOF: With nouveau.modeset=0 option, I no longer have the nouveau error message but the computer still won't boot ubuntu. The last 2 error messages are : "init: unreadahead-other main process (1259) terminated with status 4" and "b43-phy0 ERROR: FOUND UNSUPPORTED PHY (Analog 8, Type 4, Revision 4" but I believe thoses 2 errors messages shouldn't stop the computer from booting. Am I correct?01:00
RAOFRight.  Those look just like warnings.01:01
RAOFWell, and the ureadahead message is the expected behaviour.01:01
RAOFSo, what's happening.  In what way does the computer fail to boot?01:01
NandouNothings happen01:03
NandouNo blinking cursor, dvd stop spinning01:03
RAOFWhat happens before that?01:04
NandouI have removed splash and quiet but it stop during the init stage01:04
RAOFSometimes it can take a long time to boot.01:05
RAOFMaybe you could try with “blacklist=vga16fb” as well?01:06
NandouIll try with blacklist=vga16fb01:07
NandouIt's been stuck on the b43-phy0 line for a while now01:07
RAOF:/01:07
Nandouthat thing is going to catch fire01:10
Nandouand there's hope right now!01:11
NandouHum.. maybe not, the screen stays completely black.01:12
NandouRAOF: I was finally able to get to the desktop by using : "blacklist=vga16fb nouveau.noaccel=1"01:29
NandouThank you for your help01:30
RAOFCould you please file a bug?  It'd be helpful to have your hardware details and such recorded.  Running “ubuntu-bug xorg” from a terminal should collect a bunch of useful logs (as long as apport hasn't broken again :()01:31
NandouI will as soon as my internet is working ;)01:32
RAOFHah!01:32
eggonleahi, I'm in.03:01
* NCommander waves to eggonlea 03:02
* eggonlea :)03:03
eggonleaHi, we're going to implement mode auto-detection on Dove X driver. Could anybody tell me what's the correct way to read EDID/I2C from x driver? We currently could read that in kernel space LCD driver only. Thanks!03:05
eggonleaI'm in GMT+8, so please just drop me a message if you see this later. I'll check answer here. :)03:06
bryceheggonlea, with KMS enabled drivers, there is a set of code in drm_edid.c which handles reading EDID03:08
brycehif your driver is KMS enabled, that's the way to go03:08
eggonleabryceh: thanks!03:08
brycehif not, there is similar edid parsing code in the xserver which you can hook into03:08
eggonleaWe won't enabled KMS, but just read EDID through I2C directly.03:09
eggonleaSo, if I plug a new VGA monitor, would KMS read the new EDID? And how does Xorg know it should refresh EDID?03:12
bryceheggonlea, if you're not enabling KMS then KMS would not be reading the new EDID03:13
brycehin the non-KMS case, the EDID is not automatically probed03:13
brycehso a client app would need to ask the video driver to re-query the VGA port to retrieve the EDID info03:14
eggonleaSo, how does Xorg know it need to refresh this? Any standard way to notify Xorg about this? Or I could just hack in x driver?03:14
eggonleaI mean, is Xorg poll'ing this via ioctl, or KMS (or any other kernel driver) posts an event (netlink/udev?)?03:16
bryceheggonlea, again, it's not automatically polled03:19
brycehthe call is too expensive and bogs the system down if that's done03:19
bryceheggonlea, there is a libXrandr routine which causes the edid to be re-probed03:19
eggonleaso, when xorg read new EDID on x86?03:20
brycehso if for some reason you wanted it to poll, you could implement a daemon or whatever which makes that call repeatedly03:20
eggonleaIf I change a VGA monitor dynamically, Xorg should know that and refresh usable modes.03:21
eggonleabryceh: No, I don't want to poll. But just want to follow the standard way. :)03:21
bryceheggonlea, the standard way is to implement KMS support in your driver03:22
brycehthe kernel is able to discern when a monitor has been attached and can re-gather the edid automatically, and emit an event when this has occurred03:23
eggonleaDo you mean KMS defines the event as the standard way to notify Xorg?03:24
brycehI don't think you're hearing me ;-)03:24
brycehIf your driver supports KMS, then Xorg does not need to know about EDID.  It's all done internally in the kernel.03:24
brycehif your driver does not support KMS, then polling cannot be done03:24
eggonleaAh, I see a little bit more, I think.03:25
brycehit sounds like what you want is some hybrid system where the kernel detects the monitor and sends a signal, but then the edid probing is done in X.org itself 03:25
brycehas far as I know, nothing like that is implemented03:25
eggonleaSo, if I execute xrandr, it would drop into KMS also to read out and print all available modes. right?03:26
brycehyes, if the driver in question supports KMS03:28
eggonleathanks! I'll take a look into KMS and see how much effort we need to implement it on current FB LCD driver.03:39
=== \vish is now known as vish
Sarvattspeaking of arm device KMS, whoa.. https://www.codeaurora.org/gitweb/quic/chrome/?p=xwin/xf86-video-msm.git;a=shortlog;h=refs/heads/chromium05:21
Sarvattwe're going to have 1 extension event to spare once we go to xserver 1.8 with the blob, good thing we disable multibuffer06:13
Sarvattgot 2 to spare now because dri2 is only using 106:14
tjaaltonstill no decision on the backport ffe :/06:15
Sarvattok backported http://cgit.freedesktop.org/xorg/xserver/commit/?id=711e26466ae04ae93ff4c48d377d83d68a6320e9 to 1.7 branch, lets see if it fixes clutter apps06:52
Sarvattno dice08:09
jcristauSarvatt: that patch is a fix for the swapbuffers thing which isn't in 1.708:25
jcristauafaict08:25
eggonleaLet me see what's in Sarvatt's URL...08:44
tjaaltonmeh, jerrylamos has filed the same crasher five times08:53
brycehtjaalton, he's a good sort, amenable to being educated09:05
brycehhttp://www2.bryceharrington.org:8080/X/Graphs/totals.svg is going in a very pleasant direction at the moment09:05
brycehgood work everyone :-)09:05
tjaaltonbryceh: so the backport ffe is basically ready to go, and pitti concluded that slangasek's concerns were covered, so I'll start pushing the bits to pkg-xorg git10:36
brycehtjaalton, will you also be getting all the driver packages updated?10:39
tjaaltonbryceh: sure10:39
brycehtjaalton, there is little time remaining for beta2, which is what I'm mostly concerned about10:39
tjaaltonthey're all ready10:39
tjaaltonwe've only shipped udev rules for ~5 drivers anyway10:40
brycehtjaalton, ok... well this gives me the willies a bit, but I trust you10:40
tjaalton:)10:40
brycehlogically, it seems to be the correct thing to do10:41
tseliottjaalton: I guess we'll need to ship a file in xorg.conf.d/ (or whatever it's called) for touchpads to replace our current quirks10:46
brycehhi tseliot10:46
tseliothey bryceh10:46
tjaaltontseliot: that's one way yes. the quirks we had were from debian though10:46
tjaaltonaiui10:46
brycehtseliot, btw I've been neglecting the proprietary testing group the last few weeks; would probably be well received to drop them a line and give some encouragement10:47
tjaaltonothers were patched in the drivers10:47
tseliottjaalton: not the one that I added, which work with my patch10:47
tjaalton-s10:47
tjaaltontseliot: ok, maybe it's missing from my tree10:47
tseliotbryceh: sorry but I'm kind of overbooked at the moment10:47
brycehtseliot, I'm just saying...10:47
tseliottjaalton: currently it's in the udev rules10:47
tseliotbryceh: maybe after the beta, we'll see10:48
brycehtseliot, I'm also extremely overbooked else I'd have already done it10:48
tseliottjaalton: 66-xorg-synaptics.rules (from udev) should simply add a tag and then the xorg.conf file will catch the tag and apply the quirk10:49
tseliotbryceh: yes, we all are ;)10:50
tjaaltontseliot: it can also match the vendor string10:50
tjaaltonor product10:50
tseliottjaalton: unfortunately that's not enough. What I need for that quirk is ATTR{[dmi/id]product_name}10:51
tjaaltonwhich the two quirks in udev rules do10:51
tseliotright10:51
tseliotare you sure that it can match the product?10:51
tjaaltonMatchProduct10:52
brycehtseliot, anyway, the efforts being paid by these volunteers are helping you more than me. ;-)10:52
tjaaltontseliot: you'll find out before too long ;)10:52
jcristautjaalton: that matches the device, not the machine10:52
tjaaltonah ok10:52
tjaaltonthen it needs the tag, yes10:53
brycehtseliot, I tend to feel time spent helping volunteers ends up helping you end the long term... who knows you might find a tseliot amongst them.  ;-)10:53
tseliotbryceh: yes, sure, testing is very welcome, especially with all the new stuff about proprietary drivers10:53
tseliotbryceh: my point is, fix things now, then ask them to test things ;)10:54
tseliotand I need to finish step 110:54
OxymoronMy screen resolution doesnt get higher than 1280x1024 and proprietary drivers doesnt load if I dont have any xorg.conf file? I have a nVidia 7950 GT card and a 23" widescreen monitor 14:51
tseliotOxymoron: how did you install the driver?14:58
Oxymorontseliot: Through apt-get install nvidia-current in Kubuntu Lucid and then activate through jokcey and restarted computer14:59
Oxymoronnvidia-xonfig does seem to brake another thing, which dont make it possible watch video in multimedia players15:00
tseliotOxymoron: your Xorg.0.log might have something interesting15:00
tseliotand dmesg too15:00
Oxymorondmesg just show me that 195.36.15 is loaded and no errors, Ill paste the Xorg log one sec15:01
Oxymoronhttp://pastebin.com/q27w9JND15:02
Oxymorontseliot: 15:05
tjaaltonyou need the xorg.conf15:05
Oxymorontjaalton: How to create that one without type command nvidia-xconfig? Does anybody of you have one working?15:06
tjaaltonjockey should have created one15:06
Oxymorontjaalton: Well it didnt ..15:06
tseliotOxymoron: I have just pushed a new release of Jockey which should make it more robust in this sense15:07
tjaaltoncheck that you don't have it in /etc/X1115:07
tjaaltonmaybe failsafe kicked in for some reason15:07
tjaaltonand moved it15:07
tjaaltonthough this log is not from failsafe15:07
tjaaltonso maybe not15:07
Oxymorontjaalton: I removed it myself to test another thing15:08
tjaaltoneh15:08
Oxymorontjaalton: I have backupbs15:08
tseliotalso, please let me have a look at dmesg15:08
Oxymorontseliot: Alright one sec15:08
Oxymorontseliot: http://pastebin.com/jBxWFiBw15:09
loolSarvatt: Hey; I'm afraid I don't have the hardware either (anymore); thanks a lot for fixing things up15:09
loolSarvatt: NCommander is working a lot on the dove video drivers these days, please feel free to ping him on this, or you can contact asac for coordination of the merging if you can't reach NCommander 15:09
loolSarvatt: We mostly discuss it on #ubuntu-arm though15:09
tseliotOxymoron: ok, so it just didn't create a xorg.conf. Please wait until the new jockey is availabl (revision ubuntu6) and try again15:10
tseliotavailable15:10
asacSarvatt: yeah. the arm xdrivers are better discussed in -arm15:10
Oxymorontseliot: Alright, how long do you think it takes? :)15:12
tseliotthe packages will have to be built and then it's a matter of waiting on the servers to get those packages15:13
Oxymorontseliot: Whats the new in the new patch btw? :)15:14
tseliota few things. Have a look at the log in lucid-changes15:15
Oxymorontseliot: Do you have the url?15:21
tseliotOxymoron: https://lists.ubuntu.com/archives/lucid-changes/2010-March/009313.html15:22
Oxymorontseliot: Thanks :)15:22
tseliotnp15:23
Oxymorontseliot: Nice, hopefully could solve some of my problems, hopefully all of them :)15:24
* tseliot nods15:24
SarvattOxymoron: silly question, but have you tried just deactivating the drivers in jockey, then reactivating them and rebooting?15:25
OxymoronSarvatt: Yes I have ;)15:27
OxymoronSarvatt: Its strange that jockey doesnt create /etc/X11/xorg.conf15:27
=== Sinnerman is now known as Cobalt
Oxymorontseliot: Hmm sorry to say, but I installed your patch but it still says that nvidia-current is active but not loaded? :S Could it be that it actually isnt loaded? :P15:57
tjaaltonOxymoron: you said that you moved the xorg.conf away15:58
tseliotOxymoron: you will have to reboot too15:58
Oxymorontjaalton: Yes?15:58
Oxymorontseliot: I have reboot ;)15:58
tjaaltonOxymoron: what was in it?15:58
Oxymorontjaalton: Ill paste it for ya, wait a sec15:58
Oxymorontjaalton: http://pastebin.com/978ENDSv15:59
tjaaltonok, so it was an upgrade15:59
tjaaltonnevermind then16:00
Oxymorontjaalton: What do you mean?16:01
Oxymorontjaalton: And thats my backup file, my /etc/X11/xorg.conf doesnt exist because I renamed it to that file to test something16:01
tjaaltonOxymoron: thought that if it was the jockey-generated version, or from failsafe16:02
Oxymorontjaalton: Its from nvidia-xconfig.16:02
Oxymorontjaalton: And jockey doesnt generate anything16:02
tjaaltonwell the old one should work16:02
Sarvattmaybe because you already had nvidia-current installed when you activated it in jockey? (not sure how jockey works internally)16:03
tseliotOxymoron: can you paste the output of "ls /etc/X11/" please? Also, try to remove nvidia-current16:03
Oxymorontseliot: I have removed nvidia-current several times but it doesnt affect anything and yes Ill paste it in one sec16:04
Oxymoronhttp://pastebin.com/hdymbNds16:04
SarvattOxymoron: grep -R NoLogo /etc/X11/16:06
Sarvattreturn anything?16:06
Sarvattif so that means jockey did create xorg.conf's at some point in those backup ones16:07
OxymoronSarvatt: http://pastebin.com/c6i7AkY816:07
OxymoronSarvatt: Should I remove everyone? :D16:09
SarvattOxymoron: if you wouldn't mind entertaining me, can you try sudo apt-get purge nvidia-current, remove that xorg.conf, and activate nvidia-current straight in jockey this time and then reboot to see if its any different?16:09
OxymoronSarvatt: I have done that like seven billion times already, please not one more time :D I dont want to reboot again16:09
tseliotOxymoron: please do what Sarvatt suggests but before you do it, please type "sudo rm /var/log/jockey.log"16:10
tseliotand past the new /var/log/jockey.log after you do what Sarvatt suggested16:10
tseliotpaste16:10
Oxymoronalright ...16:10
SarvattOxymoron: you did *exactly* those steps before?16:11
OxymoronSarvatt: Yes16:11
OxymoronSarvatt: Which xorg.conf did you point on btw?16:11
OxymoronIf you mean /etc/X11/xorg.conf I have done exactly those steps before16:12
OxymoronI will try remove all these backup files, or well I move them ... Does mv -r /etc/X11/xorg.conf.backup* /home/oxymoron/xbackup work?16:17
OxymoronAlright, now I have moved them all and will try your steps one last time Sarvatt :)16:19
Oxymorontseliot: Then I post /var/log/jockey.log to you when I have rebooted ;)16:19
tseliotwhenever you prefer16:20
OxymoronSarvatt: And jockey cant find nvidia proprietary drivers if nvidia-current isnt installed so I guess that you meant reinstall nvidia-current16:21
Oxymorontseliot: Btw, if jockey already is in sudo mode it doesnt rescan if I close app and then start it again? :S How to rescan after isntalled drivers?16:24
tseliotOxymoron: close jockey and type "sudo killall jockey-backend"16:25
SarvattOxymoron: no I didn't mean reinstall nvidia-current, thats what I was trying to have you avoid :D sorry talking between jobs here16:25
OxymoronSarvatt: Well if I remove nvidia-current jockey doesnt find nay drivers? :P16:26
Sarvattyou're *just* purging nvidia-current? nvidia-current-modaliases is still installed?16:27
OxymoronSarvatt: No I purge nvidia*, nvidia-current-modaliases has never been installed at all? :P16:28
SarvattOxymoron: I was asking you to type the exact command I said :D you need nvidia-common and nvidia-current-modaliases installed still, dont purge nvidia*16:28
* tseliot nods16:29
OxymoronSarvatt: Well I dont even have nvidia-common or nvidia-current-modalases and it have never been installed? :D16:29
OxymoronDependecy problems? :P16:29
OxymoronWhen I install nvidia-current it only installs that and nvidia-settings16:30
Sarvattyou removed it by purging nvidia* at some point already16:30
tseliotthey are installed by default. Jockey won't work without them16:30
Sarvattjust sudo apt-get install nvidia-common16:30
OxymoronSarvatt: No I checked and it didnt removed those, but I have removed those before16:30
Sarvattthere's your problem I'm sure16:30
Oxymorontseliot: They are not isntalled by default for me in Lucid16:30
OxymoronSarvatt: Yes could be ... awesome I asked someone else and he said that I only need nvidia-current .... dOOOoH16:31
SarvattOxymoron: I can most assuredly guarantee you they are installed by default for everyone and you removed it at some point16:31
Sarvattso sudo apt-get install nvidia-common, sudo apt-get purge nvidia-current, remove your xorg.conf, then activate nvidia-current straight in jockey16:32
OxymoronIf I install nvidia-current it doesnt install nvidia-common?16:33
Sarvattnope16:33
OxymoronSarvatt: Well, problem solved I guess xD I do your steps now, I will not trust those guys in #kubuntu or ubuntu+ channel in this case anymore :D16:33
Oxymoronubuntu+116:34
Oxymorontseliot: Btw, sudo killall jockey-backend and then open jockey again doesnt work? It doesnt rescan drivers on my system? :S16:35
Oxymorontseliot: I guess its cached or doesnt run if sudo for it is open.16:35
Oxymorontseliot: Is there any rescan option for jockey backend?16:35
tseliotOxymoron: just make sure that "jockey" is not in the output of "ps aux | grep jockey"16:36
tseliototherwise just kill any remaining jockey process16:36
tseliotlaunching a new jockey-backend will rescan your hardware16:37
Oxymorontseliot: ps aux | grep jockey give me one process using jockey but crl+esc doesnt show any process using jokcey? :S16:37
Oxymoron"oxymoron 12330  0.0  0.0   3336   828 pts/2    S+   17:37   0:00 grep jockey"16:38
tseliotthat's you looking for jockey16:38
tseliotnot a jockey process16:38
tselioti.e. jockey is not running16:38
Oxymorontseliot: Haha lol xD Seriously that was awkward xD16:40
Oxymorontseliot: Well it doesnt work then, bug16:40
Oxymoronhmm now it searches finally :)16:40
OxymoronIt took awhile to release cache or something I guess16:41
OxymoronAnd now it Finally found the drivers even that I dont have nvidia-current installed <3 finally!16:41
tseliot\o/16:42
OxymoronI guess all this problem because modaliases and common wasnt installed 16:43
tseliotSarvatt: a one line patch should fix bug #539196 and save me from having to maintain 3 different versions of nvidia-settings16:43
ubottuLaunchpad bug 539196 in nvidia-settings "nvidia-settings X display configuration window doesn't work on nvidia-173 and nvidia-96" [High,Confirmed] https://launchpad.net/bugs/53919616:43
Sarvatti think everyone using the blob has purged nvidia-* at some point and gotten themselves into that situation, thats why I was asking you to entertain me :)16:43
Sarvatttseliot: installing a different xorg.conf for nvidia-173/nvidia-96?16:44
OxymoronSarvatt: Haha alright :D Well I think I have removed it sometime when I should fix something with nvidia before.16:44
tseliotSarvatt: no, just patching nvidia-settings so that it doesn't fail if the noscanout property is not provided by the driver16:44
Sarvatttseliot: there is a xorg.conf option you can add to fix that on the older drivers but I can't remember which, think it was disabling twinview16:44
Sarvattoh sweet16:45
OxymoronSarvatt, tseliot: I will reboot now and if it works, seriously thank you very much! <3 I have been struggling this problem in like a month and no one have been able to help me properly16:45
OxymoronI had this problem even in Karmic16:45
OxymoronBtw, in jockey I would suggest a reboot button or make it send by dbus an action to reboot like KPackagekit does if reboot is required ;)16:46
Sarvattno problem Oxymoron, now ya know and can help people having the same problem :)16:46
* tseliot nods16:46
OxymoronSarvatt: Yes I will certainly do if someone have same problem :)16:46
OxymoronSarvatt, tseliot: Now nVidia driver works, but I still got the same annoying ground problem ... In my mutlimedia players, the video output is transparent and show the image of the window beneath video player.16:53
tseliotOxymoron: Xorg.0.log, please16:54
Oxymorontseliot: http://pastebin.com/7QiDXrMy16:56
tselioteither try disabling the 3D effects or ask on Nvidia's forums16:57
tseliotthe driver is enabled now16:57
Oxymorontseliot: Yeah I saw that, sweet :) Hopefully I will be able to make video players work :)16:59
Oxymorontseliot: Weird, if I remove desktop effects I got a black screen instead of a transparent :P17:00
tseliotyou definitely want to ask nvidia on the nvnews forum about it17:01
Oxymoronnvnews forum?17:03
bjsniderOxymoron, your hardware is old though is it not?17:06
Oxymoronbjsnider: Its not that for sure, my card has worked before for a month ago it stopped working after some karmic update or something like that. 7950 GT isnt very old, most people here uses like 7300 or something like that. I should not need 8 series or GTX17:07
SarvattOxymoron: what video player? try changing the output method in it17:07
Oxymoronbjsnider: But my computer itself has new components :)17:07
OxymoronSarvatt: All of them17:07
OxymoronSarvatt: VLC I tried switch output mode and then that one "work" but not smooth17:08
OxymoronSarvatt: It havent work for a long time now, maybe one month. Nobody know whats the problem it seems, would be real nice if I could solve it.17:09
Sarvattfind out how KDE picks the default output method and play with that, in gnome its system - preferences - multimedia system selector17:09
OxymoronSarvatt: Phonon and then Xine engine or Gstreamer but I dont know how to change? :S17:10
bjsniderOxymoron, my experience is the blob supports the newer chips like g8x and g9x better than the older g7x and so forth17:10
OxymoronShouldnt be the problem I think, have been working smoothly like ages in max effects on17:12
Oxymoronbjsnider:17:15
desrthi.  i'm trying to track down a regression with X on lucid17:23
desrtthe regression has happened between the beta release and the current state of the archive17:24
desrtit has to do with the X server being unable to allocate sufficient memory to complete an xrandr17:24
Sarvattdesrt: got a bug#?17:26
desrtno.  i'm trying to gather some more information17:27
desrti'm just wondering if you guys have heard of this issue already17:27
desrtit comes with this in the xorg log:17:28
Sarvattmaybe if I can see the logs of what happens, what GPU you  have and such17:28
desrt(II) intel(0): Allocate new frame buffer 2400x1920 stride 243217:28
desrtFatal server error:17:28
desrtFailed to submit batchbuffer: No space left on device17:28
desrti'll pastebin the log17:28
desrti'm just on the livecd now to get a list of package versions from the working config so i can start to play around to see which package is responsible for the regression17:29
tseliotdesrt: is that with the 3d effects on?17:29
desrtyes and no17:29
Sarvattdesrt: so it's intel, what specific GPU?17:30
desrt00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)17:30
desrthttp://pastebin.org/128694 <- full xorg log17:30
desrttseliot: it appears not to matter17:31
Sarvattcan you pastebin the output of cat /sys/kernel/debug/dri/0/gem_objects after it happens?17:32
desrtafter it happens my system is unusable....17:32
desrterm.  maybe ssh will still work.  let me install sshd and try again.17:32
desrtbbiab.17:32
* Oxymoron wonder if it could be something else than xserver, nvidia driver, codecs or phonon that is the reason video output isnt working17:33
tseliotdesrt: please install mesa-utils and paste the output of "glxinfo -l | grep -i size"17:33
desrtthis is fascinating.17:37
desrtis it possible that having desktop effects *enabled* could prevent the crash?17:37
tseliotit's what I was trying to say17:38
desrtok.  that might be the case.17:38
desrti forgot that i had disabled them (because things were going -really- slow)17:39
desrtthat was at the same time as i was doing the upgrade17:39
desrtand since turning desktop effects *off* doesn't usually cause problems....17:39
desrti just assumed it was the upgrade that broke stuff17:39
bjsniderOxymoron, is glxinfo giving you the expected output at this point in time?17:39
Oxymoronbjsnider: Yes, properly working ;)17:40
bjsniderand what happens when you try mplayer -vo xv -ao pulse file.avi?17:41
Sarvattwell I see the same problem as in your log here but that doesn't help any :D  https://bugzilla.redhat.com/show_bug.cgi?id=55863217:41
ubottubugzilla.redhat.com bug 558632 in xorg-x11-drv-intel "Failed to submit batchbuffer: No space left on device" [Medium,New]17:41
Oxymoronbjsnider: That works, the players that dont is DragonPLayer and Kaffeine what I know about.17:43
bjsniderso xine17:43
Oxymoronbjsnider: Do you know if its possible to tweak zine someway?17:43
Oxymoron*xine17:43
bjsniderOxymoron, are you one of those unfortunate people that uses kde?17:43
Oxymoronbjsnider: Yes ...17:44
Oxymoronbjsnider: Why?17:44
bjsnidermeh17:44
bjsniderit's not my favourite thing to use17:44
desrthmm.  once the X server goes down it seems like userland is dead17:45
desrti can ping the machine, but ssh is not responsive17:45
Oxymoronbjsnider: How come?17:45
bjsniderwell, go read what linus has said about kde417:46
bjsniderit's like gilding a turd. it's pretty but it stinks17:48
desrtdesrt@marzipan:/sys/kernel/debug/dri/0$ echo `cat gem_objects `17:49
desrt666 objects 31080448 object bytes 7 pinned 13582336 pin bytes 28753920 gtt bytes 234881024 gtt total17:49
Oxymoronbjsnider: And I tried gstreamer instead of xine same problem consisted with video ... I guess Linux havent tested latest KDE then xD17:50
OxymoronLinus*17:50
desrttseliot: ^^17:50
Oxymoronbjsnider: I would say same thing about Ubuntu then but one change, its ugly as hell and stinks as well xD17:51
bjsniderOxymoron, what happens at the command line?17:51
Oxymoronbjsnider: commandline when?17:51
bjsniderxine17:51
desrttseliot: and GL_MAX_TEXTURE_SIZE = 4096  |  GL_MAX_3D_TEXTURE_SIZE = 256  |  GL_ALIASED_POINT_SIZE_RANGE = 1, 255  |  GL_SMOOTH_POINT_SIZE_RANGE = 1, 255  |  GL_MAX_CUBE_MAP_TEXTURE_SIZE_ARB = 204817:52
Oxymoronbjsnider: I dont know, I havent tried dragonplayer through command line17:52
Sarvattdesrt: can you try running the xorg-edgers PPA to see if its any different? If it is I'd suggest starting by looking at changes to src/drmmode_display.c in  xserver-xorg-video-intel between 2.9.1 and master17:53
tseliotGL_MAX_3D_TEXTURE_SIZE = 256 seems too little to me17:53
bjsniderOxymoron, try this: xine file://some/where/foo.avi17:53
desrttseliot: it's just a crappy embedded intel chipset on a laptop17:54
Sarvattyeah its the same here tseliot 17:54
tseliotweird, I thought it was more...17:55
Oxymoronbjsnider: Weird, that works so I guess the problem isnt xine itself ...17:55
bjsniderwhatever17:55
Oxymoronbjsnider: :'(17:56
tseliotdesrt, Sarvatt: and what's the output of xrandr?17:56
bjsnidertry launching kaffeine from a terminal and then adding a file and playing it using the gui to see if there's any console output17:57
desrtScreen 0: minimum 320 x 200, current 2400 x 1920, maximum 8192 x 819217:57
Oxymoronbjsnider: I got this error repeated: ""18:01
OxymoronX Error: BadMatch (invalid parameter attributes) 818:01
Oxymoron  Extension:    133 (Uknown extension)18:01
Oxymoron  Minor opcode: 19 (Unknown request)18:01
Oxymoron  Resource id:  0x16a18:01
Oxymoronbjsnider: X conflicts with something maybe?18:03
bjsnidertry googling that18:06
bjsnidermake sure in the settings for both apps that you're using xv as the video output driver18:06
Oxymoronbjsnider: Do you know how to change video output driver?18:07
bjsnideri don't use those apps18:08
Oxymoronbjsnider: I do, but there is no settings in Kaffeine or DragonPLayer to change video output mode xD18:09
Oxymoronbjsnider: And Google didnt find any useful info about that error btw :P18:10
bjsniderthat looks like a qt error, not specifically having to do with video18:16
bjsnidertry #kubuntu-devel18:16
Oxymoronbjsnider: Alright, thanks :)18:18
SarvattOxymoron: thats a XvShmPutImage error in the Xvideo extension, try playing with the Xv settings in nvidia-settings to see if you can get it working?18:46
Sarvattdoh too late18:46
bjsniderSarvatt, that doesn't make a lot of sense because xine at the command line worked18:49
bjsniderand by default it uses xv18:49
Sarvattalot of people have that problem with the blob and xine apparently18:50
bjsnideris that right?18:50
bjsnideri wonder if it's all old hardware18:51
bjsnideri wonder if anybody with vdpau-capable hardware has that problem18:56
Sarvattdesrt: is your numlock light on your keyboard flashing when it happens?19:13
desrti don't know19:14
desrtthe reason that i'm running with external monitors at present is because the cable that connects my laptop's monitor to the base of it broke19:14
desrtand the keyboard LEDs are part of the monitor assembly19:14
desrtfwiw, this setup will only be necessary for a few more days until the replacement part arrives19:15
kklimondaso how is the fadeout/fadein done? I'm stuck with almost black screen now ;)19:26
kklimondahmm.. not xgamma..19:27
kklimondathe cursor looks fine but the rest of the screen is dimm19:27
cndbryceh: RAOF: how can I test the latest nouveau in lucid? I'm worried about the userspace abi conflicts19:27
cndwould the xorg-edgers ppa allow me to try it?19:27
cndSarvatt: ^^ too?19:27
Sarvattkklimonda: the gnome-screensaver fadeout? run gnome-screensaver with --debug and see what gamma fade method it's using and its pretty obvious in the source how it happens19:28
Sarvattcnd: yeah19:29
cndSarvatt: ok, I'll try it19:29
Sarvattcnd: although I haven't updated it to the latest nouveau since they rebased onto 2.6.34 and it needs a lot more stuff like some acpi bits backported too19:29
cndhmm...19:30
=== radoe_ is now known as radoe
Sarvattdesrt: asking what other info would be useful in a bug report about your issue in #intel-gfx19:39
Sarvattdesrt: can you try grabbing the xserver-xorg-video-intel source, and disable the copyfb patch from the series?19:52
desrtsure.19:53
Sarvattdesrt: the problem happens right after startup right? does it work if you dont have it connected at startup and plug it in after?19:56
desrtthe problem comes at login19:56
desrtdue to the gnome settings daemon applying my xrandr settings from gconf19:56
Sarvattits fine at the gdm login screen?19:57
desrts19:57
desrtyes19:57
desrtdebuilding the driver with the patch removed19:58
desrtok.  new driver is in19:59
desrti'll see if i can get any crashes to happen19:59
desrtno help.20:12
desrtstill getting the crash ~50% of thet ime20:12
tjaaltonbryceh, Sarvatt: xorg-server with the backports uploading..20:21
brycehhere we go :-)20:21
tjaaltonyep20:21
tjaaltonit works with current drivers, so I'll wait until it's built & published before uploading the drivers20:22
BUGabundoevening20:34
Sarvatttjaalton: woohoo! 20:48
Sarvatttjaalton: nice -  Add 14-tone-down-nidr-errors.diff. Use X_INFO instead of X_ERROR.20:48
SarvattI was going to ask if we should downgrade that20:48
Ngaaaaa21:06
NgI just ran sudo lshw and everything went pink21:06
BUGabundoYAY21:07
BUGabundopink of fushia?21:07
Ngand looked exactly like things did on the brand new Vaio I mentioned the other day21:07
=== BUGabundo is now known as BUGabundo_diner
NgBUGabundo: I don't know which shade of pink, but it was definitely corrupted21:07
Ngflipping to a console and back fixed it :/21:08
BUGabundo_dinerNg: does this help? http://p.bugabundo.net/color-wheel-1521:09
Ngno ;)21:09
kklimondaSarvatt: thanks, code is straightforward but the problem itself isn't :)21:11
SarvattNg: guessing you're on the 2.6.32-17 kernel?21:13
Sarvattthat should be fixed in 2.6.32-1821:13
NgSarvatt: aha, I was just preparing to reboot :)21:13
=== BUGabundo_diner is now known as BUGabundo_WC
BUGabundo_WCNg: damn... I was almost sure it would :\ 21:33
BUGabundo_WC:)21:33
tjaaltonsigh, xserver failed on armel, some buildd problem apparently21:50
tjaaltondpkg-deb: building package `xserver-xorg-core-dbgsym' in `../xserver-xorg-core-dbgsym_1.7.6-2ubuntu1_armel.ddeb'.21:50
tjaaltonmake: *** [binary-arch] Error 221:50
=== BUGabundo_WC is now known as BUGabundo_sofa
apwSarvatt, i think you might have been having a look at whether there was a way to influence KMS resolution selection?  :)  if so, hows that going?22:26
tjaaltonlooks like it'll take hours before the xserver is published on the main archs, so I'll upload the drivers in the morning..22:36
brycehwish it wasn't such a pain in the ass to forward bugs upstream22:40
tjaaltonyeah it could be more straightforward22:42
RAOFLaunchpad still plans to get a “post this upstream” button, right?22:42
brycehyeah but who knows if that'll be useful22:43
Sarvattdesrt: ickle passed along a patch regarding your problem, would you mind trying it out? I uploaded the package here https://edge.launchpad.net/~sarvatt/+archive/bugs23:18
Sarvatttjaalton: did the last one even build right on armel?23:18
desrtSarvatt: in a bit i'll try23:18
Sarvattdesrt: thanks :)23:20
Sarvattah darn wait, forgot debian  had a libdrm 2.4.18-3 build dep and forgot to change it23:22
Sarvattwe've got the overlay stuff in our linux-libc-dev so our libdrm is fine23:22
Sarvattok fixed one uploaded23:24
Sarvattapw: I wasn't especially looking into that, whats the problem? video=connector:resolution should work?23:25
Sarvattapw: good to see you back too, didn't have anyone to bug about kernel fixes while you were gone and  mailed the list :) we *really* need http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-lucid.git;a=commit;h=7b56712ff524ee55e38afaee3954d125f56a6070 applied to the kernel again :D23:27
RAOFSarvatt: How quick & easy is it for you to upload a new l-b-m-nouveau to xorg-edgers?  I'd like to get http://cgit.freedesktop.org/nouveau/linux-2.6/commit/?id=8af36117e23bc36c34d0d25484f7b9de021b51bc in there for testing.23:43
SarvattRAOF: uploading now23:47
RAOFSarvatt: You're awesome.23:48
Sarvattif my battery doesn't die mid upload and zero out all the files again :D23:48
SarvattRAOF: if you ever have time lbm-nouveau packaging needs some love for the post 2.6.34 upstream rebase :D23:49
Sarvattlast i checked it failed because it needed some acpi change that touched it in .34 but maybe theres some way to work around that23:50
Sarvattthink it was http://cgit.freedesktop.org/nouveau/linux-2.6/commit/?id=a19a6ee6cad2b20292a774c2f56ba8039b0fac9c and http://cgit.freedesktop.org/nouveau/linux-2.6/commit/?id=57e148b6a975980944f4466ccb669b1d02dfc6a123:52
RAOFOk.  Do you have any special-sauce scripts to help you lbm-nouveau?23:52
RAOF(That aren't already in the source on xorg-edgers?)23:52
Sarvattjust grab the source of the one in edgers and reuse the packaging :D23:52
Sarvatti commented out some of the UPDATE|MUNGE-NOUVEAU stuff that didnt apply to the old 2.6.32 based upstream (just the listsort stuff)23:53
RAOFRight, yeah.23:54
Sarvattnot sure how to work around those two commits23:55
Sarvattideally we could just ship a whole darn kernel in there but i dont know how to package it right23:55
RAOFI think I do; maybe that can be a Easter project.23:57
RAOFJust shoving in a kernel wholesale would probably work.  We could probably even keep the Ubuntu sauce, now that upstream is based on 2.6.34 which is a descendent of our stuff.23:58

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