[00:11] deejoe: I managed to bork it :/ [00:12] ran gparted from a livecd... it resized the ext4 okay, then gave an error [00:12] whats the error? [00:12] hi holstein [00:12] o? [00:12] o/ [00:12] * [00:12] hey :) [00:13] it was after it had done the resizing the error came... I don't remember, tbh [00:13] also: \m/ [00:14] kristian-aalborg, did you have the swap off [00:14] yes [00:14] so, I could not boot.... it said I have to run fsck manually.... so I boot in failsafe, and skips the mounting of /home (the broken partition) [00:14] kristian-aalborg, everything was unmounted? [00:15] it should be... getting doubts now, though [00:15] but, now I booted to failsafe... and I can't run fsck [00:16] I can run it, but I get a huge warning [00:17] kristian-aalborg, from the live cd everything unmounted sudo fsck /dev/(partition needingfsck) [00:31] hi again [00:31] the livecd does not have fsck :( [00:31] however, I'm on it now - gparted says "unknown" for the faulty partition [00:33] kristian-aalborg, you could try testdisk what was there can you loose it? [00:33] it was /homw [00:34] ... /home, of course [00:34] kristian-aalborg, you can't run a fsck on a unallocated [00:35] that's the weird thing - it's just "unknown" [00:36] should I just delete it? [00:36] kristian-aalborg, I know unallocated unknow? where [00:37] sorry? [00:37] kristian-aalborg, where does it say unknown [00:37] gparted [00:37] /dev/hda6 [00:38] the partiotion I shrunk [00:38] kristian-aalborg, so it says in the partition line unknown as well as in the gparted window [00:38] yes, I guess so [00:40] kristian-aalborg, I guess the question is can you just afford to reinstall the whole OS are you backed up with what you would want to save movies,media..etc [00:41] whenever im about to do some crazy partitioning [00:41] i try and set the scenario up in virtualbox [00:41] to test [00:41] nit-wit: I can if I don't have a choice I guess [00:41] and learn how to do it [00:41] make sure it'll work [00:42] holstein: trial and error beats your method [00:42] ;) [00:42] trial and what? [00:42] OH... error... ;) [00:42] * holstein is a look before you leap kinda guy [00:43] but i say your not doing it right til you break everything and have to reinstall a couple times [00:43] I guess this could've happened anyway [00:44] I guess I could save my /bin an /sbin? [00:45] kristian-aalborg, there is a program called testdisk you run from the live cd that is a recovery tool I can't really help you in using it, but some find some success to varying levels and the amount of time it takes. It would probably confuse many as it is a muti tool device. here is a link yu would install it with the live cd from synaptic. http://www.cgsecurity.org/wiki/TestDisk [00:45] nit-wit: the problem is that my cd drive does not like cdroms over 30 gigs or so [00:45] 30 megs, of course [00:45] kristian-aalborg, not sure what you mean there [00:46] it's borked ;) [00:46] kristian-aalborg, your booted on a live cd right [00:46] slitaz livecd... 30 meg [00:47] I got ubuntu on it via netinstall... mini.iso [00:47] kristian-aalborg, oh I see well can you boot a thumb [00:47] nope [00:47] it's a ThinkPad 770... not much fanciness going on [00:48] kristian-aalborg, well with all the limitations it sounds like a new computer or new install. use a external HD to save your stuff to [00:49] nit-wit: I bought this computer just to play with, so no need for another - I have a decent one already for everyday use :) [00:57] Hey [00:57] Why would a shell script give the error "line 7: =: command not found" [00:58] because the command on line 7 is not found [00:59] probably an out of place tick or semicolon or something [00:59] The command exists though, here's that line: $OUTPUT = '/usr/local/bin/base64 -e encrypted';; [00:59] and I know the base64 works [00:59] hmm [01:00] that's inside a case statement too [01:05] mooseBoy: What interpreter is being used? [01:06] um...idk...how do I tell [01:06] I actually found a way around it though [01:06] but I have another question [01:07] mooseBoy: The first line is #!/bin/SOMETHING [01:07] mooseBoy: That SOMETHING is the interpreter [01:07] ummm...i don't have that first line...is that a bad thing [01:08] mooseBoy: Are you told to run the script with a command? like "sh script.sh"? [01:08] mooseBoy: Or "python script.py"? [01:08] I was trying to run it with a ./script [01:08] but im not exactly sure what i'm doing [01:11] mooseBoy: Um, shell scripts can't be run without a shabang (#!) line [01:11] to my knowledge [01:11] mooseBoy: Where did you get the script from? [01:11] I didn't. I was trying to make my own [01:12] mooseBoy: What language is it in> [01:12] ?* [01:13] um just terminal commands [01:13] like echo and stuff [01:13] I think I should have this at the top #!/bin/bash [01:14] That's what I found online [01:14] mooseBoy: Yes, it should. Also, shell scripts don't have semicolons at the end of a line. [01:14] okay [01:14] I think I got it [01:14] another question, how do I echo the output of a command [01:15] like echo whoami without it printing "whoami" out [01:15] mooseBoy: Just don't put a redirect at the end of a line? [01:15] mooseBoy: It shouldn't echo the commands. [01:15] o.O [01:15] i'm confused. Sorry, I'm really really new at this [01:16] mooseBoy: Unless you specify it, BASH will not echo the commands out. [01:16] okay, so how do I make it do that [01:17] maybe I should read through the man page [01:17] mooseBoy: Wait, you WANT it to do that> [01:17] ?* [01:18] I want it to say: "root" when i run "echo whoami" [01:18] mooseBoy: You souldn't be using echo. [01:18] okay, so how else to I output [01:18] *do [01:18] mooseBoy: Just... run the command. [01:19] mooseBoy: A shell script is a series of console commands, nothing special [01:19] Oh wow, I feel dumb now [01:19] haha it works though :D [01:23] thanks for the help though [01:24] mooseBoy: if you want to write more scripts http://mywiki.wooledge.org/BashGuide is a good read [01:33] hi yofel [01:40] yofel :am making ssh just for learning I made Openssh in Desktop and sysv-rc-conf too and I am opening a book which told me to write in the prompt ssh 192.....and prompt asked for password and I write a password but no connection yet can you teach me why? [01:41] ok, back to step 1 [01:41] you installed openssh-server on your desktop? [01:41] there is something rong or missing I can not [01:41] see this [01:42] http://paste.ubuntu.com/543382/ [01:43] forget sysv-rc-conf for now, you don't need that [01:43] fatharrahman__: you username is the same on 192.186.1.2 ? [01:43] from line 42 [01:43] sorry [01:43] no [01:44] line 44 sounds right, but you're trying to login as user fatharrahman on 192.168.1.2 [01:44] 192.168.1.2 is the desk top which I want to connect to [01:44] yes [01:44] what's your user name on .2 ? [01:45] fatherrahman is the laptop host name [01:45] fadul [01:45] fatharrahman is also you *current* username, which is what ssh will use by default as remove username [01:46] so to connect you'll use 'ssh fadul@192.168.1.2' [01:46] why fadul is where I want to connect to [01:46] from fatharrahman to fadul [01:47] fatharrahman__: as long as you didn't edit hosts, ssh *doesn't* know any host names, so forget those [01:47] so ssh sees 'fadul' as '192.168.1.2' [01:47] and if you give it 'fadul' it'll think: "err... what's that?" [01:47] yes [01:48] fatharrahman__: ok, then what is your USER name on fadul [01:48] fadul is the user name of the desktop [01:49] fatharrahman__: good, then you'll have to tell it to login to user fadul on your desktop, the syntax is 'ssh @', so use 'ssh fadul@192.168.1.2' [01:50] anyone - i install 2 new themes, they look ok and say installed, but when i go to pick them in ubuntu appearance and they are not there to pick, go to reinstall, and it says they are there, can someone help? when i try to reinstall it says something like cannot copy over folder [01:50] am I rong? [01:50] username @ host? [01:50] using 10.10 [01:51] fatharrahman__: with what? 'ssh 192.168.1.2' is the same as 'ssh fatharrahman@192.168.1.2' and if your desktop doesn't have a user fatharrahman it'll fail [01:51] so you need to tell it which username to use [01:51] JoeSomebody: might have to sudo move the theme [01:51] wherever its suppose to go [01:51] depends on the error? [01:51] am confused yofel [01:52] why does it say 'cannot copy' JoeSomebody ? [01:52] fatharrahman__: what happens if you run: ssh fadul@192.168.1.2 [01:52] JoeSomebody: They are not installed as theme sets, but the individual elements are available under "customize" [01:52] but am running it in fatharrahman and not fadul [01:52] aveilleux: totally ;) [01:53] fatharrahman__: ssh needs to know the username on your *desktop* [01:53] not sure i follow , why is that? [01:53] they are not complete theme sets [01:53] the username of the laptop is fatharrahman how should I change it? [01:53] fatharrahman__: it's like it goes to your desktop asks: is there a user fatharrahman? answer: no, and it doesn't know what to do [01:53] fatharrahman__: so you need to tell it to ask for user fadul [01:54] fatharrahman__: well, please run 'ssh fadul@192.168.1.2' and tell me what happens [01:54] fatharrahman__: you shouldn't change any username, you just need to tell ssh which username you used on your desktop [01:55] ok [01:55] it ask for apassword [01:55] fatharrahman__: input password of user fadul [01:55] how do i fix it and redo them right? [01:55] ok then I got it [01:56] JoeSomebody: the theory is that there is nothing to fix [01:56] fatharrahman__: that's essentially the login prompt on your desktop [01:56] JoeSomebody: No. You can't install full theme sets. [01:56] yofel: am sorry [01:56] why cant i ? [01:56] you did it again yofel [01:56] it worrks [01:57] fatharrahman__: good :) [01:57] you are amazing [01:57] :) [01:57] fatharrahman__: I use ssh myself so I know how it works ;) [01:57] how can i remove the two that did not go right? [01:58] JoeSomebody: what did you install? [01:58] and how did you install? [01:58] If you are online I believe I'll never be embarrassed with my computer yofel THANK YOU [01:58] i figure i have to remove them ,and then put one back , and then save it as something , etc. etc, right? [01:58] JoeSomebody, how did you install them ? [01:58] or is the stuff just broke in this version? [01:59] fatharrahman__: just ask here, I'm not the only one that knows a lot ;) [01:59] this was easy in 9.something [01:59] JoeSomebody: link us to what you downloaded [01:59] download in ff, install in default, theme mgr i think [01:59] UndiFineD too ;) [01:59] theme installer maybe [01:59] theme something [01:59] fatharrahman__, ;) [02:00] :) [02:00] JoeSomebody: right [02:00] what page did you go to? [02:00] what file did you download? [02:00] the one suggested in appearance [02:00] ok [02:00] teh first two themes on the list [02:01] the first two themes on the page [02:02] holstein that system is not on the net or irc [02:02] you have the answer [02:02] best i can do [02:03] am connected via ssh to a desktop how can I control and view the desktop of that computer? [02:03] and i dont have 10.10 running JoeSomebody :/ [02:03] let me see what i have in 10.04 [02:03] i remember the first two themes on the first page, aero-ion and cillop midnight [02:03] they looked like they installed [02:03] yet are " not there" [02:03] fatharrahman__: you can't do that over ssh, since ssh is command line only [02:04] JoeSomebody: Have you looked for the theme elements in "Customize"? [02:04] fatharrahman__: VNC does that though, but I don't know much about that [02:04] JoeSomebody: you click on 'get more themes online? [02:04] then you get linked to http://art.gnome.org/themes/ ?? [02:04] right? [02:04] what is the command openinig dektop through ssh [02:05] fatharrahman__: You can't do that. [02:05] holstein yes [02:05] cd /home/you/Desktop [02:05] fatharrahman__: SSH isn't a graphical login. [02:05] the Desktop directory ^^ [02:05] hm [02:05] !vnc [02:05] 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 [02:05] fatharrahman__: ^ [02:06] JoeSomebody, I have installed one [02:06] JoeSomebody: so, what did you download there? [02:06] [10:03pm] i remember the first two themes on the first page, aero-ion and cillop midnight [02:06] [10:03pm] they looked like they installed [02:06] [10:03pm] yet are " not there" [02:06] aveilleux: cant I view desktop of a computer I already contact with by ssh? [02:07] JoeSomebody, it was a control theme, that aero-ion one [02:07] only control but not seeing? [02:07] fatharrahman__: No. SSH is not a graphical system. [02:07] i am a newbie on linux [02:07] this is something you download, and is then extracted to another directory [02:07] not sure i even get that [02:07] fatharrahman__: ssh is terminal only, you *can* open applications from your other pc on your *current* pc if you use 'ssh -X ...', but not the entire desktop [02:08] well, that maybe too, but you can't control the desktop that's running on the other pc [02:08] in windows a theme is a freakin theme :) [02:08] I got it [02:08] windows theme? [02:08] decorations? [02:08] in windows a theme is one thing [02:08] JoeSomebody: In Linux (or Metacity, more precisely) a theme is a set of different elements put together. [02:08] OH, windows borders? [02:08] JoeSomebody: Just like the rest of the OS. [02:08] so here its many things together? [02:08] may some body please develop an application combine ssh and vnc ? :) [02:09] fatharrahman__: lol [02:09] fatharrahman__: Why would you need to? VNC is graphical, SSH is command-line. [02:09] is canon pretty compatible with ubuntu overall? [02:09] *printers [02:09] so how do i get a whole theme installed at once, dont [02:09] Cheri703: depends [02:09] so how do i get a whole theme installed at once, i dont? [02:09] fatharrahman__: that guide ubot2 posted mentions ssh with vnc too [02:10] pretty much have to google around, or just try it Cheri703 :) [02:10] JoeSomebody: You can install all of the elements at once, but Ubuntu doesn't automatically put them together for you. [02:10] I'm looking for a new printer, and I won't get an hp, and I know lexmark is out, I've heard brother is decent with linux support, and *some* epsons [02:10] aveilleux we are linux fans we want to make live easier so I call for that [02:10] * holstein has had good luck with brother [02:10] aveilleux: in this case ssh is to encrypt the data vnc is transmitting [02:10] fatharrahman__: well, it's already doable, read the guide [02:10] holstein: that's where I'm leaning right now, just have to figure out which one [02:10] so i was hoiping to look at some popular linux themes , what you just told me has me wondering if i even can [02:11] JoeSomebody: It's.... not that hard of a system to use. [02:11] Cheri703: save the recipts [02:11] just in case [02:12] is there some illustrated books on themes? [02:12] you can goodle the model though and see [02:12] or faq or doc or something [02:12] yofel: ubot2 is not posting any more ;) [02:12] HP has linux drivers right on the site [02:12] brother has some too AFAIK [02:12] fatharrahman__: well, read the one line it posted :P [02:12] which guide? [02:12] I refuse to get another hp [02:12] !vnc | fatharrahman__ [02:12] fatharrahman__: 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 [02:12] fatharrahman__: ubot2 is a bot. It responds to keywords in the channel. [02:12] i'll probably get another brother when the time comes [02:13] i have an epson that works too [02:14] I dont understand what bot exactly mean and how uou control this thing [02:14] JoeSomebody: http://linuxtree.blogspot.com/2010/10/12-themes-for-ubuntu-1010.html [02:14] theres some fancy looking themes that im not going to ever try [02:14] I am reading the guide now [02:15] ive always just downloaded the parts i wanted and used them [02:15] the icons or whatever i want [02:15] JoeSomebody: there are a lot of options for theming [02:15] fatharrahman__: bot is short for robot [02:15] !me | fatharrahman__ [02:15] fatharrahman__: Hi! I'm #ubuntu-beginners's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi | Usage info: http://ubottu.com/devel/wiki/Plugins | Bot channels and general info: https://wiki.ubuntu.com/IRC/Bots [02:15] how to make vino-preferences start automatically at start up [02:15] fatharrahman__: read the Usage info, that has information how to use the bot [02:15] fatharrahman__: it should be persistent [02:16] the settings there [02:16] yofel: did you set ubot2 up? [02:17] ubot2 is a supybot right? [02:17] holstein: Error: I am only a bot, please don't think I'm intelligent :) [02:17] yah [02:17] holstein: no, from the bot list jpds owns it [02:17] I asked a Q and he was explaining [02:17] * holstein is setting up a supybot to replace a phennybot [02:17] is bot working alone ? [02:17] holstein: if you have a question about the bot jpds as at least in #ubuntu-bugs [02:18] s/as/is/ [02:18] am sorry I thouh yofel did it [02:18] yofel: i dont have anything specific yet [02:18] im still RTFM-in [02:18] g [02:19] you guys know all about themes, is there a channel for themes, or some sort of a guide? [02:19] i would say there are guides out there [02:19] i hvea ubuntu book but its way outa date now [02:20] depends on where you get them from [02:20] fatharrahman__: the bot is a program running by itself, usually you're just querying it's database about stuff it knows [02:20] and what verions of things you are running [02:20] gnome, etc.. [02:20] mp3 [02:20] JoeSomebody: best way is just asking [02:20] JoeSomebody: did you try in #ubuntu? maybe someone there knows [02:20] 'i downloaded this file from this site, how do i install it' [02:21] yeah i asked there first, they sent me here [02:21] :/ [02:21] they don't seem to answer newbie questions lately for me, they used to [02:21] yofel do you mean if write some of what is under factoid the bot answer? [02:22] how old is this chan? i didnt know about it [02:22] you need a ! prolly [02:22] !something [02:22] Factoid 'something' not found [02:22] fatharrahman__: as holstein said [02:22] !nautilus [02:22] Factoid 'nautilus' not found [02:22] !ssh [02:22] SSH is the Secure SHell protocol, see: https://help.ubuntu.com/community/SSH for client usage. PuTTY is an SSH client for Windows; see: http://www.chiark.greenend.org.uk/~sgtatham/putty/ for it's homepage. See also !scp (Secure CoPy) and !sshd (Secure SHell Daemon) [02:22] ahhhhhhhha [02:22] !vino [02:22] Factoid 'vino' not found [02:22] I got it [02:23] :/ [02:23] !ask [02:23] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [02:23] !info vino [02:23] wow [02:23] wow [02:23] yofel: vino (source: vino): VNC server for GNOME. In component main, is optional. Version 2.32.0-0ubuntu1.1 (maverick), package size 159 kB, installed size 512 kB [02:23] AH [02:23] there it is :) [02:23] !info nautilus [02:23] holstein: nautilus (source: nautilus): file manager and graphical shell for GNOME. In component main, is optional. Version 1:2.32.0-0ubuntu1.1 (maverick), package size 1138 kB, installed size 3036 kB [02:23] "!info" queries the package database [02:24] :) [02:24] acutally the syntax is: '!info ' [02:24] !info xserver-xorg-core natty [02:24] yofel: xserver-xorg-core (source: xorg-server): Xorg X server - core server. In component main, is optional. Version 2:1.9.0.902-1ubuntu1 (natty), package size 1453 kB, installed size 3724 kB [02:24] wow you guys living in a totally different world [02:24] the current stable release is the default [02:25] fatharrahman__: stay with us for a few months and you'll know a lot too ;) [02:25] !grub hardy [02:25] Factoid 'grub hardy' not found [02:25] !info grub hardy [02:25] holstein: grub (source: grub): GRand Unified Bootloader. In component main, is optional. Version 0.97-29ubuntu21.2 (hardy), package size 376 kB, installed size 836 kB (Only available for i386 kfreebsd-i386 hurd-i386 amd64 kfreebsd-amd64 lpia all) [02:25] COOL [02:26] yofel: Thank you you and holstien are amazing and very kind people [02:26] !info unity natty [02:26] what is 10.10 called? [02:26] holstein: unity (source: unity): Unity Interface for Ubuntu Netbook Edition. In component main, is optional. Version 0.2.46-0ubuntu5 (natty), package size 125 kB, installed size 484 kB [02:26] JoeSomebody: maverick meerkat [02:26] !holstein thnk you [02:26] fatharrahman__: Error: I am only a bot, please don't think I'm intelligent :) [02:27] !info userguide maverick [02:27] fatharrahman__: anytime [02:27] JoeSomebody: Package userguide does not exist in maverick [02:27] fatharrahman__, holstein: you can also talk to the bot in private, there without the !: /msg ubot2 [02:27] JoeSomebody: it would be a package in the OS [02:27] :) [02:27] yofel: i have my bot querried [02:27] to do admin tasks [02:28] took me a while to get it to announce [02:28] and i dont have factiods set up at all [02:28] !info theme manager maverick [02:28] JoeSomebody: 'manager' is not a valid distribution: hardy, jaunty, karmic, lucid, maverick, natty [02:28] hmmm [02:28] coffee break [02:29] JoeSomebody: one thing that is confusing the bot [02:29] a package name wont have any spaces [02:29] theme-manager [02:29] IF there is a theme-manager package [02:29] the bot is expecting !info [02:29] then the package name [02:29] then the release [02:29] the spaces mean something [02:30] !info gnome-apperance-properties maverick [02:30] holstein: Package gnome-apperance-properties does not exist in maverick [02:30] !info gnome-appearance-properties maverick [02:31] holstein: Package gnome-appearance-properties does not exist in maverick [02:31] !info gnome-appearance-properties [02:31] holstein: Package gnome-appearance-properties does not exist in maverick [02:31] hmmm [02:31] JoeSomebody, there is an ubuntu manual [02:31] !info gnome-appearance-properties [02:31] holstein: Package gnome-appearance-properties does not exist in maverick [02:31] !manual [02:31] The Ubuntu Manual will help you become familiar with everyday tasks such as surfing the web, listening to music and scanning documents. With an emphasis on easy to follow instructions, it is suitable for all levels of experience. http://ubuntu-manual.org/ [02:32] !info gnome-appearance-properties lucid [02:32] holstein: Package gnome-appearance-properties does not exist in lucid [02:32] !appearance [02:32] Factoid 'appearance' not found [02:32] eh [02:32] !themes [02:32] Find your themes at: http://www.gnome-look.org - http://art.gnome.org - http://www.kde-look.org - http://kubuntu-art.org - http://themes.freshmeat.net/browse/58/ - http://www.guistyles.com - https://wiki.ubuntu.com/Artwork/ - Also see !changethemes and https://help.ubuntu.com/community/UbuntuEyeCandy [02:32] its not an exact science :) [02:35] yofel: before say good night give me on command to shutdown fadul@192. using ssh [02:35] exit [02:35] OH [02:35] to shut it down remotely [02:35] no holstein [02:35] yes [02:35] fatharrahman__: to logout from your desktop 'exit' or press ctrl+d, to shutdown, 'sudo shutdown -h now' [02:35] sudo shutdown -n now [02:36] * holstein just found that ctrl+d like yesterday ;) [02:36] holstein: shutdown has no -n option [02:36] sudo shutdown -h now ** [02:36] yeah, like -h = halt right? [02:37] holstein ,yofel,UndiFineD Good Night [02:37] fatharrahman__: GN [02:37] gn [02:37] UndiFineD that is Getting Started with Ubuntu 10.04 , i have that and havent used it yet, as i have 10.10 and want a full manual, should i us eit anyway, or perhaps that is all there is so far? [02:37] holstein: -h is actually: halt or power off (depends on the system) [02:38] i think youll be OK with a 10.04 manual in 10.10 [02:38] the 10.04 manual is often good enogh for 10.10 [02:38] ok sweet [02:38] holstein: -H would be halt and -P is power off, but -h is what everone uses usually [02:38] the next manual would be 11.04 anyway [02:38] yofel: OH yeah [02:39] i read that [02:39] the -H option [02:39] didnt try -P [02:39] -h is the one that worked for me :) [02:39] lots of windows books around, but not so much on ubuntu, i will buy it even :) [02:40] JoeSomebody: its challenging to create such a book [02:40] lots of changes happening [02:40] not so much with the core usually [02:40] but making that end-all beginner book would be a challening [02:40] challenge* [02:45] anyone using wicd ? [02:45] wicd-curses [02:46] i was thinking that would be a handy tool [02:46] hai holstein [02:46] hajour: hello [02:46] its almost 4.00 in night here [02:46] AH [02:46] 10p here [02:47] where got you a problem with holstein ? [02:48] no problems right now :) [02:48] so far [02:49] if you want to chat just talk.you can better go to #ubuntu-beginners-team [02:49] this channel is only for if you got problems with a program ore something like that [02:50] I think he's hanging out to help hajour [02:50] o ok sorry [02:50] thought he was a new comer [02:50] i was, i was just trying to catch a natural lag in conversation [02:50] and see if somebody was using wicd-curses for something useful [02:51] hajour: i havent been here in a while [02:51] no problem hajour :) [02:51] ok .i am here just 2 weeks .i was just trying to help.:) [02:51] thanks [02:52] your welcome.:) [02:58] one thing that is a good and bad thing about ubuntu: you can't (or at least not easily) create dummy printers to test drivers [02:58] it wants an actual one to verify with [02:59] in windows I can create them and play with the drivers all I want [02:59] holstein: I'm looking at the epson stylus nx625...has auto duplexing, which is a major plus for me [03:00] that reminds me, does ubuntu have anything like windows driver verifier? [03:00] looks good Cheri703 [03:01] I work with xerox machines all day, so I lust after one of the big $30,000 office machines, with the finishers and such, but...not going to happen :/ [03:01] my older stylus that i forget the model # [03:01] out of the box support [03:01] JoeSomebody: not really [03:02] most drivers are in the kernel [03:02] and other drivers you would choose to install [03:02] you'll be able to 'verify' on your own [03:02] actually, sounds superior to windows (again) [03:03] just different [03:03] i mean, i think its superior ;) [03:03] but im not dogging other folk's preferences [03:04] windows has all these wrong drivers somehow, maybe windows shoudl have them built in too [03:04] well i must crack the book open ... [03:05] thanks all [03:05] JoeSomebody: laterx :) [03:19] hello everybody [03:22] does anybody has experience with PCSX2? [03:30] anyone? [03:35] asterismo: you have it running? [03:36] i installed an experimental PPA version [03:36] but i cannot make a game run at all [03:37] i dont know how many files for the bios there has to be and staff like that [03:37] i just asked my go-to gaming guy [03:37] i downloaded some bios files [03:37] he said its slow... [03:38] wait [03:38] theres an argument now [03:38] about how its not slow [03:38] its over in #opensourcemusicians [03:38] im sure they wouldnt mind talking about it with you [03:38] [lsd] and falktx [03:39] may i ask in that channel? [03:39] sure [03:39] i have a drive with my ubuntu root swap and home partitions first , then the rest of the drive is ntfs, i want to skrink and move my ntfs to the end, and then resize my home bigger by about 100 gb(which i have never done) do i use gparted, is that in terminal? [03:40] JoeSomebody, do not do that [03:40] i will do ntfs resize under windows [03:40] no? [03:40] windows always wants to be the first partition [03:40] no windows is on another drive [03:41] ok [03:41] the 1.5tb in question has linux and ntfs data only [03:41] i have 3 windows versions on a 250 gb [03:41] well it is ok then :) [03:41] i choose my hdd on boot [03:42] so i can use gparted ? and is that a GUI? [03:43] http://paste.ubuntu.com/543411/ [03:43] yes gparted is a gui : System -> Administration -> Gparted ... [03:52] so i can use gparted on ntfs too? [03:53] i mean can i use gparted on ntfs too? [03:53] yeah [03:53] just make sure everything is backed up [03:56] only part backed up , cant help it [03:59] what is align to MiB? [03:59] JoeSomebody: thats what im getting at [04:00] you really can totally break everything you have [04:00] in one click [04:00] its easy [04:00] ive done it ;) [04:00] i would back up everything [04:00] read everything twice [04:00] then, ask 'do i really need to do this now' [04:00] then, do it [04:01] as long as your comfortable with those terms [04:01] dont worry about 'align to MiB' [04:12] is gparted live any better in my case? [04:13] gparted is gparted [04:14] if you can move live that is ok [04:14] but if you need to unmount / or /home [04:14] then use the livecd === UndiFineD is now known as Guest12280 === Guest12280 is now known as undi === undi is now known as UndiFineD === C is now known as Guest3744 === KinkyPinkie is now known as inkognito === inkognito is now known as KinkyPinkie === KinkyPinkie is now known as inkognito === inkognito is now known as KinkyPinkie === KinkyPinkie is now known as inkognito === inkognito is now known as KinkyPinkie === KinkyPinkie is now known as inkognito [11:12] Gah! KinkyPinkie / inkognito please stop it === inkognito is now known as KinkyPinkie [11:13] -_-' [12:22] hi! how do i register my nickname with nickserv? [12:23] harmony1001, /msg nickserv help register [12:24] Mohan_chml: split second faster!! :| [12:24] lol [12:25] Mohan_chml I get this response: Unknown command? [12:26] harmony1001, http://pastebin.com/CuTm01ni [12:26] harmony1001: do not put a space infront of /msg [12:31] can i run the command in the ubuntu-beginners room? [12:31] when i type /msg i get unknown command [12:33] harmony1001: what client are you using to connect to irc? [12:33] empathy [12:34] harmony1001: !register <<-- try that. [12:34] !regsiter [12:34] Factoid 'regsiter' not found [12:34] JoeMaverickSett, FAIL :P [12:34] harmony1001: in your nickserv chat window. [12:34] Mohan_chml: not fail. [12:35] :o [12:35] Mohan_chml: this says so at least; http://ircanswers.com/ubuntu/483448/register-nick-using-empathy-client XD [12:39] harmony1001: could you register? [12:40] _chml: just joined the nickserv room [12:43] need help installing ubuntu 10.10 to my laptop [12:44] when i run ubuntu ni live cd [12:45] every thing works fine, but when i install it and restart the laptop i get a run error on some virtual adress [12:50] i am struggling to register my nickname with nickserv using empathy 2.32.1 [12:51] the /msg command in not supported [12:51] this !register command also does not work? [13:05] hi [13:28] !register [13:28] 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 [13:28] [http://ubottu.com/factoids.cgi?search=register] [13:33] !hi [13:33] Factoid 'hi' not found [13:35] !ubot2 [13:35] Factoid 'ubot2' not found [13:36] !pm [13:36] Please ask your questions in the channel so that other people can help you, benefit from your questions and answers, and ensure that you're not getting bad advice. Please note that some people find it rude to be sent a PM without being asked for permission to do so first. [13:36] !register [13:36] 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 [13:47] bash: /msg: No such file or directory [13:50] harmony1001: registering your nickname wrote an unclear guides and guess what this is the results :bash: /msg: No such file or directory [13:52] fatharrahman: you're supposed to do /msg in your irc client not in the terminal. [13:53] why they dont write this in the guide !register [13:58] where in xchat JoeMverickSett I mean which tab ? [14:02] fatharrahman: probably any tab, to be safe, try the freenode tab. [14:40] how to install GNOM power manager from shell (I want the command) please? [14:41] ? [14:42] fatharrahman: sudo apt-get install gnome-power-manager [14:42] thanks [14:42] np === yofel_ is now known as yofel [15:28] if some one got a crash while upgrading ubuntu then lost power manager he tried to lo in to ctrl+alt+f2 but it says incorrect log in wha s the problem the? [15:29] wrong user/pass? [15:30] could it be possible that the password file got corrupted? [15:30] plausible i suppose [15:31] theres a recovery mode [15:31] or was* === Joeb454_ is now known as Joeb454 [18:29] ? how do I turn up the brightness of my screen on a laptop [18:29] !brightness [18:29] Factoid 'brightness' not found [18:29] darn! [18:29] That's in your screen settings [18:29] Just opposite click, and it should be findable pretty quick reaper_ [18:31] ok thanks [18:32] Uh...i wonder if it worked.... [18:56] how do I check to see what is using my Internet [18:59] reaper_, execute "netstat" in a terminal [19:00] wow thats a lot [19:01] no problem ;) [19:01] wow cool... netstat rocks :) [19:02] there was like three or four I dont know what they are for [19:12] problem is this shows every network connection, port... so many applications connecting to so many other things [19:32] I have a big problem [19:33] fatharrahman, do tell [19:33] the desktop auto shutdown [19:34] fatharrahman, can you restart it more info please [19:34] ok [19:34] wait a minute am slow typer [19:35] fatharrahman, are you at a teminal tty [19:35] no [19:35] I started it again am at username screen now [19:35] fatharrahman, so far so good [19:36] I installed Ubuntu 10.04 in a 512 RAM desktop ok? [19:36] fatharrahman, ok [19:36] then sudo lubuntu in it [19:36] ok [19:37] fatharrahman, id lunbuntu in the chouces at login [19:37] is [19:37] it was pretty with wubi because BIOS dont see USB so it all inside a new windows [19:37] I was inside lubuntu [19:38] aha [19:38] fatharrahman, so you have a wubi your changing the desktops on? [19:38] no I [19:39] instaaled all the system by wubi and for three days it was good [19:39] I connected ssh [19:39] yesterday for learing how [19:40] and was connecting vnc 2 [19:40] then [19:40] it suddenlly [19:40] shutdown while freind browsing facebook [19:41] I lost ssh at laptp [19:41] I checked the desktop but no signal [19:41] after start up i mean [19:41] fatharrahman, with 512 ram I would be running it in a dual boot and a OS with less ram needed [19:42] fatharrahman, I just checked out archbang a arch offshoot that you can get a live ISI for [19:42] is wubi is not a dual boot [19:43] fatharrahman, technically no it isn't in it's own partition [19:43] fatharrahman, wubi is a file in windows more of a pseudo virtual. [19:44] ok why the system shut down exactly at connect to signal [19:44] fatharrahman, hard to say but do you know the ram and cpu at all time [19:45] usage [19:45] I opened it now no crash [19:46] but if I press connect to network at moment of internet connection it shutdown [19:46] fatharrahman, I would have a conky on the desktop to see whats being used [19:46] I'm having trouble getting my mic to work. I thought it was working because I saw something on Input Level in the Sound Preferences under Input but I've realized that's not me talking it just says there's input and there isn't. [19:46] by rhe way [19:46] Also I'm confused about what analog microphone / input 2 / microphone 1 et c all means. [19:46] for the "connector" [19:47] knit-win: what conky mean? [19:48] !conky [19:48] Factoid 'conky' not found [19:48] Meh. It was worth a shot. [19:48] Conky is like a desktop/widgit/thing. [19:49] But you can do more with it than that. [19:49] fatharrahman, conky is customizable http://ubuntuforums.org/showthread.php?t=1358302 [19:49] fatharrahman, just a desktop utility that will show a variety of things. [19:50] ok [19:50] what [19:50] MrAnthrope, sorry I can't help thanks for yours. [19:50] can I ask a Q? [19:51] go for it [19:51] heh. [19:52] if I got 2.4 GHz in this desktop and the bought 2-4 Gb RAM are this gonna work better or shoud I change motherboard? [19:53] fatharrahman, confusing question [19:53] "Highly configurable system monitor" [19:54] fatharrahman, how do you get these things? [19:54] what things ? [19:54] 2.4GHz processor? Is it single core? [19:55] I guess yes [19:55] If you're upgrading I would upgrade the motherboard and get a multicore processor. [19:55] for sure... multi-core is now defacto just about [19:55] But if you can't afford all that some more ram will help. I don't know what the ram cap is for Ubuntu. I'm pretty sure x64 doesn't have a cap. [19:56] Upgrading a mother board sounds like new Windows install needed [19:56] Xp might take it [19:56] but seeing as linux uses so little RAM 2 GB is good, 4 about the same, more just no change [19:57] Where does conky install to? System, Preferences? [19:58] Yeah you will definitely notice a speed boost if you get a dual core processor from what I've been told most Ubuntu shiz takes advantage of that now. [19:58] MrAnthrope, conky install to the system and has a file in files .conky is moved to home in the terminal then conky [19:58] MrAnthrope, it is not used in the menu [19:58] who can give me some time to guide me reinstall yhe ubuntu ?I need some private to complete it [19:59] ah. Hmm I guess I need a beginner's guide on conky lol. [19:59] fatharrahman Installing Ubuntu is more simple than installing windows. The only complicated part would be configuring partitions which is fairly easily explained. [19:59] fatharrahman, you might consider the Ubuntu forums lots of good help there and a lot more people available. [20:00] no [20:00] it is not that sort [20:00] It is not what sort? [20:00] I installed thousands of Ubuntu [20:00] MrAnthrope: all you need to know is 'killall conkey' [20:00] bodhizazen, what do you think forum or IRC? [20:00] =) [20:00] it gets old after a while [20:00] fatharrahman: what do you need help with ? [20:00] lol thanks bod but it's not running yet :P [20:00] knit-wit: whatever you feel is better [20:01] I don't have a .conky folder in my home folder. [20:01] bodhizazen, so even keeled [20:01] knit-wit: IRC works well for some, others not [20:01] if you have ADD, #ubuntu can be hard to follow [20:02] but often IRC is faster [20:02] bodhizazen, I have tried to help this person not god for helpers at least for me. [20:02] good [20:02] The desktop I mentioned is seeing the USB at BIOS but is not mounting feom it I posted this several time at forums I googled and scaned the web for asolution in vain thats why it is in wubi now [20:02] good luck to you all and a happy holiday got to go. [20:03] fatharrahman: ?? [20:03] your usb will not boot ? [20:03] same usb I installed many computer but thats why [20:04] Are you not able to burn a .iso to an actual CD? Or does the system not have a CD drive? [20:04] I have a CD ROM but not Writable [20:04] ._. [20:05] is the cd rom burnable [20:05] :) [20:05] or ahould it br writable [20:05] ? [20:06] I"m confused. Are you asking or telling? [20:06] asking [20:06] ?? [20:06] Do you not know how to burn .iso files? [20:06] I know [20:06] what am not sure is that [20:07] is my cd rom working [20:07] or should it be a writable cd rom [20:07] You're not sure if your cd drive is working? [20:08] no [20:08] it is working [20:08] lol :) [20:08] oh my GOD [20:08] it is working [20:08] how can I ask you? [20:08] please ? [20:08] let me ask [20:09] I'm afraid I just don't understand the question. [20:09] ok [20:09] I'll reform it [20:09] Don't punch me, but is English your first language? [20:09] no [20:09] What language do you speak? [20:09] it is sucks I know [20:10] lol I think that's the problem here. There are language specific IRC chat rooms for Ubuntu. [20:10] I'll speak Englis only from now [20:10] What is your first langauge? [20:10] language* [20:10] hidden [20:10] lol hidden? [20:11] could I reform my Q? [20:11] /join Ubuntu-fr for french [20:11] #Ubuntu-es for spanish. [20:12] et c. [20:12] what is required for a CD drive to burn a cd in it [20:13] my drive got a tag on it say CD-ROM-DRIVE is thats all ? [20:14] because some friend told me to burn a cd you should have a specific drive got writable labeled on it [20:15] is it clear now Mr MrAnthrope ? [20:23] !help [20:23] Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [20:25] I need help with Boinc running in urbntu 10.10 with gtx460 with the latest drivers. All most all wu's report computation error. [20:35] Sorry, fatharrahman I'm getting ready for work. Yeah your cd drive should say CD-R RW on it. [20:35] ok then the RW is not there [20:36] It should list three speeds. 48x 48x 24x or something. [20:36] it is only CD-R [20:37] I would invest in a RW drive. They're like 20 bucks. [20:37] www.newegg.com [20:37] that's why I have no choices either wubi or USB [20:37] I see. [20:38] is this a link for advertising your investment to me ? [20:38] lmfao [20:38] I wish. [20:38] new egg is a place to get cheap computer parts. [20:40] Thank you [20:41] Sorry I can't help with the USB issue, I have never installed an OS from a USB drive before. [20:42] fatharrahman, whats your computer model [20:42] I need help setting up Boinc-Manager in ubuntu 10.10 on an AMd atholn II x4 with a gtx460 wu's error out? [20:43] I dont kow bubbalooo [20:43] Fair warning, bubbalooo, he doesn't speak english and refuses to go to his native language channel. [20:44] thank you MrAnthrope [20:44] MrAnthrope, I could add more warnings but I would like to see them helped.;) [20:44] lol [20:44] He could get help if he'd go to his native language channel. Learning Linux is a LOT like learning a foreign language. [20:45] Have you ever tried to study German in French? It's not fun. [20:45] am good with english many natives thinks am native :) [20:46] I'd say you're at about a 4th grade writing level. [20:46] it is here you need not to focus on grammer while eriting quickly [20:46] writing * [20:47] Grammar is important for communication. Your lack of grammar is what took you 20 minutes to ask if your CD drive was RW. === MrAnthrope is now known as Geo|wrk [20:47] I thought this was a help channel not grammer lessons ? [20:48] oldtroupador, it is a communication channel first [20:48] I was trying to give a quick query [20:49] and to pick a quick reply [20:49] fatharrahman, whats the native language [20:50] what's [20:50] should I stop entering this freenode [20:50] fatharrahman, no we just want to help and communication and understanding help thats all. [20:51] I speak English only bad english too [20:51] many people here helped me and got me as well why do want to kick me off? [20:52] I am sorry [20:52] fatharrahman, who wants to kick you off you would be already if that was the case [20:52] you made me mad for a while [20:52] who me [20:52] I am sorry [20:53] I am repeating my apologetics [20:53] I am sorry [20:54] fatharrahman, when in a environment that is major changes to you set up I want to make sure personally I don't bork it [20:55] we want you safe and happy.;) [20:55] forget about the question now am asking you during this crazy conversation did you misunderstand me in due to English? [20:56] I guess no is the answer [20:56] fatharrahman, the only thing I noticed is a exsperience level with partitioning and open source thats all [20:57] not necessarily accurate that is why I ask questions, but when the message gets mixed up it adds more difficulty. [20:57] is it grammatically true to say : 'a experience ' ? :) [20:58] you typed "a exsperience" [20:58] :) [20:59] fatharrahman, I have to log off soon so where are we at, I think talking about grammer is a waste of time but that is just me. It is about understanding each other really [20:59] should I forget about what are you talking about and focus on this as you were making to me? [20:59] no [21:00] I don't think this is a wise sction [21:00] fatharrahman, good luck see you soon I hope you get whatever resolved that seems to be the problem [21:01] I need help setting up Boinc-Manager in ubuntu 10.10 on an AMd atholn II x4 with a gtx460 wu's error out [21:01] thanky you [21:01] bye [21:21] hello [21:21] can someone please help me out [21:22] anyone there? [21:27] !anyone | davric [21:27] davric: A large amount of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? [21:28] Well I installed Heroes of Newerth but when I try to launch it my screen flickers and im back to desktop [21:29] davric: don't play HoN, you probably installed it through wine [21:29] no it is linux native [21:29] so did you check the appdb from WINE? [21:29] oh [21:29] mm [21:29] I installed the linux version correctly [21:29] did you by any chance google it? [21:30] i have installed and played it in the past easily on different comps [21:30] the problem [21:30] yes extensively [21:30] I think it might be lack of proper drivers [21:30] do you have 3d drivers installed? [21:30] but i cant seem to find how to get the latest radeon x800 drivers [21:30] not sure, i would like to go about installing them though [21:30] I run a Radeon X800 [21:31] please help me install them [21:33] mm [21:34] you probably tried the hardware drivers program? [21:34] or not yet? [21:34] I have [21:34] did not find any drivers [21:44] mm [21:44] well then we need to manually find them [21:44] hi!! [21:44] mmm davric that's not promising, first hit: "Radeon x800 ATI Driver Misery" :P [21:44] aww really? [21:45] so you guys cant help me ]: [21:46] davric: so you have 32 bit or 64 bit? [21:47] I run a 3.6ghz dual core proccessor [21:47] but [21:47] i installed 32 bit version of ubuntu [21:47] i believe [21:47] okay [21:47] https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-9-3-x86.x86_64.run [21:47] ATI Radeon X800 Series that's the vid card you have, right (just to be sure) [21:48] well download that link [21:48] and get back to me when you've downloaded it [21:48] downloaded it [21:50] i have it downloaded [21:55] okay [21:55] sorry for not responding quickly :D I'm in a very interesting conversation about religion [21:55] well can you open a Terminal? [21:55] do you know how that is done? [21:56] yes [21:56] okay [21:56] just tell me what i need to type in terminal [21:56] well open one up [21:56] ok [21:56] where did you download it? [21:56] cd Downloads [21:56] in home folder [21:56] or desktop [21:56] okay [21:56] well do cd Downloads [21:57] and then [21:57] ./ati-driver [21:57] and just autocomplet it [21:57] and press ENTER [21:57] wait [21:57] (auto complete is done with TAB) [21:57] when i type ./ati-driver [21:57] it does nothing [21:57] yes [21:57] write [21:57] ./ati-driver [21:57] nope does nothing [21:57] mm [21:57] do you see this: [21:57] tbeemster@tbeemster ~/Downloads $ [21:58] yes [21:58] where tbeemster [21:58] is your name [21:58] mm [21:58] yup. [21:58] can you check what the file is named in ~/Downloads [21:58] ati-driver-installer-9-3-x86.x86_64.run [21:58] okay [21:58] so try either this: [21:58] ./ati-driver-installer-9-3-x86.x86_64.run [21:58] or [21:58] sh ati-driver-installer-9-3-x86.x86_64.run [21:59] (oh you might wanna run it with sudo [21:59] sudo ./ati-driver-installer-9-3-x86.x86_64.run [21:59] or [21:59] sudo sh ati-driver-installer-9-3-x86.x86_64.run [21:59] says can't open it [21:59] and when i try ./ it says command not found [22:00] davric: what does running 'pwd' return? (without the quotes) [22:00] wait [22:00] i got it running [22:00] its installing now [22:00] k [22:01] good davric! :) [22:01] hi yofel [22:01] Error: ./default_policy.sh does not support version default:v2:i686:lib::none:2.6.35-23-generic-pae; make sure that the version is being correctly set by --iscurrentdistro Removing temporary directory: fglrx-install.ey56tN [22:01] finally a fellow Ubuntu-beginner helping out as well [22:01] :P [22:01] thats what i got [22:01] mmm [22:01] shit [22:01] yeah right haha [22:01] well I'm not like a computer guru [22:01] and my hardware drivers just work fine [22:01] so I had hoped this would work :P [22:01] ughhh [22:01] geez [22:02] yofel what do you have in mind? [22:02] im seriously about to rip this x800 out and throw it at the wall [22:02] fuck ati [22:02] no, you cleared the part I was concerned about, I don't know anything about ati drivers I fear [22:02] noooooooooo [22:03] nvidia is so much more simple [22:03] OK LAST QUESTION [22:03] what would run better [22:03] a radeon x800 or two nvidia geforce 7900's ? [22:03] as I said, I'm no computer guru :P [22:03] :[ [22:03] but at least the drivers would work :D [22:03] haha good point [22:03] can you try one last thing? [22:03] yes [22:03] please [22:04] tell me [22:04] sudo apt-get install fglrx-install [22:04] wait no [22:04] sudo apt-get install fglrx [22:04] just that [22:04] * Timo_ hopes davric will not break down :D [22:04] watch out with that, first make sure fglrx actually supports that card [22:04] k its downloading [22:04] im just gonna wing it [22:04] if not, you'll end up without X on reboot [22:04] nooooo [22:05] for real? [22:05] well, it's fixable [22:05] how do i fix it? [22:05] if it does happen [22:05] davric: will be instant terminal guru [22:05] :D [22:05] C: [22:05] davric: uninstall fglrx again [22:05] when you're running into trouble [22:05] and [22:05] do this [22:05] ok [22:06] whats the command for uninstalling that btw [22:06] davric: switch to a tty by pressing ctrl+alt+f2, login in, remove driver again, and remove any /etc/X11/xorg.conf [22:06] davric: apt-get remove fglrx [22:06] that's what I wanted to say :d [22:06] ok [22:06] C: [22:06] (with sudo) [22:06] i figured [22:06] sudo of course [22:08] ok [22:08] fglrx is installed [22:08] now what? [22:09] restart? [22:09] yes, good luck [22:09] and that should work? [22:09] or should i try to install those drivers i downloaded when i restart? [22:09] davric: just try to restart [22:10] and do remember [22:10] what yofel said [22:10] in case the system breaks [22:10] ctrl alt f2 [22:10] remove fglrx [22:10] ? [22:10] ima restart wish me luck [22:10] well, http://support.amd.com/us/gpudownload/linux/Legacy/Pages/radeon_linux.aspx?type=2.4.1&product=2.4.1.3.12&lang=English which I got when I searched seems to say that you need to use lucid with your x800 [22:11] whats lucid? [22:11] davric: ubuntu lucid lynx 10.04 [22:11] im not trying to down grade [22:11] fuck that [22:11] brb restart [22:11] or even karmic, since that driver doesn't list Xorg 7.5 as supported... [22:12] lucid has the old xserver though [22:12] * yofel is gone for a few minutes [22:13] haha [22:13] davric is pissed :P [22:14] I used to have that when my graphics card was f up :P but that had nothing to do with linux [22:22] he's not back, bad omen.. [22:23] yep [22:23] he might be in some dark terminal now [22:23] scared as hell [22:43] paultag: poke =) === andrew_ is now known as Guest94177 [23:46] Any help for a n00b? [23:49] kendrickLeiter_, whatkind of? [23:52] !ask | kendrickLeiter_ [23:52] kendrickLeiter_: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [23:54] Thanks for the help guys. This is my 2nd time using an IRC. Will be clear the first time in the future. [23:54] kendrickLeiter_: no worries, it's all a learning experience :)