[02:43] Hello [02:44] Is anyone here to help me? [02:44] !ask | jdmcancer [02:44] jdmcancer: 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. :-) See also !patience [02:45] OK [02:48] My problem is with my monitor and I think it is software related and not hardware because I turned on my computer and my monitor was working and then I installed todays updates and restarted the computer and it was working until it finished booting and then it displayed a message saying out of range [02:49] I'm on my computer hooked up to a different monitor now [02:49] maybe... try booting an older kernel.. the last one that worked [02:50] I did and got the same result [02:50] set the resolution right now to something more generic and try plugging the other monitor back in [02:52] I went into the monitor settings and hit reset and still the same results. Is there a way for someone to check the settings from linux regarding the monitor? [02:53] jdmcancer: you need to check what the monitor supports [02:53] jdmcancer: try setting to something more generic, and plug the monitor in... dont just hit 'reset'.. set to 800x600 [02:53] something that will work everywhere [02:54] i see those messages when the card is sending information that the monitor cant deal with [02:54] you could have windows, and see that message just as well [02:54] I'm not very technical with caomputers, what should I do as far as the settings? [02:57] The monitor is a couple of years old but I do not believe it is hardware because it was working before I installed the updates and rebooted the computer [03:01] jdmcancer: its a software setting correct [03:02] i would literally just set it to exactly what i suggested... 800x600.. something generic [03:03] OK thanks [13:08] Question: 10.04LTS won't let me add a Gateway through GUI. Keeps resetting it to 0.0.0.0 What's with that? [13:13] JDMcQ1: press enter, after you have entered it. [13:17] sattu94: I think I'm losing it! That worked! duh! But for some reason that machine still won't give me internet access. Other machines work no problem (11.10) [13:18] JDMcQ1: try disabling and re-enabling the connection. [13:18] Click on it in the network connections drop down menu. [13:20] How does «route -n» look? [13:26] No luck, This is a laptop and has both wireless and hardwired. Both seem OK If I disconnect eth0 wlan0 picks right up but without Internet can ping at will [13:28] hey I have a little problem. Am writing pygtk code using vim and here it is : [13:28] #!/usr/bin/env/ python [13:28] import pygtk [13:28] pygtk.require('2.0') [13:28] import gtk [13:28] class Base: [13:28] def destrpy(self,widget,data=none): [13:28] gtk.main_quit() [13:28] def __init__(self): [13:28] self.window = gtk.Window(gtk.WINDOW_TOPLEVEL) [13:28] self.window.show() [13:28] self.window.connect("destroy", self.destroy) [13:28] i [13:28] def main(self): [13:28] gtk.main() [13:28] if __name__ == "__main__" [13:28] base = Base() [13:28] base.main() [13:28] Now when I try to execute it using chmod+x window.py [13:29] This is what I get: [13:29] jemoh@Hiuhu:~$ ./window.py [13:29] bash: ./window.py: /usr/bin/env/: bad interpreter: Not a directory [13:30] Someone pliz tell me why am getting this error === yofel_ is now known as yofel [13:53] jemoh, you have a space between #!/usr/bin/env and 'python', I guess you need to remove that space? :) [13:55] Av tried it but I still get the same error [13:55] What else could be the problem ? [14:08] jemoh: i would look at the "not a directory" error [14:10] sorry but how can look in to it ? [14:11] jemoh: that error says to me you have something reffering to a directory that doesnt exist [14:11] is there a /usr/bin/env ? [14:13] maybe try #python [14:13] holstein: Yes env is a file in /usr/bin [14:13] No there isn't but I did exactly what a certain pygtk tutorial video suggested and on the video, the instructors code ran okay [14:14] jemoh: why dont you pastebin what you pasted here earlier before philinux got here [14:15] !paste | jemoh [14:15] jemoh: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. === raju is now known as raju-away [14:15] Ok lemmi do it [14:19] Hello [14:19] Nice to see You again after a long break [14:20] Do You know any Ubuntu hosting service for online judge? [14:20] which will be used to organize algorithm classes? [14:50] here is the link : [14:50] http://pastebin.com/WpynceXk [14:50] Plz help [14:54] #!/usr/bin/env/ python [14:55] remove space :-) [15:03] No, remove the last / [15:04] As interpreter, you want /usr/bin/env with python as argument. [22:36] lsht: Ok, we can help you over here :) [22:36] !ask [22:36] 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. :-) See also !patience [22:37] resolution of my monitor dell xps 17 [22:38] lsht: Ok, what's the problem with your resolution? [22:38] first i tried to set it up from system...monitor but failed, than tried to install [22:38] nvidia driver 173 [22:39] Can we run some commands, to check some things? [22:39] from Synaptic [22:39] of course [22:39] Ok. Please, open a Terminal (using Ctrl+Alt+T) and type/paste this command: [22:39] sudo lshw -C display; lsb_release -a; uname -a [22:39] Then, give us the output in a pastebin. [22:39] !pastebin [22:39] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [22:41] *-display UNCLAIMED description: VGA compatible controller product: nVidia Corporation vendor: nVidia Corporation physical id: 0 bus info: pci@0000:02:00.0 version: a1 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress cap_list configuration: latency=0 resources: memory:c8000000-c8ffffff memory:d0000000-dfffffff(prefetchable) memory:cc [22:41] is it ok? [22:42] Yes :) [22:42] This seems to be a common problem we've had with Intel chipsets. Maybe this is the same, let's try with some steps... [22:42] my default resolution should be 1600x900 how to make it? [22:43] lsht: One second, please. [22:43] May I have your monitor's brand and moedl? [22:44] the integrated monitor of laptop dell xps 17 701x [22:44] Oh, yes, of course. I forgot about it. [22:44] Just give me one second while I find some values for it. [22:45] ok, when I go to monitor - unrecognised or something like this....resolution 800x 600 [22:45] Yes, same problem I had some months ago :) [22:46] Let's issue some commands while I find the values. [22:46] Please, in the Terminal, type "sudo X -configure :1" [22:46] and when i tried this with drivers... now comes first message, that somethin is wthout driver and than [22:47] lsht: Please, issue the command I gave you before. Tell me when it's finished, don't give me the output. [22:47] ok, [22:47] comes closing log? [22:48] lsht: Yes. Now, let's issue another command. [22:48] gksu gedit xorg.conf.new [22:48] lsht: The command in the line above this one should open a Text Editor [22:49] We will be working on it, so don't close it. [22:49] yes [22:49] ok [22:50] lsht: Ok. Once it has opened, search for the Monitor section. There are 3 monitor sections, one which is Monitor0, right? [22:50] ok [22:51] lsht: I mean, what I told you is right? Please check for it [22:51] Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" [22:52] lsht: Please, don't paste things here. Just answer the questions, because this channel is publicly logged. [22:52] ok [22:53] lsht: Ok, after Monitor Model, there should be an EndSection line. Before that section, add this two lines: [22:53] HorizSync 67.5 - 137.2 [22:53] VertRefresh 60.0 - 120.0 [22:54] lsht: Add them just before EndSection and after ModelName [22:56] lsht: Did you add them? [22:57] moment [22:57] new row for every line? [22:58] yes [22:58] lsht: Yes, a new row for every line. [22:58] ok [22:58] lsht: Once you're finished, please save the file, and if you want me to check it put it into a pastebin. [22:59] !pastebin | lsht [22:59] lsht: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [22:59] help, i cant get ubuntu installed on my computer [22:59] !pastebin | lsht Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X [22:59] lsht Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X: For posting multi-line [23:00] is so ok? [23:00] lsht: Please, read the instructions. [23:00] No, it's not ok. [23:00] *Read* the instructions. [23:00] !pastebin [23:00] !pastebin [23:00] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [23:00] lsht: ^^^ [23:00] so can anyone help me [23:00] ok [23:01] !ask | matt [23:01] matt: 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. :-) See also !patience [23:02] lsht: Do you have the link for the paste? [23:02] well everytime i try to install it i cant because it wont run. when i finish installing it just brings me to a purple screen with options like run linux. recovery mode and when i clikc run it just goes to a black screen [23:02] i used paste.ubunto.com how can i give you securely the url? [23:02] lsht: Just give it to me. That is public, and doesn't mean any risk for your PC. [23:02] We can't access your PC directly. [23:03] matt_: Are you in Ubuntu right now? [23:03] ? [23:03] http://paste.ubuntu.com/913824/ [23:03] i cant even get on. im on my desktop and its my laptop and i have tried to install it twicxe, both with the same problem [23:03] lsht: Ok. Please, save and close the file. [23:03] done [23:03] matt_: Have you MD5 checked the ISO you downloaded? [23:04] lsht: Ok. Now, I need you to issue this command: "sudo mv xorg.conf.new /etc/X11/xorg.conf" [23:04] lsht: That will move the file to its correct position [23:04] i dont think so, i got the disc from my friend who has ubuntu and he just gave me the disk he used [23:05] matt_: I think you should try downloading an ISO, then you can burn it into a CD or make a LiveUSB with it. www.ubuntu.com/download/ubuntu/download [23:05] i dont know if i typed it wright can i do it one more time? [23:05] lsht: Yes. [23:05] ive done that on the usb the first time and it didnt work [23:05] matt_: Did you MD5 the ISO? Maybe you got a corrupted iso. [23:06] no such file or directory [23:06] ? [23:06] matt_: https://help.ubuntu.com/community/HowToMD5SUM [23:06] lsht: Then you moved it correctly. [23:06] my friend installed linux yesterday and i used the same disc he does [23:06] ok [23:06] actually, when i try to installe like 10 minutes in i get a error saying something about /deb/sev or something like that [23:06] lsht: You can press the up key to check the last commands you issued, in order. If you want to, you can check you typed it right before we move on. [23:07] matt_: Do you know what is the version of that Ubuntu CD? [23:07] ok [23:07] lsht: Was it OK? [23:08] lsht: Then you moved it correctly. [23:09] yes there is no such file or directory if i get it wright [23:09] lsht: Just wanted to check, because you might have moved it with another name [23:09] should be positive answer [23:09] Just to ckeck [23:09] i copied the command from chat [23:10] lsht: If you copied it, then it's right. Now, please close the Terminal. [23:10] closed [23:11] lsht: Please copy this command into a paper: "sudo rm /etc/X11/xorg.conf" [23:12] is it two ii -s after X? [23:12] or two ll-s [23:12] X one one. [23:12] ok [23:13] What are you trying to do, JoseeAntonioR? [23:13] Unit193: That generates a new xorg.conf with the HorizSync and VertRefresh values of the monitor, to get resolution. [23:14] Unit193: If at the end the command doesn't work, then the person can use the command I last gave to remove the xorg.conf and get back to "normal" [23:14] i saw a theme about a similar configuration http://ubuntuforums.org/showthread.php?p=10406422 [23:14] lsht: Please, reboot the PC. If it works, then you will be able to change the resolution. If not, and you cannot see anything, boot into text mode, and issue that command. I will be waiting for you here [23:15] ok, [23:15] rebooting [23:17] Unit193: That was the first problem I solved, had it with my old PC. [23:19] hey again [23:19] lsht: Hello! Did it work? [23:19] i have the same resolution [23:19] as before [23:20] Aren't you able to change it? [23:20] lsht: ^^ [23:20] You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server. [23:21] Ok, then open a Terminal and run "sudo nvidia-xconfig" without quotes, and then reboot again. That should make it [23:22] i run the command [23:22] now restart? [23:23] lsht: Yep :) [23:30] hey [23:30] lsht: Hello! How is it? [23:30] first i get error message [23:31] after reboot [23:31] (EE) NVIDIA (0) [23:31] : [23:31] !enter [23:31] Please try to keep your questions/responses on one line. Don't use the "Enter" key as punctuation! [23:31] !pastebin [23:31] For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imagebin.org/?page=add | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [23:31] lsht: ^^^ [23:31] Failed to initialize the GLX module; [23:31] please [23:31] check your x [23:32] aaa [23:32] i had to write it somewhere first [23:34] lsht: So, you figured out how to solve the last issue? [23:35] which one exactly? I have had only one issue - resolution? [23:37] lsht: You said you had to write it somewhere fist [23:40] moment [23:40] lsht: Ok. [23:40] ok, first comes this [23:40] http://paste.ubuntu.com/913861/ [23:41] than I give ok [23:41] and than comes to 5 options, and I choose continue low resolution [23:41] and everithing is as before [23:42] other options were repair and some other things [23:42] repair step by step [23:42] two reboots two times one and the same [23:42] I think you should try with Repair, and if that doesn't work then remove the file with the command I gave you. [23:42] I would suggest removing the file right now. [23:43] In the last paste is about the driver [23:43] how can I upgrade to the 295 driver on Nvidia page? [23:43] I downloaded the run file, and than? [23:44] Do you have the link to the webpage so I can check it out? [23:44] this driver is not in Synaptic? [23:44] the link was in the theme in forum i mentioned [23:44] moment [23:45] lsht: Well, you should open the Update Manager to see if there are any updates. [23:45] lsht: Have you checked if there are any additional drivers to be installed? [23:45] http://www.nvidia.de/object/linux-display-amd64-295.33-driver-de.html [23:45] how [23:45] ? [23:46] Which version of Ubuntu are you running? [23:46] 10 [23:47] 10.04 LTS [23:47] i just check in Synaptic but the latest ist 185 [23:48] driver [23:48] lsht: It is because you are running Ubuntu 10.04. [23:48] ow can i manualy download driver from nvidia page and than install it [23:48] ? [23:49] should i install another version? [23:49] lsht: Well, you will not be able to install it because of the Kernel. [23:49] ouch [23:49] lsht: What I should recommend is installing another Ubuntu version, maybe 10.10, then 11.04, and finally 11.10 [23:50] i have the installation near my original windows 7 [23:51] what should i do exactly? [23:51] not to damage everything? [23:51] lsht: Do you have many important documents in Ubuntu? [23:51] i mean beside [23:51] no [23:51] nothing [23:52] important some films etc. [23:52] the installation is from 1 week [23:53] lsht: Well, then I recommend doing a fresh install of Ubuntu 11.10, so then you can upgrade to 12.04 LTS. [23:53] The problem should be not to damage tthe Windows [23:53] Doing a fresh install means to format just the Ubuntu partition. You should select it manually. It won't damage Windows in any way [23:53] that is beside the linux [23:54] is 12.04 LTS already available? [23:54] lsht: No, it will be available in 23 days. [23:55] so for the install - with dvd and etc.? [23:56] what will hapen when i eraze the current 'boot loading' or what the name is [23:56] now I have dual boot system? [23:57] lsht: If you do a fresh install of Ubuntu, you will still have the two systems. [23:57] will the next clean linux install erase or some how damage my windows? [23:58] lsht: No, as I told you. [23:58] and i don't need to install windows one more time [23:58] ok [23:58] by the way [23:58] lsht: No, just don't choose to install in the entire Hard Drive. [23:58] lsht: Tell me. [23:59] i made the install 'inside windows' should this be ok too?