[00:09] yep === joshua__ is now known as Linkmaster [00:41] Hey could I get some help, Im running Kubuntu 9.10 and I am having trouble with my sound. I can hear sound from music or video files and I hear system sounds yet when I try to play a video on the web I get nothing. I also do not hear sound in Ventrillo or Skype. I have trying playing the videos in Konqueor and in Firefox to no effect. Any suggestions? [00:48] so it seems i'm having trouble updating kubuntu, any help? [00:48] All I get is a popup saying "One of the selected packages failed to install correctly. More information is available in the detailed report" [00:49] the details are "subprocess installed post-installtion script returned error exit status 1" [00:51] hi [00:52] hi [00:52] hi alan___ [01:00] I am having trouble getting access to root. [01:01] I am also having trouble getting anything other than gnome for a desktop [01:01] sound familar? [01:06] weboh: (K)ubuntu does not use a root account by design. [01:06] interesting [01:07] perhaps, I should have used slackware. [01:07] Perhaps :) [01:07] but slackware you have to compile everything. gag [01:08] weboh: Root can be enabled, but it is discouraged since almost all scripts and commands etc make use of sudo. Also it is easy of course to make huge unrecoverable booboos [01:09] what for updates, check if (K)ubuntu supports has the package etc. [01:10] weboh: in commandline usually: apt-cache search [01:10] weboh: sudo apt-get update is to fetch latest package list === Muzer is now known as MuzerAway [01:14] player media sugestion? [01:16] kaffeine [01:16] vlc is also good [01:20] i need something like itunes [01:25] diego_: If just for music, amarok likely [01:26] oh ok thanks [01:26] another question how can i increase the icons in desktop? [01:27] in system settings you can specify stuff like icon size, spacing,fonts, etc [01:28] I think under Workspace Appearance [01:32] ... /home/mike/.kde//share/config/dolphinc ...not writable.. [01:33] FloridaGuy: sudo chown -r mike:mike ~/.kde [01:34] genii-around: chown: invalid option -- 'r' [01:35] FloridaGuy: use -R then [01:36] where is trash icon at? [01:36] genii-around: fixed....thank you.......what would have caused that....its a fresh install [01:36] FloridaGuy: Also if you need to run dolphin with elevated priveleges, should use: kdesudo dolphin [01:37] FloridaGuy: Usually by doing something like sudo instead of using kdesudo for kde or so on [01:37] genii-around: thats how i been doing it.....but just opening dolphin as normal user...was giving me that message [01:38] FloridaGuy: If you use just sudo, it's not smart enough to know that the dolphinrc file should belong to "mike" or whoever === nuke is now known as Guest52291 === Guest52291 is now known as nuke_ === nuke_ is now known as nuk-ed [01:40] genii-around: but i wasent opening with as root....i was just opening as a normal user..and geting that message [01:41] hi [01:42] FloridaGuy: Well, whatever caused it, was a permissions issue :) You know now how you can recover from it [01:43] genii-around: now after doing ... sudo chown -R mike:mike ~/.kde ... systen settings wont open [01:44] FloridaGuy: Likely some cached files belong to another user. Try logging out/back in [01:44] that isent any other user for this system...just me [01:45] FloridaGuy: If you just issue: whoami what does it say? [01:45] mike [01:47] FloridaGuy: I suspect still some files relating to system settings are somehow owned by root. Would still suggest logout to kdm and back in, try again [01:47] genii-around: isent system settings...kde control center..kcc === ubuntu is now known as GinoMan [01:49] * genii-around makes more coffee [01:49] genii-around: works now [01:50] Yup === genii-around_ is now known as genii-around === claydoh_ is now known as claydoh [02:25] perhaps someone could explain what's going on here: I look up the Handlers of my mouse in the output of /proc/bus/input/devices. I find event8. I try sudo xxd /dev/input/event8. It does nothing. I use the mouse to generate some input. still nothing. I was expecting to see some data. Have I misunderstood something? [02:46] How can i execute a script? [02:47] diego_: make it exectable then ./script.sh [02:48] like this? ./script.sh in konsole? [02:48] might wwant to use a shebang first line [02:50] eg: #!/bin/sh or so [02:54] so if my script.sh file is in /home/diego/Documentos/ [02:54] in konsole i need to write first "cd /home/diego/Documentos/" [02:54] then? [02:56] diego_: then like ./script.sh [02:56] Or just use entire path at start [02:56] nothin.. i put ./script.sh and nothin happened [02:57] diego_: What was it supposed to do? [02:58] this is the script [02:58] echo "emerald --replace | compiz" > ~/.kde/Autostart/startcompiz.sh [02:58] chmod 777 ~/.kde/Autostart/startcompiz.sh [02:58] !pastebin [02:58] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [02:59] http://paste.ubuntu.com/561720/ [03:02] diego_: If it just came back to the prompt, odds are it ran fine [03:03] i will see im going to restart my laptop [03:08] it works! thanks [03:26] genii-around: it didnt work :( [03:27] diego_: I suspect it may have more to do with using emerald and compiz than a script failure. But since I don't use either can't be certain [03:28] :( [03:38] that sucks because everytime when i start kubuntu i need to put in konsole "emerald –replace | compiz" [04:11] is there anything I can do to eliminate my connection getting bogged down and disconnecting in kubuntu 10.10? [04:11] it's a broadcom 4328 [04:11] wlan [04:12] it only happens when I'm at school, not at home... I can't figure out what it is [04:14] for example, it's likely that if I don't get this fixed before I go to school, it would be impossible to stay connected long enough to do the research there === genii-around_ is now known as genii-around [04:15] or if I don't get some idea on how to approach the problem (right tools, etc) [04:18] how can i get compiz at Kubuntu start? [04:28] diego_: you need enable integration [04:28] how can i do that? [04:29] in ccsm search preferences need be there and enable it [04:30] it is enabled [04:31] then? [04:35] ummm try this in console [04:35] $ cat ~/.kde/Autostart/startcompiz.sh [04:35] compiz --replace & [04:36] emerald --replace & [04:37] $: Command not found [04:37] wrong sorry [04:37] my mistake [04:38] i copypaste wrong [04:38] this is the result [04:38] diego_: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [04:38] emerald --replace | compiz of at ~/.kde/Autostart/startcompiz.sh [04:40] i will see [04:40] $ this you already have it just interval [04:41] dont type it twice [04:47] i know was my mistake [04:47] i restart my pc and nothin happened [04:47] i need to open the konsole and put compiz --replace :/ [04:52] so? what's the solution? [04:53] ok check this page something with your settings is wrong [04:53] https://help.ubuntu.com/community/CompositeManager/CompizFusion [04:54] diego_: I think your main prob is that there is a specific file format for stuff in Autostart and it's not a shell file [04:56] diego_: https://wiki.archlinux.org/index.php/Compiz#Method_1_-_Autostart_Link gives a sample, you can use a different thing to execute than what they have however [05:00] i will see brb === genii-around_ is now known as genii-around [05:11] diego_: Getting anywhere? [05:11] worse [05:11] :( [05:12] i wanna attach a photo [05:12] how can i do? [05:12] Use somewhere like a photo pastebin [05:12] hangon [05:13] diego_: Like http://www.tinypic.com [05:14] if u see the image i dont have the close and minimize button xD [05:15] http://i56.tinypic.com/waoeaw.png [05:17] diego_: What did you put for the: Exec= part of the .desktop file? [05:18] what it says here [05:18] https://wiki.archlinux.org/index.php/Compiz#Method_1_-_Autostart_Link [05:19] Bah. I should have clarified to put the emerald [05:20] diego : do you have instaled kde window decorator [05:21] now i started with compiz but i dont have my close and minimize buttons [05:22] ok install kde window decorator [05:22] diego_: Exec=emerald --replace | compiz [05:24] genii-around: where? [05:24] iulian_: from? [05:24] in kpackagekit [05:25] compiz kde [05:25] diego_: In the compiz.desktop file example that i pointed to you earlier and told you to replace the exe3c line of it with your specific commaqnd instead of the one there [05:25] * genii-around breaks out the Advil [05:25] that is window manager like emerald [05:25] iulian_: it is install [05:27] * genii-around makes more coffee [05:27] in ccsm window decorator is enabled ? [05:29] julian_: yes [05:30] iulian_: yes [05:30] genii-around: done now restart? [05:31] Hopefully [05:31] ok brb [05:33] omg.. u are god!! im going to restart again but this restart works [05:33] brb [05:36] nope it didnt work this time [05:36] but now i have my close and minimize buttons again :) [05:37] suggestions? [05:38] diego_: Please pastebin the .desktop file you made [05:38] oki doki [05:40] * genii-around amuses himself by watching the tag-team bots [05:41] I see this is not a form of entertainment unique to #ubuntu. [05:41] http://paste.kde.org/4018/ [05:42] diego_: For starters, remove the first line [05:43] ok now? [05:43] diego_: Second, line 6 should be: Exec=/usr/bin/compiz emerald --replace [05:44] ok now? [05:44] good morning [05:44] diego_: Put a # at start of line 7 [05:45] diego_: Then save the file and re-test [05:45] brb [05:45] * genii-around slides noaXess a coffee [05:45] genii-around: thanks ;) [05:45] np :) [05:45] i think my power management works not as it should.. [05:46] i disabled screen energy saving but after few minutes screen turn off and no screensaver comes up [05:46] is there a way to check those parameters over cli? [05:48] how can i pin a package for kpackagekit? [05:48] genii-around: worse.. i dont have my close and minimize button and i didnt start with compiz [05:49] !pinning | rethus [05:49] rethus: pinning is an advanced feature that APT can use to prefer particular packages over others. See https://help.ubuntu.com/community/PinningHowto [05:50] genii-around: i have pin it in synaptic, but it doesn't take effekt in kpackagekit [05:50] how this systems differ [05:52] Package: xvidcap [05:52] Pin: version 1.1.7-0 [05:52] Pin-Priority: 991 [05:52] this in /etc/apt/preferences.d/xvidcap_1.1.7.0 ? [05:53] system should not upgrade to xvidcap 1.1.7-0.2 [05:53] still appear in kpackagekit [05:53] :( [05:54] diego_: Ok. Let me research a few minutes. I don't use compiz so can't test directly here [05:55] !ping [05:55] ping-pong, a fun game for all the family [05:55] Stupid cat keeps yanking my cable out :( [05:55] :) i have two of this supid cats [05:56] brb re start [05:56] ah, i got it. [05:56] echo xvidcap hold | dpkg --set-selections [05:56] so i learnd something new.. kpackagekit is useing dpkg [05:59] i dont have my close and minimize button xD [06:00] again [06:00] '_' === francisco is now known as Guest64080 [06:00] hi , i want to instal b43 since sta driver doesn't works for me [06:00] diego_: I would try for the Exec line: Exec=compiz --replace & emerald --replace & like that with the two & [06:00] kubuntu 10.10 [06:00] you would try? or me? [06:00] or both? [06:01] diego, intenta entrar a tu carpeta /home [06:01] pulsa alt+ . [06:01] luego busca la carpeta .kde [06:01] diego_: For you to edit the .desktop file and make the Exec= line as i put above [06:01] y renombrala como .kde-old [06:01] luego reinicia [06:02] genii-around: can u pastebin ur .desktop? [06:02] diego_: I don't have a compiz.desktop file. i don't use compiz. [06:02] diego_: However, you do [06:02] diego al u need is to locate .kde on your home and rename .kde-old and restart [06:03] Guest64080: That is not going to help [06:03] genii-around it works for me [06:03] !wfm\ [06:03] !wfm [06:03] Common Sense: Just because you can, does not mean you should (and especially recommend to others). Think before you do. "Works for me" does not mean it is ok. The latest version of everything is not always useful if you aim for stability. Please see http://geekosophical.net/random/worksforme/ [06:03] genii-around: because i delete my desktop file because i thought it was going to be normal [06:04] diego_: Ok. I will make you one and pastebin. Please waity [06:04] ok Thanks [06:06] diego_: http://paste.kde.org/4020/ [06:07] diego_: So to make a file in ~/.kde/Autostart called compiz.desktop and put the contents from the pastebin into that file, save [06:09] yeah i know [06:09] brb restart [06:11] noaXess: Did you try something like: xset -dpms ? [06:11] genii-around: not yet.. [06:12] noaXess: Sometimes monitors have their own builtin shutoff, that disables it [06:13] aha: DPMS (Energy Star): [06:14] Standby: 3600 Suspend: 5400 Off: 7200 [06:14] DPMS is Enabled [06:14] Monitor is On [06:14] noaXess: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [06:14] sorry... just three lines.. i know if each one paste three lines.. ha.. i chat to a bot ;) [06:15] genii-around: good news.. my desktop came to normal but the .desktop file doesnt work cause it didnt start with compiz [06:16] diego_: I'm currently fresh out of ideas then :( [06:16] it says that kubuntu start automatically start with kwin [06:17] is there any way to put like 4 seconds after kde is start to start the script? [06:18] diego_: You could put something like: Exec=wait 4 && compiz --replace & emerald --replace & [06:18] ok i will try [06:18] With the two & is important together after the wait 4 [06:20] it's still creatin in the 1st line this "#!/usr/bin/env xdg-open" why? [06:21] i will re start brb [06:25] genii-around: help me with this [06:25] http://paste.kde.org/4023/ [06:25] it is a script [06:25] * genii-around gets more coffee and reads [06:26] diego_: I'm not sure piping emerald --replace into compiz works. But i don't have compiz to test [06:29] brb restart [06:38] i dont know what else to do :( [06:38] diego_: I'm also out of immediate ideas. Also it's 1:38 in the morning here so I'm not very sharp right now [06:39] !autostart [06:39] Use the tool in System Settings -> (Advanced tab) Autostart, or System Settings -> Startup and Shutdown, to make programs automatically start in KDE session. See !boot for managing which non-interactive programs start at boot [06:39] Hm [06:39] diego_: are you with nvidia ? [06:40] anyone knows how to get work broadcom bcm 4311 on 10.10? [06:41] intel [06:42] is not a driver problem [06:42] it is a s.o problem [06:42] diego_: ok i think first one http://paste.kde.org/4018/ it was ok [06:43] Guest64080: Probably need the firmware from package firmware-b43-installer and then the b43 driver [06:43] just somrthing reset settings at second restart [06:43] genni-atround I already installed the driver [06:43] but the sta [06:44] B43 doen'st appears [06:44] iulian_: what do u mean? [06:44] genii-around [06:44] at first start everything was fine second reset why [06:44] dunno :S [06:45] im newbie in linux a few days decided to change to linux so i dunno any script and those things [06:45] diego_ whats your problem [06:46] i want kubuntu starts with compiz [06:46] diego_ kubuntu has his own effects manager [06:46] kwin [06:46] i know but that can change [06:46] ok [06:46] that's why its free software [06:47] :D [06:47] diego hablas español? [06:47] Claro soy de bolivia [06:47] mira, diego [06:47] 123 [06:47] la verdad yo una vez le metí compiz a kubuntu y se veía feo [06:47] me quedo mil veces con kwin [06:47] y si tienes la version 10.10 de ubuntu [06:48] puedes actualizar tu escritorio kde a la version 4.6 [06:48] ps a mi me gustan mas los efectos que tiene compiz que kwin [06:48] )) [06:48] y tendras un escritorio por demas precioso [06:48] Guest64080: I'm pretty sure whatever driver you use, you need the firmware. https://help.ubuntu.com/community/WifiDocs/Driver/b43 for example says to use the b43-fwcutter package for instance [06:49] Guest64080: yo creo que uso esa version de kde pero bueno.. cada uno con sus gustos no? [06:49] diego_ puedes buscar como activar compiz en ubuntu 10.10 en google [06:49] ya esta activado [06:49] tengo los super efectos [06:49] todo [06:50] diego_ la version de kde que viene con kubuntu 10.10 por fecfecto es la 4.3.5 [06:50] lo que quiero es que compiz inicie junto con kubuntu 10.10 [06:50] acaba de salir la 4.5 [06:50] en donde puedo fijarme que kde tengo? [06:50] abre cualquier aplicacion [06:50] como amarok o la que sea [06:50] y donde dice ayuda [06:50] le daz y te dice acerca de [06:50] Please, english here :) [06:50] ahi te aparece [06:50] Guest64080: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [06:51] Versión de la plataforma 4.5.1 (KDE 4.5.1) [06:51] lol? [06:52] creo que me pase xD [06:52] !es [06:52] En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter. [06:53] ok ok i got it [06:53] sorry [06:53] Thanks! [06:54] diego_: script is same http://paste.kde.org/4018/ return it and see troubleshooting there https://help.ubuntu.com/community/CompositeManager/CompizFusion [06:56] there is possible some sethings to reset but where they are in ccsm i have no idea dont use compiz === laptop is now known as Guest24459 [07:23] nothin? :( [07:31] I MADE IT! FINALLY! === thomi_ is now known as thomi [08:48] asd [08:49] sa [08:49] okeyy [08:49] kazhi sga uche kako da ga zatmnim ekranot [08:49] zaso [08:49] so e be [08:49] kosta ke te ebam [08:52] chekai koj e 22? [08:52] !en [08:52] The #ubuntu, #kubuntu and #xubuntu channels are English only. For a complete list of channels in other languages, please visit https://wiki.ubuntu.com/IRC/ChannelList === root is now known as faLUCE [08:53] Fuck [09:00] Wa wa wa [09:00] Zhivi li ste ? [09:02] so be [09:02] Ai privaten ! [09:02] ne e [09:06] ucenik23: http://ubuntuforums.org/group.php?groupid=357 === chris_osx is now known as chris_bsd === francisco is now known as Guest82375 [09:40] hi, i need some help [09:40] is this expression weel typed? [09:40] sh: for i in `find /lib /var -name wl\.ko`; do mv $i ${i}.orig; done [09:41] it suppossed tosearch in /lib & /var all files named wl/.ko and rename it but it gives an error [10:16] which package do I have to install to get back the default KDM Login screen? [11:04] Hi [11:04] i just did a purekde [11:05] to remove gnome from my system [11:05] after i rebooted, no desktop is starting up ^ [11:05] i only get into the tty login screens [11:08] if i wanna reinstall kde from console [11:08] can i just do apt-get install kubuntu-desktop ? [11:09] i just tryed to, said everything was installed, and no upgrades [11:11] mantise: you'll probably have to reset kdm as your default desktop manager: `dpkg-reconfigure kdm` [11:11] oh, gonna try that. sec [11:12] ok, did that. then just reboot and it should work ? [11:13] I think so [11:13] Ok, thanks mate [11:13] bye [11:18] rork: [11:18] didnt work [11:18] when i try to startx/kde [11:18] it says display not found [11:19] or that its not set, and cannot connect to the X server [11:24] keeps saying failed to connect to X server, no screen found [11:27] might aswell just reinstall ubuntu then [11:30] mantise: might be a graphics driver problem, I've never had that problem [11:30] yes, it says something with nvidia driver not found aswell [11:31] when im in console, can i cp a file to my windows hd? [11:31] i mean, where do i locate the harddisk [11:31] i need to mount it manuel in console ? [11:32] you can do `ls /media` to check if it's mounted, if it's not you'll have to do a manual mount [11:32] which graphics card do you have? [11:32] Hello [11:32] hi GHH [11:33] rork: No, only floppy there. i have an nvidia geforce gtx 460 [11:34] I Installed KDE in Ubuntu 10.10 . But How can i remove this one please http://i1-news.softpedia-static.com/images/extra/LINUX/small/ubuntu1004installation-small_000.png [11:34] ? [11:34] i installed the driver in gnome when i had that installed, maybe it removed it when, i uninstalled gnome [11:35] I am spending about 1 month but i still can't remove the wallpaper [11:35] Can someone help me please? [11:35] rork, [11:35] GHH is that a wallpaper of the plymouth screen? [11:36] mantise: you can configure the nvidia drivers with `sudo nvidia-config` [11:36] rork, Actually i am not understanding that where it is exist but i saw this is not exist in plymouth [11:37] rork, command not found [11:37] rork, can you guess where is wallpaper is exist? [11:38] rork: i did nvidia-detector<- was the only command i could use [11:38] rork: and i got reply: none [11:38] GHH: sudo update-alternatives default.plymouth [11:38] if you want to change the splash screen [11:38] mantise: nvidia-xconfig ? [11:39] (with sudo) [11:39] if that's not there then the driver isn't installed [11:39] yofel, I have my own wallpaper which i want to use [11:40] yofel, I mean editing it manually and adding company wallpaper [11:40] oh, then the only thing I know is that you can try to edit the splash files in /lib/plymouth/ [11:42] yofel, Is it not one wallpaper? [11:43] no, it's a wallpaper I think + the theme which handles the dots, messages and input [11:43] yeah [11:43] but I think the background can also be rendered by setting a color gradient in the theme, so no wallpaper at all if that's used [11:43] yofel, But i can not find the wallpaper in plymouth [11:43] that is my problem [11:44] I think it does support using wallpapers, but I don't know how [11:44] So is it not possible to remove or using Black screen ? [11:45] well, you can remove the 'splash' option in /etc/default/grub, that *should* give you a black screen [11:46] yofel, perhaps you are telling about the "quiet splash" but did not work [11:47] then I'm out of ideas [11:47] thanks for tried to help me [11:48] yofel: it didnt work. as su osv :) then gnome must have removed it [11:48] apt-get install nvidia-? [11:48] mantise: which driver did you have installed? [11:49] well, when i had gnome, it found an nvidia driver for geforce gtx 460 [11:49] acutally, try 'sudo jockey-text' [11:49] ah, that should be nvidia-current then [11:50] ok, searching atm [11:50] yofel: when i do jockey-text, it takes a minut [11:50] but nothing happens [11:51] just gonna try apt-get install nvidia-current then ? [11:51] yep [11:51] after that run 'sudo nvidia-xconfig' [11:53] validation error [11:53] data incomplete in file [11:53] xorg.conf [11:54] undefined device"(null)" [11:54] sudo rm /etc/X11/xorg.conf [11:54] then try again [11:54] referenced by screen "default screen" [11:54] ok [11:55] ok, made new file now [11:55] and did the nvidia xconfig [11:55] gonna try a reboot, and see if it works then? or just starkde or something ? [11:57] hm, still looks like it doesnt work.. ill do a reboot, brb [12:00] it worked after a reboot :) thanks a lot mate :) [12:03] hm, isnt ther the software manager in kubuntu ? [12:09] So is there ending helping me about that? [12:22] Is anyone using Kubuntu 10.04? Will you check what version kile is in that distro? apt-cache show kile [12:37] Hey guys apart from DIA what else is available for ERD modeling? [12:37] tdn: http://packages.ubuntu.com/lucid/kile [12:38] tdn: packages.ubuntu.com is always a good place if you are looking for package information === max is now known as Guest36915 [12:39] mandla: Umbrello, but it's not well maintained (volunteers welcome) [12:40] Riddell: I dnt like it either, i want something link Visual Paradigm, i have it but it wont run on Wine [12:42] skramer_, thanks. [12:51] salut tout le monde ! [12:51] c ma 1ere fois dans KU irc [12:55] I do not know why recovery mode is not working [13:03] !fr | adnene [13:03] adnene: Ce canal est en anglais uniquement. Si vous avez besoin d'aide ou voulez discuter en francais, merci de rejoindre #ubuntu-fr, ou #ubuntu-qc. Merci. [14:31] Hiyas all [14:34] reinstalled 10.10 on my other linuxbox, but the newest kernel (2.6.35.25) wouldn't boot after updating .. tried all the fixes I could think of but X was totalling broken, so I just deleted the kernel ...any ideas ? [14:35] er totally broken [14:42] :) === k is now known as Guest73376 [15:22] How can I change DPI manually? I tried editing /etc/X11/xorg.conf but it doesn't exist. [15:24] utku, system settings/application appearance /.fonts / forcefonts dpi [15:25] BluesKaj: Well, I don't want 120 or 96. [15:29] utku, well, what you want and what you can getalready determined ..dunno of any other settings [15:30] BluesKaj: ok, thanks [15:39] using "sudo xxd /dev/input/event8" I expected to see data from mouse input. instead it does nothing. Have I misunderstood? (event8 is handler for my mouse according to /proc/bus/input/devices) [15:42] thrall_, what are you trying to do ? [15:45] BluesKaj: Well I'm actually trying to set up a wacom tablet. Part of the process says to test the tablet input with xxd. getting nothing from the tablet event I thought I'd try it on the mouse (which I know works) [15:47] thrall_, check your /etc/X11/xorg.conf file if you have one to see what the input device mouse settings are. === maxim is now known as Guest21212 [15:47] BluesKaj: I have no xorg.conf file [15:52] does anyone know how to fix the "network management disabled" error? [15:53] where network manager gets stick on that ind won't function [15:53] thrall_, ok you have to drop to a tty , ctrl+alt+f1 , then login , sudo service kdm stop , then sudo dpkg-reconfigure xserver-xorg , if you have an nvidia card then, sudo nvidia-xconfig , then sudo service kdm start , then startx [15:54] CoJaBo, are you on wifi or ethernet ? [15:56] heh [16:01] WirelessEnabled=trueCoJaBo, alt+f2 , kdesudo kate /var/lib/NetworkManager/NetworkManager.state, make sure : NetworkingEnabled=true , WWANEnabled=true [16:02] WirelessEnabled=true [16:02] BluesKaj: yeh, that's what google said too.. [16:02] Is there an isssue with the Kubuntu forum Getting an error: Service Unavailable [16:02] BluesKaj: What should be different now I have done as you said? [16:03] CoJaBo, I took those from my settings [16:03] http://www.kubuntuforums.net/ [16:04] did you see a xorg.conf file generated afrter those commands , thrall_ ? [16:04] BluesKaj: no [16:05] BluesKaj: I thought xorg.conf was no longer used? [16:06] thrall_, open the the run box (alt+f2) , kdesudo kate /etc/X11/xorg.conf to see the settings [16:06] BluesKaj: /etc/X11/xorg.conf does not exist [16:07] thrall_, it is used in special circumstances like ppl who tablets [16:07] have [16:07] BluesKaj: I know, but I don't currently have one to look at [16:07] BluesKaj: Yeh, I might just restore from backup, hopefully i have one :/ [16:08] thrall_, did you drop to a tty to run those commands or did you just usw the cli ? [16:08] dropped to tty [16:08] BluesKaj: [16:09] CoJaBo, you still din't answer my question, wifi or ethernet ? [16:09] thrall_, strange [16:10] thrall_, what graphics card ? [16:10] BluesKaj: Intel GMA950 [16:10] BluesKaj: So I didn't run the nvidia-xconfig [16:11] right [16:14] ok, dunno what else to do thrall_ ...not real knowledgeable about tablet computing and I suppose you've already been here :http://linuxwacom.sourceforge.net/ [16:15] No one else experiencing an issue with the Kubuntu forum? [16:15] BluesKaj: yeah that was where I got to xxd from. [16:16] S3Indiana, http://www.kubuntuforum.org/ , "no service available" [16:17] Yup same here [16:17] Thx. for verifying [16:17] S3Indiana, np [16:19] hello @ all here ... [16:19] i am new here ... how are you all ??? [16:19] cjgelles, hi, btw , @ doesn't work on irc , just use ppl's nicks [16:20] oh okay sorry ... thank you for the tip BluesKaj [16:23] hi mobile broadband tab is not usable on my knetworkmanager, how to fix it? thanks [16:25] xrfang, pls explain,useable [16:25] BluesKaj: the tab is disabled (gray) [16:25] I have googled, and installed modemanager (which was already there actually) [16:26] I am 100% sure that my usb modem is compatible with linux. I have used that before, both under kde and gnome [16:26] but haven't used that for some days, now it seems not recognizing the hardware, or I am missing some software package? I don't know [16:27] xrfang , broadband tab, not familiar with that one [16:27] :( ok [16:29] usb modem is wifi or ethernet , xrfang, I'm a bit confused [16:30] /join #dondetuhermana [16:32] BluesKaj: it is not wifi nor ethernet [16:32] it is 3G mobile network [16:39] xrfang, sorta suspected that ...no wonder I was confused :) ..sorry dunno much about phone surfing === Drachenblut is now known as Lord_Drachenblut [16:40] BluesKaj: Actually i did answer, but it went to the wrong channel -_-' wifi. [16:43] CoJaBo, so where are you now in terms of connecting ? === Mamarok_ is now known as Mamarok [16:54] BluesKaj: Going to reimage the machine when i get home [16:55] Seems to be the simplest way to fix it, i have no idea whats messed up [16:59] BluesKaj: seems the tablet part of xorg.conf is now in /usr/share/X11/xorg.conf.d/50-wacom.conf [17:09] What if I installed one version of an application via the apt-get and then a more recent version by downloading a .deb and installing it, would the se [17:09] Would this be safe? [17:18] hi folks can anyone assisit with a probe with updates? [17:18] probem rather, sorry, will have to get that M key sortd out.lol [17:24] \join #debian === andrey is now known as rey_And === ralsina is now known as ralsina_lunch [17:45] W00T! Tablet now working perfectly! Pressure and everything!! [17:45] * thrall__ bounces happily round the room === raffaele is now known as Guest80490 [17:56] Can't we install KDE 4.6 on Lucid? [17:58] Guest80490: guess no [18:01] Peace, yes I see :D I mean, why can't it be installed? Also, I won't be able to install 4.7 and 4.8 as well.. === Guest80490 is now known as raffa === ralsina_lunch is now known as ralsina === raffa is now known as raffaeleeee [18:05] raffaeleeee: that sould require some system core library updates to get working properly that nobody wants to do and support === sysadmin is now known as Guest77067 [18:09] This seems most odd: creating the file /usr/share/X11/xorg.conf.d/10-monitor.conf (in an attempt to fix issues with double-monitor setup resetting on reboot) has caused my wacom tablet (which should be configured according to the pre-existing /usr/share/X11/xorg.conf.d/50-wacom.conf) to work properly. Remove 10-monitors.conf and the tablet stops working. put 10-monitors.conf back, it starts working again. Can anyone offer an explanation of what is going [18:09] on? [18:12] raffaeleeee: welll.. a stable realese = fixed version [18:15] Peace, ok thx for your explanation. I though only the major version should stay the same (4.x) === hase_ is now known as kanin === kanin is now known as igel === igel is now known as feldhase === mren|off is now known as mren [18:36] Someone knows how to start compiz with kubuntu? [18:37] install compiz-kde and select it in system settings -> default applications. My knowledge stops there [18:45] what is the *VERY BEST* music player? [18:46] as in numero uno [18:46] (I'm wondering which one I should install) [18:46] rosco_y: mmm [18:46] rosco_y: veryt best depends from you [18:46] i use vlc.. [18:47] someone use juk [18:47] Peace-: actually, I'm trying to start an argument.... [18:47] vlc [18:47] juk [18:47] amarok [18:47] amarok, there's a name I've used before [18:47] vlc I've used for vidoe [18:47] and even a little video [18:47] clementine [18:47] interesting [18:47] never heard of that one [18:48] vlc is a very powerfull music plauyer [18:48] if you enalble the stuff [18:48] I'll give it a try, thank you! [18:58] hello! how can I share internet connection on Kubuntu 10.10? [19:01] hello friends? how can I share internet connection on kubuntu 10.10? === MuzerAway is now known as Muzer [19:09] george_: share with another computer? [19:09] george_ can you explain better? [19:11] yes, share a wired connection or a 3G modem internet connection with another computer/laptop by creating an ad hoc wi-fi network. It's very easy to do that on ubuntu 10.10, but I can't find how to do it on kubuntu 10.10. [19:12] is the kubuntu machine connected to internet? [19:13] yes, i'm running kubuntu 10.10, I'm connected to the internet using a 3G modem [19:19] yofel: it starts with compiz but it start with an error of kde :S [19:20] well, I don't know really, I found compiz-kde too unstable to be actually usable when I tried it once to be honest === sayakb is now known as sayakb_away [19:21] george_, what GUI program do you use? [19:22] yofel: compiz-kde? [19:23] yofel: here there is kwin effects [19:30] raffaeleee: I've tried to find the its name, but couldn't. It's the default one, its symbol is like a blue "m" [19:32] george_ ok, so it's network manager [19:32] KDE version.. I think it should have an option [19:32] for creating an ad-hoc network [19:32] can you find it?, george_ [19:34] raffaeleee: I can't find it the option to create an ad-hoc network... [19:35] hmmm george_, i'm googling for screenshots :/ hold on [19:35] I use wicd even on KDE because I have problems with NM [19:37] raffaeleee: thanks... [19:38] george_, you could try joining #nm and asking there, cause I can't find screenshots [19:40] raffaeleee: thanks anyway... [19:45] raffaeleee: Thanks. I''l try. It would be nice if NM had the option to easily create an ad-hoc network, just like ubuntu... [19:46] george_ NetworkManager has 2 frontends, one for GNOME and one for KDE.. I think the gnome version has the ad-hoc option, I'm not sure about the kde one.. [19:48] raffaeleee: kde one doesn't have it, at least is not "visible" [19:48] george_ not good news :D anyway I think it's easy to create an ad-hoc network just with CLI [19:48] wait for a moment [19:50] http://www.linuxquestions.org/questions/linux-wireless-networking-41/creating-wireless-ad-hoc-networks-on-linux-boxes-614579/ [19:50] george_ try this link [19:52] raffaeleee: all right thanks [19:52] raffaeleee: i'll check that later. thanks for your help. bye [20:54] hey all, I have a question, what package do I need to reconfigure if no effects are showing in the Desktop Effects setting? [20:56] How does one install KDE in Ubuntu? [20:59] do I need Kubuntu instead? [20:59] weboh, install kubuntu-desktop [20:59] there's a couple of ways weboh, you can install kubuntu-desktop via the terminal (or search for it in Software Center) [20:59] slooksterpsv, which graphics card ? [21:00] ati radeon 4200 HD IGP [21:01] it says Desktop Effects are enabled, but: Desktop effects are not available on this system due to the following technical issues: but nothing listed after [21:03] also it lets me do compositing of xrendr, but I want opengl [21:03] slooksterpsv, lok in the kmenu/sytem/additional hardware drivers , choose the recommended driver if you have a choice there [21:04] doesn't jockey find fglrx though? I've installed the fglrx ran aticonfig --initial -f and also put some optimizations for firefox in xorg [21:04] yup it's installed [21:04] ok which kubuntu version ? [21:05] 10.10 64-bit, kde 4.5.1, all upgrades 2.6.35-25 kernel [21:07] hmm... I'm going to use the backports and upgrade to 4.6 see if that helps any [21:08] slooksterpsv, is that a pci card? [21:09] no, laptop, gateway nv53 [21:11] vdvdvdvd [21:11] vd [21:11] vd [21:11] vd [21:11] v [21:11] doido: Please don't flood; use http://paste.ubuntu.com to paste; don't use Enter as punctuation. [21:11] dv [21:26] ok so KDE 4.6 made no difference [21:29] so under Desktop Effects -> All effects, nothing is listed there, which is odd, cause it did have like accessibility, etc. etc. [21:30] slooksterpsv, my old pc with ati inboard didn't run the desktop effects either , the driver wasn't configured to do 3d and dri , unlike the fglrx drivers in previous versions ,like 9.04 I think was the last one [21:31] ok... but with Compiz 3d effects work fine, the glxgears shows at least a 500% improvment with the ati drivers vs not, and that, so is it an issue with kwin and the ati driver then? [21:31] ati's support for linux has been going downhill for quite a while now [21:32] kde wise, no offense, cause ATI Drivers in Ubuntu and Xubuntu work great, KDE is the one WM I've had tons of issues with [21:32] I guess DE would stand better, cause technically it is a DE with a WM included [21:33] slooksterpsv, what about fglxgears , the 6 sided cube which indicates dri and 3d is enabled ? [21:33] haven't done that one [21:34] bb in about 10 [21:34] the kwin devs have talked to X devs and gotten them to start adding the parts of the X API that they use to their performance testing, instead of them only testing the parts Compiz uses, so things should improve in the next release or two [21:36] maco, he has apoint , I recall the gnome desktop and gdm was much better with the fglrx drivers on ati conboards [21:36] onboards === Rioting_Pacifist is now known as RiotingPacifist === Muzer is now known as MuzerAway [21:45] nope none of it worked [21:46] so BluesKaj, what package installs the effects for KDE [21:47] slooksterpsv, it used to be an altered version of compiz , but now I'm not sure [21:48] hmmm there's compiz-kde, let's install that [22:01] ulertzeko modua === Mamarok_ is now known as Mamarok === MuzerAway is now known as Muzer [22:43] yo [22:47] hows come the same repo mirror on 1 distro can be 200 to 300 kbps faster then on another distro === mauricio is now known as Guest47117 === Muzer is now known as MuzerAway === mren is now known as mren|off [23:47] Greetings... [23:49] From: https://wiki.kubuntu.org/NattyNarwhal/Alpha2/Kubuntu ... "Kubuntu will release version 11.04, the Natty Narwhal, in April 2010." ... Shouldn't that be "in April 2011" [23:49] nup [23:49] they will go back in time [23:49] and release it then... [23:50] it's just they haven't done it yet [23:50] so we don't know about it. all part of the plan... =) [23:50] Ah, okay. Well, I do LOVE my time machine. See you all in April, 2010! [23:50] natty is looking good. [23:51] Realmkeeper: but yes, i guess someone should file a bug with the website and request they change it to 2011. [23:52] Hi [23:52] Hi mantise [23:52] i installed a screen saver pack for kde [23:52] default pack [23:52] how do I make a program the default? [23:53] but i want the matrix screensaver as i had in old desktop [23:53] how can i get that for kde control module - screen saver [23:53] i think it's the gl matrix screensaver [23:53] or gl screensavers [23:53] I wanna make ktorrent the default when i click a torrent [23:54] in my kde screen saver i have a opengl scren savers pack at the moment [23:54] westmi49319: for a specific file type the easiest way is to right click a file of that type > propertities > click the spanner icon on the general page (its a little small :p) and set it there [23:54] westmi49319: system settings -> file associations [23:55] westmi49319: you can also go to system settings > file association and look for the file type there [23:55] Mase_wk: I was just hoping that one of the webmins will just see the comment here ;) [23:56] Realmkeeper: i doubt it. [23:57] Mase_wk: i can see that i have xscreensaver-gl installed, but it doesnt run with my kde screen saver panel ? [23:57] if you want something fixed, irc isn't the way to do it [23:57] this is my first irc, who's proud of me? [23:57] mantise: have you logged in / out since installing it ? [23:58] hmm..so what type of file is a torrent? [23:58] Mase_wk: it just told me to shut down the screensaver manager [23:58] restart the program [23:58] smiffla: probably your mother and father. I have a son, i am proud of him for every little achievement [23:58] so i imagine your parents are the same [23:58] mantise: not sure sorry [23:58] Mase_wk: np, thanks :) [23:59] Mase_wk: that goes without saying, but they're not irc :(