[Desktop-packages] [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 Desktop
Packages, 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

Status in xserver-xorg-driver-ati:
  Unknown
Status in xserver-xorg-video-ati package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: xserver-xorg-video-radeon

  On Lucid Lynx, after few updates I completely lost graphics hardware
  acceleration. As fglrx won't work with new xorg, I use radeon driver
  (my card is ATI Radeon 3650 HD). I used to have perfect 3d graphic,
  compiz and games used to work smoothly, but from some time I can't use
  any of them, when I lunch a game it consumes 100% cpu and lags a lot,
  and when I start compiz, it says

  compiz (core) - Fatal: Software rendering detected.
  compiz (core) - Error: Failed to manage screen: 0
  compiz (core) - Fatal: No manageable screens found on display :0.0

  so my guess is that the radeon driver is not providing me with 3d hardware 
acceleration.
  =
  I don't know if it is a significant tip, but I found out that use-count of 
module 'radeon' is 0, as lsmod shows.

  Module  Size  Used by
  radeon738407  0
  ttm60847  1 radeon
  drm_kms_helper 30742  1 radeon
  drm   198930  3 radeon,ttm,drm_kms_helper
  i2c_algo_bit6024  1 radeon
  ...
  

  I have no idea on what can be wrong. Maybe the problem is somewhere in
  my configuration (but I doubt it), maybe it's a bug in radeon driver,
  or maybe it's a bug somewhere else.

  I hope debug info I provide will be useful.

  (EE) RADEON(0): [dri] RADEONDRIGetVersion failed because of a version 
mismatch.
  [dri] This chipset requires a kernel module version of 1.17.0,
  [dri] but the kernel reports a version of 2.0.0.[dri] If using legacy 
modesetting, upgrade your kernel.
  [dri] If using kernel modesetting, make sure your module is
  [dri] loaded prior to starting X, and that this driver was built
  [dri] with support for KMS.
  [dri] Disabling DRI.

  
  ProblemType: Bug
  Architecture: amd64
  Date: Mon Mar  8 21:47:20 2010
  DistroRelease: Ubuntu 10.04
  MachineType: Dell Inc. Studio 1737
  NonfreeKernelModules: wl
  Package: xorg 1:7.5+1ubuntu12
  ProcCmdLine: root=UUID=ba308b28-d0c2-4d62-84f1-a8b0968ef198 ro vesa=356 quiet 
splash rootflags=data=writeback
  ProcEnviron:
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-16.24-generic
  SourcePackage: xorg
  Symptom: display
  Uname: Linux 2.6.32-16-generic x86_64
  dmi.bios.date: 02/11/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0P786H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A05
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd02/11/2009:svnDellInc.:pnStudio1737:pvrA05:rvnDellInc.:rn0P786H:rvrA05:cvnDellInc.:ct8:cvrA05:
  dmi.product.name: Studio 1737
  dmi.product.version: A05
  dmi.sys.vendor: Dell Inc.
  system:
   distro: Ubuntu
   codename:   lucidarchitecture:   x86_64kernel: 
2.6.32-16-generic


  [lspci]
  01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Mobility 
Radeon HD 3650 [1002:9591]
Subsystem: Dell Device [1028:02a0]

To manage notifications about this bug go to:

[Desktop-packages] [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 Desktop
Packages, 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

Status in xserver-xorg-driver-ati:
  Unknown
Status in xserver-xorg-video-ati package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: xserver-xorg-video-radeon

  On Lucid Lynx, after few updates I completely lost graphics hardware
  acceleration. As fglrx won't work with new xorg, I use radeon driver
  (my card is ATI Radeon 3650 HD). I used to have perfect 3d graphic,
  compiz and games used to work smoothly, but from some time I can't use
  any of them, when I lunch a game it consumes 100% cpu and lags a lot,
  and when I start compiz, it says

  compiz (core) - Fatal: Software rendering detected.
  compiz (core) - Error: Failed to manage screen: 0
  compiz (core) - Fatal: No manageable screens found on display :0.0

  so my guess is that the radeon driver is not providing me with 3d hardware 
acceleration.
  =
  I don't know if it is a significant tip, but I found out that use-count of 
module 'radeon' is 0, as lsmod shows.

  Module  Size  Used by
  radeon738407  0
  ttm60847  1 radeon
  drm_kms_helper 30742  1 radeon
  drm   198930  3 radeon,ttm,drm_kms_helper
  i2c_algo_bit6024  1 radeon
  ...
  

  I have no idea on what can be wrong. Maybe the problem is somewhere in
  my configuration (but I doubt it), maybe it's a bug in radeon driver,
  or maybe it's a bug somewhere else.

  I hope debug info I provide will be useful.

  (EE) RADEON(0): [dri] RADEONDRIGetVersion failed because of a version 
mismatch.
  [dri] This chipset requires a kernel module version of 1.17.0,
  [dri] but the kernel reports a version of 2.0.0.[dri] If using legacy 
modesetting, upgrade your kernel.
  [dri] If using kernel modesetting, make sure your module is
  [dri] loaded prior to starting X, and that this driver was built
  [dri] with support for KMS.
  [dri] Disabling DRI.

  
  ProblemType: Bug
  Architecture: amd64
  Date: Mon Mar  8 21:47:20 2010
  DistroRelease: Ubuntu 10.04
  MachineType: Dell Inc. Studio 1737
  NonfreeKernelModules: wl
  Package: xorg 1:7.5+1ubuntu12
  ProcCmdLine: root=UUID=ba308b28-d0c2-4d62-84f1-a8b0968ef198 ro vesa=356 quiet 
splash rootflags=data=writeback
  ProcEnviron:
   LANG=pl_PL.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-16.24-generic
  SourcePackage: xorg
  Symptom: display
  Uname: Linux 2.6.32-16-generic x86_64
  dmi.bios.date: 02/11/2009
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A05
  dmi.board.name: 0P786H
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A05
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A05
  dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd02/11/2009:svnDellInc.:pnStudio1737:pvrA05:rvnDellInc.:rn0P786H:rvrA05:cvnDellInc.:ct8:cvrA05:
  dmi.product.name: Studio 1737
  dmi.product.version: A05
  dmi.sys.vendor: Dell Inc.
  system:
   distro: Ubuntu
   codename:   lucidarchitecture:   x86_64kernel: 
2.6.32-16-generic


  [lspci]
  01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Mobility 
Radeon HD 3650 [1002:9591]
Subsystem: Dell Device [1028:02a0]

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [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 Desktop
Packages, 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)

Status in xserver-xorg-driver-ati:
  Invalid
Status in xserver-xorg-video-ati package in Ubuntu:
  Invalid

Bug description:
  I "upgraded" to Gutsy by doing a clean install a couple of days ago and now 
have noticed a strange screen flickering bug.
  I have a radeon mobility 9000 on a Dell Inspiron 600m, and did not have this 
problem previously with Feisty Fawn.

  The bug is screen flickering in text consoles _and_ X. Interestingly, though, 
this bug does not occur if I boot into splash and then
  it goes straight to X. I am able to log on and use desktop effects and such 
without any flicker. However, the moment it has to
  switch to a text tty/vt, whether through a Ctrl-Alt-Fn or after I log out 
when X restarts, it starts flickering and the flicker makes
  everything pretty much unusable (well quite annoying at least). I tried 
booting with vga=normal but that doesn't change anything. No splash on boot 
doesn't help.

  I believe this has something to do with the new text tty changes in Gutsy vs 
Feisty, but am not sure exactly what these are, so if someone has some advice 
maybe on something I can do to try to mess with these that would be great (I'm 
pretty sure it's not
  an X issue per se b/c it does not seem to happen the first time X starts and 
I log on after splash; oh yeah also it does _not_ happen when BIOS is starting 
and in the initial splash; however after we go to tty I can't get the flicker 
to stop).

  Thanks a lot
  Misha

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [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 Desktop
Packages, 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

Status in xserver-xorg-driver-ati:
  Confirmed
Status in xserver-xorg-video-ati package in Ubuntu:
  Triaged

Bug description:
  Ubuntu has graphical corruptions as per the attachment.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-2-generic 4.4.0-2.16 [modified: 
boot/vmlinuz-4.4.0-2-generic]
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  m  1199 F pulseaudio
  CurrentDesktop: Unity
  Date: Thu Feb 18 22:40:06 2016
  HibernationDevice: RESUME=UUID=1a9cc3e7-ec1c-4f67-95c9-f96d010b2a7a
  InstallationDate: Installed on 2016-02-10 (8 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160210)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. R40P/R41P
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-2-generic 
root=UUID=860436bf-bd69-4811-8843-9ba08a391b58 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-2-generic N/A
   linux-backports-modules-4.4.0-2-generic  N/A
   linux-firmware   1.155
  RfKill:
   0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/18/2007
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 06YE
  dmi.board.name: R40P/R41P
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr06YE:bd07/18/2007:svnSAMSUNGELECTRONICSCO.,LTD.:pnR40P/R41P:pvr06YE:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR40P/R41P:rvr:cvnSAMSUNGELECTRONICSCO.,LTD.:ct1:cvrN/A:
  dmi.product.name: R40P/R41P
  dmi.product.version: 06YE
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  --- 
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  CurrentDesktop: Unity
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] RS600M [Radeon Xpress 1250] 
[1002:7942] (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd RS600M [Radeon Xpress 1250] 
[144d:c036]
  InstallationDate: Installed on 2016-02-10 (12 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160210)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. R40P/R41P
  Package: xorg 1:7.7+13ubuntu1
  PackageArchitecture: amd64
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-2-generic 
root=UUID=860436bf-bd69-4811-8843-9ba08a391b58 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Tags:  xenial ubuntu compiz-0.9
  Uname: Linux 4.4.0-2-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 07/18/2007
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 06YE
  dmi.board.name: R40P/R41P
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr06YE:bd07/18/2007:svnSAMSUNGELECTRONICSCO.,LTD.:pnR40P/R41P:pvr06YE:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR40P/R41P:rvr:cvnSAMSUNGELECTRONICSCO.,LTD.:ct1:cvrN/A:
  dmi.product.name: R40P/R41P
  dmi.product.version: 06YE
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
  version.compiz: compiz 1:0.9.12.2+16.04.20151211-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.66-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.1-1ubuntu2
  version.libgl1-mesa-dri-experimental: 

[Desktop-packages] [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 Desktop
Packages, 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

Status in Mesa:
  Confirmed
Status in mesa package in Ubuntu:
  Triaged

Bug description:
  Happens at random, but more frequently running videos on YouTube with
  the HTML5 player (https://www.youtube.com/html5) or with the XBMC home
  theatre software.

  /var/log/kern.log:
  Oct 25 14:53:46 lt9630 kernel: [  737.900416] INFO: rcu_sched_state detected 
stall on CPU 2 (t=15000 jiffies)
  Oct 25 14:55:46 lt9630 kernel: [  857.813946] [fglrx] ASIC hang happened
  Oct 25 14:55:46 lt9630 kernel: [  857.813950] Pid: 1149, comm: Xorg Tainted: 
P C  3.0.0-12-generic #20-Ubuntu
  Oct 25 14:55:46 lt9630 kernel: [  857.813951] Call Trace:
  Oct 25 14:55:46 lt9630 kernel: [  857.813985]  [a00a0d7e] 
KCL_DEBUG_OsDump+0xe/0x10 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814003]  [a00ae20c] 
firegl_hardwareHangRecovery+0x1c/0x50 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814036]  [a013ad59] ? 
_ZN4Asic9WaitUntil15ResetASICIfHungEv+0x9/0x10 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814068]  [a013ad0c] ? 
_ZN4Asic9WaitUntil15WaitForCompleteEv+0x6c/0xb0 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814099]  [a0135fb4] ? 
_ZN15ExecutableUnits10CPRingIdleE15idle_WaitMethod12_QS_CP_RING_+0xe4$
  Oct 25 14:55:46 lt9630 kernel: [  857.814127]  [a0115acb] ? 
_ZN10CMMSurfaceD1Ev+0xcb/0xe0 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814158]  [a0135e7b] ? 
_ZN15ExecutableUnits7PM4idleE15idle_WaitMethod+0x4b/0x90 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814187]  [a012e8f1] ? 
_ZN15QS_PRIVATE_CORE9QsPM4idleE15idle_WaitMethod+0x31/0x60 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814215]  [a0119d8a] ? 
_ZN10QS_PRIVATE11synchronizeEv+0x2a/0x30 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814243]  [a01233f5] ? 
_Z8uCWDDEQCmjjPvjS_+0x3b5/0x10c0 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814246]  [810871ee] ? 
down+0x2e/0x50
  Oct 25 14:55:46 lt9630 kernel: [  857.814266]  [a00cc932] ? 
