=== akgraner_ is now known as JayFo [00:57] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/201711 [00:57] grr. [00:57] Ubuntu bug 201711 in linux "Apple fn key behavior isn't consistent with what's expected" [Medium,Confirmed] [01:01] Having to press alt-fn-f2 is annoying. [01:01] grr. [01:01] and alt-fn-f4 to quit. and ctrl-alt-fn-f1 to switch to tty1. [01:02] Or worse, ctrl-alt-fn-f7. [01:02] DanaG~ at least be thankful you can get X/GDM working [01:03] i'm using kdm... and oddly enough, kdm doesn't auto-login even though I have set it to do so. [01:03] "isn't consistent with what's expected" might as well say "is broken" [01:05] DanaG~ gdm does not start on boot then a 'start gdm' will make my screen just flickerrr [01:08] i dont know where to start looking to troubleshoot my issue. or let alone describe my issue lol [01:13] hmm, I seem to recall having fixed that by purging and reinstalling gdm (from under console); had to use dpkg --force-depends. [01:13] That's a rather inelegant hack, though. [01:13] Better to report a bug, or find an existing report for that bug. === TuxPurple_ is now known as TuxPurple [01:14] i don't know how to explain it much more lol and i can't attach files cause the system "locks up" [01:18] DanaG~ what's with the force-depends? I get no dependancy issues with a purge/install [01:20] DanaG~ exactly what did you do to fix it? and you can see some of tty1 but then flickers to black then back and forth? [01:40] hmm, check for old xorg log? [03:31] yargh, pulseaudio was being all crackly, on both the usb and the ac97 cards. [03:32] Hmm, which of those two SHOULD be less crackly? [03:32] I would hope some internal card would be less crackly [03:34] internal or otherwise has no bearing [03:34] remember there are several factors in this "crackly" equation: [03:34] what? [03:34] * driver-side: DMA setup, PCI latency [03:35] having to do a translation over usb wouldn't be more of a problem than a pci card? [03:35] * library-side: DMA setup [03:35] * application-side: hw/sw params [03:35] My system also seems to be under load from something... not sure what. [03:35] bjsnider: it isn't nearly as significant a factor as other things [03:36] oh, right now it's ntfs-3g load... but that wasn't the issue then, I don't think. [03:36] hmm, PCI SATA card could also be a factor. [03:39] hmm, anyway, I posted the alsa-info for the ac97 card earlier. [03:40] there any way to get around one of the packages trying to remove usplash? [03:41] icon selection fail: the icon for ethernet-cable-unplugged, in new-wave theme, is "no wifi signal" icon. [03:41] ... on a computer with no wifi card. [03:42] weird... PulseAudio just lost my ac97 sound card entirely. [03:42] It switched to null! [03:43] you've mentioned high-cpu load from ntfs-3g before [03:44] yeah, and now it's on a single-core. bleh. [03:44] that's the userspace ntfs driver? [03:44] www.csc.calpoly.edu/~dgoyette/pulse-loses-ac97.log [03:44] DanaG: generally, if you disable autospawn and run it manually (with verbose logging), you'll get much more useful output. [03:45] killall pulseaudio && pulseaudio -vvvv |& tee pulse-loses-a97.log & [03:45] yay for |& pipe in bash. [03:45] HTTP 404 [03:46] oops, typo'd on "scp" command. [03:46] try again. [03:46] weird. [03:46] 404 again [03:47] oh, I typo'd the file name itself. [03:47] =þ [03:47] it was 'a97' (lost the 'c') [03:47] now it's ac97. [03:48] I: (alsa-lib)pcm_plugin.c: short commit: 173 [03:48] D: alsa-sink.c: snd_pcm_mmap_commit: Broken pipe [03:48] D: alsa-sink.c: snd_pcm_mmap_commit: Buffer underrun! [03:48] I: (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_PREPARE failed [03:48] I: (alsa-lib)pcm.c: cannot recovery from underrun, prepare failed: Device or resource busy [03:48] E: alsa-sink.c: snd_pcm_mmap_commit: Device or resource busy [03:48] yup. [03:49] "cannot recovery" is also broken grammar, I just noticed. =þ [03:49] native German speaker, so I overlook those bits ;) [03:50] "recovery" is noun, "recover" is verb. [03:50] "cannot " [03:50] =t [03:50] =þ [03:50] I'm sure Lennart would happily accept patches [03:50] curse this apple keyboard I've borrowed... [03:51] normal bottom row is ctrl, super, alt, space, altgr, (maybe super), contextmenu, ctrl. [03:51] Apple is ctrl, alt, super, space, super, alt, ctrl. [03:51] and this is updated, correct? [03:52] 1:0.9.21-0ubuntu2 [03:52] alsa-lib | 1.0.21a-1ubuntu2 | lucid | source [03:53] hmm, what command gives that output format? [03:53] dtchen@zinc:~$ rmadison alsa-lib [03:54] alsa-lib | 1.0.21a-1ubuntu2 | http://mirrors.kernel.org lucid/main Sources [03:54] apt-cache madison. [03:54] right, but you'd want apt-cache policy libasound2|grep Installed: [03:55] 1.0.21a-1ubuntu2 [03:55] ok, so you have the hw ptr ioctl patch [03:55] that's good [03:55] oh, no rtkit installed... should I install it? [03:55] yes [03:56] not the source of this issue, but yes, you should [03:56] with the new breadcrumbs in software center, could that potentially be used in nautilus for the location? [03:56] oh, and I get this all the time: Gtk-Message: Failed to load module "atk-bridge": libatk-bridge.so: cannot open shared object file: No such file or directory [03:58] do you have at-spi installed? [03:58] yes. [03:58] probably GTK+ skew [04:00] hmm, I really need driver debugging for that [04:00] I don't use at-spi, anyway, so that bit is cosmetic. = t [04:00] I'm sure it's related to alsa-plugins not syncing the "hw ptr" correctly [04:00] curse you apple keyboard! [04:01] hmm, if rtkit can make the usb one not crackle too badly, that's enough. [04:01] Is there a way to just auto-build an alsa package with debug? Or does that need a whole kernel build? [04:01] (or a linux-image-debug) [04:02] http://users.csc.calpoly.edu/~dgoyette/lshw.html [04:04] you can just wait for Brad's crack-of-the-day alsa-driver snapshot builds [04:04] he'll be announcing them shortly [04:04] Cool.' [04:05] anyhow, Z time -> work [04:05] hmm, should rtkit at least help the usb one? [04:05] I can just use that. [04:06] Or maybe I should just try it and find out. =þ [04:08] anyway, good night. === leaf-sheep is now known as Guest19715 [05:22] grr, stupid o3d plugin... segfault. [05:28] hmm, how do I list all "untrusted" packages available? [05:28] aptitude search ~U showed u for upgradeable, not U for untrusted. [05:42] wierd... sata_via is dog-slow. [05:42] 24.4% (159.2) [sata_via] [05:46] < Detailed C-state information is not P-states (frequencies) [05:46] say what? [05:46] that's what powertop says. [06:15] hey [06:16] plasma-desktop takes up +60% CPU here [06:16] I have an intel 945GM/PM/GMS, 943/940GML and 945G [06:16] any idea what's wrong? [06:28] JontheEchidna: any idea? ^^ :) [06:29] :) [06:29] Not off the top of my head... have any widgets in particular that you could try removing? [06:32] Good luck, anyways. I'm off to bed (1:30 AM here) === elky is now known as elky` === TuxPurple_ is now known as TuxPurple === elky` is now known as elky [08:29] :P === AlanBell_ is now known as AlanBell === lance is now known as Guest99294 === ripps is now known as ripps|sleep === zniavre__ is now known as zniavre [12:44] rhythmbox have no icon on try [12:44] tray === Dink|W is now known as Dink [13:58] hey [13:59] howdy folks [14:01] ssh network wizard is broken in lucid , can ssh in the terminal but not in dolphin or konq [14:02] you mean sftp? [14:03] yeah , yofel , seems so [14:03] yeah, that is broken for the time being, lemme look up the bug [14:04] BluesKaj: bug 496208 [14:05] thanks for nothing ubottu... [14:05] ahahaahahaah [14:06] -.- [14:06] its always funny to hang around here [14:41] lucid froze then crashed [14:47] eheh [14:47] bad lucid, bad [14:49] I think it was chromium browser ...it's reall slow and sticky ...FF is bad enuff too [14:54] * BUGabundo_work slasps BluesKaj [14:54] WHAT? [14:54] its the fastest browser I ever used [14:54] u cant be well [15:08] any ideas why 'make' won't do anything on lucid? (x64; all updates as of now) [15:09] no error or anything, just exits in silence [15:09] exit code is 0, too [15:10] v6lur: check the Makefile? [15:10] ./configure says all went fine, no start make [15:10] now* [15:12] bug in Makefile.in configure or autotools then [15:12] make works fine for me [15:13] hmm, the makefile looks rather empty, now that i look at it [15:13] some 10 lines + comments... [15:14] ok... [15:15] another thing: qmake doesn't seem to like Qt 4.6 [15:15] gives "Project ERROR: unsupported Qt minor version 6 found but 3, 4 or 5 required" and exits [15:16] seems like the app doesn't compile with qt 4.6 [15:16] maybe regenerate the project file? [15:17] i'll try... [15:17] thanks, yofel === jtechidna is now known as JontheEchidna === zorael is now known as Zorael === elky is now known as Guest8433 === malnilion__ is now known as malnilion [16:37] is the alpha a feature-freeze? [16:38] eheh [16:38] no such thing [16:38] ah ok [16:38] but running fine :) [16:41] very nice :) click on system-help its saying i am using karmic koala :) [16:41] yay [17:03] Pici: ? [17:03] BUGabundo_work: hm? [17:03] yay for ? [17:04] BUGabundo_work: That it said karmic. Nothing worth noting. [17:04] ah right [17:09] hello, i’m wondering how input devices are configured in the post-hal world. i tried udev rules, but they don’t do anything. anyone know how it’s done? === kab_ is now known as kab === elky is now known as Guest7704 [17:20] let's try again: anyone an idea how to fix a broken akonadi? It hangs up KMail here: http://yofel.pastebin.com/f30f9a1c7 [17:30] is kamail fixed ? it was in rough shape in 9.04 so I dumped it [17:31] err kmail [17:33] well, it works fine for me except that it freezes when I want to open a mail to read it [17:33] it waits for a not-started akonadi server [17:33] (see my paste) [17:37] BluesKaj: it was very stable in 9.10 [17:38] on 9.04 prob was it got caught in mid devel cycle [17:40] I see , was considering using it again but I've moved most of my eamil to igoogle/gmail , but I don't carry on any business or sensitive data , so I'm ok with my present setups [18:21] quassel is certainly not my cuppa tea. lose the nicklist, toolbar , serverbar and there's no obvious option to get it back...gotta be a mindreader I guess === rmcbride_ is now known as rmcbride === astechgeek is now known as techgeek === yofel_ is now known as yofel === Zorael^2 is now known as Zorael [19:04] what can i do other than clean out sysv-rc-conf to improve boot speeds ? [19:04] hi [19:08] why does my onboard audio device does no more work from boot up in lucid? i always need to run sudo modprobe snd_hd_intel, after that it is properly shown in volume-control [19:08] snd_hda_intel [19:09] well initramfs-tools and linux-firmware recently got an update [19:09] i remember my audio broke few days ago when that packages were updated last time [19:09] hope its gone now, will reboot [19:26] well it is still broken, i just add snd_hda_intel to /etc/modules that would work === akgraner` is now known as akgraner [19:33] this channel is an almost constant stream of messages about audio breakages [19:34] HA [19:34] a stream [19:34] :p [19:34] nooo [19:35] * yofel wonders if dtchen will see a day without audio complaints ^^ [19:36] and first we have netsplit hell and now ubottu seems broken... [19:38] the netsplits are because some assholes are ddossing the freenode servers :( [19:38] chanserv msg yesterday mentioned ddos attacks [19:57] hmmm my audio is not broke at all, its just the module isnt loaded automatically === maco2 is now known as MsMaco === MsMaco is now known as maco2 === elky is now known as Guest16843 === jussio1 is now known as jussi01 === YDdraigGoch is now known as Guest48784 [20:57] how is this release going? [20:57] is it VERY buggy? [20:58] mr_engineer, what release? define buggy [20:58] 10.04 [20:58] hm... like with bugs for a person that uses heavily graphic applications like games [21:00] mr_engineer: well, we have a new Xorg version and that leads to problems every release [21:00] oh [21:01] well, my intel VGA works fine here and my nvidia quadro with 195.22 too [21:01] yofel, will lucid carry 1.8 in the end? [21:02] no idea, depends if it's released early enough, but I would guess on NO [21:02] well, i will rely on this as a plan b then [21:02] so 1.7.3 is *NEW*? [21:03] CosmiChaos: well, it's not exactly new, but it's stable, and that's whats most important for an LTS release === ikonia_ is now known as ikonia [22:24] finally some xorgs updates [22:37] BUGabundo, that what you said was twelve minutes ago, i still not see any xorg updates [22:38] WeatherGod: you were faster than I could type XD [22:38] I'm a ninja! [22:38] xserver-xorg-input-all [22:38] The following packages have been kept back: [22:38] libgnomekbd4 xserver-xorg xserver-xorg-core{a} xserver-xorg-input-evdev{a} xserver-xorg-input-mouse{a} [22:38] xserver-xorg-input-synaptics{a} xserver-xorg-input-vmmouse{a} [22:38] but this are still stuck [22:38] I think there were some intel related changes in the kernel that might cause my suspend issues [22:39] since 2.6.31 works fine [22:46] my intel graphics works just like it does in Karmic [22:46] which is not as good as Jaunty [22:47] but I have a silly monitor with 2048x1152 resolution [22:47] AlanBell: what card? my 945GME works nice now, while it was crap in Jaunty [22:48] when putting it through my monitor I have to turn compiz off [22:48] metacity works fine [22:48] and compiz works perfectly in Jaunty (spinning cube, the lot) [22:48] but the max texture width of the card is 2048 and between jaunty and Karmic something crept over the limit [23:04] argh, stupid Thunderbird.... keeps devouring all my memory, and then getting OOM-killed. [23:04] Even in safe mode. [23:05] er, wait... weird, it's sometimes -safe-mode, and sometimes --safe-mode. [23:30] hey folks, can anyone tell me how to configure the scroll area for my synaptics touchpad? (my touchpad currently has two, one in the middle of the pad and one on the left, I only want the one on the left) === Mohero_ is now known as Mohero [23:32] hey folks, can anyone tell me how to configure the scroll area for my synaptics touchpad? (my touchpad currently has two, one in the middle of the pad and one on the left, I only want the one on the left) [23:34] On the left? I've never heard of a left-edge scroll... just a right-edge scroll. [23:34] sorry thats what i meant DanaG ... on the right [23:34] but i also have one in the middle! just from a regular kubuntu install [23:35] ah, probably the RightEdge value is wrong. I'm not sure where touchpad settings go, nowadays. [23:37] brb === akioghoster is now known as akio [23:55] can anyone tell me how to find out which touchpad i have? alps or synaptics? [23:56] cat /proc/bus/input/devices perhaps. [23:57] argh, for some reason, gksu keeps aborting with badwindow. [23:57] thanks DanaG [23:58] is freenode still having problems or was my disconnection there unrelated? [23:59] grr, stupid gksu. [23:59] ask the freenode devs