The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    ATI drivers( For 3D Effects)

    Discussion in 'Linux Compatibility and Software' started by Thomas, Apr 1, 2008.

  1. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    Anyone know where I can download the x.org & xserver drivers for ATI cards without using Add/ Remove programs in Gutsy?( just installed it)
    I don't have a wireless connection & the manual way is to confusing :p
     
  2. Bog

    Bog Losing it...

    Reputations:
    4,018
    Messages:
    6,046
    Likes Received:
    7
    Trophy Points:
    206
    Have you tried searching on Synaptic?
     
  3. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    How? I have no wireless connection(wireless works, just no router).
     
  4. blackbird

    blackbird Notebook Deity

    Reputations:
    584
    Messages:
    1,546
    Likes Received:
    0
    Trophy Points:
    55
    your going to need to have access to the internet somehow, whether use an unecure wireless network in the vicinity or connect through ethernet cable

    also ubuntu comes with restricted driver manager which lets you install drivers with one click (under system settings) but you will need internet access
     
  5. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    OK, I'll try later tonight when I'm home.
    Also, anyone know if Alltel's Quicklink mobile thing works under linux?
     
  6. szandor

    szandor Notebook Evangelist

    Reputations:
    66
    Messages:
    323
    Likes Received:
    0
    Trophy Points:
    30
    if you have another system with apt-get that's already connected the internet you can follow this:

    http://beans.seartipy.com/2006/05/0...-debianubuntu-without-an-internet-connection/

    however, if by 'manual way' you mean configuring rj45/eth0, it's much easier to edit /etc/network/interfaces with your ip info, such as:

    auto eth0
    iface eth0 inet static
    address 192.168.1.200
    network 192.168.1.0
    netmask 255.255.255.0
    broadcast 192.168.1.255
    gateway 192.168.1.1

    and then executing '/etc/init.d/networking restart'