Difference between revisions of "Talk:Problems with fglrx"

From ThinkWiki
Jump to: navigation, search
(using kernel AGP vs fglrx AGP)
(8.20.8 does work fine with current Debian sid packages)
Line 18: Line 18:
  
 
Anyone know whether this makes a performance and/or stability difference?
 
Anyone know whether this makes a performance and/or stability difference?
 +
 +
== 8.20.8 does work fine with current Debian sid packages ==
 +
 +
<pre>
 +
spiney@t43p:~$ dpkg -l xserver-xorg
 +
Desired=Unknown/Install/Remove/Purge/Hold
 +
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
 +
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
 +
||/ Name                        Version                      Description
 +
+++-============================-============================-========================================================================
 +
ii  xserver-xorg                6.9.0.dfsg.1-2              the X.Org X server
 +
spiney@t43p:~$ fglrxinfo
 +
display: :0.0  screen: 0
 +
OpenGL vendor string: ATI Technologies Inc.
 +
OpenGL renderer string: MOBILITY FireGL V3200 Pentium 4 (SSE2) (FireGL) (GNU_ICD)
 +
OpenGL version string: 1.3.5519 (X4.3.0-8.20.8)
 +
</pre>

Revision as of 14:25, 8 January 2006

Non-executable /tmp

When /tmp is mounted with the noexec option, the fglrx driver will produce an error similar to (this is from a T43p, the dots are some random looking numbers)

Exec failed for command "/tmp/firegl1...." (Permission Denied)

It doesn't seem to be fatal, but is anyone else getting these? Unfortunately it's not recorded in the Xorg logfile, it can only be seen when starting Xorg from the console.

BTW, when Xorg is already running (with /tmp executable) and I switch to tty1 and start another X session (with /tmp mounted noexec) mount -o remount,noexec /tmp xinit -- :14

Xorg locks hard, no way to get back into the console or zap Xorg with CTRL-ALT-BS, only thing that still works is syncing disks and resetting via sys-request shortcuts.

--spiney 09:01, 17 Nov 2005 (CET)


using kernel AGP vs fglrx AGP

Anyone know whether this makes a performance and/or stability difference?

8.20.8 does work fine with current Debian sid packages

spiney@t43p:~$ dpkg -l xserver-xorg
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name                         Version                      Description
+++-============================-============================-========================================================================
ii  xserver-xorg                 6.9.0.dfsg.1-2               the X.Org X server
spiney@t43p:~$ fglrxinfo 
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY FireGL V3200 Pentium 4 (SSE2) (FireGL) (GNU_ICD)
OpenGL version string: 1.3.5519 (X4.3.0-8.20.8)