/srv/irclogs.ubuntu.com/2010/09/19/#ubuntu-beginners.txt

sebsebsebstlsaint: kisses?00:00
sebsebsebwhat?00:00
stlsaintsebsebseb: huh?00:06
sebsebsebstlsaint: why did you type,  kisses??00:07
stlsaint22:27 < diana1068> im going to sleep now. thank u very much. KISSES00:07
Gogican anyone help me?i am very new to ubuntu.00:10
Gogipleaseee00:11
stlsaintGogi: sure...whats up?00:11
=== harrison is now known as harrisonk
harrisonkis there anyone here that is good at python programming?02:19
pedro3005harrisonk, define good02:19
pedro3005:)02:19
harrisonkis expereanced, has done a few programs02:20
pedro3005harrisonk, depending on your problem, I might be able to help. what is your question?02:20
harrisonkone moment02:20
harrisonkhttps://launchpad.net/climm02:21
harrisonkit is my take on a simple money manager02:21
pedro3005I see02:22
harrisonkI know what I want I just don't know how to get it into a working program02:23
pedro3005is there an exact problem?02:23
harrisonkcheck the blueprints, I can't save to a file yet and I don't have an input checker02:24
harrisonkI need to add a transaxtion manager to keep track of all the operations.02:26
pedro3005harrisonk, how much python do you know? maybe you should learn some more before trying to code a complete program02:29
harrisonknot as much as I should going into this but I know the basics like print 'hello world' and variables.02:33
harrisonkand a few other things02:33
zkriessewazzup ya'll02:34
harrisonkpython02:34
zkriesseah02:35
zkriesseso how's everyone?02:35
harrisonkzkriesse: this: https://launchpad.net/climm02:35
pedro3005harrisonk, definitely learn more02:35
harrisonkthought so02:35
zkriessewhat's this?02:35
harrisonkit is my take on a simple money manager02:35
zkriesseah02:36
harrisonkneeds a lot of work!02:36
pedro3005harrisonk, we have set up a dev academy python class. it happens weekly, saturdays at 17:00 UTC. we just had our first lesson today02:36
harrisonk17:00 UTC what is that in easteren time US+Canada02:37
harrisonk*?02:37
harrisonksorry I am not good with GMT and UTC02:38
pedro3005harrisonk, what time is it there right now?02:38
harrisonk9:38 PM02:38
pedro3005harrisonk, it's 1 PM then02:39
pedro3005the classes02:39
harrisonkin my time?02:39
stlsaintharrisonk: yea 1pm in your time02:40
stlsaintpedro3005: another week of studying and im going to be coming back to ya for python projects :P02:40
stlsaintpedro3005: and dont you dare point me to zeuler or however you spell it >:P02:41
harrisonkWhat is the -!- mode/#ubuntu-beginners [+v zkriesse] by ChanServ about?02:41
stlsaintharrisonk: that is chanserv giving zkriesse voice to the room02:41
harrisonkor what does the +v mean?02:41
pedro3005voice02:41
pedro3005stlsaint, Project Euler ftw02:41
harrisonkokay what are some others02:41
stlsaintpedro3005: a day in the distant future maybe02:42
pedro3005harrisonk, http://www.irchelp.org/irchelp/rfc/chapter4.html#c4_2_302:42
harrisonkthanks02:42
pedro3005stlsaint, persistence!02:42
stlsaintpedro3005: lately ive just been working with the different ways to start working with methods for int and strings02:42
stlsaintpedro3005: plan on getting really familiar with slices and all its different uses02:43
pedro3005stlsaint, that's cool. try this:  some_string[::-1]02:43
stlsaintpedro3005: isnt that going to output the last letter of the string or since its two :: will that flip to the first letter of the string?02:44
pedro3005stlsaint, try. it.02:44
pedro3005:P02:44
stlsainti remember seeing that some time ago02:44
harrisonkpedro3005: how do I get to these python meating?02:45
pedro3005harrisonk, just be at #ubuntu-classroom when it's time02:45
harrisonkwhere can I get a list of the classes on #ubuntu-classroom?02:47
stlsaintpedro3005: hehe, aye i knew i had seen that before ;P02:47
stlsaintpedro3005: sorted(var, reverse=True)02:48
stlsaintpedro3005: mine is "prettier" :D02:48
pedro3005harrisonk, http://is.gd/8rtIi02:49
pedro3005stlsaint, that returns a list02:49
stlsaintharrisonk: https://wiki.ubuntu.com/Classroom02:49
pedro3005stlsaint, challenge: make it a string02:50
pedro3005:P02:50
stlsaintmake what a string?02:50
pedro3005stlsaint, the returned value of your sorted function02:51
stlsaintpedro3005: that would just be what you did with ::-102:52
pedro3005stlsaint, indeed. but if you have a list. how do you make it a string?02:53
stlsaintpedro3005: aye, one sec, i know i wil have to use .join02:54
pedro3005stlsaint, good02:55
stlsaintpedro3005: aye, got it02:56
zkriesseBonjour theXpert02:56
stlsaintpedro3005: so my var (a) is assinged to chicken02:56
stlsainta='chicken'02:56
zkriesseHey guys this should be in -dev should it not?02:56
stlsaintthen i use sort with reverse to flip the string02:56
stlsaintzkriesse: aye you are correct senor02:57
stlsaintzkriesse: good call02:57
harrisonkhello Haywire_03:03
Haywire_harrisonk, Hey, what's up...kinda quiet, eh?03:04
harrisonkyou just mised the rush-hour03:05
stlsaintHaywire_: yo03:05
harrisonkor half hour03:05
stlsainti was in here till zkriesse kicked me out03:05
Haywire_my stuff's all behaving...for now....just lurking..03:05
stlsaintHaywire_: cool03:06
Haywire_I might actually be getting the hang of this linux stuff...;-)  - Got mine triple booting Xubuntu, Puppy, and Win XP ...03:07
stlsaintharrisonk: a command line interface money manager??03:07
harrisonkstlsaint: yes that is what it is called03:08
stlsaintharrisonk: hrm, you may want to get your claws into pygtk and throw a front-end on that application of yours03:08
harrisonkI plan to build something like a backend for any program to put a frontend on03:09
harrisonkor rather programer03:09
stlsaintharrisonk: oh ok03:10
zkriesselol03:10
zkriesseok gotta go eat dinner03:10
stlsaintthats cool, can be a double edge sword though, what if a non-programmer just wants to use the program without having to write a frontend? o_O03:10
harrisonkthat way people can focus on the looks and not the backend when building a money manager03:10
harrisonkstlsaint: that is a good point but someone can take this backend and put there frontend on it and the non-programer can use that program.03:12
harrisonk*their03:12
stlsaintharrisonk: well that depends on someone else taking the time to make the frontend03:14
harrisonkwell that would come after the backend GTKMM would then start03:15
stlsaintharrisonk: what language are you going to use?03:15
harrisonkProgramming or say english or french?03:15
stlsaintprogramming03:16
harrisonkpython, would there be a better one?03:16
stlsaintwell any language could be a better one depending on what your wanting to do but for this project i would say either python or ruby03:16
stlsaintnaw, screw ruby, go with python03:16
stlsaintharrisonk: how long you been studying python?03:17
harrisonkI don't exacly know.03:17
stlsainthrm, months..years?03:17
stlsaintweeks?03:17
harrisonkless than 1 year but getting close03:18
harrisonkoff and on03:18
stlsaintoh ok, we have a -dev channel if you ever need help with something03:18
harrisonktrying to find a tutorial that doesn't go from hello world to gobily gook03:19
harrisonk-dev being #ubuntu-beginners-dev?03:19
stlsaintyep03:19
harrisonkmoving away from python are you good at file system recovery?03:21
stlsaintharrisonk: aside from formatting....nope03:21
stlsaintharrisonk: puppy :D03:21
harrisonkpuppy?03:22
harrisonkPuppy Linux?03:22
stlsaintharrisonk: puppy linux, Haywire_ said they were using it03:22
stlsaintaye03:22
harrisonkyou have me confused, what does puppy have to do with FS recovery or python?03:24
stlsaintnvm, i just scrolled up to a comment he made earlier03:24
stlsaintharrisonk: have you checked repos?03:25
harrisonkfiar enough03:25
harrisonk*fair03:25
stlsaintharrisonk: really what do you mean file system recovery....03:25
harrisonkone moment03:25
harrisonkhere is the error: http://pastebin.ubuntu.com/496223/03:29
stlsaintharrisonk: hrm, have you been tampering with fstab?03:30
harrisonkno03:32
stlsaintharrisonk: what filesystem is on /dev/sda5?03:32
harrisonkext403:32
harrisonkmy root directory03:32
harrisonk(/)03:32
aveilleuxwhy is / on sda5....03:33
harrisonkI have no idea.03:33
stlsaint??03:33
stlsaintharrisonk: im going to need two things from you03:34
stlsaint1. Put the output of command: sudo fdisk -l #into pastebin03:35
harrisonkokay will do03:35
stlsaint2.Also put the contents of your /etc/fstab #file into pastebin as well03:35
harrisonkI am running a live cd on the sick system so it may take a while03:36
harrisonkpastebin.ubuntu.com/49622503:37
harrisonkI can't get the fstab file because it is on the "damanged" file system03:38
stlsaintyou cant navigate to it via terminal?03:39
stlsaintyou will probably have to force mount it03:39
stlsaintor you could do one better...one sec03:39
harrisonkyep03:39
stlsaintgo here and download the script and run it. it is going to put a document on your desktop or in your / of livecd called RESULTS.txt, pastebin the contents of it for me03:41
stlsainthttp://sourceforge.net/projects/bootinfoscript/03:41
stlsaint^^site03:41
harrisonkI remember that off the forums03:42
stlsaintharrisonk: yep, very useful, i ran it just to get my system info on doc for quick and easy access :D03:43
harrisonkwho wrote that script?03:44
harrisonkor what is the persons nick on the forums03:44
* harrisonk is working as fast as he can03:46
stlsaintharrisonk: meierfra03:46
stlsainton forums03:46
harrisonkright that is who wrote it03:46
stlsaintyep03:47
stlsaintddecator: sup03:47
ddecatorstlsaint: nm, you?03:47
stlsaintddecator: chilling, passed A+ exam today so im certified in it, small step but its a step none the less ;)03:48
ddecatorstlsaint: very nice! what subject?03:49
stlsaintddecator: no i mean the CompTIA A+ certification exam03:49
ddecatorstlsaint: ah, gotcha. well congrats :)03:50
harrisonkstlsaint where would I find the results.txt file?03:50
harrisonkstlsaint and should it be run as root?03:51
stlsaintharrisonk: it should come up on your desktop or it might be in (/). As you are on the livecd you just have to run sudo -i to get to root03:52
stlsaintno password of course03:52
harrisonkcould it be in the roots home folder?03:54
stlsaintmaybe03:55
harrisonknope not anywhere03:55
harrisonkshould we try force mounting?03:55
stlsaintharrisonk: open a terminal and run: locate RESULTS.txt #yes with the capitals as such03:55
harrisonkdo I include the #yes?03:56
stlsainthehe no03:58
harrisonkether way nothing showed03:58
stlsaintharrisonk: the results.txt will probably be where ever you ran it from...03:58
stlsaintare you sure you ran the script?03:58
harrisonkI ran it as follows: sudo sh boot_info_script055.sh03:59
stlsaintharrisonk: copy the script to your desktop and run this command: sudo bash ~/Desktop/boot_info_script*.sh03:59
harrisonkokay03:59
harrisonkit is working!04:00
=== IAmNotThatGuy is now known as Mohan_chml
harrisonkhello Mohan_chml04:01
Mohan_chmlheya harrisonk. Morning/night =]04:02
harrisonk;)04:02
harrisonknight being 11:0204:02
harrisonkhow is tomorrow loking?04:03
harrisonk*looking04:03
stlsaintharrisonk: when its done you should see the results.txt on your desktop04:04
harrisonkstlsaint: it is done it's just the live cd is slow04:04
Mohan_chmlharrisonk, it is morning 8:33 here :P04:05
stlsaintkk04:08
stlsaintJoeSett_: hello04:08
harrisonkstlsaint I haven't left it's just I have a lot running off a live cd (the stuff you told me to do and what I had on before.)04:13
stlsaintaye04:13
harrisonkstlsaint what is your curent time?04:14
stlsaint10:14 pm04:14
harrisonkso that would be central time am I not right?04:15
harrisonk(in texas)04:15
stlsaintharrisonk: yep, killeen, TX04:16
harrisonkI could tell by looking at your launchpad page04:17
stlsaintoh?04:17
Mohan_chmlharrisonk, whats your launchpad id?04:17
stlsaintyou stalking me :P04:17
harrisonkharrbis04:17
harrisonkstlsaint no I just had a look and you where part of the texas group and I assumed you live in texas.04:18
Mohan_chmlharrisonk, change the smiley under IRC04:19
harrisonkhere is you pastebin.ubuntu.com/496237 with a side of eggs fried04:19
JoeSett_stlsaint: hi.04:19
=== JoeSett_ is now known as JoeMaverickSett
harrisonkmohan_chml: say again please.04:19
Mohan_chmlharrisonk, you can help when you expertise them by watching here04:19
Mohan_chmlharrisonk, I am at your Wikki04:19
Mohan_chmlwiki*04:19
stlsaintharrisonk: well first thing i notice is that you do not have grub installed04:21
zkriesseWiki?04:21
zkriesseWho said wiki?!?!04:21
harrisonkwhere mohan_chml?04:21
harrisonkMohan_chml did04:21
zkriesseok..04:21
Mohan_chmlharrisonk, found it?04:22
zkriesseharrisonk: what's your wiki link please04:22
zkriessemust see!04:22
Mohan_chmlhttps://wiki.ubuntu.com/Harrisonk04:22
Mohan_chmlZach^04:22
zkriesseI must see all newcomers wiki pages as I'm a wiki guru04:22
harrisonkwiki.ubuntu.com/Harrisonk04:22
harrisonkAre you now zkriesse ;)04:23
zkriesseharrisonk: lol04:23
Mohan_chmlharrisonk, he will be =]04:23
zkriesseGuys, tell harrisonk what a wiki nut I am04:23
zkriesseharrisonk: https://wiki.ubuntu.com/zkriesse04:23
harrisonkI can already tell04:23
Mohan_chmlharrisonk, Zach has a nick ThatWikiGuy04:23
Mohan_chmlI think nothing more to say :D04:23
stlsaintharrisonk: you must have installed ubuntu then installed windows again04:24
stlsaintharrisonk: actually you have a borked install in general, i highly suggest you reinstall ubuntu04:25
Mohan_chmlGuys lets goto -team04:25
zkriesseMohan_chml: good call04:25
harrisonkI reinstalled the xp boot loader so that I could boot into Xp as my brother and sisters math program is on there.04:25
stlsaintharrisonk: grub handles booting into ANYTHING on your computer04:26
stlsaintharrisonk: seems you have linux on /sda2 and /sda5 but neither are aware of each other04:26
zkriesseIf it's a bootable OS, GRUB handles it04:26
harrisonkbut if the file system is corupt then /boot is corupt and thus GRUB is curupted04:27
stlsaintharrisonk: you have /sda2 showing as having windows on it but its label is linux with a DOS UUID04:27
harrisonkhuh!04:27
stlsaintharrisonk: you cant corrupt what you dont have04:27
harrisonkbut I had it!04:28
harrisonkI will get over it and I might make more backups!04:28
stlsaintharrisonk: wait i take that back...you have a linux UUID but its contents are mixed with windows and linux04:28
harrisonkehter way it is a lot to take in!04:29
stlsaintharrisonk: well if you want to we can take some steps to repair the system :D (though it will have to wait until tomorrow)04:29
stlsaint1. Install grub04:29
harrisonkokay04:29
stlsaint2. Mount that harddrive and find fstab04:29
harrisonkokay04:30
stlsaint3. Compare fstab to what that results doc shows in the fdisk and blkid section and make sure it matches to what fstab is using04:30
harrisonkokay04:30
stlsaint4. Update grub and reboot :D04:30
stlsaintJackStonewall: hello04:31
harrisonkTomorrow night as I am busy all day tomorrow.04:31
stlsaintvery well04:31
JackStonewallGreetings all.  Running Ubuntu Lucid and trying to figure out if there's a way to force NM to always be disabled upon boot.   I've got a klugey solution (forcing the NetworkManager.state and then restarting the service from my rc.local) but this somehow just feels wrong.  Ideas?04:31
stlsainti can chat, but im multitasking so i cant give full attention to isse ..sorrys04:31
stlsaintJackStonewall: remove it from start apps04:32
stlsaints/start/startup04:32
=== harrisonk is now known as harrisonk_is_ZZZ
JackStonewallstlsaint: Will I still have the applet icon in my panel?04:33
stlsaintYou should but it wont work until you start it04:34
JackStonewallstlsaint: Hmm... I'll give that a shot and see how that works.  Thanks for the tip.04:34
stlsaintyep yep04:34
stlsaintl8er folks04:43
BBY_Lafayettehi, i got a question about Ubuntu desktop04:55
=== BBY_Lafayette is now known as sco
=== sco is now known as dengaku_sco
ddecatorwow, 3 minutes later and i didn't even get to ask what the question was..04:58
dengaku_scois the reason i cant access my programs like Winamp and such because its the desktop version?04:59
seidosdengaku_sco, winamp isn't a native ubuntu application.  there are alternatives for ubuntu like rhythmbox.  if you must use winamp you can try using wine to run it.05:03
dengaku_scowell it's not just Winamp, but stuff like GIMP and games and programs ingeneral05:04
Mohan_chmldengaku_sco, you are logged in with GNOME enviroinment?05:05
Mohan_chmlenvironment*05:05
dengaku_scouum, no05:05
tempossMohan_chml, he may not know what GNOME is ;-)05:06
dengaku_scosomewhat05:06
seidosnot sure about 10.04, but 9.10 comes with gimp and games.05:06
seidosthought i heard some time back that gimp wasn't going to be included on a desktop install.05:07
Mohan_chmltemposs, :D05:07
tempossseidos, GIMP is not included by default in 10.0405:07
seidostemposs, :(05:07
tempossbut it is available in the software center, as usual05:07
seidoswell, they have their reasons i'm sure.05:07
dengaku_scoi have it on the hard drive, but it wont run it like all my other Win programs05:08
seidosdengaku_sco, on the hard drive?  where on the hard drive?05:08
tempossseidos, he's copied over his programs from his Windows install, and he's trying to run all his WIndows apps05:09
dengaku_scoC\: Programs05:09
Mohan_chmldengaku_sco, you are using wine???05:09
dengaku_scono05:09
tempossMohan_chml, he probably doesn't know what WINE is ;-)05:09
Mohan_chmldengaku_sco, then where can you find C ??05:09
dengaku_scoa little, but i thought Linux  could run all Win proags05:09
dengaku_scoprograms05:09
Mohan_chmldengaku_sco, Shall we start from scratch?05:10
tempossdengaku_sco, Linux cannot run all Windows programs05:10
dengaku_scoahh05:10
* Mohan_chml needs two minutes silence05:10
Mohan_chmldengaku_sco, Let me explain about Ubuntu first05:10
dengaku_sco..k05:10
Mohan_chmlubuntu has the file structure as / , /home , /root , /boot and you can find it by going to File System in Computer which you can find it in places05:12
Mohan_chmlUbuntu runs applications with the extension .deb05:13
dengaku_scook05:13
Mohan_chml.exe will not be executable in Ubuntu05:13
dengaku_scoah05:13
Mohan_chmlfor that you can install Wine to run a windows application05:13
Mohan_chml!Wine05:13
ubot2WINE is a compatibility layer for running Windows programs on GNU/Linux - More information: https://help.ubuntu.com/community/Wine - Search the !AppDB for application compatibility ratings - Join #winehq for application help - See !virtualizers for running Windows (or another OS) inside Ubuntu05:13
Mohan_chmlyou can find the details about wine there05:14
Mohan_chmland05:14
seidosMohan_chml, well, ubuntu runs binary files... like gimp in /usr/bin/gimp etc.05:14
Mohan_chmlseidos, I dont wanna confuse him at the beginning, telling about the executables =]05:14
Mohan_chmldengaku_sco, But, you can find an alternate for whatever .exe file you like to run in your machine05:15
dengaku_scoi saw all the programs in the ..list thingy05:16
dengaku_scodidnt try them really. (im in Vista right now)05:16
Mohan_chmldengaku_sco, can you tell the path of what you mentioned? applications-> programming?05:17
Mohan_chmldengaku_sco, Okay!05:17
Mohan_chmldengaku_sco, what application you use in Win X?05:17
dengaku_scofor anything specific?05:18
dengaku_sco[hmm, i guess because the Firefox in Ubntu is a .deb thing, that's the reason it doesnt have my addons or bookmarks]05:19
seidosdengaku_sco, no, it's because ubuntu and windows don't talk to each other O_o05:22
dengaku_scoaah05:22
seidosdengaku_sco, you can export your firefox bookmarks though.  then save it somewhere on your windows drive, and then import them into firefox in ubuntu05:23
seidosassuming you can see your windows partition (piece of hard drive with windows on it), which i think you said you could.05:23
dengaku_scobeen trying to fine the folder or file with the bookmarks, but i guess it's named funny05:24
dengaku_scoactually i can only really see a main file of mine05:24
seidosyeah, not sure what it would be under windows off the top of my head.05:24
dengaku_scoone i made05:24
seidossee a file in ubuntu that is on your windows partition?05:25
dengaku_scoyep. i have all my pics and install files. it's my "shove all my crud" folder05:26
dengaku_scotho i did put a copy of it on my second in-case hard drive05:28
seidosdengaku_sco, so can you copy files from your windows partition to your ubuntu partition?05:29
dengaku_scoon my SD card05:29
seidoswell, that works05:29
ddecatorfirefox bookmarks? use Sync05:32
ddecatorno idea if that's actually relevant to what was being discussed, just throwing that out there05:32
dengaku_scoSync?05:33
ddecatorit's an add-on for 3.6 and will be built-in to 4.0, it syncs bookmarks, tabs, history, passwords (which you can enable/disable indvidually) between your desktops. so if you use firefox in multiple places, they will all stay updated05:34
ddecatoralso works with fennec (but that's still in development)05:34
dengaku_scoawesome, another thing i need05:34
dengaku_scothanks dude05:35
ddecatorno problem :)05:35
dengaku_scoahh, now i see why that guys was so insistent on me using the ubntu progs05:46
dengaku_scoguy*05:46
ddecatorwhat's that?05:49
dengaku_scoso that more ppl use the ubntu programs instead of the Win programs, so that influences more use of the ubntu. which also influences development of further ubntu programs05:52
dengaku_sco(got this from the Wine FAQ)05:53
ddecatortrue, plus native applications run more smoothly and look better typically05:55
dengaku_scothat too. tho i dont know. the ubnt Firefox seems to d/l webpages slower05:56
ddecatorthat could be an ipv6 issue, if that's still around. are you using lucid and the latest firefox?05:57
seidoscould be a lot of flash on the websites you are downloading.05:57
ddecatoroh flash...on that note, the new 64-bit "square" is working well for me05:58
dengaku_scocant be flash. the ubnt Firefox doesnt have any java06:00
ddecatori've using firefox 4.0 on maverick and it's just as fast as chromium for me06:00
ddecatoricedtea is the opensource version of java, and flash is included in the ubuntu-restricted-extras package06:00
ddecatori've been using*06:00
dengaku_scojava is restricted on ubnt?06:02
ddecatoryou can use the standard java, but icedtea is the one that is included (i think) and should work fine06:02
=== saji89 is now known as Guest70502
=== Guest70502 is now known as saji_nedi
=== saji_nedi is now known as opensorcerer
=== opensorcerer is now known as saji89
dengaku_scowell, thanks for the help ll that helped. ill be back if i have more questions07:08
AbhiJithi07:41
Mohan_chmlhello AbhiJit07:41
AbhiJit:)07:42
=== shadeslayer_ is now known as shadeslayer
bdoggcan someone help me with an issue i have with the login screen?08:24
AbhiJitbdogg, what is it?08:24
bdoggthe resolution is wrong for the login screen08:24
bdoggseems to bet set at 1024X74808:24
bdogg(cant really tell)08:24
bdoggbut my default setting is 1440X90008:25
bdogghow can i fix it08:25
Mohan_chmlbdogg, you can edit GRUB08:26
bdoggwhat do you mean08:26
bdoggi dont really think it has to do with grub08:27
AbhiJitbdogg, install this https://launchpad.net/gdm2setup and see if you can change resolution from there08:27
bdoggbecause when the pythom theme load08:27
AbhiJitbdogg, after installing you will find it in system>preferences>gdm2long08:27
Mohan_chmlbdogg, its a try08:27
bdogg*loads08:27
bdoggthe screen resolution is normal08:27
bdoggim using maverick btw08:28
AbhiJit:o08:28
Mohan_chmlbdogg, try editing /boot/grub/grub.cfg , find the line GRUB_GFXMODE and set the resolution08:28
AbhiJitbdogg, ask in #ubuntu+a08:28
AbhiJit#ubuntu+108:29
bdoggno one there -_-08:29
AbhiJitbdogg, 207 users there08:29
bdoggno one responded08:30
AbhiJitohh08:30
bdogglol08:30
Mohan_chmlwait..! mine will not help. coz it is for boot screen08:30
bdoggyeah boot screen is fine08:30
bdoggits just the login screen for some weird reason08:30
Mohan_chmlbdogg, is xorg is present in maverick??08:30
Mohan_chmlhttp://ubuntuforums.org/showthread.php?t=151192 i found that08:31
bdoggyes and no08:31
bdoggyou have to type a special command in recovery mode08:31
bdoggbut i have a Xorg file08:31
Mohan_chmlbdogg, looked at the above thread?08:34
bdoggyeah08:34
shadeslayerbdogg: you dont ask a question in #ubuntu+1 and leave 5 mins later :>08:34
bdogggonna try it in a bir08:34
shadeslayerits a weekend.. loads of people are out08:35
AbhiJit!weekend08:37
ubot2It's a weekend. Often on weekends the paid developers and a lot of the community may not be around to answer your question. Please be patient, wait longer than you normally would or try again during the working week.08:37
=== yofel_ is now known as yofel
kosaidpohello guys12:22
kosaidpohow can i kno if i have the sound driver installed ?? alisamixer ??12:22
Mohan_chmlkosaidpo, lspci lists your audio?12:25
Mohan_chmlopen terminal and type lspci12:25
kosaidpogot this xsaiddx@xsaiddx-laptop:~$ lspci | grep audio12:26
kosaidpo00:14.5 Multimedia audio controller: ATI Technologies Inc IXP150 AC'97 Audio Controller (rev 01)12:26
Mohan_chmlthen there is no issue with driver.12:26
dirty-harryhi there, anyone here who knows how active the desktop-icon-starter-reaction in xubuntu lucid lynx14:20
dirty-harryähm sorry, I mean "how to activate reaction" ... bad, very bad spelling14:23
Mohan_chmldirty-harry, I cant even google about what you asked. can you elaborate it?14:31
Mohan_chmland you tried asking in #xubuntu ?14:32
dirty-harrywell, first of all sorry for the double... I'm in a hurry, someone wants to have her pc back14:33
Mohan_chmlkay! you asked for help in #xubuntu ?14:34
dirty-harrysecond, the problem is that... oh maybe I'm totally brain-f*** now14:39
dirty-harryI thought I could see some kind of reaction when double-clicking on a desktop icon simular to the icons in the panel14:41
hobgoblinoic14:42
dirty-harrysorry :-/14:43
hobgoblinnot sure what xubuntu uses - but I would guess that it's in one of the sys admin menus somewhere - desktop customisation or something14:44
hobgoblinyou might be better off asking in #xubuntu if there's anyone awake - they'll be more likely to be able to answer without digging the answer out14:45
=== JoeMaver1ckSett is now known as JoeMaverickSett
dirty-harryhobgoblin, thanks for your attention but I really think that I am just exaggerating here14:49
dirty-harryI know this sounds stupid but I'm a bit nervous 'cause the pc is for someone special...14:52
Mohan_chmldirty-harry, then there will be nervousness for sure ;)14:52
JoeMaverickSettdirty-harry: are you referring to the reaction when you double-click on desktop icons, they are not opening?14:53
Mohan_chmldirty-harry, you asked in #xubuntu  ?14:53
dirty-harryMohan_chml, thx for your understanding14:54
Mohan_chmldirty-harry, and you got any solution for what you are searching for?14:55
dirty-harryJoeMaverickSett, no no, the programs are starting correctly and working correctly - as I said I'm just overdoing it...14:55
JoeMaverickSettdirty-harry: ah, okie then. :)14:56
dirty-harryyes, absolutely :)14:59
dirty-harryonce again, thx a lot for your time15:01
Mohan_chmldirty-harry, =] and try make the one to get the best from the machine :)15:02
dirty-harryoh I will15:03
JoeMaverickSettdirty-harry: just like Mohan_chml try making the best out of the machine and don't quit on it. :)15:04
dirty-harrywell, I think I did a pretty good job installing such an old machine; all the important stuff works: flash,dvd,mp3,webcam,burning dvds,skype,office...15:18
dirty-harryI only had two problems I couldn't solve: running truecrypt stable with thunar and customize the xfce-menu...15:19
dirty-harrybut I think the machine will be accepted the way it is now ;)15:21
Abhijeeti can't open the items from 'Places" menu . please see http://imagebin.org/11475617:05
saji89Abhijeet, did you try to open it by clicking as we usually do?17:07
Abhijeetyes17:08
saji89Abhijeet, Are you manually able to open your home folder from nautilus?17:09
Abhijeetyes i can open it from the my computer icon and the my home folder icon on the desktop.17:10
JoeMaverickSettAbhijeet: try this post. http://ubuntuforums.org/showthread.php?t=96915817:14
saji89Abhijeet, Try this-17:14
saji89Right click on a folder -> Properties17:14
saji89*Open With17:14
saji89*Add17:14
saji89*Finally, type "nautilus"17:14
Herman_SnerdI'm looking for some answers to networking problems.  Can anyone help?17:15
saji89Abhijeet, COurtesy:http://ubuntuforums.org/showthread.php?t=944225   :)17:15
saji89Herman_Snerd, Please specify your problem. Then we may be able to solve it.17:15
Herman_SnerdI've been experiencing long delays in retrieving web pages and I'm thinking it might either be OS related or drivers.  I'm running a dual-boot setup and the Win-Blows side doesn't seem to have the same problems.17:17
Herman_SnerdNot sure where to look in the networking settings to get any answers.  I am running proprietary drivers on this HP laptop.17:18
Herman_SnerdI did go to speed-test .net and tried to run the download speed test and got this,"Test Status: Failed - Opening connection:Connection refused"17:20
Herman_SnerdI thought that might give a clue.17:20
saji89Herman_Snerd, I don't have the solution for you, But let me see if I can find someone to help you/17:21
Abhijeetthanks friend it worked , but why such a thing happened ? i17:21
saji89Abhijeet, WHich one worked?17:21
Herman_Snerdsaji89, Thanks!17:22
saji89Herman_Snerd, Okies.17:22
saji89Herman_Snerd, Did you try asking at #ubuntu?17:22
Herman_SnerdNot yet.  I thought I'd start at the bottom and work up.17:23
Abhijeetthe second one where right click on folder and adding nautilus . it not only worked for the specific folder but all the places items. Thank u one again !!!!!!!!!!17:23
saji89Herman_Snerd, Okies. But while I try to get someone you may try asking at #ubuntu as well, There are many people in there, so there is more probability that you may get the answer. :)17:23
Herman_Snerdsaji89, 10-417:24
saji89Herman_Snerd, means?17:24
Herman_Snerdsaji89, it's radio/military communications code meaning affirmative-understood.17:25
Mohan_chmlHerman_Snerd, We are newbies to Military codes :D17:26
Herman_Snerdsaji89, read tenfour17:26
saji89Herman_Snerd, Oops. I'm not used to miltary codes.17:26
saji89Herman_Snerd, Good to learn some new code. ;)17:26
Herman_Snerdsaji89, Sorry.  I'm a Rogue Warrior novel fan and I picked a lot of that up from the books.17:26
saji89Herman_Snerd, Nice. I'm also a reading Hobbyist. :) Though I haven't read much in the near past.17:27
saji89Herman_Snerd, It seems no-one is available atm to help. :(17:28
saji89Herman_Snerd, Can you please try at #ubuntu?17:28
Herman_Snerdsaji89, I'm there now.  Thanks!  Check out the Rogue Warrior novels by Richard Marcinko.  I've been hooked on them for years and I'm really not a reader!!17:30
=== saji89_ is now known as Guest11599
=== Guest11599 is now known as opensorcerer
=== shadeslayer_ is now known as shadeslayer
=== harrisonk is now known as harrisonk_away
=== yofel_ is now known as yofel
=== Redhan2 is now known as Redhand
RedhandA question; I'm running feisty fawn on a 400mhz cpu 192 megs of ram. What channel should I join to speak with others interested in old distro's and ancient computers? hehe doesn't have to be on this irc server18:48
Redhandtelling me I should seek professional psychiatric help is also on option *grin*18:50
drubinRedhand: Don't know about other IRC channels but read this blog, he is the king of low system usage. http://kmandla.wordpress.com/18:50
Redhandthanks drubin, I will18:50
drubinsorry can't help further but most people tend to update their systems... but with 400mz I don't know how much choice you have18:51
Redhandthat plenty of help thanks18:52
drubinbut speaking of low usage pc's I have a laptop with 128mb of ram and a 800mhz. What can I install on it.18:53
Redhandyeah, I spotted a post on a forum (while researching the issue) that said someone with the same specs as me managed to get 6.10 and 7.04 working but no others. So I took the plunge, as a complete linux newbie *grin*18:53
drubinRedhand: You are by no means newbie if you can install an outdated ubuntu version that is no longer supported.18:54
=== shadeslayer_ is now known as shadeslayer
RedhandI'm a complete newbie, it's pure random luck and lots of web searches that helped me succeed18:55
RedhandI'd do a search on the exact processor/ram specs of your laptop. You may get lucky and find a forum post about exactly that puter (like I did)19:00
ksbalajiWhich folders are deleted if 10.4 is installed in an existing unformatted ubuntu system partition? Whether /home is deleted? I undrstand that /home folder is not lost if the partition is not formatted.?19:01
ksbalajiWhich folders are deleted if 10.4 is installed in an existing unformatted ubuntu system partition? Whether /home is deleted? I undrstand that /home folder is not lost if the partition is not allowed to be formatted.19:02
drubinksbalaji: No folders are deleted unless you format the drive.19:03
drubins/drive/partion19:04
ksbalajithanks drubin, I was worried about /home folder while reinstalling clean.19:10
drubinksbalaji: As long as you don't select the "format" option will will be fine.19:10
ksbalajidrubin, but I believe similarly worded system folders are done away with while reinstalling. Unlike Windows where older folders are packed and kept safe.19:11
ksbalajianyway thanks and bye!19:13
kosaidpohello guys19:15
kosaidpoim lookin for the classroom of the pluseaudio19:15
=== uchobby0112358 is now known as uchobby
kosaidpohello guys20:14
kosaidpoevrytime i boot my pc i need to reset my alsa driver thingy20:14
kosaidpoto get the sound20:14
kosaidpois there ny workaround ?20:14
uchobbywell at least you have sound.. I've never got mine working20:28
kosaidpouchobby: hahaha20:28
kosaidpowell jst try to search20:28
Splazer123I'm new and trying to run Ubuntu Netbook. I installed it and when i try and run it, it says it will automatically boot up in 5 seconds but ends up just starting over. Help?20:50
Splazer123Please?20:51
Splazer123I need help.20:52
Splazer123 I'm new and trying to run Ubuntu Netbook. I installed it and when i try and run it, it says it will automatically boot up in 5 seconds but ends up just starting over. Help?20:52
lukjadWhat's up Splazer12320:54
Splazer123Hey Thanks.20:54
lukjadSplazer123 Hm, so it reboots while loading.20:55
lukjadSplazer123 Were there any errors during the installation?20:55
Splazer123Not that i know of.20:55
Splazer123It says that it cant find a kernel though.20:55
lukjadEek20:55
uchobbywas this the first book after you installed?20:55
Splazer123Yes.20:55
uchobbyon the next reboot, hold the shift key and see if you get a menu20:56
uchobbytry the options there20:56
Splazer123Okay. I'll Be back if it doesnt work.20:56
uchobbyshift key is right to get the boot menu from grub right? I remember having to do that once.20:57
=== uchobby is now known as uchobby_afk
=== uchobby_afk is now known as uchobby

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!