Back Forum Reply New

Booting LiveCD with X1400?

I am new to Linux and am wanting to use ubuntu.  I have read about the problems that ubuntu has with ati Xseries cards.  I have read all the solutions and none work without being able to boot and get wireless working so that files can be updated.  Will ubuntu being releasing an updated LiveCD with a fix?  I have tried many other distros and they all boot fine.

You're unlikely to see a fix specifically for those of us with ATI cards at least until the release of Gusty.

It's fairly easy to make it work with Feisty, however.  When you go to install, and it crashes out, login,  and run the following:Code:
sudo apt-get install xorg-driver-fglrx
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv
Then, restart X with:Code:
sudo /etc/init.d/gdm stop; sudo /etc/init.d/gdm start
Finally, after you install everything and reboot into , it will have a problem again, since you were running from a RAM disk.  Rerun the whole thing again:Code:
sudo apt-get install xorg-driver-fglrx
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv
Then, restart X with:Code:
sudo /etc/init.d/gdm stop; sudo /etc/init.d/gdm start
You're setup with , and shouldn't have any issues from this point forward.  (Kubuntu users, replace 'gdm' with 'kdm' above.)

I know this all already and it does not work without a network connection and I have no idea how to get a network connection without booting up all the way.  I tried out pclinuxos and it configures the wireless first it would be nice if ubuntu did this as well.  I have no idea how to get the network up to get the updates.
Originally Posted by nepthoYou're unlikely to see a fix specifically for those of us with ATI cards at least until the release of Gusty.

It's fairly easy to make it work with Feisty, however.  When you go to install, and it crashes out, login,  and run the following:Code:
sudo apt-get install xorg-driver-fglrx
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv
Then, restart X with:Code:
sudo /etc/init.d/gdm stop; sudo /etc/init.d/gdm start
Finally, after you install everything and reboot into , it will have a problem again, since you were running from a RAM disk.  Rerun the whole thing again:Code:
sudo apt-get install xorg-driver-fglrx
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv
Then, restart X with:Code:
sudo /etc/init.d/gdm stop; sudo /etc/init.d/gdm start
You're setup with , and shouldn't have any issues from this point forward.  (Kubuntu users, replace 'gdm' with 'kdm' above.)
is there any way for you to use a wired connection?  that would be the easiest way

or, if you just want to get to any sort of display, you can use the generic vesa driver.  what you need to do is (in the terminal) type:Code:
sudo nano /etc/X11/xorg.conf
and then edit the section under devices by changing 'ati' to 'vesa'

alternately, you can type into the terminal:Code:
sudo dpkg-reconfigure -phigh xserver-xorg
and select the vesa driver when it asks you for screen resolutions, driver info, etc.

good luck!


Originally Posted by RangerDangerI know this all already and it does not work without a network connection and I have no idea how to get a network connection without booting up all the way.  I tried out pclinuxos and it configures the wireless first it would be nice if ubuntu did this as well.  I have no idea how to get the network up to get the updates.

Try

Code:
%sudo -c 'echo quot;deb cdrom:[ 7.04 _Feisty Fawn_ - Release i386 (20070417)]/ feisty main
restrictedquot;' gt;gt; /etc/apt/source.list'
before you run the second installation of fglrx; it should pull it from the CDROM.

Wow I know so little, but am getting the idea.  I have so much to learn.  I will take all this advice and see what happens.  On a side note, are there any good current books out there that would give me a good overview of linux?  I went to the book store and there were so many, but most were so specific or about a certain distro.

That's one of the problems with Linux - there are a million different distributions of it, and few are alike.  However,  is Debian based, and still uses many of the Debian tools (apt-get, et al), so it can't hurt.

When you install, you can install the  documentation (ubuntu-docs), and this looks quite useful.

There will be many differences, but this tutorial (for Debian) will also provide usefulness, such as X won't start and you need to get around, various locations of many tools ( still shares many of these paths), et al.

Good luck, and welcome to !
¥
Back Forum Reply New