[01:11] Sarvatt, hey did you get an arsenal script to search through Xorg.0.log files? [01:51] Sarvatt, bug 537801 [01:51] Launchpad bug 537801 in xf86-input-wacom "Touchscreen doesn't work after karmic->lucid upgrade" [Undecided,New] https://launchpad.net/bugs/537801 [01:51] wait a minute, it asked me if i want to include my "sensitive" logs from gdm and then makes the bug public? [01:51] that doesn't seem right [02:20] superm1, it takes sudo privs to access them [02:20] superm1, but we're not going to manually eyeball the gdm scripts to sanitize them of any sensitive info [02:21] I'm not really even sure why they require su to look at them [02:22] ah i see [02:38] superm1: ohh boy.. [02:39] that device actually has a proprietary blob driver not in ubuntu [02:39] evtouch is whats supposed to support it for the basics, wacom is just taking control of it [02:44] this is the driver for ubuntu btw - http://www.ideacom.com.tw/download/DRIVE/IDC_Linux_3_1_0.tar.gz [02:44] Sarvatt, it worked without it though in karmic? [02:48] so i guess evtouch was grabbing it in karmic then based on what you're saying [02:49] but that appears to be in universe now in lucid? [02:51] yeah, I'm really unsure of the status of evtouch in lucid, it doesn't even look to be functional with a udev xserver at first glance? [02:51] it looks like it's depending on an old version of xserver-xorg-core [02:58] unstable looks to have a patch for x server 1.7 [02:58] http://packages.debian.org/squeeze/xserver-xorg-input-evtouch [02:58] yeah [02:58] bryce was looking into syncing it earlier [02:58] so is our delta droppable then? [03:04] the delta is all fdi files it looks like which are not functional anymore and need translating into udev rules, that's going to need some serious work [03:07] is there a guide for doing that? [03:08] looking at th existing rules, it seems a lot of them are just setting the x driver, not any bits [03:09] oh synaptics seems to do options too [03:11] oh but what a disgusting init script it had [03:11] i am starting to think i dont want to commit to helping with this ;) [03:12] yeah I put in a sync request on -evtouch yesterday. Waiting on an archive admin to flag it through [03:12] need to be sure it'd actually even work before anyway, i'd start by grabbing the one from squeeze and adding your device to the udev rules it has to see if it even works [03:12] I don't know if the current evtouch driver works, but it certainly doesn't build against xserver [03:13] tjaalton didn't think the fdi's would need converted to udev [03:13] however I wrote a page explaiing how to do this on the ubuntu-x wiki, in the input config section [03:14] i need to find a really cheap evtouch device [03:15] Sarvatt, http://configure.us.dell.com/dellstore/config.aspx?oc=blcwwfp&c=us&l=en&s=bsd&cs=04&kc=vostro-v13 [03:15] that's what i have [03:17] a bit out of my price range :) i think they sell cheapo usb digitizers people use to convert existing screens that work with evtouch though [03:37] so we need a udev rule that sets the symlink, port all our hal matches and quirks to it, and figure out how to not have wacom interfere with it and vice versa because it seems wacom is loading for everything that matches ID_INPUT_TABLET [03:37] * Sarvatt wishes we had xorg.conf.d right about now [03:37] don't we? [03:38] nope thats xserver 1.8 [03:40] I think tjaalton backported it [03:41] maybe I'm wrong [03:45] he was playing with it but i'm not sure its something sane to backport especially this late, he had to remove the input abi bump in that came with it and remove ifdef's for the higher input abi so wacom would work with it and i have no idea if other drivers have similar things [03:49] superm1: does your device work if you remove /lib/udev/rules.d/69-xserver-xorg-input-wacom.rules ? [04:01] packaging that blob ideacom driver seems like a good idea even if I just throw it in a PPA, asus and dell are both using that same device for their netbook touchscreens :D [04:04] Sarvatt, it would be best to get it in restricted tbh [04:04] Sarvatt, i just installed the debian package and things didn't work, i'll brb and try to remove that rule [04:08] Sarvatt, well without that rule wacom doesn't load, but evtouch isn't loading either [04:08] so i'm guessing it still needs some kind of udev rule [04:09] yeah evdev should be taking it without the wacom rule, I was wondering if evdev was working with it [04:09] http://pastebin.com/PCzdX3pV [04:13] does that device show up in lsusb? [04:14] if so can you pastebin lsusb -v? [04:14] http://pastebin.com/hFry6d9y [04:15] looks like yea [04:50] superm1: maybe something like this as say /lib/udev/rules.d/67-xorg-evtouch.rules -- http://pastebin.com/0FmeGQpm [04:52] or maybe just dropping lines 10-20 even if that doesn't work [04:59] superm1, Sarvatt: yeah wacom shouldn't be the "catch-all" tablet driver, but evdev [05:00] and xorg.conf.d doesn't really work for video drivers, because they need more than just the Driver section (in order to do fallbacks for instance) [05:01] superm1: so try to get evdev load, it should match evtouch in functionality [05:01] +to [05:05] Sarvatt, that udev rule didn't do the trick [05:05] nor with removing lines 15-20 [05:07] move the wacom rule away, does it load evdev then? [05:09] i posted the pastebin above with wacom out of the way [05:09] i'm a bit confused, it looked like it tried to load evdev for a joystick device [05:13] heh, yeah it needs a patch to only load for event* [05:14] type: MOUSE [05:14] so probably got it wrong then [05:24] elographics seems to have fallen through the cracks too, lucid archive and debian git versions dont compile against xserver 1.7 [05:25] luckily theres http://cvs.fedoraproject.org/viewvc/devel/xorg-x11-drv-elographics/elographics-1.2.3-abi.patch?view=markup [05:27] same with mutouch http://cvs.fedoraproject.org/viewvc/devel/xorg-x11-drv-mutouch/mutouch-1.2.1-abi.patch?view=markup [05:28] luckily? those should just die :) [06:47] tjaalton: about xorg.conf.d; it could've worked for graphics drivers [06:48] but the modesetting model adopted for RandR1.2 lacked the expressivity to do this properly [06:49] and now people are all on kms anyway, so there is no point going there (as "relevant" drivers will not go close anyway) [08:16] libv: ok [08:45] is the intel gpu lockup thingie a bit trigger happy perhaps? [08:46] intel has 50 more bugs than nvidia-180, 509 and counting :) [14:31] bryceh: xserver -1u3 is not in git? === yofel_ is now known as yofel === radoe_ is now known as radoe === Sinnerman is now known as Cobalt [17:19] hi all [17:20] I have some problems with font rendering and Intel since quite some time. Karmic is affected and Lucid too. It seems better since the 2.6.33 drm but lately I have seen it again. Some lines are just black or completly white and if I scroll them out of the view and back again they are fine. What's the best way to debug things like that? [17:21] But there definately seem to be less corruptions than before 2.6.33 drm [17:21] Or does it might also be a Firefox problem? === Sinnerman is now known as Cobalt [17:23] Btw. is the overlay support backported in the -intel driver for Lucid? [20:27] bryceh: around by any chance? [20:30] hmm ${SHA1_LIB} was removed from XSERVER_SYS_LIBS in the newest xserver 1.7.5.902 ( http://cgit.freedesktop.org/xorg/xserver/commit/?h=server-1.7-branch&id=ff5fb43a4b38c707a1a9948ace621a62b5b2457a ), our xkb cache patch isn't working now and looks related to that [20:30] http://launchpadlibrarian.net/40884919/buildlog_ubuntu-lucid-i386.xorg-server_2:1.7.5.902~git20100312%2Bserver-1.7-branch.5a2b3f36-0ubuntu0sarvatt_FAILEDTOBUILD.txt.gz [20:31] Sarvatt, hrm [20:31] Sarvatt, was there a rationale for removing it? [20:40] looks like a mistake [20:45] ok, why is nvidia-current creating libvdpau_nvidia.so.1 as a link to the .so version? [20:48] my package creates the .so version as a link to the 19x.xx.xx file, which is the soname of the library. but why is a .so.1 link necessary too? [20:49] bjsnider, probably want to raise that again whenever tseliot is in the room [20:51] why are the old packaging scripts set up to create the links in the .links files as well as manually in the rules file? [20:52] They're old :) [20:52] looks like a mistake [20:52] (echo) [20:52] why isn't it sunny today... [20:52] ok, i'm going to retire from the question asking business [20:52] haha [20:55] what i don't understand is, if a library has a soname of anything except 1, for example 52 like libavcodec, you have libavcodec.so.52 [20:55] then you have a link, libavcodec.so that points to it [20:55] i can understand that link [20:55] the linker doesn't know for sure what the soname is, so you need that generic link [20:56] but why create the .so.1 link? [20:56] everything seems to need a .so.1 link even if the soname isn't actually 1 [20:59] The run-time library package should include the symbolic link that ldconfig would create for the shared libraries. For example, the libgdbm3 package should include a symbolic link from /usr/lib/libgdbm.so.3 to libgdbm.so.3.0.0. This is needed so that the dynamic linker (for example ld.so or ld-linux.so.*) can find the library between the time that dpkg installs it and the time that ldconfig is run in the postinst script [21:00] from the debian policy [21:01] Who can build package with current openchrome trunk? It can resolve many bugs for via chips. [21:02] I can test it on my laptop [21:02] jarek: what about the version on debian? [21:02] it should be synced anyway [21:03] it's quite old for debian [21:04] So, I need to contact with debian devs? [21:04] huh, old? [21:04] without latest commits ;) [21:06] current svn is 840, but package is 812 [21:06] right [21:07] ther is patch witch can fix problem with resolution on my laptop [21:08] I want test it, but I am not familiar with compilation that kind of stuff [21:10] svn ftl [21:13] I must force myself to do this some day [21:14] currently I'm using windows on this old crap [21:18] bjsnider: ld -lfoo looks for libfoo.so [21:18] bjsnider: and produces a binary with a reference to libfoo.so.N [21:18] bjsnider: so at runtime ld.so sees that reference and loads libfoo.so.N [21:21] jarek: what card/chip do you have? [21:23] jcristau, yes, that i understand perfectly. what i don't understand is creating the libfoo.so.1 link to libfoo.so.N [21:24] eh, what? [21:24] there's no .so.1 link [21:25] http://bazaar.launchpad.net/~albertomilone/nvidia-drivers-ubuntu/nvidia-current/annotate/head:/debian/nvidia-current.links.in [21:26] you can see them being created all over the place there [21:26] and they were in the previous packaging scripts too [21:26] oh. nvidia. [21:28] It's unichrome pro, Fujitsu Amilo L7310W [21:28] bjsnider: for libGL, its SONAME *is* libGL.so.1. the others i have no idea. [21:29] I'm not sure chipset name, can be CN400 or PM880 [21:29] jcristau, so perhaps this is some sort of bizarro nvidia quirk? [21:31] or just a packging goof [21:31] bjsnider: anything related to nvidia is a bizarro quirk as far as i'm concerned :) [21:32] the libs in here are named like this: libnvidia-compiler.so.190.53 [21:32] so i don't see why a .so link to that isn't good enough [21:33] did you check what the soname is? [21:33] that is the soname isn't it? [21:33] ? [21:33] how should i know [21:33] it's called 190.53 so isn't that the soname? [21:33] no [21:34] i see [21:35] the soname is in the elf header. it may be the same as the file name, or it may be different [21:36] how am i supposed to check that? [21:37] objdump -p [21:38] jarek, there's another driver called unichrome that might work as well. the developer is in here [21:38] especially if your hardware is "old crap" as you put it [21:39] tjaalton: I googled for chipset name, and it saying PN800, but system information for windows showing pci names CN400/PM880 [21:44] bjsnider, my laptop isn't working like I expected a years ago, since then I tested livecd without succes [21:45] I can't do testing on working alerdy system [21:46] have you ever tried the unichrome driver? [21:46] jcristau, all of these sonames are 1, so perhaps the so.1 link is necessary for that reason? [21:46] yes [21:48] I really don't remember, but I'm using older driver then openchrome, can be via or unichrome [21:48] you don't know what driver you're currently using? [21:49] currently my laptop is windows land [21:49] oh right [21:50] so it didn't work off the livecd [21:50] it's started with wrong resolution [21:50] libv, which driver would be best for this guy's hardware? [21:50] I see 1/4 of screen [21:51] that ain't good [21:52] It's known bug [21:52] but the cure is propably in current trunk on openchrome [21:52] I hope to test it on lucid prime time [21:53] luc might not be here at the present time [21:56] bu noute [21:58] bjsnider: If it's too late for lucid, I will wait for daily 10.10 builds, hope my laptop will run without problems then [22:00] jarek, stick around in here until luc is here and then discuss it with him [22:00] ok, thanks