Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Discussion & Documentation Duplicate Threads
  • Search

2007.0 LiveCD / LiveDVD ATI driver issues (i686 + AMD64)

Threads in this read-only forum cover topics discussed elsewhere in other forums.
Post Reply
Advanced search
25 posts • Page 1 of 1
Author
Message
IMSargon
n00b
n00b
Posts: 13
Joined: Wed Jun 14, 2006 9:51 pm

2007.0 LiveCD / LiveDVD ATI driver issues (i686 + AMD64)

  • Quote

Post by IMSargon » Wed May 09, 2007 7:56 pm

I'm creating a thread to discuss one of the issues from the "Gentoo 2007.0 is a buggy release" thread (http://forums.gentoo.org/viewtopic-t-558042.html)

This affects both the i686 and AMD64 liveCDs and liveDVDs

Bug reports have been filed.
See bug report:
177726 http://bugs.gentoo.org/show_bug.cgi?id=177726
174306 http://bugs.gentoo.org/show_bug.cgi?id=174306

It seems that the necessary drivers are not present on the disk.

(EE) Failed to load module "glx" (module does not exist, 0)
(EE) Failed to load module "ati" (module does not exist, 0)
(EE) No drivers available.

This has not been an issue on previous releases, to my knowledge. I believe that these drivers are simply part of Xorg. Why, then, are they not present? Also, why does the script that generates the X configuration use drivers that are not available?

It is possible to make X work again by reconfiguring Xorg to use the VESA driver, but doing so sacrifices OpenGL capabilities, and in my opinion, manually modifying xorg.conf should not be necessary to boot the LiveCD/DVD.

So what I would like to know is
1.) Why were these drivers not included?
-If by accident, why was this not caught?
-If a decision was made, what are the reasons for this choice?
2.) How can this issue be dealt with?
-Is it possible to re-release a patched 2007.0?
-Can this be avoided in 2007.1?
-Is CDupdate.sh of any use in this situation?

Certainly I could use catalyst to build my own disk with the proper drivers, but most of the posters in "Gentoo 2007.0 is a buggy release" were ranked as n00bs, and thus this may not been an option.

-Sargon
Top
mudrii
l33t
l33t
Posts: 789
Joined: Thu Jun 26, 2003 12:27 am
Location: Singapore
Contact:
Contact mudrii
Website

  • Quote

Post by mudrii » Thu May 10, 2007 6:50 am

why do you need gentoo liveCD when you could install gentoo with any other liveCD try knoppix 5.1.1 or any other live CD that works with ATI
www.gentoo.ro
Top
IMSargon
n00b
n00b
Posts: 13
Joined: Wed Jun 14, 2006 9:51 pm

  • Quote

Post by IMSargon » Thu May 10, 2007 8:58 am

mudrii:
why do you need gentoo liveCD when you could install gentoo with any other liveCD try knoppix 5.1.1 or any other live CD that works with ATI
It's true, mudrii, we DON'T need a Gentoo LiveCD. In fact, for the kind of installations I do, they're not useful. As long as they exist, though, why not use them and work to make them better? Isn't that the point?

There IS a Gentoo LiveCD, and it doesn't work the way we want it to, or even the way it was intended to. Let's have a discussion then, so we can learn from the project and contribute what we can. Here's some things we might learn about doing this:
- CD-based linux
- Automatic configuration scripts
- Gentoo release process
- Xorg configuration
- The Gentoo user community
- Needs of new users

Isn't it worth discussing?

-Sargon
Top
link1305
Apprentice
Apprentice
Posts: 168
Joined: Mon May 17, 2004 2:31 pm
Location: Cleveland, Ohio

  • Quote

Post by link1305 » Thu May 10, 2007 10:11 pm

why not use them and work to make them better? Isn't that the point?
I agree....I'm having the same problem and it would be nice to get the LiveDVD working eventually. Anyone know if there's any chance of an updated DVD being released to resolve this issue?
Top
AL3X-admin
n00b
n00b
User avatar
Posts: 3
Joined: Thu May 10, 2007 10:48 pm

Solution:

  • Quote

