LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-24-2008, 02:20 PM   #1
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Rep: Reputation: 139Reputation: 139
ati radeon mobility 9200


I just install Slackware 12.2 on my brother in laws Sony Vaio and it installed great, apart from the graphics driver. Anyone got any experience of an ati radeon mobility 9200 with Slackware 12.2, basically what to download and install.

samac
 
Old 12-24-2008, 07:22 PM   #2
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
There is the free 'radeon' driver in slackware

Adjust /etc/X11/xorg.conf

OR

ATI provides the fglrx driver...see their website...download and run the install script as root from CLI
 
Old 12-26-2008, 04:03 AM   #3
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Original Poster
Rep: Reputation: 139Reputation: 139
My apologies I didn't give you all the information.

I have already tried the radeon driver and this didn't work. When I was looking on the ATI site they say they have stopped supporting the radeon mobility 9200. So should I just download the last supported fglrx driver or can I just download the latest driver.

samac
 
Old 12-26-2008, 09:49 AM   #4
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
RV280, RS350 are all supported by 'radeon'.

See man radeon

...or install an older version of fglrx
 
Old 12-26-2008, 10:42 AM   #5
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Original Poster
Rep: Reputation: 139Reputation: 139
Thanks, I will have a look at the man page. I am just confused by the fact that xorgsetup detected the card and wrote the xorg.conf correctly but X could not start properly. Perhaps it is something to do with the Vaio laptop.

samac
 
Old 12-26-2008, 05:55 PM   #6
symatic
Member
 
Registered: May 2007
Distribution: Slackware
Posts: 242

Rep: Reputation: 32
try as root:
Code:
modprobe radeon
then try to startx...
 
Old 12-27-2008, 07:14 AM   #7
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Original Poster
Rep: Reputation: 139Reputation: 139
Googling this problem suggests that this is a widespread problem.

The last version of fglrx that supports the radeon mobility 9200 only supports Xfree86 rather than xorg, and it appears that the latest versions of radeon support the 9200 but not the mobility 9200. The X server crashes the laptop in both Slackware 12.1 and 12.2, modprobe radeon does not help.

Does anyone have a working xorg.conf for the ATI Radeon mobility 9200 ?

samac
 
Old 12-27-2008, 08:29 PM   #8
symatic
Member
 
Registered: May 2007
Distribution: Slackware
Posts: 242

Rep: Reputation: 32
When you try to startx what happens? Does it go blank, print an error msg or something in between? Its hard to help when you explain your problem in such a vague manner.
 
Old 12-28-2008, 04:42 AM   #9
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Original Poster
Rep: Reputation: 139Reputation: 139
As mentioned in a previous thread the X server crashes the laptop. I am sorry that this is vague but as the screen is blank, the mouse and the keyboard do not respond and no error message is left in /var/log/Xorg.0.log it is difficult to be more specific.

I did all of the things that have been mentioned above before starting this thread and more besides. The laptop works with a vesa driver, but that of course does not allow for direct rendering of 3D.

Ideally I need to find out if anyone has got this graphics card working and what their configuration is, I can find no up to date xorg.conf on the web for this specific card.

Also two of the most hardware friendly distributions Ubuntu and Mandriva either fail to install the correct driver or indeed fail to install.

I hope you understand why I have been so vague, when I have so little to go on.

samac
 
Old 12-28-2008, 09:25 AM   #10
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
Get a proper xorg.conf file with a slightly older live cd.
Something like:

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "radeon-Screen-0" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
Load "glx"
Load "dbe"
Load "v4l"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "altwin:meta_win"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "Monitor"
Identifier "radeon-Monitor-0"
VendorName ""
ModelName ""
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Gamma 1
ModeLine <put them here>
EndSection

Section "Device"

# Option "SubPixelOrder" "NONE"
# Option "BusType" "PCIE"
# Option "DisplayPriority" "HIGH"
Identifier "Radeon-"
Driver "radeon"
BoardName "Radeon 9200"
#Option "AccelDFS" "on"
#Option "EnablePageFlip" "on"
#Option "DRI" "on"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "radeon-Screen-0"
Device "Radeon-9200"
Monitor "radeon-Monitor-0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
#(Should correspond to modelines)
EndSubSection
EndSection

#Try uncommenting below

#Section "DRI"
# Group 0
# Mode 0666
#EndSection
#Section "ServerLayout"
# "AutoAddDevices" "off"
#EndSection

#Section "ServerFlags"
#EndSection
 
Old 12-29-2008, 03:46 AM   #11
samac
Senior Member
 
Registered: Mar 2004
Location: Kirkwall, Orkney
Distribution: Linux Mint 20.3 - Cinnamon
Posts: 1,425

Original Poster
Rep: Reputation: 139Reputation: 139
Thanks amani

Unfortunately he has gone back home after his holiday, but I will email him the information, and hopefully he will stick with it.

samac
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Driver for ATI Mobility Radeon 9200 Hachaso Linux - Hardware 1 01-22-2008 05:31 AM
LXer: Enabling Compiz Fusion On An Ubuntu 7.10 Desktop (ATI Mobility Radeon 9200) LXer Syndicated Linux News 0 11-16-2007 03:20 PM
LXer: Enabling Compiz Fusion On A Fedora 8 GNOME Desktop (ATI Mobility Radeon 9200) LXer Syndicated Linux News 0 11-15-2007 08:10 AM
Got my Mobility Radeon 9200 working :D doxxan Linux - Hardware 1 08-19-2004 07:18 PM
help with ati mobility radeon 9200 nef Linux - Hardware 5 09-28-2003 12:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration