LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 01-01-2008, 05:34 PM   #46
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283

Using dkms, For your card, use the hd2000 for x1300 xx.

(my last attempt at this was in 2004 with an ati 9800-pro, so I'm a bit rusty)

Like this...

urpmi fglrx and hit tab, to auto complete the line. Now you should get a list of packages that match.

Look for the hd2000 file and select it, then the system should gather a list (much shorter) of dependents for that package.

You'll need them all. Make sure the versions match
1) your current kernel (uname-a)
2) the fglrx version (8.4x.x.x) for x11-server, dkms-fglrx, fglrx-control center,

The listing for "latest" is a tool for letting you know when something has been updated and are not necessary for the system to work. But you can add them too.

But try the last post suggestion first, as it seems that the module built but did not load.

Cheers, Glenn
 
Old 01-01-2008, 06:48 PM   #47
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Talking Paste the whole line into xorg.conf

Your error message....

(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727)
(EE) AIGLX: reverting to software rendering

That you were getting before, I found in a debian doc..
http://debian.wgdd.de/temp/fglrx_man/fglrx.4x.html

It recomends..
(EE) AIGLX error: dlsym for __driCreateNewScreen_xxx failed (..)
(EE) AIGLX: reverting to software rendering

<edit>
This error only occurs for X.org(7) versions, which use AIGLX rather than XGL.

Disable AIGLX with

Option "AIGLX" "off"


in Section "ServerFlags" in your xorg.conf(5x)
</edit>

Maybe that's the line I was looking for, na.

Check that document out, it has heaps of options.

Last edited by GlennsPref; 01-04-2008 at 02:18 AM. Reason: Clarification of paste effort :)
 
Old 01-04-2008, 02:45 AM   #48
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
<quote>
Quote:
Originally Posted by GlennsPref View Post
As far as I figure, if fglrx is rendering, you should be able to set up compiz, go to the "configure your computer" select hardware, Configure 3d desktop effects. And follow the instructions. Look out for aiglx, xgl and such and test them to find what works best.

When i try to set Compiz for 3D desktop and go to advanced option XGL is selected but it is still slow

Would it be because of AGP ?

And the link with the howto says to use fglrx but i think it changed to aticonfig but it still doesn't work ;(

aticonfig --initial --input=/etc/X11/xorg.conf this usually says nothing to do or if it does something everything goes black...</quote>


Hi this is a long quote but I wanted to point out some thing here.

When you were at this stage, this black screen was probably caused by compiz, or beryl

(whichever one you had installed, My guess, compiz)

by using
accelerated in-direct glx(AIGLX)

in stead of direct glx (GLX)

http://en.wikipedia.org/wiki/AIGLX
"http://en.wikipedia.org/wiki/AIGLX#Relationship_to_Xgl

the next section of the wiki is poinient too.

But the "lines" i've mentioned are for ati/compiz and ati/beryl. They are different for compiz and beryl, afaik, or were different in 2004/5.

I still have not found what they actually are, yet!

regards, Glenn

Last edited by GlennsPref; 01-04-2008 at 03:09 AM. Reason: colours and grama
 
Old 01-14-2008, 09:12 PM   #49
GlennsPref
Senior Member
 
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,657
Blog Entries: 33

Rep: Reputation: 283Reputation: 283Reputation: 283
Hi, sorry to extend this post yet again, But I managed to find the text with the "lines" I was looking for in my backups.

I can't give you a reference to the source, but I think it was from LQ pages.

Here Is what I saved....

<quote>
I have an Asus M2A-VM micro-ATX motherboard with onboard Radeon X1200 graphics. Accelerated 3D is working but I cannot get XVideo to work. When I checked /var/log/Xorg*, I found nothing suspicious except the following:

$ grep -i overlay /var/log/Xorg.0.log
(**) fglrx(0): Option "OpenGLOverlay" "off"
(**) fglrx(0): Option "VideoOverlay" "on"
(WW) fglrx(0): Video Overlay not supported on AVIVO based graphics cards.

Is XVideo supposed to work with my chipset, which the Xorg logs identify as:

fglrx(0): Chipset: "ATI Radeon X1200 Series" (Chipset = 0x791e)

Relevant sections of my xorg.conf:

Section "Device"
Identifier "ATI Radeon X1250"
Driver "fglrx"
Option "UseFBDev" "false"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection

Section "Extensions"
Option "Composite" "disable"
Option "XVideo" "enable"
EndSection


Add this line to your Device section:

Option "TexturedVideo" "true"

It's not as good as actual X-Video, but it will allow video playback applications to use Xv.

Adam


Thanks for the tip. Unfortunately, your suggestion only served to confirm my suspicions that XVideo does NOT work on ATI integrated graphics hardware:

$ grep -i textured /var/log/Xorg.0.log
(**) fglrx(0): Option "TexturedVideo" "true"
(WW) fglrx(0): Textured Video is currently not supported on IGP hardware.

Oh, well, I guess that means bye-bye TVTime for now. Until the opensource RadeonHD project matures, my only "option" at the moment is to watch TV using MPlayer.
</quote>


I hope this helps.

Regards, Glenn
 
  


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
Mandriva 2008 leram12 Linux - Newbie 3 12-21-2007 04:46 AM
MANDRIVA 2008 & ati driver installer xcrom Mandriva 2 11-02-2007 02:43 PM
Mandriva 2008 Fails To Update Mandriva 2007 Spring Free max53000 Mandriva 1 10-20-2007 04:53 AM
LXer: The Perfect Desktop - Mandriva 2008 Free (Mandriva 2008.0) LXer Syndicated Linux News 0 10-16-2007 07:20 PM
LXer: The Perfect Server - Mandriva 2008 Free (Mandriva 2008.0) LXer Syndicated Linux News 0 10-11-2007 09:41 PM

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

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