Page 2 of 2 FirstFirst 12
Results 17 to 30 of 30

Thread: Installing Ubuntu - screen res problem?

  1. #17
    Oh right, Ted koocha's Avatar
    Join Date
    Dec 2003
    Location
    East Yorkshire
    Posts
    1,783
    Thanks
    34
    Thanked
    44 times in 24 posts
    • koocha's system
      • Motherboard:
      • Fujitsu D2778-c1
      • CPU:
      • Intel Xeon W3656
      • Memory:
      • 12GB Triple Channel DDR3
      • Storage:
      • 512GB Crucial MX100 SSD, 3 x 3TB mechanicals
      • Graphics card(s):
      • 2GB NVIDIA GeForce GTX680
      • PSU:
      • 500w Fujitsu
      • Case:
      • Fujitsu M470-2
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • 42" LG Smart 3D TV
      • Internet:
      • 76Mb BT Infinity 2
    Quote Originally Posted by dom_xbox
    I like LiveCd Distros... Knoppix, DSL

    I tried debian sarge something had a problem with a video card driver as well (ATi i think it was)..

    Mandrake 10.1 was quite user friendly but was a 2gb ISO..

    does ubunto come with Gnome by default or does it allow you to use KDE or IceWm etc?

    And yes i am a Linux noob too
    Thanks for that Dommy

  2. #18
    Oh right, Ted koocha's Avatar
    Join Date
    Dec 2003
    Location
    East Yorkshire
    Posts
    1,783
    Thanks
    34
    Thanked
    44 times in 24 posts
    • koocha's system
      • Motherboard:
      • Fujitsu D2778-c1
      • CPU:
      • Intel Xeon W3656
      • Memory:
      • 12GB Triple Channel DDR3
      • Storage:
      • 512GB Crucial MX100 SSD, 3 x 3TB mechanicals
      • Graphics card(s):
      • 2GB NVIDIA GeForce GTX680
      • PSU:
      • 500w Fujitsu
      • Case:
      • Fujitsu M470-2
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • 42" LG Smart 3D TV
      • Internet:
      • 76Mb BT Infinity 2
    Quote Originally Posted by mike_w
    How odd. I rarely use sudo so I'm not sure why it isn't working (assuming sudo is the problem). You should get a prompt asking for your password when you try and use sudo. Can you use sudo in conjuntion with other commands? (Just try something simple, such as sudo ls)

    You could download a very small LiveCD (such as Damn Small Linux) to try and edit the file, or you can log in as root, which requires a little fiddling (and also assumes that sudo is actually working). It's all detailed here: https://help.ubuntu.com/community/Ro...27208117e9499d, although it is far from long or hard. To quote:



    If that worked, you should then be able to log in as root by typing su, then using your new root password. From there, you can just type nano /etc/X11/xorg.conf, and edit away.

    I'll give it a go...thanks for your help on this. I also noticed I'm running version 5.10 for some reason

  3. #19
    Oh right, Ted koocha's Avatar
    Join Date
    Dec 2003
    Location
    East Yorkshire
    Posts
    1,783
    Thanks
    34
    Thanked
    44 times in 24 posts
    • koocha's system
      • Motherboard:
      • Fujitsu D2778-c1
      • CPU:
      • Intel Xeon W3656
      • Memory:
      • 12GB Triple Channel DDR3
      • Storage:
      • 512GB Crucial MX100 SSD, 3 x 3TB mechanicals
      • Graphics card(s):
      • 2GB NVIDIA GeForce GTX680
      • PSU:
      • 500w Fujitsu
      • Case:
      • Fujitsu M470-2
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • 42" LG Smart 3D TV
      • Internet:
      • 76Mb BT Infinity 2
    Quote Originally Posted by mike_w
    How odd. I rarely use sudo so I'm not sure why it isn't working (assuming sudo is the problem). You should get a prompt asking for your password when you try and use sudo. Can you use sudo in conjuntion with other commands? (Just try something simple, such as sudo ls)

    You could download a very small LiveCD (such as Damn Small Linux) to try and edit the file, or you can log in as root, which requires a little fiddling (and also assumes that sudo is actually working). It's all detailed here: https://help.ubuntu.com/community/Ro...27208117e9499d, although it is far from long or hard. To quote:



    If that worked, you should then be able to log in as root by typing su, then using your new root password. From there, you can just type nano /etc/X11/xorg.conf, and edit away.

    Hi again

    I followed your instructions but couldn't get sudo to do anything, so I just tried typing su. That worked, allowed me to modify the file and it all works now. In fact, I'm writing this post from Ubuntu

    Thanks again

  4. #20
    member your a womble pumpman's Avatar
    Join Date
    Sep 2004
    Posts
    684
    Thanks
    25
    Thanked
    37 times in 13 posts
    i had the exact same problem but it was because i was using a kvm switch between 4 pcs , when i connected the monitor directly to the pc i was loading Ubutnu on problem solved , then i put it back as before with the kvm switch etc and all was fine , good to see you got sorted

  5. #21
    Oh right, Ted koocha's Avatar
    Join Date
    Dec 2003
    Location
    East Yorkshire
    Posts
    1,783
    Thanks
    34
    Thanked
    44 times in 24 posts
    • koocha's system
      • Motherboard:
      • Fujitsu D2778-c1
      • CPU:
      • Intel Xeon W3656
      • Memory:
      • 12GB Triple Channel DDR3
      • Storage:
      • 512GB Crucial MX100 SSD, 3 x 3TB mechanicals
      • Graphics card(s):
      • 2GB NVIDIA GeForce GTX680
      • PSU:
      • 500w Fujitsu
      • Case:
      • Fujitsu M470-2
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • 42" LG Smart 3D TV
      • Internet:
      • 76Mb BT Infinity 2
    Right, Ububtu works but I'm not sure why:

    1) It won't let me install Flash Player 7 (the installer has a picture of a lock on it)

    2) Nothing happens with any of the options when it tells me at the top that there are 144 updates for me

  6. #22
    Ah, Mrs. Peel! mike_w's Avatar
    Join Date
    Oct 2003
    Location
    Hertfordshire, England
    Posts
    3,326
    Thanks
    3
    Thanked
    9 times in 7 posts
    As root in a terminal (seeing as sudo doesn't seem to be working!), you should be able to type:

    Code:
    apt-get install flashplugin-nonfree
    If sudo suddenly does decide to work, you can type:

    Code:
    sudo apt-get install flashplugin-nonfree
    I can't recall, but you may need to enable the multiverse repository. Instructions are here: https://help.ubuntu.com/community/Repositories/Ubuntu.

    As for updating, I can't recall how all the different Ubuntu bits work, so you could just try going into Synaptic, hitting the Reload button, then Mark All Upgrades, then Apply.

    Hope that helps.

    Mike.
    "Well, there was your Uncle Tiberius who died wrapped in cabbage leaves but we assumed that was a freak accident."

  7. #23
    Oh right, Ted koocha's Avatar
    Join Date
    Dec 2003
    Location
    East Yorkshire
    Posts
    1,783
    Thanks
    34
    Thanked
    44 times in 24 posts
    • koocha's system
      • Motherboard:
      • Fujitsu D2778-c1
      • CPU:
      • Intel Xeon W3656
      • Memory:
      • 12GB Triple Channel DDR3
      • Storage:
      • 512GB Crucial MX100 SSD, 3 x 3TB mechanicals
      • Graphics card(s):
      • 2GB NVIDIA GeForce GTX680
      • PSU:
      • 500w Fujitsu
      • Case:
      • Fujitsu M470-2
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • 42" LG Smart 3D TV
      • Internet:
      • 76Mb BT Infinity 2
    Quote Originally Posted by mike_w
    As root in a terminal (seeing as sudo doesn't seem to be working!), you should be able to type:

    Code:
    apt-get install flashplugin-nonfree
    If sudo suddenly does decide to work, you can type:

    Code:
    sudo apt-get install flashplugin-nonfree
    I can't recall, but you may need to enable the multiverse repository. Instructions are here: https://help.ubuntu.com/community/Repositories/Ubuntu.

    As for updating, I can't recall how all the different Ubuntu bits work, so you could just try going into Synaptic, hitting the Reload button, then Mark All Upgrades, then Apply.

    Hope that helps.

    Mike.

    Thanks for all your help, but nothing seems to be working.

    The package thing won't open full stop.

    So now my question is, how do upgrade me installation to 6.06 from 5.10? Shall I just delete the partitions it's installed on? If I were to do that how would it affect the boot loader?

    Tim

  8. #24
    Ah, Mrs. Peel! mike_w's Avatar
    Join Date
    Oct 2003
    Location
    Hertfordshire, England
    Posts
    3,326
    Thanks
    3
    Thanked
    9 times in 7 posts
    So now my question is, how do upgrade me installation to 6.06 from 5.10? Shall I just delete the partitions it's installed on? If I were to do that how would it affect the boot loader?
    Easiest way is to just download the Ubuntu 6.06 CD and install over the existing partitions. You can also use apt to upgrade, but you obviously can't do that if apt isn't working.

    The package thing won't open full stop.
    What do you mean? Is this with apt, Synaptic or another program? What messages do you get?
    "Well, there was your Uncle Tiberius who died wrapped in cabbage leaves but we assumed that was a freak accident."

  9. #25
    Oh right, Ted koocha's Avatar
    Join Date
    Dec 2003
    Location
    East Yorkshire
    Posts
    1,783
    Thanks
    34
    Thanked
    44 times in 24 posts
    • koocha's system
      • Motherboard:
      • Fujitsu D2778-c1
      • CPU:
      • Intel Xeon W3656
      • Memory:
      • 12GB Triple Channel DDR3
      • Storage:
      • 512GB Crucial MX100 SSD, 3 x 3TB mechanicals
      • Graphics card(s):
      • 2GB NVIDIA GeForce GTX680
      • PSU:
      • 500w Fujitsu
      • Case:
      • Fujitsu M470-2
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • 42" LG Smart 3D TV
      • Internet:
      • 76Mb BT Infinity 2
    Quote Originally Posted by mike_w
    What do you mean? Is this with apt, Synaptic or another program? What messages do you get?
    No messages at all with Synaptic. I click on the thing in the top corner that says "144 updates available - show me the updates", it asks for my password and then nothing. I can right clock the icon to get the options, but when I click on any of them nothing happens. I go to System, whatever it is, then Synaptic Application Manager (or whatever it is) and again, nothing happens.

  10. #26
    Ah, Mrs. Peel! mike_w's Avatar
    Join Date
    Oct 2003
    Location
    Hertfordshire, England
    Posts
    3,326
    Thanks
    3
    Thanked
    9 times in 7 posts
    That's probably the problem with sudo kicking in. Trying typing su in a terminal, and then using apt as root.

    I have no idea why sudo isn't working though, so it might be worth installing Dapper to see if you can get a fully functional version of Ubuntu.
    "Well, there was your Uncle Tiberius who died wrapped in cabbage leaves but we assumed that was a freak accident."

  11. #27
    Oh right, Ted koocha's Avatar
    Join Date
    Dec 2003
    Location
    East Yorkshire
    Posts
    1,783
    Thanks
    34
    Thanked
    44 times in 24 posts
    • koocha's system
      • Motherboard:
      • Fujitsu D2778-c1
      • CPU:
      • Intel Xeon W3656
      • Memory:
      • 12GB Triple Channel DDR3
      • Storage:
      • 512GB Crucial MX100 SSD, 3 x 3TB mechanicals
      • Graphics card(s):
      • 2GB NVIDIA GeForce GTX680
      • PSU:
      • 500w Fujitsu
      • Case:
      • Fujitsu M470-2
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • 42" LG Smart 3D TV
      • Internet:
      • 76Mb BT Infinity 2
    Quote Originally Posted by mike_w
    That's probably the problem with sudo kicking in. Trying typing su in a terminal, and then using apt as root.
    sorry to ask, but how would I launch that?

    EDIT: I know how to get to the terminal and type su, it's the "using apt as root" I'm not sure of
    Last edited by koocha; 02-07-2006 at 10:32 PM.

  12. #28
    Ah, Mrs. Peel! mike_w's Avatar
    Join Date
    Oct 2003
    Location
    Hertfordshire, England
    Posts
    3,326
    Thanks
    3
    Thanked
    9 times in 7 posts
    Look up to post #22

    As root in a terminal (seeing as sudo doesn't seem to be working!), you should be able to type:

    Code:
    apt-get install flashplugin-nonfree
    That's the bit you need.

    Anyway, seeing as sudo is still not exactly functional, I would probably just reinstall with 6.06, or even try another distribution if you fancy seeing what's out there.
    "Well, there was your Uncle Tiberius who died wrapped in cabbage leaves but we assumed that was a freak accident."

  13. #29
    Oh right, Ted koocha's Avatar
    Join Date
    Dec 2003
    Location
    East Yorkshire
    Posts
    1,783
    Thanks
    34
    Thanked
    44 times in 24 posts
    • koocha's system
      • Motherboard:
      • Fujitsu D2778-c1
      • CPU:
      • Intel Xeon W3656
      • Memory:
      • 12GB Triple Channel DDR3
      • Storage:
      • 512GB Crucial MX100 SSD, 3 x 3TB mechanicals
      • Graphics card(s):
      • 2GB NVIDIA GeForce GTX680
      • PSU:
      • 500w Fujitsu
      • Case:
      • Fujitsu M470-2
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • 42" LG Smart 3D TV
      • Internet:
      • 76Mb BT Infinity 2
    Quote Originally Posted by mike_w
    Look up to post #22



    That's the bit you need.

    Anyway, seeing as sudo is still not exactly functional, I would probably just reinstall with 6.06, or even try another distribution if you fancy seeing what's out there.

    Thanks Mike

    I installed 6.06 and it seems to be working ok now, but I can't work out the terminal (probably because I'm used to dos). How does it know where the installer is located? Do I have to put it in a certain place? I had it on my desktop

  14. #30
    Ah, Mrs. Peel! mike_w's Avatar
    Join Date
    Oct 2003
    Location
    Hertfordshire, England
    Posts
    3,326
    Thanks
    3
    Thanked
    9 times in 7 posts
    You mean for Flashplayer? You'd have to do something along the lines of:

    Code:
    sudo ~/Desktop/install_flash_player_7_linux/flashplayer-installer
    Assuming that you extracted the archive on the Desktop. Alternatively:

    Code:
    apt-get install flashplugin-nonfree
    "Well, there was your Uncle Tiberius who died wrapped in cabbage leaves but we assumed that was a freak accident."

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. DVI problem, pc won't start! help needed.
    By snowwolf in forum Graphics Cards
    Replies: 1
    Last Post: 09-04-2010, 04:11 PM
  2. USB Problem
    By McClane in forum Help! Quick Relief From Tech Headaches
    Replies: 3
    Last Post: 13-09-2004, 08:55 PM
  3. Very stange problem!
    By gobby in forum Help! Quick Relief From Tech Headaches
    Replies: 2
    Last Post: 28-08-2004, 05:20 PM
  4. Wierd Ati driver problem
    By Skii in forum PC Hardware and Components
    Replies: 5
    Last Post: 20-01-2004, 06:59 PM
  5. problem installing linux
    By megah0 in forum Software
    Replies: 6
    Last Post: 19-11-2003, 05:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •