View Single Post
  #4   (View Single Post)  
Old 1st July 2014
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Thanks. It certainly looks like the radeon driver has enabled acceleration:
Code:
[    69.606] (II) RADEON(0): Direct rendering enabled
[    69.615] (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
[    69.615] (II) EXA(0): Driver allocated offscreen pixmaps
[    69.615] (II) EXA(0): Driver registered support for the following operations:
[    69.615] (II)         Solid
[    69.615] (II)         Copy
[    69.615] (II)         Composite (RENDER acceleration)
[    69.615] (II)         UploadToScreen
[    69.615] (II)         DownloadFromScreen
[    69.615] (II) RADEON(0): Acceleration enabled
And that DRI2 is enabled:
Code:
[    69.573] (II) RADEON(0): [DRI2] Setup complete
[    69.573] (II) RADEON(0): [DRI2]   DRI driver: r300
[    69.573] (II) RADEON(0): [DRI2]   VDPAU driver: r300
So I'm not sure what the issue is .. perhaps a glxinfo or configuration problem? Which leads me to note that you are using an xorg.conf file. What happens when you run X without an xorg.conf file and X autoconfigures?

Unrelated, but I saw that your kernel is at 5.5-release. There's a patch for the kernel to correct ICMP reflection handling, which you may want or need.
Reply With Quote