LinuxQuestions.org
Visit Jeremy's Blog.
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 03-11-2009, 07:14 AM   #1
erickFis
Member
 
Registered: Jun 2003
Location: Brasil
Distribution: Slackware 13.1_64 Gold Edition
Posts: 209

Rep: Reputation: 32
Unhappy Ati 4870 + fglrx on slack 12.2


Hello slackers!

I've bought an brand new Sapphire Radeon 4870 1Gb
and it works like a charm on win xp.

The problem had begun when trying to use it in linux.
First: The vesa or radeon drivers simply didn't worked. When I'd tried using it, the screen showed a lot of bizarre distortions and grafics followed by a system hang. Ok, so I tryed the ati drivers.

That was a lot of pain to get the ati driver to compile and install: had to get new kernel, compile without dri support and them install ati driver.

All ok now. The ati fglrx driver is running, but now the system freezes very often when going from runlevel 3 to 4, when starting kdm.

Can anyone give me a clue on solving this?

Thanks!
 
Old 03-12-2009, 12:32 AM   #2
C-Sniper
Member
 
Registered: Dec 2006
Distribution: Slackware
Posts: 507

Rep: Reputation: 33
As the system boots to runlevel 4 and hangs, hit ctrl+alt+F6. This will pt you at a console login. After you login, run the following command as root 'telinit 3'. this will change the runlevel to 3. next type 'startx' and post the error information on the screen. Also please post the output of 'dmesg'.

After this we might be able to help you out.
 
Old 03-12-2009, 03:24 AM   #3
vbisis
Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 250

Rep: Reputation: 34
I have the same combination and it warks like a charm ( ok, HD4870 with only 512 MB ram, but a Sapphire too ).

Just try to install ATI-Driver from their homepage and after that just run ati-config --initial.

Maybe this helps: I'm using I think catalyst 8.10-Driver. Never updated since my fresh install of Slackware 12.2 since it did its job
 
Old 03-12-2009, 09:46 AM   #4
koloth
Member
 
Registered: Jun 2004
Location: Athens, Greece
Distribution: Slack@Home - RHEL@Work
Posts: 150

Rep: Reputation: 29
I have an MSI HD4870 (512MB) working like a charm with the 8.10 drivers, VESA also worked but no accelerations is not an option and the open source Radeon drivers still lack 2d or 3d acceleration. The only issue i've got is when using my tv tuner and overlay, but i do not think it has something to do with your problem.

Hope you work it out

Last edited by koloth; 03-12-2009 at 09:52 AM.
 
Old 03-12-2009, 10:48 AM   #5
C-Sniper
Member
 
Registered: Dec 2006
Distribution: Slackware
Posts: 507

Rep: Reputation: 33
8.12 drivers also work without a kernel recompile. I am running an X200M with 9.2 but it requires a kernel recompile with APIC and PCI_MSI
 
Old 03-13-2009, 01:26 AM   #6
vbisis
Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 250

Rep: Reputation: 34
Quote:
Originally Posted by koloth View Post
I have an MSI HD4870 (512MB) working like a charm with the 8.10 drivers, VESA also worked but no accelerations is not an option and the open source Radeon drivers still lack 2d or 3d acceleration. The only issue i've got is when using my tv tuner and overlay, but i do not think it has something to do with your problem.

Hope you work it out
That's good to hear, so I can update the drivers now
Didn't think I've missed that many versions ......
 
Old 03-13-2009, 02:13 PM   #7
erickFis
Member
 
Registered: Jun 2003
Location: Brasil
Distribution: Slackware 13.1_64 Gold Edition
Posts: 209

Original Poster
Rep: Reputation: 32
Hello guys!

Thank you for helping.

Today I'm going to try the 8.10 drivers to see what happens.
Like I said before, the lockups are aleatory.

I figured out that even when X works, and I get runlevel 4,
accelerations aren't on.

Here goes my gxlinfo, dmesg, X.0.log, xorg.conf and even lilo (maybe the vga boot options are part of the problem...)

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi/:unscaled"
EndSection

Section "Module"
Load "glx"
# Load "extmod"
# Load "xtrap"
# Load "record"
Load "dbe"
Load "freetype"
Load "type1"
EndSection

Section "ServerFlags"
Option "Xinerama" "0"
EndSection

Section "InputDevice"

# Option "XkbDisable"
# Option "XkbOptions" "ctrl:nocaps"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" ""
# Set the keyboard auto repeat parameters. Not all platforms implement
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection


Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection


See you later!
Attached Files
File Type: txt myDmesg.txt (3.9 KB, 13 views)
File Type: txt Xorg.0.txt (50.3 KB, 13 views)
File Type: txt glx.txt (9.0 KB, 16 views)
 
Old 03-16-2009, 07:13 AM   #8
erickFis
Member
 
Registered: Jun 2003
Location: Brasil
Distribution: Slackware 13.1_64 Gold Edition
Posts: 209

Original Poster
Rep: Reputation: 32
Hello guys!

Back from the the front,
I've tried 8.10, and it didn't worked, doesn't even compiled....

The only driver that compiles is 8.12,
but then I get no 2d/3d acceleration,
as my glxinfo tells us.

What should I try next?

thanks!
 
Old 03-16-2009, 08:35 AM   #9
vbisis
Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 250

Rep: Reputation: 34
I have tried a little with dieffernt ati-drivers on weekend and finally found out, tjat the only driver that compiles and installs is 8.11.

Well it works that way: init 3 --> just to be sure
rmmod fglrx
than install ati-driver ( Sometimes it seemed to work only every second time....... )
modprobe fglrx
init 4 --> all good


Just update to current including kernel 2.6.28.7 -> Now the latest ATI-Driver works

Last edited by vbisis; 03-17-2009 at 08:36 AM.
 
  


Reply

Tags
ati, fglrx, kdm, slackware



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
ATI driver, fglrx - FATAL: Error inserting fglrx hubabuba Slackware 4 04-18-2009 01:27 PM
LXer: ATI Radeon HD 4870 512MB LXer Syndicated Linux News 0 07-03-2008 12:10 PM
ATI on Fedora 6: ati-fglrx-config-display beatlestones Linux - General 1 02-25-2007 06:48 AM
fglrx-driver vs ATI kernel driver for ATI Radeon 9200 in Debian Debian_Poland Debian 3 02-01-2006 01:10 PM
ATI 9500, fglrx-glc22-4.1.0, fglrx-glc22-4.2.0, fglrx-glc22-4.3.0 ctrl_alt_delx Linux - Hardware 1 09-30-2003 05:48 AM

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

All times are GMT -5. The time now is 09:34 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