Page 1 of 2 12 LastLast
Results 1 to 16 of 17

Thread: help with ubuntu display problem

  1. #1
    Senior Member
    Join Date
    Jul 2005
    Location
    birmingham
    Posts
    249
    Thanks
    0
    Thanked
    0 times in 0 posts

    help with ubuntu display problem

    Ive just installed ubuntu using the alternate cd.

    It boots fine using grub, but when it tries to load xserver (i think thats what it is ) I just get a load of coloured lines on the screen.

    I have tried pressing ctrl alt f1 to access the teminal then using the following command line to configure xserver but it doesnt seem to have any effect.

    Code:
    sudo dpkg-reconfigure xserver-xorg
    I have also posted a thread asking for help here

    Any help would be much appreciated

    Thanks, killkoy

  2. #2
    Senior Member
    Join Date
    Sep 2005
    Posts
    390
    Thanks
    3
    Thanked
    2 times in 2 posts
    I had a similar, and in the end got bored trying to fix it, but was told that trying to install without the fancy gui might help [never tried it, later that day vista beta got released]

  3. #3
    Senior Member
    Join Date
    Jul 2005
    Location
    birmingham
    Posts
    249
    Thanks
    0
    Thanked
    0 times in 0 posts
    ok then, x now starts, by using vesa driver in
    Code:
    sudo dpkg-reconfigure xserver-xorg
    now im having trouble connecting to my wireless network
    i have a an edimax card that used ralink rt2500 and have been trying to use this guide to set it up: https://wiki.ubuntu.com/WifiDocs/Dri...t=%28rt2500%29

    it is a wpapsk encrypted network. I have tried changing the network so that it is just wep encrypted but that doesnt have any effect.

    When i type
    Code:
    sudo ifup ra0
    after doing the process described in the guide i get lots(4/5/6) messages saying something like scanning port 67 for dhcpthing.
    then a message saying no dhcp, or something like that.

    Any help much appreciated

    Thanks, killkoy

  4. #4
    Senior Member
    Join Date
    Jul 2005
    Location
    birmingham
    Posts
    249
    Thanks
    0
    Thanked
    0 times in 0 posts
    update, when i types udo ifup ra0 i get this:
    Code:
    ~$ sudo ifup ra0
    Internet Systems Consortium DHCP Client V3.0.3
    Copyright 2004-2005 Internet Systems Consortium.
    All rights reserved.
    For info, please visit http://www.isc.org/products/DHCP
    
    Listening on LPF/ra0/00:0e:2e:57:55:95
    Sending on   LPF/ra0/00:0e:2e:57:55:95
    Sending on   Socket/fallback
    DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 6
    DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 10
    DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 14
    DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 18
    DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 10
    DHCPDISCOVER on ra0 to 255.255.255.255 port 67 interval 3
    No DHCPOFFERS received.
    No working leases in persistent database - sleeping.

  5. #5
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    the easiest way is within gnome - system/administration/network/wireless connection/properties

    pick an essid, insert a key.

    once you have a net connection, install the "network-manager-gnome" package, which is a considerably more sophisticated way of managing multiple network connections - in order to use it, you'll need to remove all wireless keys or lines starting with "auto" (except auto lo) from /etc/network/interfaces, then reboot. see https://wiki.ubuntu.com/WifiDocs/NetworkManager for more detail, and an example config file. note that network-manager-gnome will deal with WPA happily

    on the topic of your geforce, was it set to use "nv" (open-source 2d driver) or "nvidia" (closed-source 3d driver)? to use the latter, assuming you want 3d, install the nvidia-glx package and run "sudo nvidia-glx-config enable". see https://wiki.ubuntu.com/BinaryDriverHowto/Nvidia for more detail

  6. #6
    Senior Member
    Join Date
    Jul 2005
    Location
    birmingham
    Posts
    249
    Thanks
    0
    Thanked
    0 times in 0 posts
    Quote Originally Posted by directhex
    on the topic of your geforce, was it set to use "nv" (open-source 2d driver) or "nvidia" (closed-source 3d driver)?
    when i typed sudo dpkg-reconfigure xserver-xorg it was set to nv by default, there wasnt a nvidia option.

    the easiest way is within gnome - system/administration/network/wireless connection/properties

    pick an essid, insert a key.

    once you have a net connection, install the "network-manager-gnome" package, which is a considerably more sophisticated way of managing multiple network connections - in order to use it, you'll need to remove all wireless keys or lines starting with "auto" (except auto lo) from /etc/network/interfaces, then reboot. see https://wiki.ubuntu.com/WifiDocs/NetworkManager for more detail, and an example config file. note that network-manager-gnome will deal with WPA happily
    ok thanks, will give that a try

  7. #7
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    Quote Originally Posted by killkoy
    when i typed sudo dpkg-reconfigure xserver-xorg it was set to nv by default, there wasnt a nvidia option.
    just checking. non-free software like nvidia's drivers shouldn't be enabled by default

  8. #8
    Senior Member
    Join Date
    Jul 2005
    Location
    birmingham
    Posts
    249
    Thanks
    0
    Thanked
    0 times in 0 posts
    ok i had a go at connecting to my network with just open encryption but it didnt work. it said that ra0 was active but the internet wasnt working and i couldnt ping the router.

  9. #9
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    Quote Originally Posted by killkoy
    ok i had a go at connecting to my network with just open encryption but it didnt work. it said that ra0 was active but the internet wasnt working and i couldnt ping the router.
    You disabled all security on your network?

  10. #10
    Senior Member
    Join Date
    Jul 2005
    Location
    birmingham
    Posts
    249
    Thanks
    0
    Thanked
    0 times in 0 posts
    yes i did(including wep), however i have just tried it using wep with a ascii key entry method instead of hex and it conected fine.
    i have just downloaded network manager, however i cant see an option to enable wpa?, it just lists three different ways of implimenting wep

  11. #11
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    Quote Originally Posted by killkoy
    yes i did(including wep), however i have just tried it using wep with a ascii key entry method instead of hex and it conected fine.
    i have just downloaded network manager, however i cant see an option to enable wpa?, it just lists three different ways of implimenting wep
    doesn't sound like the network manager screen. the network manager should just be a little icon in the system tray, which lists available networks when you click on it (and stores their keys). anything else is down to the gnome network configuration screens, which are something else

  12. #12
    Senior Member
    Join Date
    Jul 2005
    Location
    birmingham
    Posts
    249
    Thanks
    0
    Thanked
    0 times in 0 posts
    yep thats what im talking about, i click on my network and then it only gives me conection options, the only types on encryption key things it allows me to use are wep ones, no option for wpa.
    anything else is down to the gnome network configuration screens, which are something else
    Are these the screens accesses by system/administration/network, or are there new ones i got when i installed network-manager-gnome, i installed the package by
    Code:
    sudo aptitude update
    sudo aptitude install network-manager-gnome
    was this the right way to do it?

  13. #13
    Senior Member
    Join Date
    Jul 2005
    Location
    birmingham
    Posts
    249
    Thanks
    0
    Thanked
    0 times in 0 posts
    when i click on connect to a network i get

    there are only 3 options in the drop doun menu:
    wep with passphrase 128bit
    wep hex 64/128bit
    wep ascii 64/128bit

    shouldn't i be getting something like:?

  14. #14
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    try setting "ENABLED=0" in /etc/default/wpasupplicant, then reboot. thsi ensures that control of WPA is given to networkmanager, rather than to WPA supplicant

  15. #15
    Senior Member
    Join Date
    Jul 2005
    Location
    birmingham
    Posts
    249
    Thanks
    0
    Thanked
    0 times in 0 posts
    yes it is, i created that file when reading another guide on using wpa on the internet.
    "ENABLED=0" is its only entry. Network-manager-gnome doesnt seem to conect to my network at all, even with encryption off. Only the original system/administration/network/wireless seems to allow me to conect.

  16. #16
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,027 times in 678 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS
    odd, works for me :x

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Ethernet connection problem (cable modem).
    By Dorza in forum Networking and Broadband
    Replies: 11
    Last Post: 14-09-2008, 03:35 PM
  2. Possible problem with display timings...?
    By Mutley in forum Graphics Cards
    Replies: 0
    Last Post: 11-11-2005, 10:10 AM
  3. gf4 ti4200 screen standby problem.
    By Pete in forum Graphics Cards
    Replies: 3
    Last Post: 14-11-2004, 12:02 AM
  4. Very stange problem!
    By gobby in forum Help! Quick Relief From Tech Headaches
    Replies: 2
    Last Post: 28-08-2004, 05:20 PM
  5. Restarting Problem.
    By Coded in forum PC Hardware and Components
    Replies: 2
    Last Post: 25-08-2004, 11:13 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
  •