[Ubuntu-x-swat] [Bug 534662]

2019-11-20 Thread Alexdeucher
(In reply to comment #6)
> Userspace is not a problem here, many distributions have GL implementation
> switch tools already.
> 

Userspace is the problem.

> 
> The problem is that xf86-video-ati is built with KMS and radeon.ko loads with
> modeset=1 but still, X fails to load due to the initialization (bug?) issue
> reported by the OP. Restarting X fixes the problem. I do think there is
> something to fix here and it would be nice to at least fix this chicken/egg
> issue.

You need to have the kernel module loaded before starting X.  The same
is true of other KMS drivers (intel, nouveau, etc.).  If the drm is not
loaded, the ddx assumes UMS and tries to load the drm.  If it loads in
KMS mode, you don't want two drivers handling the same hw, so the ddx
bails to prevent that.  If you try and load the drm from X and assume
that the kernel is in KMS mode, you break old systems with old kernels
that don't support KMS.  The other problem with having the ddx load the
drm for KMS mode is that with KMS, the drm handles all of the chip init.
With UMS when you load the drm in UMS mode, the kernel module  doesn't
do anything at load time; it just waits until userspace inits the hw and
actually decides to use the drm.  With KMS, we have no way of knowing
when the KMS drm has finished loading or initializing the hw so we may
end up trying to use the KMS drm before it's properly loaded.  It's not
a configuration we want to support.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/534662

Title:
  [RV635] No hardware acceleration on ATI Radeon 3650 HD using 'radeon'
  driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/534662/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 534662]

2019-11-20 Thread Alexdeucher
As of 6.14.3 the ddx will stop loading if the ddx is in UMS mode and the
drm is in KMS mode to prevent display problems.  UMS is no longer
supported in the DDX on Linux.  Support for UMS was removed in xf86
-video-ati git last month.  UMS only supported chips up through
evergreen and the open source 3D drivers dropped UMS support a while
ago.

The open source radeon driver and fglrx are completely different driver
stacks and require some system adjustments to switch between then
(different kernel modules, different ddx, different 3D drivers,
different libgl and libglx, etc.).  It's probably easiest to have a
script to switch the environments between the two drivers or something
like that.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/534662

Title:
  [RV635] No hardware acceleration on ATI Radeon 3650 HD using 'radeon'
  driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/534662/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 175243]

2018-06-12 Thread Alexdeucher
Is this still an issue with kms or newer versions of the driver?

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/175243

Title:
  [Mobility 9000] screen flickers only if text tty entered (radeon)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/175243/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1547235]

2016-02-29 Thread Alexdeucher
(In reply to Andrew Randrianasulu from comment #38)
> unfortunately, running with RADEON_DEBUG=notiling gives no visible
> improvements.

You have to disable tiling in the ddx as well in the device section of you xorg 
config:
Option "ColorTiling" "false"

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/1547235

Title:
  1002:7942 [Samsung NP-R40FY0E/SEG] Graphical corruption

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1547235/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 881526]

2015-01-20 Thread Alexdeucher
Both fglrx and radeon support dynamic power management so this does not
likely have anything to do with power management.  It looks like a plain
old GPU hang.  I'd suggest updating your mesa stack in the case of the
open source driver.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/881526

Title:
  AMD graphics hardware hangs with an homogeneous coloured screen or
  blank screen, and with chirp coming from the graphics card

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/881526/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp