Problem with Mandrake 10.1 - Noob

Hi, I'm having a video card problem with Mandrake 10. 1 It seems my Gigabyte Radeon 9500 driver is not available in Mandrake 10. 1. During the installation, the GUI came out perfectly. During the post installation process to configure the video driver, all tests fail but I decided to try Radeon fglrx.

Linux Hardware 765 This topic was started by ,


data/avatar/default/avatar10.webp

1 Posts
Location -
Joined 2005-07-07
Hi,
I'm having a video card problem with Mandrake 10.1
It seems my Gigabyte Radeon 9500 driver is not available in Mandrake 10.1.
During the installation, the GUI came out perfectly. During the post installation process to configure the video driver, all tests fail but I decided to try Radeon fglrx.
The installation is a success until after the login prompt.
After I entered startx, a problem occurs and this line comes up:
 
(EE) No devices detected
 
I have viewed the X.0.log and found out that there is an ATI RADEON R300 (9500) chipset supported but how come it doesn't support mine?
I tried to search for solutions but could not solve them. I think I'm truly lost.
 
Can someone help me?
 

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
This seem to be a problem with this model of the ATI card, among others.
 
I don't use ATI cards, but you could try to change the /etc/X11/xorg.conf file entry to vesa to get it up and running;
 
Section "Device"
Identifier "Videocard0"
Driver "nv"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 2 MX (generic)"
 
Note, that this is for my card, but change the;
 
Driver "ati" entry to
 
Driver "vesa"
 
Save the file and try startx again.
 
This does not solve the main problem, but it may get the card up and running in basic mode.