Difference between revisions of "Talk:Problems with fglrx"

From ThinkWiki
Jump to: navigation, search
m (8.20.8 does work fine with current Debian sid packages)
(question about VGA port, removed noexec /tmp issue since it's none anymore)
Line 1: Line 1:
===Non-executable /tmp===
 
When {{path|/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)
 
 
{{cmdresult|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 {{path|/tmp|}} executable) and I switch to tty1 and start another X session (with {{path|/tmp|}} mounted noexec)
 
{{cmd|mount -o remount,noexec /tmp|}}
 
{{cmd|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.
 
 
--[[User:Spiney|spiney]] 09:01, 17 Nov 2005 (CET)
 
----
 
 
 
== using kernel AGP vs fglrx AGP ==
 
== using kernel AGP vs fglrx AGP ==
  
Line 35: Line 19:
 
OpenGL version string: 1.3.5519 (X4.3.0-8.20.8)
 
OpenGL version string: 1.3.5519 (X4.3.0-8.20.8)
 
</pre>
 
</pre>
 +
 +
--[[User:Spiney|spiney]]
 +
----
 +
 +
== Disabling the external VGA port? ==
 +
 +
Does anyone know how disable the VGA port ''completely'' even when a cable is attached? Fiddling around with the DesktopSetup and ForceMonitor options didn't do the trick for me, and the MonitorLayout option found in some documentation is no longer valid in the current fglrx driver.
 +
 +
--[[User:Spiney|spiney]] 19:42, 10 Jan 2006 (CET)
 +
----

Revision as of 20:42, 10 January 2006

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)

--spiney


Disabling the external VGA port?

Does anyone know how disable the VGA port completely even when a cable is attached? Fiddling around with the DesktopSetup and ForceMonitor options didn't do the trick for me, and the MonitorLayout option found in some documentation is no longer valid in the current fglrx driver.

--spiney 19:42, 10 Jan 2006 (CET)