If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Announcement
Collapse
No announcement yet.
Updated and Optimized Ubuntu Free Graphics Drivers
I'm researching radeon vram behavior for my thesis, and I'd need a wide variety of data. I have a set of patches to gather this, and it would be really helpful if they could be included in your PPA for a few months (until the end of March).
They do nothing unless the user sets the R600_DEBUG env var to the new value. There's no bug or perf risk, and I can keep them updated against master for this time. Would it be possible to include them?
Is sudo apt-get install libgl1-mesa-dri-experimental still required for i915 hardware? I have a Dell Latitude D610 with a 915GM graphics chip, and Lubuntu 13.10 + Kernel 3.13 (today's daily).
I tried LIBGL_DRIVERS_PATH=/usr/lib/dri-alternates glxgears -info but it failed to load two different drivers (something 915 and something like swar), and glxgears was really slow, along with no direct rendering. I ran that dri-experiemental command too. glxgears on its' own works fine.
Hmm, on my 7660G + 7670M dual graphics laptop (with Ubuntu 13.10 + kernel 3.12 daily), I seem to have color banding. It's mostly noticeable when I open up the dash on Ubuntu.
Any ideas as what I could do to fix it? The banding doesn't exist on fglrx.
Also inquiring about this again. Still occurring as of today with a 3.13 daily kernel.
Is sudo apt-get install libgl1-mesa-dri-experimental still required for i915 hardware? I have a Dell Latitude D610 with a 915GM graphics chip, and Lubuntu 13.10 + Kernel 3.13 (today's daily).
I tried LIBGL_DRIVERS_PATH=/usr/lib/dri-alternates glxgears -info but it failed to load two different drivers (something 915 and something like swar), and glxgears was really slow, along with no direct rendering. I ran that dri-experiemental command too. glxgears on its' own works fine.
It's hard to see what's happening here without error messages. Note that this procedure is for using the experimental i915 gallium driver, while the classic, supported one is enabled by default.
I'm researching radeon vram behavior for my thesis, and I'd need a wide variety of data. I have a set of patches to gather this, and it would be really helpful if they could be included in your PPA for a few months (until the end of March).
They do nothing unless the user sets the R600_DEBUG env var to the new value. There's no bug or perf risk, and I can keep them updated against master for this time. Would it be possible to include them?
Hi, are these changes the same you sent on mesa-dev? I could include it if they are not intended to be merged. But can you explain how they are expected to be used? How should you obtain the needed data?
Hi, are these changes the same you sent on mesa-dev? I could include it if they are not intended to be merged. But can you explain how they are expected to be used? How should you obtain the needed data?
Yes, they went through a couple review cycles, but the conclusion was to come back later with data available.
They don't affect normal use. For tracing an app, you would do "R600_DEBUG=bostats myapp", which then outputs to a file in /tmp. This file would then need to be sent via email / dropbox / etc.
I was thinking about asking Michael to do a short news post with more details. Having the support in your ppa would lower the bar, making it very easy for people to help.
Yes, they went through a couple review cycles, but the conclusion was to come back later with data available.
They don't affect normal use. For tracing an app, you would do "R600_DEBUG=bostats myapp", which then outputs to a file in /tmp. This file would then need to be sent via email / dropbox / etc.
I was thinking about asking Michael to do a short news post with more details. Having the support in your ppa would lower the bar, making it very easy for people to help.
Comment