[00:08] im trying to use the nvidia driver i downloaded via kpackagekit... when i ran nvidia-xconfig as root it wrote an xorg.conf. I tried putting it in /etc/X11/xorg.conf and restarted KDM. It will not restart. I'm using Kubuntu 10.04 [00:10] KDm wont restart? [00:11] xrandr, I have had success with using 'envyng' [00:11] what is envyng? [00:12] from manual pageS: [00:12] EnvyNG is an application written in Python which will [00:12] download the latest ATI or NVIDIA driver or the Legacy driver [00:12] (for older cards) (according to the model of your card) from [00:12] ATI or Nvidia's website and set it up for you handling depen‐ [00:12] caprea_: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [00:12] dencies (compilers, OpenGL, etc.) which are required in order [00:15] ok [00:15] I did apt-get for envyng (I think its in KPackageKit too) [00:15] and can be run from cammand line [00:16] ok, thank you [00:16] lemme try that [00:17] hi all [00:18] somebody can help a newvie with kubuntu and sound, its not working === fmagno is now known as bombel [00:20] nobody? ::::( [00:22] caprea_: i cannot get envy. Using kpackagekit and searching for it, it does not show up [00:23] let me check mine [00:24] it shows up as 'envyng' [00:25] but another thing worth trying to get it is 'sudo apt-get install envyng' [00:25] i did [00:25] cant find it [00:26] brb === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [00:39] As soon as i tried to build a custom ship [00:42] caprea_: still no go [00:43] if you download the latest driver form nvidia it should modify the x11 conf directly [00:46] ok [00:48] gotta get out of X [00:48] brb === fernando is now known as Guest93796 [00:55] iam in the right place to make a question? [00:55] or is another channel? === Paraselene__ is now known as Paraselene_ === carlos is now known as Guest2861 [01:16] caprea_: i got it, thanks :) [01:16] what did you do? [01:16] used my old xorg.conf file after i instralled the latest drivers from nvidia's site [01:17] ok [01:17] purrin like a kittn ;D [01:27] hello [01:28] allo [01:28] kate led the crashment of the plasma-desktop [01:28] ok, good to know :) [01:29] you too? [01:29] no :) [01:29] hh [01:31] and I tried upgrade ubuntu 9.10 to 10.04,but failed,now I could only operater int the shell [01:31] sad..... [01:32] the advise will be, do a full install :) [01:34] I know,but it's late now?What should I do? [01:34] wrr_: you're not the only one. #ubuntu+1 is the lucid 10.04 support channel [01:34] hh [01:36] Should I reinstall the system? [01:36] wrr_: you can try to get it working. like I said, your problem is not uncommon in lucid at this stage [01:38] thank you,maybe I could do it after the beta comes out [01:40] wrr_: beta was out, now it's RC [01:41] wrr_: make sure you've got the latest packages installed: sudo apt-get update && sudo apt-get dist-upgrade [01:42] really?Let me try it [01:43] How can I replace a default package with the latest? For example the Kopete I have is version 0.80 but I want version 0.90 [01:44] !info kopete [01:44] kopete (source: kdenetwork): instant messenger for KDE 4. In component main, is optional. Version 4:4.3.2-0ubuntu4 (karmic), package size 5075 kB, installed size 17812 kB [01:45] caprea_: remove the old one, and then install the new one, I think you can also do an 'upgrade' on it too [01:45] An apt upgrade? [01:46] And will that cause conflicts with KPackageKit ? [01:47] caprea_: lucid will be released in a week. it has kopete version 1.0.0 [01:47] ... no from what I can tell :| [01:47] oh, well I can wait a week, thanks [01:47] it seems it only does all or none [01:47] caprea_: just remove it with-> sudo apt-get remove kopete; and then install the new one [01:49] caprea_: actually kopete 1.0.0 comes with kde4.4, which you could install now in karmic. see the link in !topic [01:49] !topic [01:49] Please read the channel topic whenever you enter, as it contains important information. To view it at any time after joining, simply type /topic [01:52] ubuntu upgrade error:couldn't configure 'util-linux' [01:52] please help [01:53] wrr_: that happens after you did the apt-get dist-upgrade ? [01:53] yes [01:54] any errors when you did apt-get update? [01:54] no [01:54] ok try this first: sudo apt-get install -f [01:55] ok [01:55] wrr_: might be a good idea to join #ubuntu+1 (the lucid support channel) === tek is now known as Guest4991 [01:56] new kubuntu user here? why cant I su in terminal? doesnt take my password but works for everything else [01:57] !sudo | Guest4991 [01:57] Guest4991: sudo is a command to run command-line ( see !cli ) programs with superuser privileges ("root"). Look at https://help.ubuntu.com/community/RootSudo for more information. For graphical applications see !gksu (Gnome, XFCE), or !kdesudo (KDE) [01:57] ? [01:58] Guest4991: in debian-based distributions, su is not enabled, and thus you need to use 'sudo' :), is done as a precautionary rule [01:58] I think I've done "sudo su" on ubuntu [01:58] if you must 'su', you can always do -> sudo su; howeve is rather discouraged :) [01:59] so whats the sudo command to elevate that terminals priv [01:59] sudo is the command [01:59] caprea_: yeah, so have I, I like su too, but I can do without, I guess I understand their concern [01:59] im a new linux user and not understanding [01:59] heheh [01:59] typing just sudo shows its usage .. how do i actually elevate [02:00] you're new and you want to use a feature you dunno? I don't get that [02:00] okay a normal user might type "mkdir temp" [02:00] Guest4991: sudo [02:00] if you dont have write permission, you might, instead, to "sudo mkdir temp" [02:01] i come from suse and found I had to su all the time for things, just curious of the equiv and how it differs .. [02:01] and 'mkdir' means "make directory" so if you didnt have persmission to make a directory then adding sudo tot he front would give persmission [02:01] i see [02:01] you can try "sudo su" if you must [02:01] Guest4991: so have I, I'd run suse10, so [02:01] or sudo -s [02:01] that clears it up caprea .. i didnt understand suda was a prefix to other commands, i thought i needed to elevate with sudo before my command [02:02] suse has both by the way, 'su' and 'sudo' as well, in ubuntu is just only 'sudo' for the sake of avoiding some folks messing up accidentally [02:02] yast drove me away from suse, just to install klibido and pypar2 was a headache, enough of that [02:02] ? [02:02] really? [02:02] I get along with yast just fine :| [02:02] This might clear things up, Guest: http://xkcd.com/149/ [02:03] caprea_: make me a sandwich? [02:03] i couldnt just install klibido like i can in ubuntu with apt-get or kpackagekit [02:03] it wouldnt even handle dependencies, was nasty [02:03] on suse that is^ [02:04] problems can be seen here, http://forums.opensuse.org/get-help-here/applications/437570-installing-klibido-other-app-installation-frustrations.html [02:06] I can enter the X,but the mouse and keybord are not usable [02:06] help [02:06] ubuntu [02:07] help [02:07] how can I make *buntu automatically run fsck on an unclean shutdown like it used to? [02:22] OxDeadC0de: it still does, doesn't it? [02:23] not a full scan like it used to [02:24] OxDeadC0de: well you can force it to do a fsck on next boot: sudo touch /forcefsck [02:24] I know that. I just want the old behavior back (Even with that 15 minute bootup problem) [02:25] * iconmefisto shrugs [02:46] whast the command to determine current version of ubuntu im using? [02:48] caprea_ lsb_release -a [02:50] thats hard to remmeber [02:51] hi [02:52] hello [02:52] i have a problem to conect to internet via wifi [02:52] im using wicd [02:52] abut if i put a static ip i can connect perfectly [02:53] i think its must be a problem with the interfaces [02:54] help with cdrom every time when I put a disk in despair from my places any help??? === dendrobates is now known as dendro-afk === tek is now known as Guest30284 [03:04] can anyone tell me what codec i need for kaffiene to play .mkv files === safer_ is now known as safer [03:06] yay i leave suse for stupid problems, and get stupid problems in kubuntu .. cant win [03:07] video playback looks horrid in kubuntu .. ive installed many codecs .. and still cant get .mkv's to work in anything but vlc .. and they look HORRID compared to my windows box in same res next to me [03:07] so? [03:07] no body can helpme? [03:07] !video [03:07] For multimedia issues, this page has useful information: https://help.ubuntu.com/community/RestrictedFormats - See also https://help.ubuntu.com/9.04/musicvideophotos/C/video.html - But please use free formats if you can: https://help.ubuntu.com/community/FreeFormats [03:09] * CrazyDoode begins to spin slowly in a counter clockwise manner while engulfed in a barely visible shimmering cloud. [03:10] i have those restricted codecs.. still no mkv playback [03:10] no playback at all or (lousy) playback? [03:11] none in kaffiene .. just vlc and it looks horrible [03:11] try mplayer.. [03:11] i had kaffiene playing very crisp in suse, cant get it to work here [03:11] shoudnt have to .. i know kaffiene works [03:11] mplayer looks like vlc anyways .. crap [03:11] ok.. i guess you know better.. cya! [03:11] well thats clear as day .. works there, doesnt work here [03:11] should work here [03:12] * genii spins in a fourth-dimensional manner casting a three dimensional shimmering cloud of coffee [03:48] Anyone know why I might be having trouble connecting to MSN through empathy?\ [03:49] I got DC [03:49] oops anyway perhaps a place I can go for support? [03:59] good night [03:59] please can someone help with a graphics cadrd [03:59] graphics tablet sorry [04:00] !ask | okuriinu [04:00] okuriinu: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [04:00] ok i will [04:02] how to configure the tablet is a di pen from acteck model ap-8000? [04:06] okuriinu: found this: http://camrto.blogspot.com/2009/09/acteck-dipen-ap-8000-on-ubuntu-linux.html [04:08] thanks i try it === keffie_jayx_ is now known as keffie_jayx [04:24] in /etc/fstab, do you have to use a UUID to specify a drive, or can I still use a device name? [04:35] xrandr: like /dev/sda1 ? that should still work [04:35] ok [04:35] yea that's what i was lookin for :) [04:36] thank you [04:37] xrandr: I may be wrong though. possibly uuid is needed for / or /home partitions for upstart to work at boot? [04:37] nah im using it for /media/disk2 [04:39] xrandr: well in that case, I can tell you it works for me [04:39] ok [04:39] thanks [04:40] xrandr: worked in karmic, and now I've upgraded to lucid, still the same [04:50] ok, next question. I'm using Firefox (latest version) with the latest version of flash player. I get no sound from streaming flash movies... ideas? [04:56] xrandr: do you have pulseaudio installed? [04:56] no [04:57] im guessing it's a requirement? [04:57] no, not in kubuntu. without it is easier [04:58] good [04:58] other sound works fine [04:58] speaker-test -c2 -twav <-- does that make any sound [04:59] nope [05:01] any errors on that command? [05:01] yeah quite a bit [05:01] Playback open error: -2,No such file or directory [05:03] !audio [05:03] If you're having problems with sound see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - For playing audio files, see !Players and !MP3 [05:03] !flash [05:03] To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also !Restricted and !Gnash [05:06] iconmefisto: but amarok works fine. the "Test" button in the multimedia settings from Computer Settings works fine too [05:08] !info phonon-backend-mplayer [05:08] Package phonon-backend-mplayer does not exist in karmic [05:09] !info phonon-backend-gstreamer [05:09] phonon-backend-gstreamer (source: phonon): Phonon GStreamer 0.10.x backend. In component universe, is optional. Version 4:4.3.1-4ubuntu1 (karmic), package size 68 kB, installed size 296 kB [05:10] xrandr: installing phonon-backend-gstreamer might be a quick fix. after installing it, you will have gstreamer as well as the default xine backend in systemsettings>multimedia [05:12] xrandr: if you do want to try that, move the gstreamer backend above xine backend, see if that works for speaker-test or flash sound [05:14] nope [05:14] that didn't work [05:14] it's a REALLY old external soundblaster card [05:15] xrandr: I doubt it will work, but you can try installing flashplugin-nonfree-extrasound [05:16] xrandr: after installing, restart firefox and test [05:16] k [05:17] but if it doesn't work, probably should remove that package. I had no sound problems in flash, but installing that stopped flash sound working [05:18] it's mainly for enabling flash sound thru pulseaudio (which you don't have) [05:19] well i installed the flash plugin from adobe [05:19] was that not a good idea? [05:20] from the website? [05:20] yes [05:21] should be ok. the only difference is you won't get automatic upgrades with apt [05:22] !info flashplugin-installer [05:22] flashplugin-installer (source: flashplugin-nonfree): Adobe Flash Player plugin installer. In component multiverse, is optional. Version 10.0.45.2ubuntu0.9.10.1 (karmic), package size 19 kB, installed size 184 kB (Only available for i386 amd64 lpia) [05:22] adobe have a apt repositiory download [05:23] find that from the same location and it will update automatically [05:24] kubuntu-restricted-extras installs it too (along with other things, sun java, mp3 support, ms fonts, etc) [05:24] ah ok [05:26] 恩 [05:26] 怎么不用汉语 [05:26] ? [05:27] xorg.conf [05:27] why not write in chinese [05:29] wrong channel wrr_ [05:29] ? [05:29] english in this channel [05:29] hh [05:30] is that actually chinese, or you just playing? [05:30] chinese [05:31] learning [05:31] !ch [05:31] Das Schweizer Team finden sie unter #ubuntu-ch, deutschsprachigen Support bekommen sie aber in #ubuntu-de, #kubuntu-de oder #edubuntu-de. Aus regionalen Gründen ist im Schweizer Channel nur Englisch erlaubt. Geben sie einfach /join #ubuntu-at ein! Danke für ihr Verständnis. [05:31] no that's not it :) [05:31] !cn [05:31] For Ubuntu help in Chinese 您可以访问中文频道: #ubuntu-cn 或者 #ubuntu-tw 或者 #ubuntu-hk [05:31] practice there wrr_ :) [05:31] thank you [05:35] sdfsdfdsfsdfsdfdsfsdfsdf [05:40] hello,i'm back [05:40] as am i [05:40] upgrade game over [05:40] .............. [05:42] Hi [05:42] how to write xorg.conf [05:42] !hi | BiggFREE [05:43] BiggFREE: Hi! Welcome to #kubuntu! Feel free to ask questions and help people out. The channel guidelines are at https://wiki.ubuntu.com/IRC/Guidelines . Enjoy your stay! [05:43] I am just reading for now. Thanks [05:43] i am using ubuntu 9.10 can i install new KED 4.4 ? [05:43] apt-get install kubuntu-desktop [05:44] after installing kde.. i can uninstall gnome right ? [05:45] rajmahendra: yep [05:45] thank you. [05:46] rajmahendra: http://www.psychocats.net/ubuntu/purekde [05:47] thank you [06:39] Hi [06:40] I need help [06:48] hey how do i get a proxy in bash? [06:49] i added export http_proxy to my bashrc but it still doesnt work [06:58] pathak: your question is not kde-related. maybe try asking in #ubuntu since it's so quiet in here right now [07:04] hi [07:04] somebody can help me? [07:05] karmic_koala: ask and see [07:05] ok [07:06] my problem is that if i dont put a static ip on etc/networking/interfaces i canot conect via wifi [07:06] im using wicd on ubuntu karmic koala 9.10 [07:07] no body can help? [07:09] pretty quiet right now [07:09] karmic_koala: ubuntu or kubuntu? [07:23] Hi, I am pretty upset with kubuntu right now. First with kubuntu 9.04 I lost sound, now with kubuntu 10.04 I have lost wireless networking [07:23] Is there a reason why the hardware support is degrading as I am upgrade through the various distro releases? [07:25] CPrgmSwR2: unlucky, I think. for me, hardware support is improving [07:27] iconmefisto: naturally you would think that should be the case [07:28] CPrgmSwR2: and still no sound in 10.04? [07:28] Yep [07:28] I had sound in the 8.10 release I beleive [07:28] its been a long long time [07:29] CPrgmSwR2: I've never had sound working on this laptop, until lucid, I can now get sound with headphones, but from the mic jack! I guess that's an improvement :) [07:30] I do have sound from the head phone jack actually, it just doesn't come out of the laptop speakers, which does me no good [07:30] I like to have the sound of instance messages and other notifications [07:31] kde4 is really awsome [07:31] Just hardware support sucks [07:32] iconmefisto: I guess what I need to do is order a dell linux system [07:37] CPrgmSwR2: have you asked about it in #ubuntu+1 (lucid support channel) [07:45] hey [07:46] is anyone there? I neeeeeeeed some help! [07:51] <_scottl> michap: just ask your qustion, anybody that can help will do so :) [07:52] thnx. I installed yesterday Kubuntu 9.10 on the desktop my university just gave me for my research and I have no sound! [07:52] (on the preinstalled windows there was sound) [07:53] i tryed that: sudo alsa force-reload [07:53] and had that pop up window: [07:53] kde detected that one or more internal sound drivers were removed [07:53] Do you want KDE to permamently forget about these devises? [07:53] This is the list of devises KDE thinks can be removed: [07:53] capture: HDA Intel (AD198x Analog) [07:53] Output: HDA Intel (AD198x Analog) [07:54] michap: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [07:54] thnx and sorry for that! first time user of irc :-) === saint_ is now known as Guest31358 [07:59] <_scottl> do you know what soundcard you have? Do those devices reappear on reboot? [08:00] <_scottl> can you install the 10.04 RC or wait a couple of days for the release? :) [08:02] I also deleted the file: [08:02] .kde/share/config/phonondevicesrc [08:02] which i thought was the problem when I looked that post: [08:02] http://georgia.ubuntuforums.org/showthread.php?p=9125393 [08:02] (I may did it the wrong way because I just droped it to the recycle bin) [08:02] michap: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [08:04] I suppose is the soundcard is that the pop up told me but I could what till the end of the month for the LTS release if it will fix my problem [08:20] hi i want to konw how to open my romote login [08:26] <_scottl> micap: I would try 10.04. There has been a lot of work done on KDE sound handling. [08:37] _scottl: thnks for the attention. I'll wait for 6 days and hope to get my prob fixed! === Jaimie_ is now known as Jaimie === mike is now known as Guest65351 [09:15] hii can anyone here tel me of a good dock for KDE and how to install it :-) [09:18] vivek_: a dock? [09:19] using a panel will do it no? [09:19] Kolia: Yes a dock... no I am planning to replace the panel with a dock [09:20] vivek_: ok, what is the difference between a dock and a resized panel? [09:21] Kolia:there is a lot of difference .. i guess it can be better understood if you just increase the size of the dock to the size of the panel === ubuntu is now known as Ahmed\ [09:59] Why i get an error when update finishes (GPG error: http://archive.canonical.com karmic Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key ) [10:01] hii can anyone here tel me of a good dock for KDE and how to install it :-) [10:03] vivek_: superkaramba has some docks - all I did was use google to find that out... [10:04] !superkaramba [10:04] superkaramba is an application that gives you interactive eye-candy on your desktop. To get themes for it, head over to http://kde-look.org [10:04] moetunes:but is superkaramba not deprecated [10:04] vivek_: I wouldn't know [10:05] moetunes:do we not have something like cairo dock or gnome do [10:05] bn [10:05] vivek_: it is not something I've looked into [10:05] moetunes:it is deprecated .. a little google told me that [10:06] moetunes:thanks a ton.. sorry for the trouble [10:07] vivek_: http://everydaylht.com/essential-linux-apps-2/desktop/cairo-dock/ === saint_ is now known as Guest32900 [10:11] vivek_: Erm, a panel with widgets? [10:12] with docks the icons resize on mouseover is the appeal I think [10:13] STasks and Fancytasks have that functionality [11:13] anyone here willing to help get my multimedia keys working in the lucid beta. they used to work, but now there not even emitting events and I am not sure where to look [11:14] someone in #ubuntu+1 might know if noone here does coteyr [11:20] hi! im trying to install kubnutu 10.04rc by a usbkey, with a desktop iso. Live demo work fine; but when i try to install, check disk befor partitionning stop at 47% evry time.. [11:21] its on a asus ul30a laptop; maybe others partition (ntfs with win 7) are encrypted; maybe its the cause of my prob (? ) [11:24] what is it trying to do at 47% alexis_ ? [11:25] analyse hard drive and partition [11:28] from 1% to 47% its quick (and the ard disk led, is blinking), but after that: nothing happens [11:36] right.. it pass over 47% with another usbkey :D [11:36] tx moetunes [11:37] alexis_: all ok ? [11:37] :] [11:37] i follow installation, we'll see [11:37] luck [11:38] alexis_: are you creating all new partitions on this install? [11:39] nop [11:41] alexis_: https://bugs.launchpad.net/ubuntu/+source/partman-base/+bug/558382 [11:42] although it says "fix released" [11:43] it sounds like the first usb was not in the best condition === jussi01 is now known as jussi === jtheuer_ is now known as jtheuer === davidp is now known as Guest5622 === mike is now known as Guest87150 [12:54] Hello [12:54] Could somebody help me? [12:55] Helloooo!? [12:55] is there a simple way to remove the whole kde desktop?.. so i have just a running box with no X and no X apps? [12:55] I have no idea, sorry [12:56] Do you know how I can install and uninstall stuff on Kubuntu 9.10? [12:56] Because mine didn't come with Adept? [12:56] Or Synaptic [12:56] Hugo_: normal .deb files over: sudo dpkg -i pacakge.deb [12:56] Hugo_: apps from the kubuntu repos over: sudo apt-get install package-name [12:56] Hugo_: just try to install synaptic .... sudo apt-get install synaptic [12:57] Hugo_: or even kpackagemanager [12:57] kpackagekit :) [12:57] Well, I tried kpackagekit and searched for something [12:57] And it didn't work? [12:58] yeah , I did a mistake , sorry .. :) [12:58] But I think that I'm installing adept now..? [12:58] sudo apt-get install adept? [12:58] I have adept now. [12:59] Hugo_: I think synaptic is the better way to manage your packages [12:59] Yeah [12:59] So do i :D [12:59] Installing synaptic now [12:59] Will it have the ubuntu repositries [12:59] BRB === dendro-afk is now known as dendrobates [13:05] Does anyone know how I can update kubuntu? [13:05] Because there's no update manager..... [13:06] And another thing, does anyone know how to get flash working on Kubuntu...? [13:06] sudo apt-get update Hugo_ [13:06] !flash [13:06] To install Flash see https://help.ubuntu.com/community/RestrictedFormats/Flash - See also !Restricted and !Gnash [13:08] Another thing.... [13:08] Um.. [13:08] It said to search for flashplugin-installer [13:08] I did that in Adept Package Manager [13:08] And it found that it was already installed? [13:08] So shouldn't Youtube work already? === dendrobates is now known as dendro-afk [13:11] err I don't do youtube here [13:12] !gnash [13:12] An open source flash replacement. It is still beta software. For current status or for more info http://www.gnu.org/software/gnash/ === dendro-afk is now known as dendrobates [13:13] Thanks :) [13:14] I think I know why though [13:14] I was using Konqueror [13:14] Hugo_: What version of kubuntu are you running? [13:14] And it should work on Mozilla? [13:14] 9.10? [13:14] Earlier I got the GNU Grub 1.97beta thing? [13:14] Ok, then you should be using kpack, and not adept.. [13:14] And I couldn't run Kubuntu [13:14] I had to uninstall kubuntu [13:14] format my hard drive [13:14] And re-install [13:15] Now there is a way to fix the GNU Grub 1.97beta in terminal right? [13:15] Yep [13:16] How did you "get" the new grub version? [13:16] I don't know..? [13:16] I just installed [13:16] Kubuntu [13:16] Then I shutdown [13:16] Hugo_: Please don't flood, use http://paste.ubuntu.com to paste, don't use Enter as punctuation. [13:16] And restarted later [13:16] Installed from the livecd? [13:16] Yes I installed inside Windows from the Live CD that i had burnt. [13:17] Ok, but what was wrong with grub? [13:17] Well, [13:17] It should let you chose between booting windows or kubuntu [13:17] Normally [13:17] (also, if you want to install kubuntu only, installing it inside windows is a bad idea) [13:18] The windows boot loader comes up, Windows XP Professional and Kubuntu [13:18] I know. [13:18] And then I chose Kubuntu, and instead of coming up with the Linux.generic-9.10 thing it just came up with GNU GRUB 1.97beta [13:18] sh:grub: [13:18] And I don't know the codes for the fix.. [13:19] Does it say GRUB and nothing else? [13:19] Minimal bash something something..? [13:19] Ah.. The instalation must have botched then. But I guess you managed to install it from the live-cd? [13:20] Again, into Windows [13:20] After re-formatting [13:20] And it works now? [13:21] Well, I haven't restarted yet [13:21] But it happened to me a while ago on Ubuntu 9.10 [13:21] Wait, you re-formatted your entire pc, or did you have a seperate partition for kubuntu? [13:21] And I used some codes to fix it [13:21] I have a C and D drive. [13:22] I installed Kubuntu onto my D Drive, using Wubi, then I couldn't uninstall, permission denied or something so I reformatted. [13:22] Ok, then why don't you install kubuntu on the D drive instead of installing it inside windows? [13:23] Because my friend told me that Windows didn't like running along side Kubuntu when it was in it's own partition [13:24] And this is the second time today that I have installed kubuntu... [13:25] Installing it through wubi on its own partition causes problems [13:25] Oh.....? [13:25] Installing it normally on its own partition is fine [13:26] I've never had any problems with that, its pretty much the main way people do it [13:26] Ok well, before I fixed it by going into terminal.. [13:26] And entering in some codes...? [13:26] Do you know them>/ [13:27] Nope. Its most probably something to fix the path for linux image, because you installed it on a seperate partition [13:27] But anywa [13:27] Don't install 9.10 now [13:27] The next version of kubuntu is comming out next weekend [13:27] And it has lots of improvements and stuff [13:27] ok [13:27] thanks`:D [13:28] 9.10 has been problematic, but 10.04 is a LTS (supposedly stable) release, so it should give people less problems [13:29] How are you running kubuntu at this moment though? Livecd? [13:30] Hugo_: ^ [13:30] thru windows [13:30] Ah, VM? [13:31] no [13:31] wubi [13:31] So it installed successfully? [13:32] yeah [13:32] Hi, anyone here know a little bit about vbox? [13:32] but i got the gnu grub thing b4 [13:34] Any ideaas? [13:34] Hugo_: I don't understand the problem though? [13:34] Ok [13:35] Before when i installed Kubuntu, it installed successfully. [13:35] I booted up [13:35] And started runnning some cool effects and then it stuffed up because of too many effects. [13:35] I held the off key [13:35] Restarted, and it went into the GNU GRUB thing. [13:35] And said [13:35] sh:grub [13:35] ahh [13:35] ahhh [13:35] I know the problem there [13:36] How do I fix it? [13:36] Do i just update? [13:36] Because I'm doing that through terminal now [13:36] When you install from wubi, and you shut down improperly, you first need to boot back into windows and let it do the diskcheck thing [13:36] And then restart, and you should be able to boot back in [13:36] So shutdown [13:37] Then reboot into Windows [13:37] Thats one of the downsides of installing through wubi [13:37] Hugo_: And then restart, and boot into kubuntu [13:37] So, when I shutdown i go to windows [13:37] Yes. [13:38] And it should do a diskcheck while starting up [13:38] Hugo_: I'm not 100% sure this will work in 9.10, but that's always fixed it for me in 8.04 [13:39] thanks [13:39] do you know how to make kubuntu panel more transparent? [13:42] Hugo_: I've done it, but I can't remember where XD [13:42] ok === fire`lalala is now known as fire`lala [13:59] hello? [13:59] hi Hugo__ [13:59] hi [14:00] how do i make panel transparent [14:00] Hugo__: tried the right click menu? [14:01] yeah? [14:13] @moetunes do you know how to make the panel transparent? [14:13] moetunes: do you know how to make the panel transparent? [14:14] Hello? [14:14] Anybody knows why there is no Partition Editor in Kubuntu Lucid Lynx LiveCD ? [14:15] Nope? [14:15] What alpha? [14:15] Hugo__: afaik right click and select configure panel - not using kde on this comp atm [14:15] Mine just says configure settings... [14:16] So panel options [14:16] Hugo__: in kubuntu or ubuntu ? [14:16] then panel settings. [14:16] Kubuntu [14:16] How do I do it? [14:16] Do you know? [14:16] Hugo__: in KDE transparency is decided by the theme .. [14:16] Ahh [14:17] Ok then :( [14:17] Hugo__: IIRC, the default Air theme is translucent ..... [14:17] I'm using oxygen or something? [14:18] Hugo__: which version of kubuntu are you using? [14:18] 9.10? === Tonio__ is now known as Tonio_ [14:18] Hugo__: ok, then look for a theme called "air", thats having transparent panels .. [14:18] also make sure "Desktop Effects" is enabled in System Settings ... [14:18] There was a way to edit everything before.. [14:18] Um... [14:19] I can't remember how I did it.. [14:19] It was in System Settings [14:22] hi :) how to know wish version of kubuntu i have installed actually ? [14:38] slckb0y: at a prompt, type lsb_release -a [14:38] hello... anyone having problem with kopete? [14:38] * TheDog wishes everyone a very happy St. George's day :-) === mike is now known as Guest66500 === dendrobates is now known as dendro-afk === AlexZion_ is now known as AlexZion === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [14:53] Howdy === dendrobates is now known as dendro-afk [15:18] BluesKaj: indeedio [15:20] hi Tm_T , how's it going ? [15:20] watching the quiet day here [15:21] weird [15:22] yeah, it's been very quiet here lately [15:31] Quiet is a bit of an understatement :) It's sure to be buzzing in a few days tho :) [15:46] I'd appreciate greatly if anyone would take a look at the error messages I get when I boot. Nothing major I think. Just kde acting up. http://paste.ubuntu.com/421070/ [15:48] crystufer: You upgraded a kde3 system to kde4? === Fickenrose is now known as Temprose [15:48] genii: I don't know. I just installed koalla and let it do upgrades. [15:48] Hm [15:51] genii: You know, the bug fix popup. Just basically that. === mike is now known as Guest12648 [15:57] I'll be right back. I'm gonna reboot and write down every word of it. [16:02] genii: Yeah, I got it right. Config file not writable. [16:05] crystufer: Probably good to do something like: sudo chown -R username:username /home/username/.kde (substitute actual login name for "username" ...) [16:08] genii: Just the second username though? [16:09] crystufer: If you login as for instance George then: sudo chown -R George:George /home/George/.kde [16:09] oh, okay. [16:10] genii: Thanks for that. I'll go try it. [16:12] hello [16:14] genii: No love. Maybe same command but for system:system? [16:14] crystufer: No, don't do that :) Will make it unusable for "George" [16:14] genii: Cuz it's pre login. [16:14] oh, that's bad. [16:17] crystufer: Is "George" the first default username which was made or a subsequent user which was added? [16:18] genii: First and only. [16:34] !es | mino [16:34] mino: 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. [16:35] ok. gracias. [16:37] hi [16:49] anyone got dual monitors with fglrx working? its very strange with my laptop (second monitor position can be top or bottom, works fine, but right and left dont work) [16:50] ^ no changes to xorg, just in the system settings > display [16:54] hi [16:57] i want to ask someone for this: i have upgraded ubuntu from 9.10 to 10.04. and i'm noticing that new boot splash approach using plymouth showing me in about 15 seconds after grub exit and shows only for few (1-5) seconds and then i get login screen.. is it bug or it is normal behavior? [16:58] docx: Normal. Please direct further questions to channel #ubuntu+1 for 10.04 === jacquesdupontd is now known as jacquesdptd_afk [17:26] Does Kubuntu use PulseAudio? [17:27] street_dvd, yes === tek is now known as Guest60676 === Guest60676 is now known as Teknical === jtheuer_ is now known as jtheuer === jacquesdptd_afk is now known as jacquesdptd_drun === dendro-afk is now known as dendrobates === jacquesdptd_drun is now known as jacquesdupontd === Max is now known as Guest68828 [18:32] hello [18:32] segitség kellene [18:37] I'm testing out the Kubuntu Lucid RC, my fonts are now a little bigger, I notice this sometimes happens when moving to a new release. Is this a xorg dpi thing or something? [18:38] reagleBRKLN: please use #ubuntu+1 for Lucid questions :) === yofel_ is now known as yofel [18:40] Pici: thanks === webdev is now known as Guest22768 [19:00] hello all. Can anyone tell me why kubuntu 9.10 eats up all my memory.and how can I recover it without rebooting === ramanK is now known as Guest26117 === dendrobates is now known as dendro-afk [19:08] so, switching from ALSA to OSS, recommended or not? [19:09] xrandr: I would say no, unless you have serious reasons to do so [19:10] i've got a free ipod touch. is it easy to transfer content between it and my kubuntu 9.10 machine? [19:11] jimmy51_: think amarok can do it, but not sure how good it is at it [19:13] James147: hmm... i don't even see it in amarok [19:14] jimmy51_: it should show up as a local collection [19:14] jimmy51_: what version of amarok? [19:15] jimmy51_: does the device manager see it? [19:16] James147: amarok 2.2.0 [19:16] jimmy51_: check out this link: http://wp.me/pKriD-9 [19:16] jimmy51_: and get a newer Amarok, 2.2.0 is very old [19:17] Mamarok: hmm... i thought kubuntu would update it as needed (when i confirm updates) [19:18] jimmy51_: not newer versions, see here: http://kubuntu.org/news/amarok-2.3.0 [19:18] jimmy51_: 2.2.0 isnt "very" old... latest is 2.3.x and you need to enable the backports to update to it [19:19] James147: I can assure you it *is* old, from our POV, we are preparing 2.3.1 right now [19:19] also there have been at least 3 version since [19:20] will kubuntu add the newer to the repos? i don't like to go too far off the reservation when it comes to packages [19:21] *the newer version [19:21] jimmy51_: no, i dont think they will upgrade major versions unless you enable the backports [19:21] jimmy51_: well, it is in the PPA backports repositories, but since Kubuntu is not a rolling distribution it will not end up in the regular updates [19:22] but Kubuntu 10.04 will ship Amarok 2.3.0 [19:22] jimmy51_: the backports will also upgrade you to kde 4.4.x [19:22] James147: it's backports PPA, the regular backports repositories don't have it, only KDE 4.3.5 IIRC [19:23] Mamarok: whats what I meant ^^ :p [19:24] well, it's important to make the difference IMHO, since those are not repositories, but the private package archives of the Kubuntu team. The only way to get newer versions than just bugfixes [19:25] ok, it says ipod touch must use gtkpod [19:25] i've downloaded that.. .... one step says "mount your ipod" [19:25] ipod touch should work in lucid [19:25] i'm now sitting on it.... what next ? :) [19:25] not all the libraries are packaged in karmic to make it go, and the ones that are are quite old versions [19:25] maco: he is not in Lucid, that wuld be in #ubuntu+1 :) [19:25] seriously though.... how do i mount an ipod ? [19:26] Mamarok: i know. im saying i doubt itll work in karmic because teh libraries simply arent there [19:26] jimmy51_: plug it in I guess? gtkpod should see it, also Amarok 2.3.0 shows it in the Collection Browser, don't know for 2.2.0 [19:26] unless the how-to he's following includes compiling current source from version-control [19:26] maco: it should have worked with 2.2.2 for sure [19:27] Mamarok: it doesn't show in any of them [19:27] i have a VM running Win7 with passthrough, and it sees it, but the linux host doesn't seem to [19:27] jimmy51_: then I don't know, sorry. I can't even test, I don't have an iPod [19:27] Mamarok: without usbmuxd? [19:27] might be gtkpod related, no idea if there are not other files you need for that [19:28] Mamarok: thanks for trying. i'm not an apple fan. my creative zen just works..... this thing is annoying. [19:28] usbmuxd is required in order to use an ipod touch, and its not packaged in karmic at all [19:28] maco: do you use an ipod touch in kubuntu 9.10? [19:29] jimmy51_: my brother tried to get his working in ubuntu 9.10. i packaged usbmuxd for him and put it in a ppa, but the other librarires involved that are packaged in 9.10 are too old of versions for it to work [19:29] sorry, i didnt do the packaging, i yanked it from debian and put it in a ppa [19:29] ok [19:30] so.... it sounds like i can A) grab various libraries from source, compile, install, possibly mess things up [19:30] or B) wait until 10.04 comes out and it should work out of the box? [19:30] yep [19:30] thats only 6 days away [19:30] and i can do a lot of damage in 6 days :) [19:32] Someone has experienced updating 8.04 => 10.04rc ? [19:33] stephen_: technically not supported as 8.04 was not an lts for kubuntu... [19:33] ok, thanks all. i'll just wait for 10.04. this silly thing has been on my desk for over a year, 6 more days won't hurt. [19:33] jimmy51_: my brother's been waiting since christmas to use his [19:34] oh which reminds me, he had a question about it... [19:34] maco, So isn't possible make this update without problems... [19:35] stephen_: it might work, but theres not been excessive work put into that particular upgrade path [19:35] stephen_: https://help.ubuntu.com/community/LucidUpgrades <- should help [19:35] thanks marco and james147 [19:35] maco: kubuntu 8.04 was the lts release... [19:36] James147: no it wasnt. 6.06 was the last kubuntu lts [19:36] 8.04 was lts for ubuntu, not kubuntu [19:36] maco: and 8.04 check the link [19:36] maco: they have different? [19:36] yes [19:36] i think 8.04 was lts... [19:36] because kde 4.0 came out right when 8.04 came out [19:36] Hi, all. I need to switch from KDE to GNOME for a bit. How do I do so? [19:36] 3.5 wasnt going to be supported long enough and 4.0 wasnt good enough, so kubuntu wasn't LTS [19:37] litropy: sudo apt-get install ubuntu-desktop [19:37] note: there's no "session" option @ the login screen [19:37] litropy: Why do you want to do that though, if I may ask? [19:37] is that with kdm or gdm? [19:37] Cool to see all the identi.ca peeps on here [19:38] In GNOME, I could just go to "login screen" and choose my session manager. I already have GNOME [19:38] just looking for where to do it in KDE [19:38] james thanks for the link! [19:38] litropy: you can switch to using gdm as the login screen. i dont think kdm supports it [19:38] you're right! 8.04 isn't LTS [19:39] to do that: sudo dpkg-reconfigure gdm [19:39] then just pick gdm as default [19:39] see the strange thing is, i did that, yet it still loads up kde [19:41] Like I said, I could just go into my system settings in GNOME and within "login screen" I could toggle between GNOME and KDE. But in KDE's settings, there's no place to do that [19:41] And I know I did it before in KDE. So I'm a bit confused [19:42] litropy: if you make gdm the default, doesnt gdm have a button to pick your default? [19:42] i dont think kdm in kde4 has a button to choose from the login screen though [19:42] I mean, you're saying after sudo dpkg-reconfigure gdm and selecting gdm, I can just log out and log back into GNOME [19:43] but it doesn't happen. [19:44] brb [19:47] litropy: no im not. im saying when you select gdm, then when you logout youll see a gdm login screen instead of a kdm one (actually this might require a reboot...). gdm has a button on it to pick gnome or kde. kdm does not. [19:49] maco: I thourght kdm also had an option to choose sessions... [19:49] i dont think so....but i dont want to logout right now to look either :P [19:49] i think in kde3 it did but it hasnt been put back in kde4 yet [19:49] maco: going to install gnome on my netbook and check :) [19:54] guys, this is so strange. I swear two days ago I switched from KDE to GNOME within 15 seconds using a dropdown. But now I can't find it. [19:55] litropy: just installing gnome to try it [19:55] hello, anyone can help me? [19:55] !help | luciano [19:55] luciano: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [19:56] oh oh found it! [19:56] it's actually the other way around. I installed kubuntu-netbook to compare ubuntu-netbook. [19:56] i installed kubuntu here and dont have sound [19:56] litropy: there *is* a button its just not obvious at all [19:57] sweet maco! where? [19:57] litropy: er...wait dang im on lucid so i only know what the button looks like on lucid...but on here it's a blue square with a white arrow pointing down [19:57] on the kdm screen [19:57] what can i do? [19:57] I'm on lucid maco [19:57] where though? [19:57] ok well see under the password box theres a blue square with a white down arrow? thats the dropdown [19:57] there's a red square next to it with a power icon [19:57] k, gonna try [19:58] !sound | luciano [19:58] luciano: If you're having problems with sound see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - For playing audio files, see !Players and !MP3 [19:59] ok, thx [20:03] welp [20:03] imma reboot. brb [20:10] !Sound [20:10] If you're having problems with sound see https://help.ubuntu.com/community/Sound - https://help.ubuntu.com/community/SoundTroubleshooting - For playing audio files, see !Players and !MP3 === dendro-afk is now known as dendrobates [20:22] ok, i have a really dumb question. On the soundcard, it has the colors Pink, Green, and Blue. Since it's not labeled, which is USUALLY the mic input? [20:24] xrandr: pink/red [20:24] thank you [20:25] was way too lazy to google that :D === andrea is now known as Guest55460 [21:01] how do i boot from a floppy disk, I do not want to mess up my master boot record === dendrobates is now known as dendro-afk [21:10] who c [21:12] Sanjuanito: If you mean: Who can see what I type here? then everyone [21:17] Yea, thanks === AlexZion_ is now known as AlexZion [22:27] hi, all. no matter what I choose using sudo dpkg-reconfigure kdm, I'm still presented with what looks like a gnome login panel, which doesn't have the option to switch session managers, and I'm stuck in KDE. All I want to do is switch my session manager to gnome. In gnome, this is easy. you just go to the login screen prefpane under system and choose from a dropdown containing all the... [22:27] ...installed session managers. I cannot find something like that in kde. Please help me switch from kde to gnome and thank you in advance. === dendro-afk is now known as dendrobates [22:52] ciao [22:52] hi === dendrobates is now known as dendro-afk [22:53] heya people :) [22:53] hi [22:53] are you speack italian? [22:53] speak [22:54] I got a little problem with a just installed Kubutu - I can't get nvidia-settings to detect both monitors [22:54] gaetano, nope :/ [22:54] ok [22:54] :) === avihay_ is now known as avihay === dad_ is now known as Guest18373 [23:13] hi [23:19] should I be able to browse an .iso file in dolphin or is there some other program I should use? [23:37] just tried to upgrade to version 10, but it fails. I get the message: E:Couldn't configure predepend openoffice.org-core-filter-binfilter [23:43] hello [23:43] is anyone here [23:44] whois AdmiralNDP [23:52] bonjour [23:52] j ai un probleme j arrive pas a aller sur facebook [23:52] il me demande si je veux enregistrer la page