[00:00] Did you get your problem with Helvetica figured out? [00:00] LINKSWORD2: I believe I am going to switch to trebuchet. It looks quite nice, and if I remember correctly, its a Linuxy font [00:01] Well, that's cool. [00:02] Yup. When I used to use Libreoffice, it recognized helvetica just fine, and by monkeying around I made it the default font. I'll give trebuchet a change though, otherwise I'll stick with DejaVu [00:03] Linkmaster: Do you know where firefox would install by default? [00:04] Hmm, I believe I recall seeing it somewhere, let me see where it dumped mine.. [00:07] LINKSWORD2: its in /etc [00:07] Hidden directory? [00:08] Torch: was that to me? nvidia driver is broken in 11.04? [00:09] iconmefisto: yes. [00:09] LINKSWORD2: I don't think so...I opened up Dolphin, went to root, looked in /etc, scrolled to the f part, and it was right there [00:09] iconmefisto: https://bugs.launchpad.net/bugs/760632 [00:09] Ubuntu bug 760632 in nvidia-graphics-drivers (Ubuntu) "Resizing Konsole crashes the whole system" [High,Confirmed] [00:09] OK [00:09] Torch: ok thanks. useful to know. I have nvidia graphics:) [00:13] ... That's weird. It's not installing when I try to extract into that folder. [00:16] And I can't Trash the old one. [00:17] LINKSWORD2: you're trying to extract something to /etc? [00:17] Yes [00:18] LINKSWORD2: don't do that. [00:18] LINKSWORD2: it's a system directory. if you don't know what it's for, don't go near it. [00:18] ??? [00:18] I need to install an older version of Firefox. [00:19] LINKSWORD2: that has nothing to do with /etc then [00:19] Then I need to know what to do. [00:19] LINKSWORD2: you could probably download a binary tarball from firefox and unpack it to your home dir [00:19] Into my documents and stuff? [00:20] LINKSWORD2: into your home dir. that's one level above documents [00:20] I have the tarball. [00:20] LINKSWORD2: unpack it then. in your home folder. [00:21] LINKSWORD2: i have no idea how firefox distribute their binary tarballs though. [00:21] I have another idea that I'm going to try. [00:23] Anybody know how to find the GDeb installer? [00:24] GAH! [00:25] Torch: where does firefox install then??? Because its located in /etc for me [00:26] Linkmaster: that sounds rather unlikely. [00:26] Linkmaster: on a shell, run dpkg -L firefox [00:26] let me rephrase it: where *should* it install then? [00:26] Good question.... lol [00:26] Linkmaster: this will list you all the files the firefox package installed [00:27] Its in /usr, which is the first place I checked for it...thats so wierd [00:27] Linkmaster: a few of those will be in /etc, but that's only default settings, no program code [00:27] Linkmaster: that's where it belongs though [00:27] Linkmaster: mine installed in /usr/lib [00:27] yeah, some libs and stuff [00:28] ahh, I see it. I have [00:32] I've got myself a partitioning question: I want to have three OS's installed on my computer, for different things. I'm going to put winblows for my one proprietary software I need, so thats not hard. I know I'm going to have a swap space. Thats two partitions already, and that leaves only two left to put my linux installations. What is the best way to make sure that /home stays in the partition that I made the first [00:32] installation in? and what is the best way to do this without causing problems, unless this is just a bad idea in general [00:33] Linkmaster: make a primary partition at the beginning of the drive for windows [00:33] Linkmaster: and an extended one on the rest of the drive. [00:33] Linkmaster: create logicals inside the extended for linux [00:33] So what does that do exactly? [00:33] Linkmaster: use UUID in /etc/fstab [00:33] UUID? [00:34] Linkmaster: don't reference partitions by their device node (like /dev/sda13) [00:34] Linkmaster: reference them by their UUID [00:34] Linkmaster: google for it ;-) [00:35] Is the UUID the awkward hash of numbers and letters that represent the drive in /media? [00:35] Linkmaster: that might be hardware id's, not UUID [00:35] Linkmaster: but it does indeed look weird. doesn't matter, you don't have to remember or understand it, just use it once [00:35] Linkmaster: so that whatever you do the numbers don't change [00:35] Haha, alright [00:36] I'm planning on wiping my drive and starting over; winblows at the very beginning, maybe 10gigs, Kubuntu next using about 100gigs, LFS afterwards at about 20gigs, and then the swap for 8gigs [00:37] Linkmaster: sounds workable. i'd still recommend an extended partition [00:37] Linkmaster: linux deals with those alright. [00:37] how does an extended partition work exactly? I know I'm running one, though it was set up automatically by the kubuntu installation [00:38] Linkmaster: you can have up to 63 logicals inside an extended [00:38] Linkmaster: while you can only have 4 primaries [00:38] AHH, and since an OS only needs a logical to work.. [00:38] Linkmaster: yep, linux can boot from those. windows cannot, iirc. [00:39] Hmm...yet another thing winblows can't do xD [00:39] Linkmaster: logicals have a disadvantage: they're chained to each other, which isn't a problem as long as you don't delete one. [00:39] delete one, and everything goes to hell I assume? [00:40] Linkmaster: but if you have /dev/sda10, /dev/sda11 and /dev/sda12 and then delete /dev/sda11, /dev/sda12 gets renumbered to /dev/sda11 [00:40] Linkmaster: no, the names change. that's all [00:40] Oh. but if you have scripts that rely on the number...THATS when it'l all go to hell [00:40] Linkmaster: so if you reference the names in /etc/fstab, linux won't be able to mount the file systems until you fix that manually. [00:40] Linkmaster: so just use UUID and you're safe [00:41] I'll need to figure out what UUID is exactly then [00:41] Linkmaster: open a shell, run "blkid" [00:41] Linkmaster: it will list all UUIDs for all file systems in use [00:41] nothing came up o: [00:42] Linkmaster: hmm [00:43] Torch: any idea as to why that would happen? [00:43] Linkmaster: not really. what's your kubuntu version? [00:44] 11.04 KDE4.6.4 [00:45] Linkmaster: i don't run 11.04, but i can't imagine it not having a working blkid... that's pretty basic. [00:45] Huh...not sure D: I did roll up from 10.10, though I doubt that would cause issues [00:46] Linkmaster: that should not affect this. [00:46] Didn't think so. Hrm. I wouldnt have a clue [00:46] Linkmaster: you might try installing kde partition manager and check if it shows you uuids in partition properties [00:46] kparted? yeah, thats on my computer, let me boot it up [00:46] Linkmaster: no, kde partition manager [00:46] I thought they were the same... [00:47] Linkmaster: they are not ;-) [00:47] well, kde partition manager is whats on my computer [00:49] I can't see any UUID [00:49] Linkmaster: right click on a partition, pick properties. check the dialog. [00:50] Linkmaster: it should list uuids [00:50] I found it. I was right clicking on the wrong thing [00:51] 52c41a31-7dd4-479f-bbbe-fd577a072d41 [00:51] lol [00:51] so how does this hash of stuff help me at all? [00:51] Linkmaster: you can use it in /etc/fstab to reference partitions [00:51] (or file systems, to be precise) [00:51] But...what does that do? [00:52] Linkmaster: hmm, well, maybe you should google on read up on some of the concepts involved here ;-) [00:52] I'm planning on wiping my drive completely clean before I install anything new on it [00:52] Linkmaster: nothing wrong with that [00:53] alright, I'll find something about what a UUID is and what its useful for [00:53] Linkmaster: wikipedia will have something about it [00:53] Then I shall start there [00:53] Linkmaster: and it's not mandatory for what you plan to do [00:53] Linkmaster: just some advice [00:54] nah, it'll be useful for me in the long run. I can't learn as much as possible if I don't look up the seemingly 'uneeded' stuf [00:54] Well... I've gotta go. [01:12] I'm planning on helping my mom transition to kubuntu[if she likes it] and I want the installation to be as painless as possible. I'm going to use 10.04 as the installation because of its better support, though I believe her computer is a 64bit computer. Would it be a bad idea to put a 32bit installation on it? I know that 32bit has fewer problems, and as said, I want her first experience to be utterly painless [01:13] 32bit should work just fine on 64bit hardware [01:19] Hello, will Kubuntu keep the KDE windows manager as Ubuntu is changing it's ? [01:20] alright, I figurd as much. I just don't want her computer to go bonkers while I'm gone[I'm going to remove her from the sudoers list so she doesn't accidentally screw something u] [01:20] PortalGunz: Kubuntu follows KDE; if KDE decides to stop using Plasma, then thats their choice [01:21] Linkmaster: so pretty much I shouldn't be shafted in the GUI with Kubuntu like Ubuntu ? [01:24] PortalGunz: definitely not. KDE is doing magnificantly with Plasma, its very pretty and extremely customizable. Unity is extremely young, give it time to mature and become better if you're bigger for Ubuntu. Though, you can also remove Unity and put Gnome3 on, though that also had a huge change compared to Gnome2 [01:27] Linkmaster: I was just looking to use LTS' [01:28] PortalGunz: The LTS of Kubuntu is running KDE4.4 I believe, its Plasma as well, and 12.04 is either going to run 4.6 or 4.7, both of which are the same. If you're thinking of shafting like gnome2->Unity, you missed it a long while ago[KDE3->KDE4] === antonio_ is now known as nino10 [01:38] listù [01:38] list [01:38] list! [01:55] Linkmaster: OK, so pretty much nothing to worry about seems like [01:55] (While using Kubuntu) [01:55] Yep yep [02:10] Linkmaster: Does it have FireFox 4 though? [02:10] Or still 3? [02:10] (if I was to install FireFox) [02:11] I know that 10.10 and 11.04 have FF4, 10.04 might have FF4, not sure, I don't use it [02:11] I'm assuming the regular releases are only a few months while the LTS is 3 years ? [02:12] Also they just released 5. [02:29] PortalGunz: LTS happens every fourth release, so it looks like this: 10.04[LTS], 10.10, 11.04, 11.10, 12.04[LTS] etc etc === marcos is now known as Guest82897 === Guest82897 is now known as marcos_ === hacked_ is now known as hacked === james is now known as Guest18718 [03:28] Whats the latest release for oneriec, and where can I find it? I tried some web searching, but came up with nothing I'd readily trust === caldera is now known as caldera_ [04:43] yo sup guys [04:43] gots a question.. [04:43] how do I use this? [04:44] define "this" [06:19] alguem sabe n novo biglinux? [06:19] colocar icones na area de trabalho [06:22] hey ..y r sleeping?? [06:22] u* [06:23] I'm not :P [06:23] have others rooms ,here? [06:23] Such as? [06:57] Linkmaster: if you want the very latest, check out #project-neon [06:57] bleeding edge KDE [06:58] I have it installed, I just keep forgeting to use it. Its also hard on my computer due to the small amount of RAM/swap [07:08] Is the ease of Samba sharing only in the new 11.04 ? [07:10] I'm assuming you can still use samba anyway on LTS [07:11] Hi all [07:11] Exit from full screen applications logs off user. [07:11] Any help? [07:13] Exit from full screen applications logs off user. [07:13] Any help? [07:14] !repeat | hamt [07:14] hamt: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com/ http://www.ubuntuforums.org/ or http://www.kubuntuforums.net/ while you wait. [07:14] more details please [07:15] szal: asking me? [07:15] hamt: who else? [07:16] szal: Exiting stellarium from fullscreen logs off the user [07:16] never heard of [07:16] szal: Does not happen when stallarium opens in windowed mode [07:17] szal: I think the problem lies with opengl === Linkmaster is now known as Linkmaster|away [08:13] hi, during the last days i had two or three total crashes meaning that the system hangs, screen freezes (no black screens) and no virtual consoles work whatsoever. Any idea what log files i can search in ? [08:14] I am on Kubuntu 11.04 & KDE updated to 4.6.4 [08:31] naftilos76: nvidia graphics card? [08:39] why would all windows in a KDE/kwin environment be opening up automatically maximized, and missing their titlebars? [08:39] when i resize the windows, the titlebar comes back. it's weird. [08:39] Torch: i just discovered something amazing. I was playing an MMS stream. The same thing happened with Amarok and vlc. After some time of playing the stream (or any MMS stream) i experienced the total system crash or the event of driving the CPU to 100%. The mouse could barely move and so i tried shuting dowm apps to see whether a running app is causing the problem. After shutting down vlc the system is up and running with CPU ocuppied at 0 [08:39] -5%. [08:39] wrong display settings? [08:40] naftilos76: sounds like failing PSU, I had similar symptoms when I had one dying [08:40] the maximized window, sans titlebar, fits the desktop space perfectly [08:41] zedority: graphics card? [08:41] szal: what can be causing this? I didn't have any problems with graphics (GeForce 9600GT) [08:42] Torch: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [08:43] zedority: my uninformed guess would be it's a graphics driver bug. [08:44] Torch: it would not surprise me. This isn't the first time I've tried KDE4 on this laptop. [08:44] I was just hoping such a problem would be related to the kwin configuration rather than the graphics driver [08:44] zanoi: try turning off desktop effects and see if that makes it go away [08:48] nope, no change. tried running kwin --replace to update, still no change in behaviour. [08:48] maybe a config file somewhere? [08:48] zedority: sounds unlikely. [08:48] zedority: you could try #kde later today and see if any of the kwin folks is there [08:49] torch: will do. thanks. === rainbow is now known as Guest96076 [09:45] Hi! I'm just testing out Quassel IRC. This channel was here by default. Is it the Kubuntu support channel? [09:47] I guess this is a bad time to test x3 I will come back later [10:22] Hi, how do I set the default resolution (the one of the log in window) in Kubuntu? [10:31] SeySayux: do you have xorg.conf ? [10:32] Ddpbf: nope [10:32] aha [10:32] try to configure it [10:33] Are you farmiliar with process? [10:33] not really, no [10:34] ok [10:34] write this instructions on paper [10:34] you should do it from tty [10:35] It's in a VM, and I'm on the host now, so go ahead [10:35] aha [10:36] first get in tty [10:36] CTRL + ALT + F2 [10:36] (f1 to f6 are all good) [10:36] just tell me the commands I need ;) [10:36] first log in in tty [10:36] it is same as normal except no gui [10:37] sudo service kdm stop [10:37] sudo Xorg -configure [10:37] sudo mv ~/xorg.conf.new /etc/X11/xorg.conf [10:37] sudo service kdm start [10:38] okay, thanks, I'll try that [10:40] For some reason I'm not quite sure of, ctrl+alt+f2 simply switches to my second desktop. Are virtual terminals even enabled anymore? [10:42] Okay, shutting down kdm did the trick, I'm in the vt now [10:44] konsole and gnome terminal are virtual terminals [10:44] (terminal emulations in gui) [10:44] tty is real console [10:46] Actually, it's called a virtual terminal. Xterm-alikes are terminal emulators: http://en.wikipedia.org/wiki/Virtual_console [10:46] A real console would involve a hardware console [10:46] aha [10:46] thanks for info [10:48] I'm more of a server Linux person [10:51] Hmm, there seem to be some problems with generating the xorg.conf file... 5 seconds [10:53] gtg now, if there are more problems I can't fix, I'll ask again === wernerm is now known as puffadder === ubuntu____ is now known as Goliath [12:39] Hello. Quick question: How do i override Edid DPI on kubuntu 11.04? Using nvidia gt 430 w/LCD tv, dpi autoprobed to 46,46 -> 4 pixel fonts all around. [12:46] Hello. Is there a desktop typing tutor application for kubuntu 11.04 for the Dvorak layout? [12:50] Hello! [12:52] hello anybody there ? [12:53] Hi! [12:54] Is this channel for tech support? [12:54] Canvasian: the topic says it all :) [13:00] can somebody plz tell me, how can I call the sched_getcpu function from glibc2.* (where 64 bit kernel is compiled with gcc) in a c program that is compiled in icc ? [13:00] the glibc library seems to be built using gcc and it says incompatible when I build c program using icc [13:03] hey all [13:03] is there now a good m$ visio alternative? [13:08] open office draw [13:11] can somebody plz tell me, how can I call the sched_getcpu function from glibc2.* (where 64 bit kernel is compiled with gcc) in a c program that is compiled in icc ? [13:12] the glibc library seems to be built using gcc and it says incompatible when I build c program using icc [13:24] mudassar: ooo draw don't have a library eg. for network symbols ... [13:25] ok [13:41] Hiyas [13:43] mudassar: got one.. Dia... nice tool with a lot of shapes.. [13:44] can you share its link ? [13:44] mudassar: http://dia-installer.de/index.html.en .. dia is in ubuntu repos === ubuntu____ is now known as Goliath === Goliath is now known as Aman [13:44] just sudo apt-get install dia... three packages.. [13:44] that will be helpful for me as well, thanks brother [13:44] no problem :).. [13:44] are you a linux guru ? [13:47] marvelous tool [13:47] thanks === Mamarok_ is now known as Mamarok === dylan is now known as Guest4920 [14:37] hi there! can someone help me to fix a bug in natty, please? === puffadder is now known as osjunky [15:19] anybody there ? [15:19] I need libc.a and libc.so built using icc [15:34] year, ago i had kubuntu604 , or something like that.but that computer went down, a friend gave me kubuntu 10.10 and i installed it everthing is different. i need a little help getting started again [15:35] wen i went to install games and other things , nothing looked the same [15:36] i need to set up aim or facebook [15:38] * szal_ wonders what's there to set up w/ Facebook [15:38] ok ill come back later wen morte peopel are here === szal_ is now known as szal [15:39] !patience | rickey [15:39] rickey: Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com/ http://www.ubuntuforums.org/ or http://www.kubuntuforums.net/ while you wait. [15:39] AIM clovers facebook now [15:39] well it dose on windows [15:40] and of course 11.04 looks differently than 6.06; it's been 5 years and a major overhaul of KDE ;) [15:40] sorry i have 10.10 [15:41] ok it is 4 years overhaul then [15:41] :> [15:42] same applies for that.. and you may wanna get rid of 10.10 as long as you don't have too much important data on it since it will fall out of support in 4 months or so; so get 11.04 and upgrade ^^ [15:42] good ideal [15:43] !upgrade [15:43] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/desktop/get-ubuntu/upgrade [15:56] ola [15:56] preciso de ajuda [15:57] alguem ai pode me ajudar [15:57] !es | rafael [15:57] rafael: 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:00] szal: 10.10 is supported until April 2012 [16:01] is it really that long? I thought it's only the 2 latest versions + LTS.. [16:01] !pt | rafael [16:01] rafael: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigado. [16:01] LTS is 3 years on the desktop, 5 on the server [16:01] DarthFrog: language recognition fail ;) [16:01] so 10.10 isn't LTS [16:02] * szal never said that 10.10 is LTS [16:02] oh, misread [16:03] it's 3 releases for normal releases [16:03] ie, 18 months [16:03] szal: It does that. :-) === darkwingduck is now known as DarkwingDuck [16:39] hello genius people [16:39] anyone who can answer me ? [16:39] Answer what? [16:39] I have a problem, I am trying to solve it since three days, please help me [16:39] Theres lots here, ask away [16:40] actually I am trying to link glibc with icc compiler ....... I want to use a function sched_getcpu in my c code to get the core id, but the library libc is incompatible with intel c++ compiler (icc) [16:41] what is the best short cut solution for it? should I build a private glibc using icc ? or there is a way to have some kind of wrapper that can be linked with icc ?? [16:41] plz suggest some solution [16:43] multipass: ##C++ would probably be the best place to ask your question. You'll need to be registered and identified to join though. [16:43] multipass: sorry, mistab [16:43] mudassar: ^^ [16:43] !registe | mudassar [16:43] !register | mudassar [16:43] mudassar: Information about registering your nickname: https://help.ubuntu.com/community/InternetRelayChat/Registration - Type « /nick » to select your nickname. Registration help available by typing /join #freenode [16:46] hi [16:46] Hello [16:46] how can I disable KDe sounds completely? is it possible? [16:47] I mean, I don't need pulseaudio, it conflicts with flash sounds and jackd... === neversfelde_ is now known as neversfelde [16:49] I'm not sure, I'm new to KDE myself, but I'm poking around in hopes of stumbling upon an answer x3 [16:51] !pulse | jorges [16:51] jorges: PulseAudio is a sound server intended as a drop-in replacement for !ESD - See https://wiki.ubuntu.com/PulseAudio for information and installation instructions [16:51] jorges: There is a section in that document about removing PulseAudio. [16:51] aha, I'll have a look then... thanks [16:56] jorges: removing pulse is not what you want [16:56] in any *buntu [16:57] Ddpbf: then? [16:58] I don't want sounds in KDE [16:58] I just want sound in flash player and jackd [16:58] those don't use pulseaudio [16:58] ...but I can't make this work :-/ [17:00] well, rebooting... :( === mudassar is now known as mudassarm30 === pepeantonio is now known as Cochiloco === mudassar is now known as mmajeed [17:06] jorges: http://ubuntuforums.org/showpost.php?s=220d210f6996de60143a479240aab117&p=7077359&postcount=2 [17:07] i presume you want to remove system notifications sounds [17:07] no sound... :( [17:07] I told you not to play with pulse [17:07] Ddpbf: no, I want KDE not to touch alsa === mmajeed is now known as mudassarm30 [17:07] ? [17:07] I mean, I don't mind if amarok loses sound too === mudassarm30 is now known as mmajeed [17:08] errrr [17:08] I just need flash and jackd sounds [17:08] no pulseaudio invonved there [17:08] kde could use alsa [17:08] but I think my problem is also with alsa [17:08] :-{ [17:08] but alsa has very few options in compare to pulse [17:10] I don't need them really [17:10] just want alsa free, to load jackd [17:20] Ddpbf: ie. now, I have kded4 and knotify4 using libasound... how can I avoid that? [17:20] that doesn't let me use what I need, and If I kill them... well, bad things happen :) [17:21] i gave you link [17:21] how to turn off system notifications [17:21] http://ubuntuforums.org/showpost.php?s=220d210f6996de60143a479240aab117&p=7077359&postcount=2 [17:24] ok, rebooting... [17:28] ok, no proccesess using alsa :) [17:28] thanks [17:29] no, they're back again [17:29] :| [17:30] kded4 is using libasound [17:33] remove phonon entire kde would be mute [17:35] emm... plasma-desktop and lots more packages depends on it :( [17:36] then dont use kde it is designed to interact with your sound hardware [17:37] ... [17:37] or compile kde without multimedia support [17:38] jorges_: The best you can do is turn off system sounds. And have you considered simply turning off your speakers when you're not listening to what you want to hear? Disabling/removing pulseaudio *will not* do what you're asking. [17:39] I just want to use jackd sound server [17:39] The system and its various apps are designed to use the sound system; that's part of the reason you have that resource, to use it. [17:39] don't mind systems sounds, phonon, pulseaudio, etc... [17:40] Phonon is the KDE sound subsystem. It uses pulse by default but it doesn't have to. [17:40] just got an asus eee pc, the specs claim it has an intel gma 3150 which I"m pretty sure is supported by linux almost fully. But when I open up KInfoCenter it shows an Intel N10 which is not supported. Anyway to force a try of the 3150 drivers in 11.04? [17:40] yes [17:41] you could tell phonon to use jackd [17:41] Mind you, sound on Linux is a right royal dog's breakfast. [17:42] palodequeso: intel gpus do not have proprietary drivers [17:42] right, intel provides the linux community with their source and specs [17:42] I know... I've been fighting with this for years... [17:43] intel writes floss drivers for allmost all its hardware [17:43] I always got jackd running any way or another, but now with kubuntu 11.04... :S [17:43] right now my opengl is running on mesa... which is poop considering I'm working on some 3d code. [17:43] and I have an intel gma 3150 elsewhere which works fine [17:43] I also have a problem with alsa, because it's got a critical bug with my soundcard delta66, but I know a workaround for that [17:44] Ddpbf: I wonder why kubuntu didn't pick up on the gma3150 then? [17:44] but KDE always gives me problems when I install/upgrade [17:45] DarthFrog: would it be possible to tell phonon to use jackd, and flash/firefox to use it too? always? [17:45] palodequeso: i know that there is driver for it in archlinux [17:46] then must be in *buntus [17:46] one would hope. [17:46] give me few secs to check [17:46] okey doke, thanks a lot! [17:46] I've never had an intel gma card not automagically work. [17:46] I'm used to setting up nvidia cards [17:46] jorges_: No idea but if you've got Phonon using it, I'd expect everything to be putting sound through it. I don't think apps use the sound system independently. [17:47] palodequeso: that the poulsbo chip that intel doesn't support the driver for? [17:48] maco: not sure [17:48] maco: lspci? [17:48] hmm...nah looks like poulsbo is gma 500 [17:48] weird, even lspci claims it's an N10 Family Integrated Graphics Contrtoller [17:48] but specs everywhere claim it's the 3150 [17:49] this is a netbook with an intel atom [17:49] which I know has it's own issues, but so far everything but this works out of the box... even the webcam! [17:49] what lsmdo says? [17:50] now I'm using phonon ---> gstreamer [17:50] palodequeso: wait, all is working? 3d etc? [17:51] so why is kded4 using libasound? :( [17:51] Ddpbf: no, that's the only thing that's not. It's running in mesa :( [17:51] jorges_: because kded4 starts all proceses in kde session [17:52] aha [17:54] palodequeso: http://en.wikipedia.org/wiki/Intel_GMA#GMA_500_on_Linux [18:00] Ddpbf: sorry, I got booted, my wife called and I was tethered to this ol' netbook [18:00] since I have verizon, that kills the tether [18:00] what should I grep for in lsmod to see the vid card stuffs [18:00] palodequeso: wait it is hybrid gpu [18:01] ie you have both intel and nvidia? [18:01] no no no [18:01] or it isn ot case? [18:02] asus ee pc wich it is [18:03] ion, p1215...? [18:03] atom [18:03] one sec [18:03] I had the model number [18:03] 1015PE-BBK603 [18:03] both newegg and best buy say it's an intel gma 310 [18:04] is there a known issue with dimap and kontact? I have expired 6000 mails but on the google server... all mails are still there... [18:04] err i tought of this [18:04] http://en.wikipedia.org/wiki/Asus_Eee_PC#Specifications [18:04] on the first sync after expire... kontact tells me... deleting messages on server... but this seems to be wrong [18:05] palodequeso: Run "lspci | grep VGA", which will tell you what the system thinks it is. [18:05] there is dozen netbooks with asus eee pc [18:06] DarthFrog: probably he got model with gma500 [18:06] it is only intel gpu with bad linux support [18:06] palodequeso: "lspci -v" will also tell you what kernel modules are used for it. [18:10] palodequeso: it seem ther is launchpad ppa with correct drivers [18:10] few of ppa actually [18:15] do you know which one? [18:15] I'll grab it quick [18:15] that would rule!!! :) [18:16] palodequeso: https://launchpad.net/ubuntu/+ppas?name_filter=gma500 [18:16] you rock! [18:16] but i do not know if you actually have that gpu [18:17] thats why i am asking type of eee [18:18] it's the asus eee seashell 1015PE-BBK603 [18:18] huh [18:18] that's the full model of eee pc [18:18] from asus [18:19] the specs say a gma 3150 online, but the lspci says some Intel N10 Integrated graphics card [18:20] Ddpbf, lshw -C video , that will tell you the graphics card make and model , look at "product" in the output [18:20] The machine itself doesn't actually say the model number on it, but I got it from best buy, and that is the only model on their site that matches the specs of my machine [18:20] I suppose I could use the asus serial number [18:21] palodequeso: [19:20] Ddpbf, lshw -C video , that will tell you the graphics card make and model , look at "product" in the output [18:22] N10 Family Integrated Graphics Controller [18:24] what lspci -v says [18:25] Intel Corporation N10 Family Integrated Graphics Controller [18:25] and it says it's using the i915 driver [18:26] try some of ppas [18:26] it wont do any harm [18:28] true [18:28] although, I doubt it will autoswitch drivers :( [18:29] I'd have to try different ones I guess [18:32] palodequeso: do you have xorg.conf? [18:33] I do not... I don't think it's there by default anymore [18:34] try to configure it [18:34] dkms knows to mess up all [18:35] do you know how to configure? [18:35] xorg-reconfigure? [18:35] nope [18:35] http://www.osguides.net/operation-systems/217-how-to-create-xorgconf-in-ubuntu-910.html [18:36] sudo Xorg -configure [18:36] replace gdm with kdm and you ll be fine [18:36] BluesKaj: yes, but it must be done from tty [18:37] and with root permisions [18:37] cool [18:38] hmm really , we used to reconfigure xorg.conf in the terminal as root ..has xorg permissions changed that much ? [18:38] yep [18:38] I used to do that too [18:38] it's not as if he has to stop the kdm service [18:39] may nedd to relogin [18:39] need [18:39] .ubottu would like to disagree [18:40] i think it is necessary to restart kdm to aplay changes [18:40] anyway i haven't had to reconfigure Xorg.conf in several yrs so I guess that's changed too [18:41] :( [18:42] seems a reboot is in order if you want immediate changes [18:43] it is lonly logical [18:44] yeah, my memory fails me again [18:44] BluesKaj: :) [18:44] hey Peace- [18:46] hmm, is the Xorg driver tag the name of it? [18:46] like nvidia for nvidia cards [18:46] and nv for open source nvidia drivers? [18:47] xserver-xorg-video-intel [18:47] nv could be the nouveau experimental nvidia driver [18:50] I think I need to run pineviewgm === Linkmaster is now known as Linkmaster|away [18:51] it seems there are others that lspci claims N10 Family integrated but the specs claim GMA3150 [18:51] so confusing [18:53] palodequeso, look for video or grphics controller, intel may also have audio onboard chips [18:53] or other bridges [18:53] hello [18:53] one quick thing to try would just be the intel testing ppa [18:54] hello [18:54] i was wondering if they stopped supporting 2.6.31-23-generic [18:55] i havent had any updates in over a month [18:55] bomber, which kubuntu ? [18:55] #75-Ubuntu [18:56] ?? [18:56] im using kubuntu though [18:56] thats not right? [18:56] bomber , lsb_release -a [18:57] Ubuntu 9.10 [18:57] finally found a good link, and a good ppa to update my gfx driver with [18:57] yup , that's no longer supported , bomber [18:58] i tried installing or actually just running the live version of the 11.04 but it gives me the menu then the screen goes into no signal mode and the computer seems to still keep running and the cd drive light looks like its still running the cd [18:59] ok thanks... any tips on why i cant run or install any of the newer versions? [19:00] im gonna try and remove my video card and see what happens with just the onboard video [19:00] bomber: what kind of internet connection you have? [19:00] fingers crossed, time to try it all out [19:00] thanks for the help everyone! [19:00] bomber, internet upgrade to 10.04 , sudo do-release-upgrade [19:00] cable...... 20/10 [19:01] ive tried that and after the upgrade i get no video... the screen goes blank after reboot and nothing happens [19:01] i then have to reinstall the 9.10 version [19:02] no tty prompt , bomber ? [19:03] nope... nothing.... the screen says no video input device found so its not recognizing my vid card it seems [19:03] ok which video card ? [19:03] 1 sec i'll open it up... i forget.. i know its nvidia [19:04] no need to open [19:04] run sudo lshw -C video , look at product [19:05] G94 [GeForce 9600 GT] [19:05] nice thanks [19:07] bomber, that card should work with the nvidia-current driver , I know it works on 10.10 and 11.04 ...dunno why it isn't on 10.04 [19:08] i tried running the 11.04 and get the same results [19:09] bomber, ok the live cd ? [19:09] yes amd 64 live cd [19:09] should i try the 32 bit? [19:09] how old is your pc ? [19:10] not too old...... quad core amd phenom 2 processor so its fairly current [19:10] hmm, that's really odd [19:10] i know... its been pissing me off for some time [19:10] maybe the HW is a bit exotic ..perhaps the alternate install might work for you [19:11] maybe i'll remove the card and see if i can run the live cd and install it then try putting it back in [19:11] !alternate [19:11] The Alternate CD is a classical text-mode install CD. It supports a wider range of hardware than the !LiveCD, and can also be used as an upgrade CD. Look for the alternate checkbox on the Kubuntu download page - See also !minimal [19:11] ok i'll try that first [19:12] thanks for your time, i appreciate it [19:12] np bomber , hope it works for you [19:15] niiiiiiice way faster today than yesterday... getting almost 2 megs a sec [19:15] 4 minutes remaining for a 650 meg download... lol [19:16] nice [19:16] I'm in the boonies so 750kbs is max for here [19:18] thats still pretty darn good... sure beats the old 28.8 modem days... i remember being sooooo excited i could afford a 56k..lol [19:19] good talking to you... im headed out but when i get back i'll burn that and light a few candles and pray it works [19:20] hehe, yeah ...we had no dsl for the first few yrs ...finally in 2002 it came down the pipe ...the first was 125kbs ..we thoght that was really fast ...10X the ave of the previous [19:21] well bomber , come back if you need to , use the other live cd to logon if heeded [19:21] needed [19:23] Hello [19:24] I am using the Netbook Plasma workspace and I can't get anything to show up under "Contacts" in Search and Launch [19:24] I thought I just had to put them into the Kaddress book, but that doesn't seem to work [19:24] Anyone know? [19:25] try contact [19:25] When I click on contact in the search and launch menu, nothing comes up [19:26] When I search for it, it just gives me KAddressBook [19:26] Canvasian, type it in search [19:27] dunno what your problem is ..isn't kaddressbook what you want? [19:28] No, on the plasma netbook workspace on the search and launch screen, there is a "Contacts" category [19:28] but nothing shows up in it, and I can't figure out how to make my contacts show up there [19:28] even though I have them listed in KAddressBook [19:28] ok Kontact? [19:29] That might work [19:30] Hmmm... nope [19:33] Kaddressbook in apps>office [19:33] Right, that's what I tried first. I have my contacts listed in there, but it doesn't show under Contacts in Search and Launch [19:35] Ah well, I will try some more later [19:35] Thank you [19:36] hello i am rafael [19:36] quero saber tem algum chat em br [19:36] urgente [19:37] alguem ai me ajuda [19:38] !br | rafael [19:38] rafael: Por favor, use #ubuntu-br para ajuda em português. Para entrar no canal por favor faça "/join #ubuntu-br" sem as aspas. Para a comunidade local portuguêsa, use #ubuntu-pt. Obrigado. [19:43] well, nothing worked. blah [19:43] mesa it is I guess [19:46] Hi, I have just installed Kubuntu 11.04, and I have a question about the network manager applet (is that it's name?) It discovered my HSDPA modem, and now I'm connected (obviously ;)), and I see a cellphone-icon. [19:47] If I left-click it, I get a menu with 'WLAN interface Create network connection', 'Enable networking' and 'Enable wireless' [19:47] And 'Manage connections', where I can define connections. [19:48] But how can I tell it for example to disconnect? [19:48] Or, if I'm disconnected, to reconnect? [19:48] If I right-click on the icon, nothing happens which seems very odd to me. I would expect the missing functionality to be there. [19:48] So my question is, are you supposed to see something when you right-click on the network manager systray icon? [20:06] eamelink, yes , not responding ? [20:14] BluesKaj: I think so, there's just nothing happening if I right-click on the icon. [20:14] Wait, it does now, after a reboot! [20:15] But only once... [20:15] eamelink, what happens if you just click on it ? === Linkmaster|away is now known as Linkmaster [20:16] Hmmm [20:16] It did not work after all, not even a single time. [20:17] If I just click on it (left mouse button), I see my configured wireless network, that I can click on [20:18] If I click on that, it makes the wifi connection [20:18] ok . check on connect automatically [20:20] BluesKaj-den: I had that on for the HSDPA connection, but disabled it now. [20:21] Actually, it seems to work quite nice; it always makes a 3G connection, if I connect to WiFi as well, then it uses the wifi connection, and if I disconnect from the WiFi, then it still has the 3G connection [20:21] But I'd like to manually manage my 3G connection as well [20:22] i have no knowledge of 3G stick connections ..just remove it if you want to use 3G [20:22] don't [20:23] I never remove it; it's builtin in my notebook, not a stick :P [20:23] Thanks for all your help :) [20:25] eamelink, well there must be an option to disable 3G and vice versa [20:26] hi [20:26] i am trying to use make command but it wont work idk why and it's my first time using it [20:27] BluesKaj: That's what I would expect, but I can't seem to manually manage my 3G connection with it. [20:27] define "wont work" [20:27] trying to install the galaxium-0.7.4.1 [20:27] doesn't answer the question [20:27] make: *** No targets specified and no makefile found. Stop. [20:27] BluesKaj: I removed the checkbox before 'enable networking', and that killed my 3G connection, but now I can't get it to reconnect :P [20:28] david___: are you following the build instructions? [20:28] yes [20:28] i did [20:28] and this is the next step [20:28] what i do now [20:29] pastebin the build instructions [20:29] w8 === matheus is now known as nevers0cial [20:30] http://pastebin.com/YfAr8XRW [20:31] are you cd'd into the galaxium dir/folder , david___ ? and did you run ./configure ? [20:31] well i am in the dir [20:32] pastebin output of sh autogen.sh [20:32] but for the config w8 [20:32] BluesKaj: the instructions don't say anything about configure [20:32] the autogen.sh should take care of that [20:32] look at the readme === Quintasan_ is now known as Quintasan [20:33] look i did the configure but it give me same error [20:34] :( [20:34] i even installed the automake thing [20:35] * szal doubts that 'configure' throws the same error === yofel_ is now known as yofel [20:35] configure didn't do anything [20:36] i run that configure and i tryed the make but it didn't work [20:37] :( [20:37] what i must do??? [20:38] what's the file extension on that app ? [20:38] on what app? [20:39] it was zip file [20:39] galaxium [20:39] yah [20:42] david___, are you on gnome or kde? [20:42] kde [20:42] them why not use kopete [20:42] then [20:43] it don't have xifre [20:43] xfire* [20:44] idk but the make command is not working [20:44] can u help me to fix it plz [20:44] you may need some gtklibs installed since it's a gnome app [20:45] david___, did you install build essential ? [20:45] whats that? [20:45] make is part of that app [20:46] well it calls it [20:46] yes i have it [20:48] ok what i must do now :( [20:49] install Libegg and Mono [20:49] what are they? [20:51] when i search there is a lot with mono [20:51] they're requirements , look here http://linux.softpedia.com/get/Communications/Chat/Galaxium-Messenger-3546.shtml === sayakb_ is now known as sayakb [20:51] kk w8 [20:53] what s GTK# [20:55] look idk what is Mono and i think it don't have to do anything with make command [20:55] i tryed make command but it wont work at all [20:56] for everything [20:56] no it doesn't you just have to have it for the gtk [20:56] i even tryed it on Ubuntu [20:56] no no [20:56] whats GTK? [20:56] gnome base [20:57] libs [20:57] oh [20:57] whats GTK# then? [20:57] you already have it [20:57] I'm sure [20:57] kk [20:58] http://www.mono-project.com/GtkSharp [20:58] I think you need to start over ...get rid of the unzipped galaxium folder [20:58] this is mono? [20:58] ok w8 [20:58] yup that's it [21:03] how install mono-devel [21:04] what was the command? [21:04] get app idk what lol [21:05] sudo [21:05] then what was it? [21:06] nvm got it [21:11] ok deleted the folder [21:11] as u told me [21:11] so what now [21:15] extract it to your /home/"user" === HmpfCBR is now known as testbla [21:19] then study the readme and install textfiles in that folder for proper instructions === Wojtulas_ is now known as Wojtulas === jharper is now known as harperj [21:29] oh ok [21:29] i get the mono thing then i try it [21:29] i gtg take care [21:46] can anyone lend me a hand upgrading to 11.04? [21:52] NotQ, which version are on ? [21:52] you [21:52] 10.10 [21:53] do yo have a good internet connection ? [21:53] yep [21:54] ok , sudo apt-get update first [21:54] done [21:55] then , sudo do-release-upgrade ..but make sure you disable any ppa repos that you added since the install [21:56] ya i tried that, it says no new release found [21:57] NotQ, run lsb_release -a [21:58] says 10.10 maverick [22:02] hello ladys and gents does anyone know how stable the kde backports are for lucid? [22:03] any idea why it cant find the new distro? [22:03] NotQ, check your servers , or maybe change the server ,,,something is wrong with them/it [22:04] sorry, im fairly new to linux, how do i change the server? [22:04] netsurf3, uhm lucid is a mature release , how stable does it need to be [22:07] BluesKaj, the stock lucid kubuntu (kde 4.4) seems finicky there is a kubuntu ppa for backporting 4.6 and I think 4.5 I was wondering how likely this is to be more unstable than what I have already. Right now dolphin seems to crash fairly often and the indexer stringi keeps crashing also [22:07] open the kpackagekit > settings>edit origins>download from [22:08] netsurf3, not sure how kde 4.6 will behave on lucid ..sorry [22:11] NotQ, try the main server . it's in the UK where kubuntu is based [22:12] how do i connect to it? === FX is now known as Guest11639 === sayakb is now known as sayakb_away [22:14] NotQ, did you change it in the kpackagekit , then run sudo apt-get update again , after closing [22:15] NotQ: under edit origins-->updates-->release upgrade set it to "Normal releases" [22:18] gomiboy, good point ...didn't think to look that far down [22:18] ok, changed it to uk server and it is set to normal releases [22:19] ok sudo apt-get update , then try sudo do-release-upgrade [22:20] gah, still says no new release found [22:22] NotQ, alt+f2 type /etc/apt/sources.list ...copy and paste the text on pastebin [22:22] !pastebin [22:22] 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. [22:24] that doesnt seem to bring anything up in alt+f2 bar [22:24] in konsole it says that that directory doesnt exist [22:26] /etc/apt/sources.list ...copy and paste that into the run command (alt+f2) [22:26] thats what did [22:27] thats what i did* [22:27] and nothing ? [22:27] nothing at all [22:28] doesnt open anything [22:28] ok run this in the terminal , sudo sed -i 's/lucid/maverick/' /etc/apt/sources.list === tim is now known as fearsparks === fearsparks is now known as tim [22:30] that doesnt seem to do anything either [22:30] doesnt even give me an error message [22:30] just brings up a new line [22:31] http://repogen.simplylinux.ch/ try this NotQ [22:31] BBL gotta go for now [22:32] ok, thanks for your help [22:37] hey guys, i use xvnc quite heavily. when i disconnect a session and reconnect my programs get lost/hidden. its like i'm connecting to a console session first and another session second. [22:37] is there any way to make sure thati always connect to the same session when i reconnect to a disconnecte xvnc session? === jwash|2 is now known as jwash [23:02] good evening [23:02] morning/afternoon [23:04] question, in Ubuntu you can click on a .jar file and have it launched by java, can you do this in Kubuntu? [23:04] i know i can't do it with the KDE end of suse [23:06] slackmeister: systemsettings->file asocciations and choose what you want [23:06] hiAll [23:06] just type .jar and then select app [23:07] Ddpbf: thanks :) [23:07] np [23:46] guys and gals - when you drag any window to the top edge (touching the cursor on it) you'll have a border snap zone marked. If you release the mouse button that window will stay/snap on that border . Do you now the settings option to manage the sizes of it? [23:47] now/KNOW === mars is now known as Guest29881 [23:59] hello