openSUSE Forums > Hardware » Newbie! ATI Help!

Go Back   openSUSE Forums > Hardware
Forums FAQ Members List Search Today's Posts Mark Forums Read


Hardware Questions about drivers, peripheral cabling, configuration

Reply
Page 1 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 15-Sep-2009, 23:59
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 7
thereaper hasn't been rated much yet
Exclamation Newbie! ATI Help!

This evening I sat down to finish the thing that has been my nemesis for three days straight:

"FIX MY ATI x1200 integrated video card on my Toshiba A215 laptop."

-Taken from: "thereapers Personal Goals" c2009 -I Hate this Laptop Publishing-

I have tried everything I can think of. I have SaX2 -r -m 0=fglrx'd it. I have aticonfig --initial'd it, and I have even smacked it violently in its blank-screen-no-mouse face. Nothing has worked. Does anyone have a Toshiba A215 who has gotten their ATI x1200 to work? How about someone with an ATI x1200 in general? Can anyone give me a SIMPLE and CONCISE guide to installing the driver?!?

Thanks in Advance,
thereaper
Reply With Quote
  #2 (permalink)  
Old 16-Sep-2009, 00:50
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,941
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: Newbie! ATI Help!

Have you visited ATI site to see if they provide a driver for x1200?
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #3 (permalink)  
Old 16-Sep-2009, 01:01
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 7
thereaper hasn't been rated much yet
Default Re: Newbie! ATI Help!

I have installed the ATI driver several times. It installs ok but after I do the
Code:
aticonfig --initial
and log out to init 5, I cant get back into the xserver. When I run
Code:
xstart
it cuts to a black screen where NOTHING is visible.
Reply With Quote
  #4 (permalink)  
Old 16-Sep-2009, 01:52
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 7
thereaper hasn't been rated much yet
Default Re: Newbie! ATI Help!

EDIT: Ctrl+Alt+F1 does nothing when screen cuts to black after "startx."
Reply With Quote
  #5 (permalink)  
Old 16-Sep-2009, 04:28
swerdna's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Oz
Posts: 4,884
swerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the rough
Default Re: Newbie! ATI Help!

I did all that including smacked it in its blank, rebellious face.

There is a very last resort before you burn the laptop. Use the command:
Code:
aticonfig --initial --input=/etc/X11/xorg.conf
but it's REALLY important to set up the file "xorg.conf" with vesa settings first, before you run it, or it will just do a blank face.

Here's the full deal: ATI works in 64 bit -- doesn't work in 32 bit - openSUSE Forums

but essentially you do this:
uninstall the fglrx RPMs so ati is out of the system
run sax2 and get vesa drivers going and squared away in xorg.conf.
Then get a GUI with command: startx
then reinstall the fglrx RPMs
then run the special init command: aticonfig --initial --input=/etc/X11/xorg.conf

Worked for me -- maybe it will work for you. Luck.
__________________
Drop in and visit some time.
Reply With Quote
  #6 (permalink)  
Old 16-Sep-2009, 04:38
Puzzled Penguin
 
Join Date: Sep 2009
Posts: 7
thereaper hasn't been rated much yet
Default Re: Newbie! ATI Help!

Quote:
Originally Posted by swerdna View Post
I did all that including smacked it in its blank, rebellious face.

There is a very last resort before you burn the laptop. Use the command:
Code:
aticonfig --initial --input=/etc/X11/xorg.conf
but it's REALLY important to set up the file "xorg.conf" with vesa settings first, before you run it, or it will just do a blank face.

Here's the full deal: ATI works in 64 bit -- doesn't work in 32 bit - openSUSE Forums

but essentially you do this:
uninstall the fglrx RPMs so ati is out of the system
run sax2 and get vesa drivers going and squared away in xorg.conf.
Then get a GUI with command: startx
then reinstall the fglrx RPMs
then run the special init command: aticonfig --initial --input=/etc/X11/xorg.conf

Worked for me -- maybe it will work for you. Luck.
Please explain "run sax2 and get vesa drivers going and squared away in xorg.conf." I'm fairly new to linux and that means absolutely nothing to me. LOL, thanks in advance.
Reply With Quote
  #7 (permalink)  
Old 16-Sep-2009, 06:18
Puzzled Penguin
 
Join Date: Sep 2009
Location: Prague
Posts: 24
tadeas_moravec hasn't been rated much yet
Send a message via ICQ to tadeas_moravec
Default Re: Newbie! ATI Help!

Guys, fglrx does NOT support x1200! And it never will. 9.3 was the last version to support it, but it doesn't work with recent X. Now the only chance is the radeon or radeonhd driver. Or use Debian Stable, which has X old enough (1.5 I think). But in a recent distro, there's no way to get it working. However radeonhd works out of the box for me (I have the same card), though I don't get the performance I used to get with fglrx.
Reply With Quote
  #8 (permalink)  
Old 16-Sep-2009, 06:29
Wise Penguin
 
Join Date: Mar 2009
Posts: 1,824
Akoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the roughAkoellh is a reputation jewel in the rough
Default Re: Newbie! ATI Help!

Quote:
Originally Posted by tadeas_moravec View Post
Guys, fglrx does NOT support x1200! And it never will. 9.3 was the last version to support it, but it doesn't work with recent X. Now the only chance is the radeon or radeonhd driver. Or use Debian Stable, which has X old enough (1.5 I think).
True but openSUSE 11.1 also comes with version 1.5.
__________________
“Never attribute to malice that which can be adequately explained by stupidity.” (R.J. Hanlon)
Reply With Quote
  #9 (permalink)  
Old 16-Sep-2009, 06:51
swerdna's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Oz
Posts: 4,884
swerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the roughswerdna is a reputation jewel in the rough
Default Re: Newbie! ATI Help!

radeonhd can be installed from Yast --> Software
__________________
Drop in and visit some time.
Reply With Quote
  #10 (permalink)  
Old 16-Sep-2009, 07:37
Puzzled Penguin
 
Join Date: Jun 2008
Posts: 39
cmcgrath5035 hasn't been rated much yet
Default Re: Newbie! ATI Help!

I don't understand recent posts relative to version support, specifically "X old enough ver 1.5".

The ATI Catalyst 9.3 page at ATI Catalystâ„¢ Proprietary Display Driver claims support for X-1200.

It does appear that later Catalyst's will not.

Catalyst 9.3 also supports X.org up thru 7.4.
My x86_64 installation is xorg-X11 7.4-8.20.1

All that said, I can't get the 9.3 fglrx running either, on my X-1250 integrated platform.

It appears that ATI continues to use fglrx name beyond Catalyst 9.3, which promises confusion into the future; but how much worse can it get ?
Reply With Quote
Reply
Page 1 of 2 1 2

Bookmarks

Tags
ati, laptop drivers, toshiba a215, x1200


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2