Post by AL3X-admin » Thu May 10, 2007 10:57 pm

Hi all :)
the solution is:

Code: Select all

cd /etc/X11
nano xorg.conf
edit the line that says

Code: Select all

Driver     "ati"
and type

Code: Select all

Driver     "vesa"
then save the changes by pressing ctrl+o
and then quit nano by pressing ctrl+x
:)
now try to start X by typing

Code: Select all

startx

Code: Select all

kde

Code: Select all

gnome
(choose one of those 3)
If you choose "startx" gnome will be loaded as its the default windows manager in gentoo

bye :)



(sorry for my bad english) (if it is bad...) jeje :P
BORN TO BE ROOT
Top
mudrii
l33t
l33t
Posts: 789
Joined: Thu Jun 26, 2003 12:27 am
Location: Singapore
Contact:
Contact mudrii
Website

Re: Solution:

  • Quote

Post by mudrii » Thu May 10, 2007 11:50 pm

AL3X-admin wrote:Hi all :)
the solution is:

Code: Select all

cd /etc/X11
nano xorg.conf
edit the line that says

Code: Select all

Driver     "ati"
and type

Code: Select all

Driver     "vesa"
then save the changes by pressing ctrl+o
and then quit nano by pressing ctrl+x
:)
now try to start X by typing

Code: Select all

startx

Code: Select all

kde

Code: Select all

gnome
(choose one of those 3)
If you choose "startx" gnome will be loaded as its the default windows manager in gentoo

bye :)



(sorry for my bad english) (if it is bad...) jeje :P
are you shure this will work with liveCD on ati video ????
www.gentoo.ro
Top
AL3X-admin
n00b
n00b
User avatar
Posts: 3
Joined: Thu May 10, 2007 10:48 pm

  • Quote

Post by AL3X-admin » Fri May 11, 2007 12:09 am

Yes of course :)
I have un ATI 9600 XT
correction :

type

Code: Select all

