LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   HOWTO: fglrx and xorg6.7 -- work around for XV. (https://www.linuxquestions.org/questions/slackware-14/howto-fglrx-and-xorg6-7-work-around-for-xv-243287/)

slackMeUp 10-16-2004 12:30 AM

HOWTO: fglrx and xorg6.7 -- work around for XV.
 
(Note this is not a guide for getting the ATi fglrx drivers working with xorg...)

HOWTO by slackMeUp,

Background:

So you love slack, have an ATi Radeon, and want to get the most out of it with the fglrx drivers?

Good. Well good if you are running Slackware 9.1. But in Slackware 10 we tossed out xfree86 and tossed in xorg for an X server.

This presents a problem: there is a bug when using the fglrx drivers from ATi and xorg 6.7 that prevents the use of XV. XV is a driver used by popular multimedia apps like Xine or Mplayer that renders video. A simple work around would be to use a different driver such as x11, gl, sdl, or aa. But it only takes a few minutes of viewing to see how bad these video backends are compared to XV.

The bug resides in the rendering of off screen buffers, that the fglrx driver wants to do but is not written to do so under xorg. (ATi only supports xfree86 4.1,4.2,4.3 at the time of this writing while the driver does work with xorg) The result is a resource error when you try to play a video with the XV backend. Some are lucky to get small video files to work... but in my case, nothing would play.

I spent quite a few hours without luck poking around these forums. . . I even started a thread about it... but I found the answer on the official Fedora forum tucked away.


Solution:

Well it's not a perfect fix, but it works better then using another video backend.

Step one: As root, open your /etc/X11/xorg.conf file for editing.

Step two: Under the fglrx device section, add this line somewhere in the misc. options area.
Code:

Option  "XaaNoOffscreenPixmaps"  "yes"
Step three: Restart the X server.

enjoy.

slackMeUp 10-16-2004 12:42 PM

Yah, well I hope this helps someone...

kozgun 10-16-2004 02:23 PM

it worked :)
 
Thanks for this tip, it really saved my day. I had a problem running some avi videos with users having no root privilages. After adding that line, the problem solved. Thanks again.

slackMeUp 11-08-2004 09:37 PM

someone asked about this thread. .. so I shall give it a bump since it may help others.

gotmonkey 11-22-2004 08:28 AM

thanks for the info. I used it myself. I also added a link to this page from my forum post.

Thanks for the help

http://www.linuxquestions.org/questi...26#post1307626


All times are GMT -5. The time now is 01:11 AM.