Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
11-20-2010, 10:34 PM
|
#1
|
|
Member
Registered: Nov 2008
Location: Milky Way
Distribution: Slackware64 13.37/Slackware64 13.1/Slackware 12.1
Posts: 852
Rep:
|
Slackware64 -current video problem with ATI HD5570
Hey guys! I just built a machine for a friend and he has a HIS Radeon HD5570. I successfully installed slack64 current (as of today nov. 20) and upon first attempt to enter the desktop, I experienced a problem. Basically, I log in, type startx to start the X server and then I see the KDE loading bar, and boom! black screen, the monitor goes to sleep. It happens with all monitors so far... Should I suspect a hardware problem? Please note I did not install any drivers so far.. Only Slackware...
How can I fix this? What do you need in order to help me?
If useful, I pasted my Xorg.0.log at pastbin
http://pastebin.com/XYfFnx39
Thanks as always!
Last edited by lpallard; 11-20-2010 at 10:36 PM.
|
|
|
|
11-21-2010, 01:28 AM
|
#3
|
|
Member
Registered: Jul 2004
Distribution: Slackware
Posts: 615
Rep:
|
http://www.linuxquestions.org/questi...ml#post4117100
Quote:
|
BTW I been dink with this off and on now for more than a week and a half. I Nearly sledge hammered my hd 5450 and I *very* nearly queried slack forum here for a (like, let's get *real* <grin>) a "Linux friendly pci-E video adapter"
|
<grin><grin><grin><grin><grin>
Are we having fun yet?
*Yes*!!! Silly late hardware anyways. Go Slackware!!!!
Slackware rocks.
It's Slackware *equals* "Do what you want"
I do what I want ie virtual machines all over the place.
Serving desktop across lan and across internet be next on my agenda in my Slackware travels.
--
Alan.
|
|
|
|
11-21-2010, 02:30 AM
|
#4
|
|
Member
Registered: Aug 2009
Location: Netherlands
Distribution: Slackware64-current
Posts: 39
Rep:
|
I had the same problem with my HD5850. It has to do with the new mesa pkg.
Code:
If X crashes at start, try disabling compositing. Create a file named
/etc/X11/xorg.conf.d/disable-composite.conf with this in it:
Section "Extensions"
Option "Composite" "Disable"
EndSection
After doing this I got to the desktop. But obviously composite doesn't work. I just removed the disable-composite.conf again and installed fglrx. Now it's working fine.
|
|
|
|
11-21-2010, 08:50 AM
|
#5
|
|
Member
Registered: Dec 2006
Location: Colorado
Distribution: Slackware
Posts: 396
Rep:
|
I just went through a similar experience with an HD4200:
http://www.linuxquestions.org/questi...ml#post4166070
Follow the link to Eric's post and see if the mesa-7.9 to mesa-7.8.2 change helps.
|
|
|
|
11-21-2010, 09:30 AM
|
#6
|
|
Member
Registered: Nov 2008
Location: Milky Way
Distribution: Slackware64 13.37/Slackware64 13.1/Slackware 12.1
Posts: 852
Original Poster
Rep:
|
I am sooooooooooooooo confused! reminds me of the days I was trying to install my FireGL card on mandrake.... hahaha the good ol' days!
now with this issue, I started off by trying what JackHair suggested. i.e. adding
Code:
Section "Extensions"
Option "Composite" "Disable"
EndSection
to /etc/X11/xorg.conf.d/disable-composite.conf
And I could boot to the desktop. Then I continued with Jack's suggestion (removing the disabled-composite.conf file) and install the fglrx driver. To do so, I followed the instructions on the ATI's wiki for slackware64... That means I downloaded the installer.run , converted into 2 tgz packages and installed both of them using installpkg.
I ran aticonfig --initial and so far so good. I verified the content of xorg.conf as suggested on ATI's wiki but noticed a few problems such as the section module should be populated but it is not (empty).
I ran fglrxinfo but got a segmentation fault.
I think this is going to be complicated. Would reverting to the latest stable release of slack64 help? If not, I will need some major step by step assistance because I never really played with drivers and Xorg before....
thanks to all!
|
|
|
|
11-21-2010, 11:09 AM
|
#7
|
|
Senior Member
Registered: May 2006
Posts: 3,017
|
OK, let's try and focus on getting fglrx working, rather than using the mesa drivers.
Can you show us the /var/log/Xorg.0.log file you have while using fglrx?
Adam
|
|
|
|
11-21-2010, 11:57 AM
|
#8
|
|
Member
Registered: Nov 2008
Location: Milky Way
Distribution: Slackware64 13.37/Slackware64 13.1/Slackware 12.1
Posts: 852
Original Poster
Rep:
|
thanks adam75k for replying!
just before I got your reply, I took the initiative to uninstall current and install the last stable release of slack64. I noticed that I could log in the desktop withourt problems but I experienced the "monitor going to sleep" upon clicking logout in KDE...
I then installed the fglrx driver following the same procedure as above and now xorg.conf contains:
Code:
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
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
section module is still empty but fglrxinfo now gives :
Code:
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 5500 Series
OpenGL version string: 4.0.10317 Compatibility Profile Context
instead of a segmentation fault...
now to the Xorg.0.log as you requested, please look at http://pastebin.com/pfM30R8u
The log contains tons of fglrx lines so I think its good sign?!
|
|
|
|
11-21-2010, 12:03 PM
|
#9
|
|
Senior Member
Registered: May 2006
Posts: 3,017
|
Yes, according to everything you just posted, your drivers are working fine now.
Adam
|
|
|
|
11-21-2010, 12:22 PM
|
#10
|
|
Member
Registered: Nov 2008
Location: Milky Way
Distribution: Slackware64 13.37/Slackware64 13.1/Slackware 12.1
Posts: 852
Original Poster
Rep:
|
Adam, if you dont mind I would have one more question... I tried to hook up the computer to the LCD tv via HDMI and noticed something funny. The resolution reported by the catalyst driver is 1920x1080 and that correspond to the native resolution of the tv we try to work with. So normally, the bottom of the desktop (the taskbar) and all other edges should be right on the edges of the tv display.... Right now, the image is somehow scaled up (like if the resolution was set higher than the TV can handle, and all 4 edges of the desktop are hidding.
DO you know how to fix this? I tried to play around with the catalist driver but no success.
UPDATE: I just tried to change the settings in the Tv and set the picture to scale to fit instead of 16:9.. Is that normal?
Last edited by lpallard; 11-21-2010 at 12:26 PM.
|
|
|
|
11-21-2010, 12:39 PM
|
#11
|
|
Senior Member
Registered: May 2006
Posts: 3,017
|
To me it sounds like the driver is overscanning or underscanning your display. Most new HDMI displays have an option to underscan or overscan. If yours does not, catalyst might, but I've never had to deal with it before so I wouldn't even know where to look.
Adam
|
|
|
|
11-21-2010, 05:05 PM
|
#12
|
|
Member
Registered: Nov 2008
Location: Milky Way
Distribution: Slackware64 13.37/Slackware64 13.1/Slackware 12.1
Posts: 852
Original Poster
Rep:
|
Just as good as your guess was, I the overscanning was responsible for the problem... In the catalyst driver applet, I found the option to adjust the overscan and I lowered the slide bar to roughly 90% of what It was and now I have a perect match with the hdtv. We're happy with that!
Now I need to find out why I have no sound. Only KDE sounds (login, logout, and all sound events) work but playing flash videos from the web or even local media wont work. However MP3's work like a charm!
That mean that the sound is carried through HDMI but not for videos...
|
|
|
|
11-22-2010, 01:27 AM
|
#13
|
|
Senior Member
Registered: Jul 2007
Distribution: Slackware64-14.0
Posts: 2,192
|
Quote:
Originally Posted by lpallard
That mean that the sound is carried through HDMI but not for videos...
|
If you have another sound card it is very likely that those applications are trying to use it instead of the HDMI output. For video applications you should be able to specify the device (or set them to use KDE4's sound server instead of ALSA directly), but I really am not sure how to get Flash to behave other than setting your HDMI output as the default sound device (either through ~/.asoundrc or by setting it as card 0 in /etc/modprobe.d/sound.conf).
|
|
|
|
11-22-2010, 04:30 AM
|
#14
|
|
Senior Member
Registered: May 2006
Posts: 3,017
|
Quote:
Originally Posted by lpallard
Just as good as your guess was, I the overscanning was responsible for the problem... In the catalyst driver applet, I found the option to adjust the overscan and I lowered the slide bar to roughly 90% of what It was and now I have a perect match with the hdtv. We're happy with that!
Now I need to find out why I have no sound. Only KDE sounds (login, logout, and all sound events) work but playing flash videos from the web or even local media wont work. However MP3's work like a charm!
That mean that the sound is carried through HDMI but not for videos...
|
Run firefox from a terminal and start up a flash video. See what errors firefox displays.
Adam
|
|
|
|
11-22-2010, 11:07 AM
|
#15
|
|
Senior Member
Registered: May 2010
Distribution: Arch, Gentoo, Slackware
Posts: 1,479
|
Try this out, it should work good
http://www.shcherbyna.com/?p=866
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:33 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|