=== miramana [n=suser@85.113.145.171] has joined #xubuntu === merhojt [n=Jimmy@h103n6c1o885.bredband.skanova.com] has joined #xubuntu [01:12] hi, looking for a gtk jabber-client. which one would you recommend? [01:13] gajim. [01:14] crimsun, ok. can it discover services (need to register ICQ-transport) ? [01:15] no idea, I stopped using IM services a while ago. [01:22] crimsun_: yes, it can. It does transports nicely. [01:23] miramana: ^ [01:24] oops === BFTD [n=thomas@dialup-4.246.221.43.Dial1.SanJose1.Level3.net] has joined #xubuntu [01:27] cellofellow, crimsun thanks, i will try it. i am using psy but it is a qt-app and i want to keep my xubuntu clean ) [01:27] actually cellofellow its working even after I have acpi turned back on [01:27] BFTD: must have been a hardware glitch [01:27] cellofellow agreed [01:27] ok [01:27] bbl [01:27] gonna pcik up a mic [01:28] im trying to compile mysql i get these errors http://pastebin.ca/600579 how do i fix? === kalikiana_ is now known as kali|zzz [01:28] cheeseboy: ask in #xubuntu-devel, they probably know more about that stuff. === miramana [n=suser@85.113.145.171] has left #xubuntu ["Leaving"] === deep [n=deep@c-9f2a71d5.017-19-626c671.cust.bredbandsbolaget.se] has joined #xubuntu === jgamio [n=jgamio@190.72.53.158] has joined #xubuntu === Jester45 [n=ryan@d22-194.rt-bras.wnvl.centurytel.net] has joined #xubuntu === pili [n=pili@76.Red-83-41-165.dynamicIP.rima-tde.net] has joined #xubuntu === briancron [n=brian@c-76-111-26-81.hsd1.va.comcast.net] has joined #xubuntu === Pricey [n=pricechi@ubuntu/member/pricechild] has joined #xubuntu === NKUMike [n=lapemi@66.42.230.157] has joined #xubuntu [01:47] anyone know where I can find step by step instructions on how to install vnc on xubuntu? [01:47] !vnc [01:47] VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely. It works best over fast connections, otherwise look at !FreeNX === SlimFont [n=Fonty@c211-28-235-229.fernt1.vic.optusnet.com.au] has joined #xubuntu [01:49] Is anyone here to help? [01:50] nobody here [01:50] but you can ask your question [01:50] can any point me in right direction on how to make a script from my shell when other users do !eggdrop it will untar the newest ver of egdrop bot [01:51] ALASKAMAN, make a new file, then the first line should be #!/bin/bash then enter anything you what [01:51] use the same commands/syntax as the command line [01:51] then to run you do, bash file [01:52] if you want to have the script run from a command like !eggdrop you run alias !eggdrop=bash /absolute/path/to/file [01:53] I have been running mirc on ubuntu for a while now and it's been working fine. Now all of a sudden the window has hidden itself. The program runs but I can't use it. [01:55] ALASKAMAN, sorry run alias !eggdrop="bash /absolute/path/to/file" [01:59] soi would make it using something like pico [02:03] yeah [02:04] though pico == nano [02:04] symlink [02:06] any text editor would do fine [02:06] a bash script is just a text file with the first line being "#!/bin/bash" [02:09] does it nee3d to done as root [02:09] no [02:10] it will have the same abilties of the user that runs it [02:10] so if you need to run somthing as root you might want to have the script be run by root [02:12] you have the last mimzy in 3 places /www/apache2-default/downloads/thelast mimzy/thelastmimzy.avi [02:12] and [02:12] in /www/apache2-default/downloads/thelast mimzy.avi [02:13] and in /www/thelast mimnzy.avi [02:14] and... in /www/apache/torrentflux/html/downloads/thelastminzy/minzy.avi [02:14] so it would look like some like this #!/bin/bash [02:14] oooo my [02:14] did u put that all in here [02:14] !eggdrop="bash /dowloads/eggdrop1.6.18.tar [02:14] sorry [02:15] no.. [02:15] bash /path/to/the/script === aroo_ [n=justin@108.120.207.68.cfl.res.rr.com] has joined #xubuntu [02:16] the alias !eggdrop= thing is just so you can run !eggdrop and what ever =on this side gets run === mikeconcepts [n=mike@100.142.33.65.cfl.res.rr.com] has joined #xubuntu [02:17] sorry im just bit confused [02:17] ALASKAMAN, did you make the script? [02:18] that what trying to figure out how to do [02:18] ok [02:18] open a blank text file [02:19] type #!/bin/bash [02:19] then press enter [02:19] now what ever your trying to do make each line a command [02:19] so you said you wanted to download something [02:20] you would make the 2nd line wget http://www.site.com/downloads/eggdrop.tar.gz2 [02:20] that would download === zials [n=zials@bas3-windsor12-1177903949.dsl.bell.ca] has joined #xubuntu [02:20] press enter [02:20] if you want to do anything else then make the new line have that [02:20] keep adding lines/commands [02:21] when done type exit [02:21] then save [02:21] then to run you type bash /path/to/script === rexbinary [n=rexbinar@unaffiliated/rexbinary] has joined #xubuntu [02:22] a bash script is what you are making it is just like a windows .bat file. it just a string of diffrent commands to run. like i have one that runs apt-get update apt-get -dist-upgrade [02:22] so that i stay uptodate [02:23] the script runs line #1 then #2 then #3 and keeps doing that untill you kill it or it getts an error on a line or it runs out of lines === gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #xubuntu === BFTD [n=thomas@dialup-4.246.221.43.Dial1.SanJose1.Level3.net] has joined #xubuntu [02:38] How do I edit the menu items? xfce4-menueditor only shows me the "configuration" menu [02:38] It may be only showing my apps [02:38] in home [02:40] edit the .desktop files in /usr/share/applications [02:40] the menu isn't very editable [02:40] thanx [02:41] i want to put some things in spanish [02:53] how do i make a script excaubale [02:55] chmod +x === j1mc [n=jim@adsl-75-21-76-248.dsl.chcgil.sbcglobal.net] has joined #xubuntu === maxamillion [n=adam@166.128.126.143] has joined #xubuntu === Smygis [n=smygis@e611.cust.vannas.net] has joined #xubuntu === NKUMike [n=lapemi@66.42.230.157] has joined #xubuntu [03:11] Hey can someone tell me is it possible to have the cpu memory and network statistics embedded in the desktop? [03:13] what was that app called? based on torsmo? === Laibsc1 [n=Laibsch@p54B96ACD.dip.t-dialin.net] has joined #xubuntu === NKUMike [n=lapemi@66.42.230.157] has joined #xubuntu [03:16] NKUMike: conky [03:16] !info conky | NKUMike [03:16] nkumike: conky: highly configurable system monitor for X based on torsmo. In component universe, is optional. Version 1.4.5-0ubuntu1 (feisty), package size 123 kB, installed size 416 kB [03:17] Does it have a GUI? [03:17] NKUMike: its available in the repository, more information here: http://conky.sf.net [03:18] NKUMike: it runs as GUI, but is configured with a text file. [03:18] Awesome I will check it out thanks for your help! [03:19] NKUMike: another thing you might like is adesklets, also in the repos and more info at adesklets.sf.net === OGDA [n=thomas@dialup-4.246.221.43.Dial1.SanJose1.Level3.net] has joined #xubuntu === OGDA is now known as BFTD [03:22] is there like an uninstall command? like there is an install command ? [03:22] like apt-get uninstal? [03:22] remowe [03:22] remove* [03:24] yeah, sudo apt-get remove packagename [03:24] NKUMike: that will remove the package you name, but if there are any files were also installed during that file's install process, just entering "sudo apt-get remove packagename" won't remove them. [03:25] to remove unneeded files that were installed as part of another installation, you'll need to type: [03:25] sudo apt-get autoremove === [tokin] [n=ryan@dynamic-acs-24-144-225-167.zoominternet.net] has joined #xubuntu [03:26] alright cool [03:27] NKUMike: and if there is a configuration file belonging to a package that you would also like removed enter "sudo dpkg --purge " after you remove it [03:27] NKUMike: synaptic calls that Remove Completely [03:27] oh ok [03:29] and aptitude is nice enough to include that feature for you ;) .... "sudo aptitude purge " will do the same in 1 command as the two commands: "sudo apt-get autoremove " and "sudo dpkg --purge " ... just food for thought ;) [03:29] alright [03:29] Is there like a general scripting language that is should be used? [03:30] bash, python, depends on what you wanna do. [03:30] I'm not sure I think I am moving towards linux so I figured I should learn a scripting language [03:30] NKUMike: there are many that are fully capable .... python, perl, bash, lisp, ruby, etc .... the list goes on [03:31] NKUMike: i recommend python [03:31] Alright cool I have some experience with that [03:31] NKUMike: python comes default on almost all distros these days, even live distros (accept minimalist ones like DamnSmallLinux) [03:32] cool === cellofellow [n=josh@69-71-169-23.mammothnetworks.com] has left #xubuntu [] [03:33] that it is :) [03:34] NKUMike: and there are many gui toolkits that are compatible with python .... and there are many gui programs that many people use daily that are written in python [03:34] NKUMike: you ever heard of exaile? [03:34] nope [03:37] is there a way to control how much bandwith your server will take up? [03:37] NKUMike: http://www.exaile.org/ and http://dev.deluge-torrent.org/wiki/Screenshots are both written in python+pygtk (pygtk is the library that binds the gtk gui toolkit to python) [03:37] I asked this earlier but does anyone know a tutorial on installing vnc server on xubuntu with config setup too? [03:38] I'll check that out thanks [03:38] vidd: yeah, there are modules in apache, vsftpd, proftpd, etc that allow you to throttle bandwidth [03:38] !vnc [03:38] VNC is a protocol for remote desktop. https://help.ubuntu.com/community/VNCOverSSH describes how to use it securely. It works best over fast connections, otherwise look at !FreeNX [03:38] uhmm... i think that tutorial might only apply to ubuntu ... lemme check [03:39] alright === Laibsc1 is now known as Laibsch [03:39] NKUMike: nope, that one is a broad approach and should work just fine on xubuntu === Catoptromancy [n=Miranda@fl-71-1-235-150.dhcp.embarqhsd.net] has joined #xubuntu [03:40] Alright, anyone know a tutorial where I can learn to I guess set up a webserver, basically I want to be able to access this computer through the web and use it to access any harddrive on the lan, is this possible? [03:41] NKUMike: to access the hard drive you are probably going to want a ftp server or a samba server, i don't think you will need an actual web server [03:42] Can IE handle ftp? [03:42] NKUMike: yes [03:42] !ftp [03:42] FTP clients: !Nautilus, !gFTP (for !GNOME) - !Konqueror, !Kasablanca, !KFTPGrabber (for !KDE) - See also !FTPd [03:42] !ftpd [03:42] FTP servers: !ftpd, !proftpd, !pure-ftpd, !twoftpd, !vsftpd, !MuddleFTPd, !wzdftpd - Graphical front-ends: !PureAdmin, !GProftpd (for !GNOME), !KcmPureftpd (for !KDE) - See also !FTP [03:42] thanks! [03:43] NKUMike: no problem [03:43] whats d stand for? [03:43] NKUMike: daemon [03:43] oh ok [03:43] any favorites? [03:43] NKUMike, for the evil empires web browser to handle ftp...you point it to ftp:// instead of http:// === Lectus [n=ubuntu@201008070076.user.veloxzone.com.br] has joined #Xubuntu [03:44] NKUMike: if you don't want it password protected, i recommend vsftpd ... pretty easy setup and its fast, but if you want some login authentication then proftpd is really good [03:44] ha ok [03:44] NKUMike, my prefered FTP server is proftpd [03:44] alright thanks [03:44] NKUMike: for more reading on daemons (if you were interested), go here: http://en.wikipedia.org/wiki/Daemon_%28computer_software%29 [03:44] what's the name of the module on Xubuntu that does automounting of the drives (including ntfs)? [03:45] Lectus: well it would be HAL, but i can't remember if xubuntu automounts ntfs by default ... i think we leave that module out by default because its a little resource hungry [03:45] Definitely, if I set up an ftp server will there be some way to access the hd's on the other boxes on my lan? [03:46] !hal | Lectus [03:46] Sorry, I don't know anything about hal - try searching on http://bots.ubuntulinux.nl/factoids.cgi === posingaspopular [n=freddy@adsl-68-72-101-70.dsl.chcgil.ameritech.net] has joined #xubuntu [03:46] bah! [03:46] !hald | Lectus [03:46] Sorry, I don't know anything about hald - try searching on http://bots.ubuntulinux.nl/factoids.cgi [03:46] what@@#!^???? [03:46] -.-; [03:46] oh hey there j1mc. i didn't see you come in [03:46] hey posingaspopular [03:46] i auto-load this channel [03:47] maxamillion: haha [03:47] nah i just joined [03:47] NKUMike: yes, any machine that you enter in "ftp://x.x.x.x" where the "x.x.x.x" is the ip address of the machine into the web browser you should be able to access the files you have configured to be allowed to be viewed remotely === vidd is out [03:47] yes, it does automounting for NTFS. I'm just asking the name of it because I'm installing another distribution on another PC that requires installing each package one by one. So I'd like to add automounting to it. [03:48] Lectus: well it should be hal (or hald), stands for "hardware abstraction layer" ... it does all the nifty "on the fly" hardware detection === Knightlust [n=Dax@ubuntu/member/knightlust] has joined #xubuntu [03:48] maxamillion: So if I set up samba and 'map' the other drives on the Lan all of those will be accessible when connecting to this xubuntu machine using ftp? [03:49] NKUMike: whoa whoa ... you are crossing concept [03:49] concepts* [03:49] what do u mean [03:49] you* [03:49] NKUMike: you either need samba _OR_ and ftp server [03:50] NKUMike: if you setup samba and configure it to share directories, then you can just map that machine as a remote drive on any other machine on the net and you can browse the files that way [03:51] I only want to expose this computer because its good ol secure linux and the rest are windows but I still want access to their filesystems while away, does that make sense? [03:51] NKUMike: on windows, open "my computer" and i think its under "tools" and then "map network drive", that's where you would enter the information about the xubuntu machine that has a samba server running on it [03:51] NKUMike: ohhhhh, you want to map those machines to xubuntu and then browse all that from ftp remotely .... gotchya [03:51] yeah! [03:52] brb [03:52] NKUMike: then you are going to need something like fusesmb or create a static mount point for those samba shares so that your ftp server can share them as though they are local files [03:52] NKUMike: k === Lenny [n=IceChat7@nat.philau.edu] has joined #xubuntu === posingaspopular [n=freddy@adsl-68-72-101-70.dsl.chcgil.ameritech.net] has left #xubuntu ["Konversation] === icicled [n=icicled@adsl-209-30-88-190.dsl.rcsntx.swbell.net] has joined #xubuntu [04:03] Alright back sorry about that, so what is a static mount point? Is that like mapping a network driver? === sc0tt_ [n=sc0tt@cpc1-stok5-0-0-cust150.bagu.cable.ntl.com] has joined #xubuntu [04:05] NKUMike: well, basically you will make a directory inside /mnt/ and call it whatever you want like "/mnt/nku_windows_box/" and then use that as the mount point for the samba share, then configure your ftp server to share that directory [04:05] Alright gotcha, I think! [04:06] k, well i unfortunately must go ... but i am around here alot so if you need help later on and you catch me, just ask [04:06] Alright thanks for all your help! [04:06] anytime :) === Lenny [n=IceChat7@nat.philau.edu] has joined #xubuntu [04:17] how can i check to see if my mic works? === sc0tt [n=sc0tt@cpc1-stok5-0-0-cust150.bagu.cable.ntl.com] has joined #xubuntu === miramana [n=suser@85.113.145.171] has joined #xubuntu === Lectu1 [n=freddy@201.32.243.221] has joined #xubuntu [04:30] hi, anyone to help? i dedicated a partition to the PV. parted says it is 239GB, pvdisplay -- 216GB. i just can't figure out where are 23Gs? [04:31] miramana: what is PV? === OGDA [n=thomas@dialup-4.246.221.43.Dial1.SanJose1.Level3.net] has joined #xubuntu [04:32] j1mc, = Physical Volume (LVM) === OGDA is now known as BFTD [04:33] miramana: can you try running "df -m" and then pasting the results at www.pastebin.ca [04:33] miramana: are you in the installation now, or you're just starting the install? [04:34] j1mc, no, i am writing this from the installed xubuntu box [04:36] j1mc, http://www.pastebin.ca/600778 [04:36] thx [04:38] is that a pasting of df -m? [04:41] j1mc, no, it is the combined output from parted and pvdisplay. why df -m? === GrueTamer [n=tg@CPE-72-133-203-78.wi.res.rr.com] has joined #xubuntu [04:41] i just wanted to see the full output of that... i'm not sure if it's any better or worse, but it shows total partition size and partition usage in megabytes [04:43] j1mc, ok, http://www.pastebin.ca/600784 === magic_ninja [n=asdfsdf@ip68-103-23-222.ks.ok.cox.net] has joined #xubuntu [04:45] man i don't see why i can't join winehq, i'm always banned and i never talk on there [04:46] hmmm... /me is stumped. [04:51] miramana: sorry, but i personnaly can't explain what is causing the difference. [04:51] you may want to try asking in #ubuntu, as they have more people in there. [04:51] the issue is the same whether you're using ubuntu, kubuntu, or xubuntu... [04:51] i'm sorry i can't be of more help. [04:52] j1mc, ok? thanks anyway [04:52] yw [04:58] anyone know how to get my mic/headphones to work. my speakers work but not the phones or mic === Lectu1 [n=freddy@201.32.243.221] has left #xubuntu [] [05:00] !jack [05:00] Sorry, I don't know anything about jack - try searching on http://bots.ubuntulinux.nl/factoids.cgi === Howdy125 [n=Howdy125@c-24-17-87-165.hsd1.mn.comcast.net] has joined #xubuntu === Catoptromancy_ [n=Miranda@fl-71-1-235-150.dhcp.embarqhsd.net] has joined #xubuntu === cvzero [n=cvzero@c-68-61-142-70.hsd1.mi.comcast.net] has joined #xubuntu [05:12] anyone out there have lithuim 2? === Ghostvirus [n=Ghostvir@dialup-4.233.200.237.Dial1.Manchester1.Level3.net] has joined #xubuntu === malnilion [n=malnilio@adsl-70-233-254-190.dsl.okcyok.sbcglobal.net] has joined #xubuntu [05:15] Any of you folk happen to know if it's possible to add a network path to amarok's collection? [05:15] The, erm, gui seems a bit restrictrive on that point. === feliciano [n=felician@164.77.221.156] has joined #xubuntu [05:22] Hi... I'm trying to decide which file system try... I read some articles and I guess XFS is a good alternative... What do you think?? [05:22] i depends on what size the files are and your hardware [05:23] resierfsv4 is good and so is jfs and xfs [05:23] Jester45... is for a home PC [05:24] well [05:24] did you try all of them??? what do you think is best for a normal user?? [05:24] i like reiser === NKUMike [n=lapemi@66.42.230.157] has left #xubuntu [] [05:24] where is trash folder? === miramana [n=suser@85.113.145.171] has left #xubuntu ["Leaving"] [05:25] Reiser is pretty sweet [05:25] cheeseboy, .trash [05:25] And what about xfs??? did you try this??? Jester45 malnilion [05:26] Can't say that I have [05:26] yea... but if your dont umount cleanly you have to format your drive [05:27] Eek [05:27] Jester45... what??? [05:28] ext3's journal is stored on the harddrive. xfs's is in ram. so its faster but when it breaks its broken [05:28] no lost+found [05:29] #alsa [05:29] oops [05:29] jajajaja [05:30] Jester45... and Raiser?? === eagle_101 [n=eagle@wikimedia/Eagle-101] has joined #xubuntu [05:31] its good for smaller files [05:31] i have it on my / [05:31] but /home is ext3 === R[a] ndom makes reiser joke. "Deadly speed" or similar === Catoptromancy [n=Miranda@fl-71-1-235-150.dhcp.embarqhsd.net] has joined #xubuntu [05:34] mmm [05:35] I'm still unsure [05:37] i would go with reiser [05:37] for / and ext3 as /home or where ever you might store movies or other big files [05:39] reiser is a cool guy [05:39] I suggest reiser for old HDD's [05:39] slow ones [05:39] Jester45... when you say "big files" how much MBs are we talking about?? [05:39] 4000 MBs [05:40] then I dont need ext3... I never use files that big.. [05:40] as far I use 800 Mbs files [05:40] you use windows on the same system? [05:40] yeah [05:40] use ext3 [05:41] why? [05:41] and reiser for your root directory [05:41] is more support [05:41] for the /home partition === BizFatal [n=drew@c-24-128-64-139.hsd1.ma.comcast.net] has joined #xubuntu [05:42] I understand [05:42] has anyone had an issue installing from the live cd where the installation windows become little blank boxes, so you cant see whats going on? === aroo [n=justin@108.120.207.68.cfl.res.rr.com] has joined #xubuntu === eagle-101 [n=eagle@wikimedia/Eagle-101] has joined #xubuntu [05:45] BizFatal... I'm sorry I just install from the alternative cd [05:46] BizFatal, is the cpu at 100% [05:46] BFTD just one last question [05:47] If I wanna let a patiton for share files betwen windows and xubuntu... which one is better??? fat32 or NTFS [05:48] depends on the version of windows [05:49] win2k [05:49] i would do fat32 [05:49] I use FAT32 works perfectly [05:49] thanks a lot [05:49] or fat16 [05:49] heh [05:50] FA32 allows bigger file system [05:50] and probably more stable as well [05:50] wth [05:50] yeah not fat16 [05:50] g'nite, all === eagle-101 [n=eagle@wikimedia/Eagle-101] has joined #xubuntu [05:50] Im trying again and will let you know about the cpu, it shouldn't be though, installed regular ubuntu no problem [05:51] im downloading te alternative cd now lol [05:51] ok [05:51] the alt is better [05:53] i use ext2 to share with windows, you can install the ext2 file system into windows [05:54] BizFatal... which windows?? [05:54] xp [05:54] I use win2k... I just want it from emergencys [05:54] NT/XP/2k/2k3 according to the site [05:55] In fact... I didnt have windows right now... but I'm thinking about playing Counter Striker :p === Ramon [n=asdf@201.247.58.132] has joined #xubuntu [05:56] hello.. :) I'm having a weird issue here.. the OS is showing me the following issue after I installed it:http://rafb.net/p/3s67Xd81.html [05:56] Bios is 1998 [05:58] feliciano- www.fs-driver.org if you wanna take a look [05:59] I'm trying to format a USB pendrive with gparted... and this ask me for a disklabel... and offert msdos like default... which one I have to pick?? [06:00] !paste [06:00] pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic) === Ghostvirus [n=Ghostvir@dialup-4.233.200.237.Dial1.Manchester1.Level3.net] has left #xubuntu [] === cellofellow [n=josh@69-71-169-23.mammothnetworks.com] has joined #xubuntu === grumpymo1e [n=warren@c220-237-175-49.lowrp1.vic.optusnet.com.au] has joined #xubuntu === OGDA [n=thomas@dialup-4.246.205.218.Dial1.SanJose1.Level3.net] has joined #xubuntu === khai_khai [n=1033126B@adsl-68-74-57-183.dsl.ipltin.ameritech.net] has joined #xubuntu === khai_khai [n=1033126B@adsl-68-74-57-183.dsl.ipltin.ameritech.net] has left #xubuntu [] === kiosk [n=kiosk@ip72-196-242-121.dc.dc.cox.net] has joined #xubuntu [07:10] xubuntu rocks yall [07:10] anyone awake? [07:11] barely [07:11] lol === OGDA is now known as BFTD === kiosk [n=kiosk@ip72-196-242-121.dc.dc.cox.net] has left #xubuntu ["Konversation] === k-os [n=k-os@host29-179-dynamic.12-79-r.retail.telecomitalia.it] has left #xubuntu [] === feliciano [n=felician@164.77.221.156] has joined #xubuntu [07:46] hi... I install ubuntu but i forgot asign /home to a partiton... and I wanna have this in a different partiton than / .... Exist any way to change the /home partition now??? after install ubuntu??? [07:46] Xubuntu, sorry [07:48] feliciano: yes [07:48] how?? [07:48] feliciano: you need to mount that partition somewhere else, copy its contents as root, unmount it, then add to fstab as /home [07:49] feliciano: I can walk you through this [07:49] TheSheep, I try to do this with gparted... but Its doesnt work [07:50] TheSheep please explain me step by step please [07:50] TheSheep, the partition is created and well mount [07:50] feliciano: where did you mount it? === kikr__ [n=ant@ool-435499fc.dyn.optonline.net] has joined #xubuntu [07:51] TheSheep, /media/hda7 [07:52] ext3 [07:52] feliciano: ok, open a terminal [07:52] sudo thunar? [07:52] no, accessories->terminal [07:52] ready === k-os [n=k-os@host183-183-dynamic.3-87-r.retail.telecomitalia.it] has joined #xubuntu [07:52] feliciano: what is your user name? [07:52] feliciano [07:52] :D [07:53] someone who can tell me how I replace grub with lilo? [07:53] type 'sudo -rp /home/feliciano /media/hda7/' [07:53] k-os: install lilo, configure it in /etc/lilo.conf and then run 'lilo' as root [07:53] illegal option -rp [07:53] feliciano: sorry [07:53] type 'sudo cp -rp /home/feliciano /media/hda7/' [07:54] it's too early for me [07:54] ready [07:54] TheSheep: yeah, then how do I configure it? [07:54] k-os: man lilo [07:54] !lilo [07:54] lilo is an alternative [Li] nux Boot[Lo] ader. Note: it is recommended that you use GRUB on Ubuntu instead. [07:55] feliciano: type 'gksu mousepad /etc/fstab' [07:55] grub gives me invalid hard drive sector [07:55] feliciano: an editor will pop up [07:55] k-os: that usuallu means that you're using a large hard disk in an old computer [07:55] yepis... but The partition is still mount [07:55] feliciano: don't worry about that for now [07:56] TheSheep: 60 gb on a laptop from last year? [07:56] TheSheep ok... ready [07:56] k-os: then it may be something else :) [07:56] feliciano: add a line at the end: [07:56] something grub related I guess [07:56] TheSheep change the hda7 to home?? [07:56] feliciano: ah, there is a line for hda7 [07:57] feliciano: yes, change the mount point to /home [07:57] TheSheep yep... do you want to see my fstab file?? i can put it in a pastebin [07:57] feliciano: lets see it [07:59] TheSheep look this http://paste.ubuntu-nl.org/28299/ [08:00] feliciano: ok, just change that '/media/hda7' to '/home' [08:00] ok [08:01] TheSheep... it's all?? [08:01] feliciano: now we need to remove the old home and mount the new one [08:01] feliciano: unmount that /dev/hda7 [08:01] TheSheep I try to unmount it by gparted... but doesnt work [08:02] TheSheep Is there some comand? [08:02] feliciano: umount /dev/hda7 [08:02] unmount /media/hda7? [08:03] feliciano: you can't unmount it if you have any program running in it [08:03] I try without sudo and get this: umount: /media/hda7 is not in the fstab (and you are not root) [08:04] TheSheep but I try with sudo and I guess work [08:04] sudo umount /dev/hda7 [08:04] but the icon still in the desktop [08:04] feliciano: type 'mount' to see if it's mounted [08:04] TheSheep is well umount [08:04] :D [08:05] TheSheep how I going to delete the original /home?? [08:05] sudo mv /home /oldhome && sudo mkdir /home && sudo mount -a [08:06] TheSheep I did that... [08:06] any messages? [08:06] TheSheep nop [08:07] type 'mount' and see if /home is mounted [08:07] /dev/hda7 on /home type ext3 (rw) [08:07] :D [08:07] great, now relog and you can delete /oldhome [08:08] mkdir delete directories? [08:08] feliciano: mkdir makes them [08:08] feliciano: mv renames [08:08] feliciano: yuor old home is renamed to oldhome [08:08] feliciano: you must relog before deleting it [08:09] TheSheep but we create a new /home with 'mkdir /home' can you explainme that?? why we created a new /home if we have /home at the partition?? [08:10] TheSheep not necesary [08:10] TheSheep I understand now [08:10] TheSheep :D [08:11] TheSheep relog just close my session?? or need to reboot?? [08:11] just log out and login again [08:11] no need to reboot [08:11] ok... I will Back === feliciano [n=felician@164.77.221.156] has joined #xubuntu [08:13] I'm here [08:13] TheSheep... Delete the /oldhome??? [08:14] feliciano: yes, or you may want to ait a little and check if everything is ok with your new home [08:14] TheSheep... "7G Volumen" still is at desktop [08:14] wait* [08:15] feliciano: but 'mount' says that /home is mounted? [08:15] TheSheep... yes... Is only the volumen icon... but if I double click it send me to home [08:16] funny [08:16] yepis [08:16] Gah! Why are all my fonts screwed up [08:16] !language | nzk [08:16] nzk: Please watch your language and keep this channel family friendly. [08:16] That's...not a swear [08:16] But ok [08:16] nzk: what did you do when that happened? [08:17] Installed xubuntu. [08:17] All fonts in firefox and in xchat are gigantic [08:17] !dpi [08:17] Sorry, I don't know anything about dpi - try searching on http://bots.ubuntulinux.nl/factoids.cgi [08:17] hmm.. [08:17] nkz... you understand spanish?? at my blog I give the solution [08:18] :| [08:18] Who is nkz [08:18] TheSheep... then you didnt know how solve the icon trouble??? [08:19] feliciano: no, sorry [08:19] nzk sorry.. little mistake [08:19] I don't speak Spanish [08:19] Sorry [08:19] TheSheep I'm going to try rebooting [08:19] nzk... wait... i can send you a file with the solution [08:20] Ok [08:21] TheSheep Thanks about the help [08:22] np [08:23] nzk, are you there?? [08:23] Yes [08:24] nzk, accept the file [08:24] What file [08:25] nzk, mmmm [08:25] I didn't get a prompt to accept/deny anything [08:25] nzk .. I'm try to send you.. [08:25] nzk .. I guess I'm going to put it in a pastebin [08:26] Yeah, that would be better [08:29] nzk .. Ready... I paste the entire file... but I jump the step number 4... You can use it like you want... http://paste.ubuntu-nl.org/28300/ [08:29] nzk .. I hope this was the same problem... good luck [08:29] bye guys === jtg23 [n=jtzl@unaffiliated/jtg23] has joined #xubuntu === ablomen [n=ablomen@unaffiliated/ablomen] has joined #xubuntu === insmod [n=insmod@d141-13-36.home.cgocable.net] has joined #xubuntu === varka [n=varkatop@p54A5FBF2.dip.t-dialin.net] has joined #xubuntu === zen-afk [i=zenrox@pool-71-115-210-186.spknwa.dsl-w.verizon.net] has joined #xubuntu === merhojt [n=Jimmy@h103n6c1o885.bredband.skanova.com] has joined #xubuntu === cvzero [n=cvzero@c-68-61-142-70.hsd1.mi.comcast.net] has left #xubuntu [] === predaeus [n=predaeus@chello212186005030.401.14.vie.surfer.at] has joined #xubuntu === magic_ninja [n=asdfsdf@ip68-103-23-222.ks.ok.cox.net] has joined #xubuntu === ceil420 [n=Ceil@71-11-245-60.dhcp.dntn.tx.charter.com] has joined #xubuntu [10:50] anyone have any ideas why my cursors won't work? :( [10:55] What do you mean? [10:56] well i just designed a cursor set, chose it in the mouse settings, and restarted X, and i'm still stuck with the ugly default cursors ;x [10:56] it's not just mine, either; most of the cursors i download don't work [10:57] i just spent hours designing 37 cursors and learning to use xcursorgen >< [10:57] when i select the cursors, btw, the preview works; i can see my cursors in the window [11:01] Hmm [11:01] Perhaps there is some package for custom cursors [11:01] I don't know, though [11:03] there's a few that i have that do work, tho -_- [11:03] incidentally, you know if there's plans to make it so we don't have to restart X to refresh the cursors? :x [11:03] ceil420: maybe you have hardware cursor forced in your xorg? === ceil420 whips out xorg.conf [11:05] "cursor" is only mentioned three times, and nowhere that looks like it should always be using a default one :x [11:06] Section "ServerLayout" >> InputDevice "cursor" "SendCoreEvents" is the only one that looks weird to me [11:07] Section "InputDevice" >> Identifier "cursor" and Option "Type" "cursor" are the other two [11:07] ceil420: that's not it [11:07] wait [11:07] Section "ServerLayout" [11:07] Identifier "Default Layout" [11:07] what about that? [11:07] :o [11:07] ceil420: try adding 'Option "swcursor"' to your device section [11:07] umm [11:08] to the section where you set the vga driver [11:08] with the video card? [11:08] yes [11:09] puh; just remembered i'm lookin' at xorg.conf read-only style ;x [11:10] hmm [11:11] when i change the cursor, the change is immediate in some of them in Firefox (prolly related to Firefox not obeying theme "rules" :x) [11:11] about half of them work in Firefox, half don't [11:11] mine's one of the ones that doesn't ;x [11:12] am i missing a config file or something? cos i just ran the config files for the .png's through xcursorgen; i didn't write an index.theme or anything === gerro [n=logmein@c-68-33-161-50.hsd1.md.comcast.net] has joined #xubuntu [11:15] computer doesn't have internet access and was wondering where I could stick an apt-get install list then shutdown command in start up scripts so I could move just the box part to other room for ethernet [11:15] trying to do some kernel updates before getting some wireless drivers working :) [11:15] hmm... i'm gonna try copyin' my cursors to /usr/share/icons [11:16] ceil420: oooh cursors? [11:16] ceil420: they dont' have many choices by default, where you get yours? they neat? [11:16] ones that don't work atm ;x i get the suspicion it's cos they're in ~/ [11:16] gerro, www.xfce-look.org has some; i made a set that i'm trying to test [11:16] most likely file permissions [11:20] zomg [11:20] :D [11:20] took me a bit to actually move 'em to /usr/share (dno why, but i always forget about the -r switch when moving folders :x that confused me for a minute) [11:20] but they work now \o/ [11:21] thanks for your time, people that responded o/ === ceil420 [n=Ceil@71-11-245-60.dhcp.dntn.tx.charter.com] has joined #xubuntu [11:24] k, Now i'm just confused :x [11:24] my "watch" cursor worked as X was loading, but once it loads, i have *mostly* default cursors again [11:24] the xterm cursor (the "typing" one) is mine, but all the rest i've seen are default :( [11:25] ah, and "hand" is mine too [11:25] i know i changed all the pointers and resize cursors, though :( [11:25] hm [11:26] so you copied default theme and edited certain cursor files in it to your own [11:26] seems like what I did to the tango icon theme I have [11:26] no, i made it from scratch [11:26] ah okay [11:26] and i made 37 cursors :x most of what i left out was the crap like "gumby" and "sailboat" [11:27] (there are 77 total) [11:28] and srsly, Xubuntu needs to stop stickin' me in Workspace 2 when i start X ;x [11:28] weirdness ;x when i re-size xchat's nicklist bar, i get my cursor; but when i re-size xchat itself, it's default >< [11:30] it seems that my cursors (except the main one, "arrow") work inside apps, but i get the default ones *around* the apps ;x [11:31] is this a known problem, or am i suffering more than most people that design their own cursors? >< [11:41] ceil420: you might try asking at #xfce [11:43] i'll do it some other time; there's a crazy operator in there right now, threatening to ban people for suggesting programs ;x [11:44] i'll keep that in mind tho, thanks [11:48] suggesting programs?? [11:54] oh, someone asked what a good torrent program is, and AngryOp used a bot to send him to some "recommendedprograms" site or something, but me and a few other people suggested our personal favourites [11:54] then AngryOp set +o on himself and said "one more suggestion and you're out" [11:54] -_- === Dr`Maison [n=fred@lns-bzn-49f-62-147-164-174.adsl.proxad.net] has joined #xubuntu === Jimmy__ [n=Jimmy@h103n6c1o885.bredband.skanova.com] has joined #xubuntu [12:04] yup ElAngelo seems to be a bit trigger happy, kicks people he/she knows for fun too. === nzk [n=nzk@unaffiliated/nzk] has joined #xubuntu === tuna-fish [n=tuna@84-253-206-76.satp.customers.dnainternet.fi] has joined #xubuntu === varka [n=varkatop@p54A5FBF2.dip.t-dialin.net] has joined #xubuntu === vistakiller [n=spiros@ppp245-148.adsl.forthnet.gr] has joined #xubuntu === skirk [n=skirk@host-84-220-81-133.cust-adsl.tiscali.it] has joined #xubuntu === kali|away [n=kalikian@xdsl-87-78-21-174.netcologne.de] has joined #xubuntu === zials [n=zials@bas3-windsor12-1128741683.dsl.bell.ca] has joined #xubuntu === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #xubuntu === grazie [n=grazie@88-111-19-64.dynamic.dsl.as9105.com] has joined #xubuntu === craigbass1976 [n=craig@pool-71-254-110-62.ptldme.east.verizon.net] has joined #xubuntu [02:48] Where can I find system requirements for Xub feisty [02:53] craigbass1976: there are no minimal requirements -- it will just work slower and slower on wekaer systems [02:54] I think there is a bit of info on that in the main site... http://www.xubuntu.org/get [02:54] Ok. My grandmother-in -law just had a video card bork on her 98 box. I don't have any, but I have a 98 box with integrated video. The only such boxes I've put linux on were headless [02:54] Ran spiffily [02:55] zials, Oh, duh. If I had only scrolled down past the download sites.... You can slap me now. [02:55] hurrah === GrueTamer [n=tg@CPE-72-133-203-78.wi.res.rr.com] has joined #xubuntu === BlueEagle [n=blueeagl@ti541210a340-1353.bb.online.no] has joined #Xubuntu === Qew [n=qew@82-69-126-225.dsl.in-addr.zen.co.uk] has joined #xubuntu === cellofellow [n=josh@69-71-169-23.mammothnetworks.com] has joined #xubuntu === grazie [n=grazie@88-109-15-238.dynamic.dsl.as9105.com] has joined #xubuntu === grazie_ [i=grazie@88-110-42-146.dynamic.dsl.as9105.com] has joined #xubuntu === grazie__ [i=grazie@88-109-0-66.dynamic.dsl.as9105.com] has joined #xubuntu === cimon [n=cimon@wikipedia/Cimon-avaro] has joined #xubuntu === miramana [n=suser@85.113.145.171] has joined #xubuntu === grazie__ is now known as grazie === xubuntu [n=ubuntu@211.47.102.211] has joined #xubuntu [03:58] Hi, I have a problem to install xubuntu 7.04 on my Ubuntu 6.10 system(hdb). The problem is gparted can't make new ext3 file system on existed ext3 partition(ubuntu 6.10) while installation. [04:00] bug 107259 [04:00] Launchpad bug 107259 in ubiquity "Xubuntu partitioning can fail because ubiquity does not prevent thunar from automounting new partitions" [High,Fix released] https://launchpad.net/bugs/107259 [04:00] xubuntu installation program thanks [04:00] thanks === xubuntu [n=ubuntu@211.47.102.211] has left #xubuntu [] === Knightlust [n=Dax@ubuntu/member/knightlust] has joined #xubuntu === Smygis [n=smygis@e611.cust.vannas.net] has joined #xubuntu === otep [n=demo@AP-203.167.31.158.sysads.com] has joined #xubuntu === grazie [n=grazie@88-110-53-110.dynamic.dsl.as9105.com] has joined #xubuntu === _grazie [n=grazie@88-110-53-110.dynamic.dsl.as9105.com] has joined #xubuntu === illu45 [n=illusha@p-dynamic-border5-129.xDSL-1mm.sentex.ca] has joined #xubuntu === cimon [n=cimon@wikipedia/Cimon-avaro] has left #xubuntu ["Ex-Chat"] === mikeconcepts [n=mike@100.142.33.65.cfl.res.rr.com] has joined #xubuntu === grazie [n=grazie@88-110-53-110.dynamic.dsl.as9105.com] has joined #xubuntu === maxamillion [n=adam@ngl-1-14.shsu.edu] has joined #xubuntu === grazie_ [i=grazie@88-109-222-20.dynamic.dsl.as9105.com] has joined #xubuntu === emrum63388 [n=emru@pD9E5125F.dip.t-dialin.net] has joined #xubuntu === emrum63388 [n=emru@pD9E5125F.dip.t-dialin.net] has left #xubuntu [] === Howdy125 [n=Howdy125@c-24-17-87-165.hsd1.mn.comcast.net] has joined #xubuntu === Jester45 [n=ryan@d22-194.rt-bras.wnvl.centurytel.net] has joined #xubuntu === Druidefix [n=Druidefi@p5080D1A4.dip.t-dialin.net] has joined #xubuntu === grazie_ is now known as grazie === maxamillion [n=adam@ngl-1-14.shsu.edu] has joined #xubuntu === magic_ninja [n=asdfsdf@ip68-103-23-222.ks.ok.cox.net] has joined #xubuntu [06:15] local guru needed ;) [06:16] ?? [06:16] hyper_ch: i'm no guru ... but i can try and help [06:17] hihi maxamillion and Jester45 :) [06:17] how do I put the output of a cron to /dev/null instead that an email will be sent? [06:17] hi [06:17] >> /dev/null? [06:18] i think you put that at the end of the script [06:18] Jester45: does that work with php? 5 12 * * * php -f /path/to/script > /dev/null ? [06:18] idk [06:18] i think its bash only [06:18] i didnt know cron could run php [06:19] Jester45: sure it can ;) [06:20] Jester45: cron can run "hello world" if you tell it to === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #xubuntu [06:21] cron is cool :) [06:21] whoever wrote cron is a genious :) [06:21] /scripts/cron.php >/dev/null 2>&1 [06:23] A bit off topic, but I'd like to hear folks experiences on adsl routers. Been having internet connection problems for ages and now believe that certainly part of the problem has been my dodgy netgear dg834 router [06:23] why that 2>&1 ? [06:24] because [06:24] grazie, mine works fine === neozen [n=neozen@c-67-186-66-137.hsd1.ca.comcast.net] has joined #xubuntu [06:24] Jester45: "because" is not a suitable answer :) [06:25] because thats what i copy/pasted [06:25] Cheers Jester45 ... a netgear dg834? I believe the usa firmware is different [06:26] grazie, a netopia+dlink erb3210 === cellofellow [n=josh@69-71-169-23.mammothnetworks.com] has joined #xubuntu [06:26] hi cellofellow [06:26] I think I just figured out how to get NoteEdit to playback to ALSA: use Timidity as a daemon. [06:26] hello [06:27] just a little epiphany. A good notation editor is the only thing keeping my mom on Windows. [06:27] downloading and installing both programs now. [06:27] cellofellow, i got a mic now for teamspeak... but i cant get it to work and i think its broken because it doesnt work on any of my other computers [06:28] what kind of mic? plugs into the soundcard or USB? [06:28] card [06:28] i can only get 1 output to work [06:28] do you have a stereo with mic or aux input? [06:28] umm [06:28] i got a audigy SE [06:29] does it have the large 1/4" jack or the smaller one? [06:29] I really don't know brands. [06:29] I used to have a mic that worked iffy. Now I can't find it. [06:29] Moved one too many times. [06:29] (It was good for soundbites in Audacity, nothing more.) [06:30] its the stanard headphone plug for the mic [06:30] i guess 1/4 [06:30] Most computer I've seen have the smaller 1/8" jack, the one that's the same as most headphones. [06:31] Not the big one. [06:31] ok its the 1/8 then [06:31] (Our digital piano has the 1/4 though. Very annoying, have to use an adapter.) [06:31] Well, plug it in to the Mic input on the soundcard, and open the Mixer and turn up the mic volume. [06:31] i did [06:32] :( [06:32] also i cant get output from anything other than the front output [06:32] I still say try it with a stereo. [06:32] you have messed up soundcard === predaeus [n=predaeus@chello212186005030.401.14.vie.surfer.at] has joined #xubuntu [06:32] bbl [06:32] it never bothered me b4 i allways used my sub to play things [06:33] try with a stereo? === BFTD [n=thomas@dialup-4.246.222.48.Dial1.SanJose1.Level3.net] has joined #xubuntu === Mez [n=Mez@ubuntu/member/mez] has joined #xubuntu [06:36] hi BFTD [06:36] hi Jester45 [06:37] my mic is broke [06:37] i tried on other computers [06:37] !! [06:37] oh no! [06:37] well [06:37] go get another one [06:37] and the headphones dont work when i plug them into my ipod [06:38] im [06:38] they're pretty cheap, like $10 [06:39] he [06:40] I hate getting expensive stuff cause it's so sad when it breaks, and I hate getting cheap stuff cause it breaks so easy. What to do? [06:41] the thing is, whenever I get a more expensive kind of headsets, they never seem to work with linux or they need some drivers to be used, so stick with some cheap ones [06:41] I would think that most headsets would have pretty much the same features and could use a standard driver or something. [06:42] well the cheap to md range ones do [06:42] mid-range [06:44] People always complain about video and wifi not working in linux, but the hardware I have the most trouble with is sound. [06:44] you too eh? [06:45] MIDI is a real pain. [06:45] cellofellow: midi = uber pain [06:45] I have a USB-to-MIDI cable, and I found some "firmware" for it but I have no idea what to do with it. [06:46] and for some reason I keep getting "Invalid Device" errors with OpenAL, which means most of my favorite games don't have sound. [06:46] SuperTux, OpenArena, Warzone2100. === maxamillion wonders why the installer doesn't list Houston as a city ... its only the 3rd largest in the nation [06:46] what is MIDI? [06:46] BFTD: sound format [06:47] Houston is the third largest city in the USA? [06:47] Musical Instrument Digital Interface or something like that. It's for connecting digital instruments like synths. [06:47] A standard language. [06:47] maxamillion: for some reason Boise is listed instead of SLC. Salt Lake is much bigger. [06:47] BFTD: sure is, something like 4.1 million in population and by actual geographical size, i know its top 5 [06:48] cellofellow: yeah ... i dun really understand it [06:48] oh [06:48] as metropolis [06:48] Usually there is only one city per timezone anyway. I normally click Denver, but now I click Boise. [06:48] San Jose is about 3 Million in Metropolis size, but morel like 1.2 million in actually city size [06:49] Salt Lake City itself is tiny. The whole Salt Lake County is the metro though. === hyper__ch [n=hyper@84-75-93-168.dclient.hispeed.ch] has joined #xubuntu [06:49] (Which is why Mayor Rocky Anderson is such a hoot.) [06:50] He has no real power. He thinks he can play with the big boys like the mayors of New York. [06:50] ok, politics is OT, sorry. [06:50] cellofellow, you better be :) [06:51] http://www.infoplease.com/ipa/A0763098.html [06:51] there's a #politics, but that's generally filled with crazy conspiracy theorists :) [06:52] yeah [06:52] oh, hyh. [06:52] San Jose has grown by 250,000 in the last 2 years! [06:52] Those guys look in all the wrong places. [06:52] wowsers [06:52] San Jose in what, um, place? I can think of two or thee. === orbit7 [n=martijn@cp562554-b.landg1.lb.home.nl] has joined #xubuntu [06:53] San Jose is the city where I live, its in the bay area in California [06:53] Second Biggest City in california [06:54] ok, that San Jose. [06:54] 9th largest in the USA [06:54] t's the only one i know :x === Druidefix [n=Druidefi@p5080D1A4.dip.t-dialin.net] has left #xubuntu [] [06:54] wait, isn't there a san jose in costa rica? :o [06:54] ceil420 yes [06:54] heh t's the capital [06:54] google ftw [06:55] I see San Diego and Los Angeles above San Jose in that Top 50 Cities list. [06:55] oops [06:55] So, Third Biggest City in CA. [06:55] 10th largest in the USA [06:55] and third largest in Cali [06:55] I knew something was wrong === vinze [n=vinze@a80-126-159-235.adsl.xs4all.nl] has joined #xubuntu === keoni86 [n=chadh@69-12-228-76.dsl.dynamic.sonic.net] has joined #xubuntu [07:17] i am trying to install and i am runing across this problem were after i select install xubnutu it loads and then my screen starts flashing between orange and purple. any ideas? [07:18] keoni86: just need to configure your X server [07:19] keoni86: hit ctrl+alt+f1 and that will bring you to a command line login, login and then type "sudo dpkg-reconfigure xserver-xorg" and follow the guide from there, once you are done type "sudo /etc/init.d/gdm restart" and you should be able to login [07:40] still flashing [07:40] as far as i know the install never got anywhere [07:40] Ever since I messed with sudoers I haven't been able to get X stuff to work with sudo. [07:41] because right after the loading bar got to the right side of the screen, screeen went blank than switched to flashing between orange and purple/blue [07:41] keoni86: what video card? [07:42] nvidia [07:42] you have the drivers? [07:42] not on a cd or anything [07:42] this is straight from the install cd [07:42] sudo aptitude install nvidia-glx linux-generic [07:42] that will get you them [07:44] this a comon problem for people with nvidia cards? [07:44] no [07:44] but it could be fixable by this [07:44] keoni86: i've had that issue on certain fx5000 series nvidia cards [07:44] 5500? [07:45] keoni86: but mx440 and mx4000 work fine, as well as all geforce 6000 series and 7000 series i have tried [07:45] keoni86: yeah, i think i had a problem with that one ... but nvidia-glx fixed it === cellofellow hides his TNT2 [07:45] :) [07:45] cellofellow: i just have alot of hardware here at work [07:45] now how do i know if this is finished here cause it looks like the console is not scrolling [07:45] What can I do to /etc/sudouers so that gksu works again? [07:46] keoni86: huh? [07:47] it seems i dont see past the bottom of the screen unless i switch consoles and back [07:47] max: it cant fetch the pack. i never configured network or anything [07:48] we can work that out === Mez [n=Mez@ubuntu/member/mez] has joined #xubuntu [07:50] i do i set default route [07:50] how do i rather [07:50] keoni86: ah, do you have a dhcp server or you need a static ip? [07:50] set the gateway I think [07:50] static [07:51] i set the ip [07:51] no i need to set gateway and ns [07:51] keoni86: so you have an ip but not a gateway and ns? [07:51] /etc/resolve.conf for setting DNS nameserver. [07:51] well i just did sudo ifconfig eth0 inet 192.168.1.3 [07:53] how does one create a torrent tracker? === pili [n=pili@76.Red-83-41-165.dynamicIP.rima-tde.net] has joined #xubuntu [07:54] dunno [07:54] download one for starters === hyper__ch is now known as hyper_ch [07:59] can i make qt applications look better under xfce? [07:59] pili: yes, you probably need to install a qt theme chooser [08:00] do you know the name of the package? [08:01] nope. Let me know when you find it. === maxamillion will go look for it [08:04] i think what is needed is a gtk theme chooser [08:04] not qt [08:05] pili: xfce handles gtk themes in the settings manager .... you are tying to make qt applications look better right? [08:05] that's it [08:05] GTK can be turned into QT with this special engine, but not the other way around. [08:06] pili: then i don't understand why you need a gtk theme chooser [08:06] cna't qt be turnet into a gtk look? [08:06] can't [08:07] it is just that i'm used to some kde apps, and i installed them into my mother's pc, but they look awful [08:07] pili: yes, kde/qt generally looks like garbage compared to gtk === nightglider28 [n=nightgli@pool-209-158-236-241.cap.east.verizon.net] has joined #xubuntu [08:08] nightglider28: welcome [08:08] maxamillion: ty [08:08] so is xfce using gtk and metacity? [08:08] pili: god no [08:08] pili: xfce is xfce ... it is written in gtk (which is a gui toolkit) and uses xfwm4 [08:08] i still don't understand how to change the appearance [08:09] pili: its in the settings manager [08:09] ok === aroo [n=justin@108.120.207.68.cfl.res.rr.com] has joined #xubuntu === GrueTamer [n=tg@CPE-72-133-203-78.wi.res.rr.com] has joined #xubuntu [08:12] and themes? I was sarching at xfce look, and there are 2 kinds, gtk2 themes and xfce themes. Is it the same? Will I be able to use both kinds? or are xfce themes more lightweight? === vidd [n=vidd@207-172-178-217.c3-0.tlg-ubr6.atw-tlg.pa.cable.rcn.com] has joined #xubuntu [08:13] I know of GTK and XFWM themes. Try xfce-look.org [08:13] pili: xfce themes are for xfwm4 (the window borders) and gtk themes are the appearance of gtk applications (what a program looks like inside the window) [08:13] GTK themes come in two parts: the engine and the theme (a .gtkrc-2.0 file usually) [08:14] GTK: the buttons, the scrollbars, the menus, the checkboxes, etc. [08:14] I like the Murrine engine, and I keep switching themes. [08:14] ok [08:14] thanx [08:15] cellofellow, idont understand how that works..... [08:15] what is the difference between theme engines.... [08:15] It's like games. The Engine is code, and the Data (the .gtkrc-2.0 file) is what makes it look good. [08:16] and can one theme work wit two engines, or does it need to be ported?> [08:17] vidd: as long as compatibility is maintained then the theme can work with multiple engines [08:17] vidd: just like how you can technically put gnome themes on xfce if you extract the correct peices === Jester45 [n=ryan@d22-194.rt-bras.wnvl.centurytel.net] has joined #xubuntu === aKirkeby [n=aKirkeby@0907ds1-amb.8.fullrate.dk] has joined #xubuntu === AL89 [n=alex@Yb2eb.y.pppool.de] has joined #xubuntu === miramana [n=miramana@85.113.145.171] has joined #xubuntu === miramana [n=miramana@85.113.145.171] has left #xubuntu ["Time] === tidrion [n=cescalan@mail.ogdenpubs.com] has joined #xubuntu [09:08] got a new ATI Radeon 9250 [09:09] how do I get it working? === eagle-101 [n=eagle@wikimedia/Eagle-101] has joined #xubuntu [09:10] !ati | tidrion [09:10] tidrion: To install the Ati/NVidia drivers for your video card, see https://help.ubuntu.com/community/BinaryDriverHowto === dsl745 [n=dsl@d22-194.rt-bras.wnvl.centurytel.net] has joined #xubuntu [09:14] ummm === dsl745 is now known as Jester45 [09:15] i somehow messed with my users [09:15] and removed them all (i think) === nzk [n=nzk@unaffiliated/nzk] has joined #xubuntu [09:16] because when i try to boot gdm errors saying gdm user not found [09:16] so could anyone give me a bit of help === elbing [n=elbing@143.Red-83-40-150.dynamicIP.rima-tde.net] has joined #xubuntu [09:17] idk what to do im booted into DSL because xubuntu willnot connect to the internet for some reason === tuna-fish [n=tuna@84-253-206-76.satp.customers.dnainternet.fi] has joined #xubuntu === zials [n=zials@bas3-windsor12-1128741683.dsl.bell.ca] has joined #xubuntu === aKirkeby [n=aKirkeby@0907ds1-amb.8.fullrate.dk] has left #xubuntu ["Leaving"] [09:24] rulent, === ablomen [n=ablomen@unaffiliated/ablomen] has joined #xubuntu === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #xubuntu [09:30] anyone? === judgen [i=judgen@82.99.105.240] has joined #xubuntu [09:31] anyone tried xubuntu with beryl in vmware? [09:33] judgen: vmware doesn't support 3d [09:36] yes it does [09:36] vmware6 runs many xp in virtual machine with full 3d support [09:36] many games in xp i ment [09:37] i just want to do it the other way around... using linux and a linux guest system with 3d [09:37] but not vmware server [09:39] i saw some movie on youtube where they did it [09:46] It accelerates D3D, not OpenGL. You won't benefit from it if the guest OS isn't Win2k or XP. === Re|ent|ess [i=LentScri@76.205.118.86] has joined #xubuntu [09:48] I cant install xubuntu [09:48] O.o ? [09:48] D: [09:48] The install wont let me continue [09:49] where does it stop? [09:49] picking a languange [09:50] its doesnt show the languanges [09:50] and the forword button is grey [09:50] have you checked the CD for defects? [09:51] Yep [09:51] it worked just fine [09:51] i een downloaded a new iso and burned it [09:51] and it did the same thign [09:51] the problem always comes? [09:51] do you have 192 mb of ram or higher? [09:53] 256 [09:54] Yep [09:54] mhmm... well, if you liked what you saw and want to install it, then you can always burn the alternate cd === Catoptromancy_ [n=Miranda@fl-71-1-235-150.dhcp.embarqhsd.net] has joined #xubuntu [09:55] i can do what? [09:56] you can download and burn the alternate CD [09:57] the alternate cd is normally better at installing the OS === Lectus [n=chatzill@20132235204.user.veloxzone.com.br] has joined #Xubuntu [10:01] cna i order the alturnate CD? [10:04] you can, or simply download it, it should be at the same place you got the iso for your current CD === servaas-xubuntu- [n=servaas@ip56508163.direct-adsl.nl] has joined #xubuntu === servaas-xubuntu- [n=servaas@ip56508163.direct-adsl.nl] has left #xubuntu [] === Maybelline [n=jeremy@66-169-100-203.dhcp.ftwo.tx.charter.com] has joined #xubuntu [10:34] Anyone know if the RT2500 drivers are being worked on for Gutsy? [10:36] Maybelline: what's the RT2500 driver? [10:36] for wireless cards [10:37] works (without Network Manager) in Feisty, but it's broken in Gutsy [10:38] Maybelline: they are/were being worked on for gutsy [10:39] gnomefreak: Cool. All I can find are bug reports -- no mention of anyone working on it. === hyper_ch [n=hyper@84-75-93-168.dclient.hispeed.ch] has joined #xubuntu === UBUNT2 [n=soma@211.47.102.211] has joined #xubuntu === UBUNT2 [n=soma@211.47.102.211] has left #xubuntu [] === Lizard_ [n=user@dde104.neoplus.adsl.tpnet.pl] has joined #xubuntu [11:05] hello [11:06] i have some problem with my xubuntu and xfce. I want change my gtk theme but when I try do it i have bug: gtk-theme-switch2: Sorry, "/home/user/gtk-2.0/gtkrc" does not appear to be a valid theme directory or tarball! [11:06] . I use gtk-theme-switch2. What i can do? === kali|away is now known as kalikiana === merhojt [n=Jimmy@h103n6c1o885.bredband.skanova.com] has joined #xubuntu [11:16] !!! [11:16] someone is here? === merhojt [n=Jimmy@h103n6c1o885.bredband.skanova.com] has joined #xubuntu === Mez [n=Mez@ubuntu/member/mez] has joined #xubuntu === keoni86 [n=chadh@69-12-228-76.dsl.dynamic.sonic.net] has joined #xubuntu === orbit7 [n=martijn@cp562554-b.landg1.lb.home.nl] has joined #xubuntu === Knightlust [n=Dax@ubuntu/member/knightlust] has joined #xubuntu === txwikinger [n=txwiking@sblug/member/txwikinger] has joined #xubuntu === tonyyarusso [n=anthony@ubuntu/member/tonyyarusso] has joined #xubuntu === sacater [n=sacater@ubuntu/member/colchester-lug.sacater] has joined #xubuntu === Pablo [n=Pablo@1e.71.d1c4.cidr.airmail.net] has joined #xubuntu === jikuty [n=em@CPE001195752c87-CM00111ade8af2.cpe.net.cable.rogers.com] has joined #xubuntu === sparrw [n=kvirc@pdpc/supporter/active/sparr] has joined #xubuntu === mindframe [n=mindfram@ip68-106-174-142.br.br.cox.net] has joined #xubuntu === orbit7 [n=martijn@cp562554-b.landg1.lb.home.nl] has joined #xubuntu === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #xubuntu === merhojt [n=Jimmy@h103n6c1o885.bredband.skanova.com] has joined #xubuntu === affan [n=affan@adsl-68-94-60-180.dsl.rcsntx.swbell.net] has joined #xubuntu === elbing [n=elbing@143.Red-83-40-150.dynamicIP.rima-tde.net] has joined #xubuntu === Jimmy__ [n=Jimmy@h103n6c1o885.bredband.skanova.com] has joined #xubuntu === TehRealNexGen [n=benjamin@pcd352085.netvigator.com] has joined #xubuntu === kalikiana_ [n=kalikian@xdsl-84-44-155-60.netcologne.de] has joined #xubuntu === tidrion [n=cescalan@mail.ogdenpubs.com] has left #xubuntu [] === briancron [n=brian@c-76-111-26-81.hsd1.va.comcast.net] has joined #xubuntu === PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #xubuntu === Smygis [n=smygis@e611.cust.vannas.net] has joined #xubuntu === OGDA [n=thomas@dialup-4.246.221.80.Dial1.SanJose1.Level3.net] has joined #xubuntu === hyper_ch [n=hyper@84-75-93-168.dclient.hispeed.ch] has joined #xubuntu [12:16] where in gnome did i change the metacity settings?