firegl_cmmqs_CWDDE_32+0x332/0x440 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814285]  [a00cb260] ? 
firegl_cmmqs_CWDDE32+0x70/0x100 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814288]  [81282e5a] ? 
security_capable+0x2a/0x30
  Oct 25 14:55:46 lt9630 kernel: [  857.814306]  [a00cb1f0] ? 
firegl_cmmqs_createdriver+0x170/0x170 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814322]  [a00a9e18] ? 
firegl_ioctl+0x1e8/0x250 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814333]  [a009a9be] ? 
ip_firegl_unlocked_ioctl+0xe/0x20 [fglrx]
  Oct 25 14:55:46 lt9630 kernel: [  857.814335]  [8117939a] ? 
do_vfs_ioctl+0x8a/0x340
  Oct 25 14:55:46 lt9630 kernel: [  857.814338]  [811679ed] ? 
vfs_read+0x10d/0x180
  Oct 25 14:55:46 lt9630 kernel: [  857.814339]  [811796e1] ? 
sys_ioctl+0x91/0xa0
  Oct 25 14:55:46 lt9630 kernel: [  857.814342]  [815f22c2] ? 
system_call_fastpath+0x16/0x1b
  Oct 25 14:55:46 lt9630 kernel: [  857.814345] pubdev:0xa02fd600, num 