Driver     "mesa"
with "m" sorry about the error :(

and another thing

i recomend you to use the command "startx"
:P
BORN TO BE ROOT
Top
mudrii
l33t
l33t
Posts: 789
Joined: Thu Jun 26, 2003 12:27 am
Location: Singapore
Contact:
Contact mudrii
Website

  • Quote

Post by mudrii » Fri May 11, 2007 12:20 am

I do not have any ati video and I can not confirm it but I hope if your solution working it could help some ati owners to boot from livecd
www.gentoo.ro
Top
IMSargon
n00b
n00b
Posts: 13
Joined: Wed Jun 14, 2006 9:51 pm

  • Quote

Post by IMSargon » Fri May 11, 2007 12:56 am

Yep, as I had mentioned in the original post, it is possible to edit xorg.conf and use the VESA driver. That will get get the gui working well enough to run the installer. However, you don't get GLX capabilities, and it requires knowing what modifications to make. Perhaps it's a good introduction to the kind of configuration that's commonly done in gentoo, though.

The other way to do this is to use xorgconfig. However, some of the questions are rather complicated, such as both vertical and horizontal refresh rate ranges. It's not really an ideal solution, either.

-Sargon
Top
link1305
Apprentice
Apprentice
Posts: 168
Joined: Mon May 17, 2004 2:31 pm
Location: Cleveland, Ohio

  • Quote

Post by link1305 » Sat May 12, 2007 2:18 am

I was unable to get X working after about an hour of fooling around....I changed "driver" to "vesa" but that would just cause the screen to go black and everything lock up (power button reboot required...). I checked my refresh rates to make sure they were ok, among other things, but I just couldn't get it. I ended up using the console to install :/
Top
c3l5o
n00b
n00b
Posts: 32
Joined: Tue Apr 18, 2006 11:22 pm
Location: Portugal
Contact:
Contact c3l5o
Website

  • Quote

Post by c3l5o » Sun May 13, 2007 4:12 am

link1305 wrote:I was unable to get X working after about an hour of fooling around....I changed "driver" to "vesa" but that would just cause the screen to go black and everything lock up (power button reboot required...). I checked my refresh rates to make sure they were ok, among other things, but I just couldn't get it. I ended up using the console to install :/
I have the same problem as you with my Radeon X800... :/ Guess I have to do the same as you... :(

I just wonder why does the vesa driver crash?! It's a general problem It happens as well with ubuntu if you change xorg.conf... It's just wierd...
Top
drarkanex
n00b
n00b
Posts: 9
Joined: Sat Feb 18, 2006 7:42 pm
Location: Nashville, TN

  • Quote

Post by drarkanex » Sun May 13, 2007 10:23 am

Not only is the ATI drivers missing from this release, the nVidia drivers are too. If VESA is chosen on either of my boxes (One AMD X2 3800 desktop and the other is a Toshiba L25-S1216 laptop), the screen is too large for the installer and you can't continue with the next phase (unless you tab around blindly and hit enter)

Yea, this release seems buggy, however Ubuntu is loading perfectly on both systems.

if you look in the /lib/modules folder under the kernel on the livecd, there are no drivers as modules in there. Why leave the base level ATI and nVidia drivers out when the majority of us use them.
Top
IMSargon
n00b
n00b
Posts: 13
Joined: Wed Jun 14, 2006 9:51 pm

  • Quote

Post by IMSargon » Sun May 13, 2007 7:15 pm

Not only is the ATI drivers missing from this release, the nVidia drivers are too.
Actually, Drarkanex, your problem with the nvidia drivers is slightly different from the ATI driver problem.

If you look in this directory:

Code: Select all

/usr/lib/xorg/modules/drivers
You will see that the driver, "nv_drv.so" is there. For some reason, the configuration script is choosing VESA for you, instead of the more appropriate NV driver, but theoretically, you could then modify your xorg.conf and make everything work properly.

-Sargon
Top
Zapotek
n00b
n00b
Posts: 33
Joined: Thu Apr 08, 2004 11:23 am

  • Quote

Post by Zapotek » Fri May 18, 2007 10:27 am

link1305 wrote:I was unable to get X working after about an hour of fooling around....I changed "driver" to "vesa" but that would just cause the screen to go black and everything lock up (power button reboot required...). I checked my refresh rates to make sure they were ok, among other things, but I just couldn't get it. I ended up using the console to install :/
I've the same problem with my X800XT. any suggestions?
if i try the "installer-dialog", during the installation process I get an error message, after setting my root password.

Code: Select all

Exception recieved during 'Set the root password': SetRootPasswrodError :FATAL: set_root_password: Failure to set root password! 


if anyone can help, that would be nice :)
Top
Matthijs70
n00b
n00b
Posts: 43
Joined: Sun Oct 01, 2006 11:16 am
Location: the Netherlands
Contact:
Contact Matthijs70
Website

  • Quote

Post by Matthijs70 » Fri May 18, 2007 10:36 am

I will only say ... check out bug report 177726
Top
blippy
n00b
n00b
Posts: 42
Joined: Sun May 23, 2004 4:02 pm

  • Quote

Post by blippy » Mon May 21, 2007 12:42 pm

Matthijs70 wrote:I will only say ... check out bug report 177726
Are you suggesting that this thread is useless? I'd disagree, since it tells people how they can fix the issue.
Top
Matthijs70
n00b
n00b
Posts: 43
Joined: Sun Oct 01, 2006 11:16 am
Location: the Netherlands
Contact:
Contact Matthijs70
Website

  • Quote

Post by Matthijs70 » Mon May 21, 2007 2:39 pm

No .. but it does explain what I think causes the problems with Xorg.
Top
blippy
n00b
n00b
Posts: 42
Joined: Sun May 23, 2004 4:02 pm

  • Quote

Post by blippy » Tue May 22, 2007 1:04 am

So, I tried changing the etc/X11/xorg.conf file. I first changed ati to vesa - that didn't work, it couldn't load vesa. Then I changed it to mesa. I typed in startx, a blank screen came up and nothing was responding. Eventually the caps lock and scroll lock keys started flashing. Anyone with any ideas? I couldn't switch to terminal to see any output.
Top
marcosr
n00b
n00b
Posts: 5
Joined: Thu Jun 28, 2007 6:19 am
Location: Florida

  • Quote

Post by marcosr » Wed Jul 04, 2007 8:40 pm

I hope thye fix this. I jad to end up using the minimal 64-bit installation cd and it was a pain because I had to run from my living room to my bedroom to read the handbook during the installation.
user@gentoo:~$ su root
Unknown id: root
Top
lugduweb
n00b
n00b
Posts: 47
Joined: Thu May 04, 2006 6:57 am

  • Quote

Post by lugduweb » Thu Jul 05, 2007 8:32 pm

On my Dell 6400 with ATI X1400 gfx card, I have the same xorg/GLcore module loading error (with Linux Gentoo 2007.0 Live DVD).

I tried to replace the Driver "ati" line by Driver "mesa" but the mesa module isn't there too !

I think, I'm going to install the 2006.0 Live CD instead :/
Pegasos II PPC G4 / ATI RADEON 8500 / Hauppauge PVR350 / Kernel 2.6.15r1
Efika PPC 603e / ATI RADEON 9250 / Kernel 2.6.19r2
Top
pvangarde
n00b
n00b
Posts: 71
Joined: Wed May 18, 2005 4:34 pm

  • Quote

Post by pvangarde » Sat Jul 14, 2007 11:08 pm

I just wanted to express my utter frustration with Gentoo Live CDs. I've always installed Gentoo from the command line without a problem. Then I tried LiveCD2006, install began and after 1 hour it was hung. Now, silly me, tried to do this with LiveCD 2007, which fails with X error. Gentoo developers: if you make a Live CD, make it work goddamit.

I just installed Ubuntu on my girlfriend's machine and it works beautifully.
Top
DRZIN
Tux's lil' helper
Tux's lil' helper
Posts: 114
Joined: Wed Feb 15, 2006 12:12 am

The right solution

  • Quote

Post by DRZIN » Sat Jul 21, 2007 6:46 am

Code: Select all

#gdm-stop
#nano -w /etc/X11/xorg.conf 
#gdm
or

Code: Select all

#gdm-stop
#nano -w /etc/X11/xorg.conf 
#startx


8O
[edit the line where it states ( driver "vesa") save the file then exit]
AUDIO ENEGINEERING and trying to take over the world with Techno
Top
nixnut
Bodhisattva
Bodhisattva
User avatar
Posts: 10974
Joined: Fri Apr 09, 2004 1:43 pm
Location: the dutch mountains

  • Quote

Post by nixnut » Thu Sep 06, 2007 5:03 pm

Moved from Installing Gentoo to Duplicate Threads.
Moved in favour of https://forums.gentoo.org/viewtopic-t-5 ... ivecd.html
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Top
DjPan
n00b
n00b
Posts: 1
Joined: Sun Oct 28, 2007 12:35 pm

Cant install gentoo (live dvd 2007)

  • Quote

Post by DjPan » Sun Oct 28, 2007 12:58 pm

hello. i downloaded Gentoo live dvd 2007, and i tried to install the dvd. i boot from dvd, i pressed F1, and entered gentoo, then the installation started, i even reached at the gentoo image that is animated and its trying to load gentoo, but then i get these messages:

Code: Select all

http://www.imagehost.ro/pict/2814461747248499c4e68.jpg
and i pressed Yes:

Code: Select all

http://www.imagehost.ro/pict/2814501647248588bb4a6.jpg
i tried to install it again and i saw at the top of the screen "PCI: failed to allocate mem resource........."

My Laptop Specs:
- HP Pavilion
- Intel Core2Duo 2.2 (T7500)a
- 2GB RAM

Any ideas what can i do?
Top
nixnut
Bodhisattva
Bodhisattva
User avatar
Posts: 10974
Joined: Fri Apr 09, 2004 1:43 pm
Location: the dutch mountains

  • Quote

Post by nixnut » Sun Oct 28, 2007 1:02 pm

merged above post here.
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Top
Post Reply

25 posts • Page 1 of 1

Return to “Duplicate Threads”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic