[00:17] got a question that I cannot seem to find an answer to... [00:17] why is the /etc/X11/xorg.conf file so minimally configured [00:17] ? [00:18] there is no listing of video card options or what driver is being used, default screen size, etc... === Sinister` is now known as Sinister === emma_ is now known as emma === danopia is now known as danopia-homework === Jiro is now known as Jinto [01:19] Hey, I've got a bit of a problem. [01:20] Does anyone know what kind of problem it is when a dell inspiron 600m can't boot past bios? [01:22] Hi does anyonehave the pictures screensaver working? [03:13] hi [03:13] i just updated xubunut 8.04.1 64-bit installation [03:13] And after that system failed to boot [03:14] update for /boot/grub/menu.lst is broken [03:15] I boot by copying old menu.lst from backup [03:15] I I need to manually tune it _Every time_ new kernel update arrives. [03:15] Bah [03:16] also update sets false kernel as default. [03:16] so updated kernel is not used by default [03:19] also it wrongly points ALL listed ubuntu installs to first ubuntu install it founds. Not regarding what kernel uses what install [03:20] So install procedure upon kernel update, regarding menu.lst configuration is full of bugs [03:20] and catastrophic to ordinary user, duing just an upgrade [03:22] Also this HORRIBLE mousepad BUG with replace persists!!! [03:22] I even went to 0.2.14 and it is still there!!! [03:25] Also, Why (Oh why) update procedure leaves Old kernels in /boot. After a while my /boot is full of old kernels and could stop update for not enough space on /boot [03:27] After surgically repaired menu.lst with gedit (mousepad replace don`t work) I need to reboot now.. === danopia__ is now known as danopia [03:59] hello everyone.... I've tried Ubuntu livecd. Finally I quit Windows... and I'm going to install xubuntu. [04:00] I'm downloading xubuntu 8.10. I'm going to delete Windows. I want to use only Linux. [04:01] It's Xubuntu 8.10 stable? [04:01] yes papa__ [04:02] Today, I tried to install Debian... so many problems. [04:03] A friend of mine told me Debian is more stable, but I think it's more difficult. [05:06] hi guys [05:07] hola [05:08] planning to install xubuntu on my new laptop, I have vista preinstalled on my laptop... I'ts my first time to use Xubuntu, I'm using slackware before. I would just like to know what development tools or apps I can use/need for C++ and other commong programming languages... because KDE has KDevelop. How about xfce? [05:14] i think there's anjuta [05:15] but i've not used it [05:15] atom_fox: xfce uses gtk. gtk apps integrate quite well with xfce. xfce itself is most C++ iirc. there is also pyxfce, and xfce4-perl [05:15] all you really need is a text editor! :P [05:16] so it means xubuntu automatically install essential libs for g++ or c++ i think? because I use g++ on slack... [05:17] you might need the build-essential package... i'm not sure [05:17] you def need that [05:17] gives you all the compilers etc. [05:18] is build-essential included on the xubuntu installer? [05:18] no [05:21] could I download it trough the app-get? or package manager of xubuntu? [05:21] yea === tuna-fish is now known as tuna [07:10] hello guys [07:11] My name is David Kirba, am a copywriter in Addis Ababa, Ethiopia [07:11] I've been using ubuntu for a while and I decided to give Xubuntu a try so I'm here for help [07:24] I need to connect to windows shares [07:24] and I also need to access the windows drives on my computer [07:24] mounting the lcoal drives, I'll use fstab. I've used it before, just need to brush up [07:24] but I'm having trouble with the network [07:25] thunar doesn't have a network browser [07:34] hello [07:34] any one around? [09:29] hi === daurnimas is now known as daurnimator [13:00] hello everyone i have a simple question [13:01] i need to know how to change the hostname of my computer [13:02] /etc/hostname [13:02] and the hostname command [13:02] ? [13:02] ! [13:04] thanks i got it [13:04] :) [13:30] I have regular ubuntu here at work, but with xfce installed. Computer specs (other than being a desktop) are about the same as my laptop at home. If I run xfce here, it's much slower than a fresh xubuntu install on my laptop. Is GNOME (is it gdm?) still involved if I'm running xfce on this box? Where do I shut it off? [13:31] /etc/X11/default-display-manager ? [13:32] If anyone answers, go ahead and hit my name so xchat blinks. I've got to go on another desktop. Much appreciated if anyone can help. [13:45] craigbass1976: there is a number of services and background programs that may be running [13:46] craigbass1976: ubuntu has more of them than ubuntu, check the system->services and settings->setting manager->autostarted applications [13:47] I don't think I'm running too many more, but checking. Thanks. [13:48] Oops... though I uninstalled postgres... But that's about it [15:06] hello [15:08] is it the same if i install xubuntu directly or do sudo apt-get install xubuntu-desktop from ubuntu ??? [15:10] Grab, yep [15:10] are you sure? [15:11] because ubuntu installed a lot of shit [15:11] well you can remove that afterwards [15:11] ablomen what should i remove exactly? [15:11] that's the problem :P [15:11] ubuntu-desktop :) [15:41] isn't ubuntu-desktop just a metapackage ablomen ? [15:41] Yep, it is [15:47] so it wouldn't pull out all of the stuff it pulls in (at least that is what it looked like to me) [15:47] No it wouldn't [15:47] K thanks Mr short to the point replies ;-) [15:48] ;-) [15:48] !purexfce [15:48] If you want to remove all !KDE and !Gnome packages and have a default !Xubuntu system follow the instructions here « http://www.psychocats.net/ubuntu/purexfce » [15:48] Sorry I'm editing a movie at the same time :P [15:48] no probs, short to the point is what is needed as far as I'm concerned [15:49] :) [15:52] Odd-rationale: I made a script by which you can keep a DE and remove another. (No reinstalling packages needed.) I guess it could be improved, though. [15:52] jarnos: cool. can you pastebin it? [15:56] Odd-rationale: http://rafb.net/p/1J8BV574.html [15:58] Odd-rationale: It checkes first level recommended packages, but only dependencies of deeper levels for the metapackages. [15:59] Odd-rationale: I recommend storing its output in a file and checking if too much will be removed. [16:00] Odd-rationale: You may edit metatokeep, additionallykeep,and metatoremove variables. [16:01] Odd-rationale: e.g pkgs-to-remove.sh > list [16:01] Odd-rationale: less list [16:02] Odd-rationale: sudo apt-get remove `cat list` [16:06] jarnos: what's the main difference between that, and the command on that website (!purexfce) ? [16:08] Odd-rationale: in (!purexfce) you have to reinstall xubuntu-desktop. [16:09] yeah... [16:09] it brings you to how it would be if you just installed xubuntu from the xubuntu disc... [16:10] Odd-rationale: and my script is more versatile. [16:10] ok. i see... [16:13] Odd-rationale: the script looks a bit complicated, since I could not make apt-rdepends follow Recommends recursively although its man page says it can. [16:15] Odd-rationale: I don't know, if you can run the (!purexfce) thing from xfce, since it removes temporarily part of xubuntu-desktop. [16:15] jarnos: yes you can [16:32] Odd-rationale: did you try the script? You may have to install some apps to make it work. [16:34] jarnos: no i haven't tried the script... i'm not on a debian-based system... i just was curious on how you did it... :) [16:44] Should command "apt-rdepends --follow=Depends,PreDepends,Recommends --show=Depends,PreDepends,Recommends xubuntu-desktop" show recursive dependencies of xubuntu-desktop? [16:55] does anyone how to configure edge switching in openbox [17:13] medoctron: something like 0 in the section... lower value for faster switching [17:14] i'll give it a try, thx Odd-rationale [17:14] medoctron: whoops... 0 disables warpping. set it to like 400 or something... [17:14] ah okay thanks [17:14] 1000 = 1 sec [17:15] oh i see... its already set, but it doesnt work for me... [17:15] hmm... idk... [17:16] strange [17:16] its set to 400 [17:16] i guess you should try asking about it in #openbox [17:18] Odd-rationale hmm it always connects to ##openbox when i type /j #openbox xD [17:18] very strange... [17:20] medoctron: i was sure they had their own channel on freenode... [17:20] i'll try on another server [17:20] medoctron: ah, they are on irc.oftc.net [17:20] yeah, that what i just found [17:21] thanks [17:28] hi [18:06] hi I'm having a bit of an issue using xubuntu with compiz [18:08] I'm trying to disable all of the xfce panels and have compiz come up as my only windows manager [18:08] however xfce seems to always turn on or at least have one panel open [18:31] how do i change the default window manager from kdm to gdm? [18:32] jAguAr`: you mean display manager? try installing gdm. then try "sudo dpkg-reconfigure gdm" [18:35] Odd-rationale, then i'll have to reboot, right? [18:40] Odd-rationale, thanx, that worked :) [18:40] Odd-rationale, but when i rebooted, it still showed that it was loading "kubuntu" does that make any difference? [18:47] well, you need to change the session if kubuntu is set as your default desktop environement [18:50] sinbox, okay, when i just rebooted my puter, i set gdm as the default session, so is that gonna show up again if i reboot? [18:51] yes gdm should now be your display manager, but you still need to tell it to change the session you actually want, you can just log off no need to actually reboot [18:51] ok, brb, lemme see if that works [18:53] sinbox, it looks like it worked [18:53] only looks like? [18:53] '-) [18:54] well, when i logged in this time after rebooting, it went straight to the gdm, but as it was loading it showed kubuntu [18:55] oh! and while i'm thinkin about it, is there any way to have the desktop pics change every so often in gnome the way that kde does? [18:56] ah yes, you'll need to change the splash on boot, not sure how to do that, but a quick search of the forum or ubuntu wiki should yield some results if no one turns up to answer tthat query. as for the autochange of background I don't know how to do that, I'm not so big on eye candy stuff :) [18:57] okay, thanks anyway :) [19:05] I need to boot xubuntu from usb pen but I can't rember how I did this last, anyone? [19:06] remember [19:06] * [19:06] jAguAr`: i think you need to have xubuntu-artwork-usplash installed... [19:08] Odd-rationale, it's not that big of a deal, as long as everything works right in gnome, i don't care what the splash screen for boot up says [19:09] k [19:20] * xd0 ,f === tuna-fish is now known as tuna [19:54] hi, someone can help me with a terminal problem in xubuntu ? [19:55] I can't get the function keys to work F1 to F12 [19:56] hello ?' [19:56] please ! [20:04] hello ???? [20:04] hi! [20:05] hi, I have a problem with my terminal in Xubuntu [20:05] what's wrong with it? [20:05] I can't get the F1 to F12 keys to work [20:06] what do you mean? [20:06] (they usually don't do anthing, anyways...) [20:06] I'm trying a system that runs in a terminal and it uses the Function keys F1, F2, etc [20:07] and I need them to work, I looked at the configuration but nothing [20:07] what system? [20:08] a custom made system [20:08] the system is already installed but the only problem is that those keys don't work [20:10] i installed the same system in a Yoper distro and there the terminal program have the configuration option to change the keyboard to vt100 [20:10] and it worked !, but i cant find that option in the xubuntu terminal [20:20] hellooooooooooo ??? [20:24] I haven't used xfce terminal in a while... so i have no idea...sorry... [20:26] ok thanks === _RandyboY is now known as RandyboY [22:03] i am trying to use a synCE gvfs volume that works fine under gnome, but under xfce won't appear. please help! :-s === tuna-fish is now known as tuna [22:36] saluton [22:59] hell0o [23:40] hi [23:40] Im trying to find someone help me with VirtualBox [23:43] rods: whats the problem? [23:45] rods try #vbox === ciaran9376 is now known as Guest7785 [23:46] back when i had xubuntu 8.04 it seemed much faster and snappier [23:46] is it all in my head but when i installed this it seems more resourceful and not as quic ? [23:47] #vbox did not have anyone available. [23:48] im trying to set my etho device to manual settings and every time i restart my pc i have to reconfig the settings again. how can i get the settings to save? [23:50] hmm.. try the /etc/network/interface file... i think there is a manpage for it too.. [23:51] umm theres only 2 lines in it [23:53] http://manpages.ubuntu.com/manpages/intrepid/man5/interfaces.5.html [23:58] hello [23:58] anybody around? [23:58] hi!