Announcement

Collapse
No announcement yet.

How to verify if I'm using dri3

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to verify if I'm using dri3

    I applied this patch to the DDX and I would like to verify if I'm using DRI3. I followed all the advises here: https://wiki.ixit.cz/d3d9
    Which means xorg git, libxcb & xcb-proto >= 1.11, xf86-video-ati git + patch. Card is HD 7950.
    It seems xorg is expected to by totally silent about dri3: https://wiki.ixit.cz/d3d9_dri3
    Also I can't manage to check using the "break dri3_swap_buffers" trick: after "break dri3_swap_buffers" I get
    Code:
    Function "dri3_swap_buffers" not defined. Make breakpoint pending on future shared library load? (y or [n])
    but when I type run glxgears doesn't stop as expected, it keeps running
    ## VGA ##
    AMD: X1950XTX, HD3870, HD5870
    Intel: GMA45, HD3000 (Core i5 2500K)
Working...
X