I’m attempting to install a new ATI video card. I was following the instructions on en.opensuse.org/Ati for SuSE 10.3. The last step indicated perform a control alt backspace. After performing this linux boots into terminal mode, with no X-windows.
The boot up text indicates that runlevel 5 services have been disabled.
> I’m attempting to install a new ATI video card. I was following the
> instructions on en.opensuse.org/Ati for SuSE 10.3. The last step
> indicated perform a control alt backspace. After performing this linux
> boots into terminal mode, with no X-windows.
>
> The boot up text indicates that runlevel 5 services have been
> disabled.
>
> Any help would be appreciated.
It sounds like X didn’t restart. Try ‘startx’ after logging in.
–
Menes Narmer
menesofmemphis [at] gmail [dot] com
“Unity and humility is the lesson all of history teaches.”
> (EE) No devices detected
> Fatal server error
> no screens found
Okay. Make sure the new ati module is loaded. Run ‘hwinfo --gfxcard’, and
see what module your graphics card is expecting to run or supports. Then
run ‘lsmod | grep -i $module_name’ including the module name reported in
the hwinfo output to see if the module is actually loading. Assuming it to
be loading, then run ‘sax2 -r’ and configure the display based on your
preferences.
Let me know what happens…
–
Menes Narmer
menesofmemphis [at] gmail [dot] com
“Unity and humility is the lesson all of history teaches.”
Re:
lsmod | grep -i radeon, no info
lsmod | grep -i nvidia
lists the nvidia driver, and other info.
The new radeon video card installed is PCI based.
The old nvidia card is AGP based.
Both cards are physically installed. I’ve used the bios setting to select PCI vs. AGP.
hwinfo --gfxcard shows info on both cards
This kind of looks like the nvidia card settings haven’t entirely gone away, and the radeon card setting aren’t fully installed.
Unfortunately the page did not help. The command “sax2 -r -m 0=radeon” did not generate a new /etc/X11/xorg.conf file. (BTW it was good advice to backup the original.)
Since I can’t use both graphics cards at the same time, I am considering removing the AGP card, and trying these commands again.
You can use both but as mentioned earlier you need to use the correct commands and you keep using 0 though I told you this is the agp.
Use sax -p to check which chipset is which and that sax is picking up the both. Also the suggestion to use aticonfig is recommended frequently.
Also how new, what card and what driver? I noticed on the ati page it says a couple of things related to some cards working with the older driver. May even be worth posting the details of xorg in case it does have remnants of nvidia in.
I have come to the conclusion that there is no Linux support for this video card.
BTW
sax2 -r -m 0= <— points to AGP
sax2 -r -m 1= <— points to PCI
sax2 -r -m 1=radeon aborts, in going through the error log at /var/log/SaX.log I’ve found the following.
sax2 locates the PCI card, which identifies itself as “Radeon Mobility 7500”.
running cat SaX.log | grep 7500 yields the point where the card is queried, and two drivers
ATI Radeon 7500 QW, and
ATI Radeon 7500 QX.
There appears to be no Linux driver for the Mobility 7500 card.
I also checked the ati website, and the card manufacturer, and got disappointing results. Looks like I wasted about $35 USD, and several hours.
Thanks for all the help. If I run into problems installing the old card, I will start a new post. Thanks again for the help.
On any ati card later then the 9200 series now require the Legecy Drivers in Linux, these older cards aren’t even supported anymore in windows.
Unless the Legecy Drivers are used.
Now the XPress Serires Cards are supported on Linux as well as Windows with all the Newer Drivers.
I’m in the process of putting 10.3 on a Dell Vostro Laptop that has the ATI XPress 1150 card and it’s supported.
I don’t know if that might help with your trying to upgrade, But it’s food for thought.