of device:1 , name:fglrx, major 8, minor 88.
  Oct 25 14:55:46 lt9630 kernel: [  857.814346] device 0 : 0x88019b85 .

  Oct 25 14:55:46 lt9630 kernel: [  857.814345] pubdev:0xa02fd600, num 
of device:1 , name:fglrx, major 8, minor 88.
  Oct 25 14:55:46 lt9630 kernel: [  857.814346] device 0 : 0x88019b85 .
  Oct 25 14:55:46 lt9630 kernel: [  857.814348] Asic ID:0x6779, revision:0x3c, 
MMIOReg:0xc90012b8.
  Oct 25 14:55:46 lt9630 kernel: [  857.814349] FB phys addr: 0xc000, MC 
:0xf, Total FB size :0x4000.
  Oct 25 14:55:46 lt9630 kernel: [  857.814351] gart table MC:0xf0f8fd000, 
Physical:0xcf8fd000, size:0x402000.
  Oct 25 14:55:46 lt9630 kernel: [  857.814353] mc_node :FB, total 1 zones
  Oct 25 14:55:46 lt9630 kernel: [  857.814354] MC start:0xf, 
Physical:0xc000, size:0xfd0.
  Oct 25 14:55:46 lt9630 kernel: [  857.814356] Mapped heap -- Offset:0x0, 
size:0xf8fd000, reference count:33, mapping count:0,
  Oct 25 14:55:46 lt9630 kernel: [  857.814357] Mapped heap -- Offset:0x0, 
size:0x100, reference count:1, mapping count:0,
  Oct 25 14:55:46 lt9630 kernel: [  857.814359] Mapped heap -- 
Offset:0xf8fd000, size:0x403000, reference count:1, mapping count:0,
  Oct 25 14:55:46 lt9630 kernel: [  857.814360] mc_node :INV_FB, total 1 zones
  Oct 25 14:55:46 lt9630 kernel: [