All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 39877] New: Games rendered pixelated
@ 2011-08-06  8:31 bugzilla-daemon
  2011-08-06  8:32 ` [Bug 39877] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-08-06  8:31 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39877

           Summary: Games rendered pixelated
           Product: DRI
           Version: XOrg CVS
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: DRM/Radeon
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: cerebro.alexiel@gmail.com


Created an attachment (id=49984)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=49984)
The main menu of the game, pixelated

The title says it all.

I attached a picture of Crayon Physics Deluxe showing the issue (the linux
version, not via wine).
With LIBGL_ALWAYS_INDIRECT=1 or LIBGL_ALWAYS_SOFTWARE=1, the game is correctly
rendered though very slow using the software rasterizer.

I'm using Ubuntu 11.04 x86_64 with xorg-edgers packages, and I'm up-to-date.

Also, when running the game from the console, I got spammed with :
/usr/lib/gtk-2.0/2.10.0/menuproxies/libappmenu.so: wrong ELF class: ELFCLASS64
(<unknown>:4547): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/immodules/im-ibus.so:
wrong ELF class: ELFCLASS64

So maybe it's an issue with 32 vs 64 bits.

FYI :
alex@Leon:~$ LIBGL_DEBUG=verbose glxinfo
libGL: OpenDriver: trying /usr/lib/x86_64-linux-gnu/dri/r600_dri.so

-> means symbolic link
/usr/lib/libGL.so.1 -> /usr/lib/libGL.so -> /usr/lib32/libGL.so ->
/usr/lib32/mesa/libGL.so.1 -> /usr/lib32/mesa/libGL.so.1.2
alex@Leon:~$ file /usr/lib32/mesa/libGL.so.1.2 
/usr/lib32/mesa/libGL.so.1.2: ELF 32-bit LSB shared object, Intel 80386,
version 1 (SYSV), dynamically linked, for GNU/Linux 2.4.20, stripped

Note that I've done
/usr/lib/libGL.so.1 -> /usr/lib/libGL.so -> /usr/lib32/libGL.so
to make wine happy.
I guess for 32 bits it's ok but not for 64 bit :

/usr/lib64/libGL.so.1 -> /usr/lib64/libGL.so
alex@Leon:~$ file /usr/lib64/libGL.so
/usr/lib64/libGL.so: symbolic link to `/usr/lib32/libGL.so'

alex@Leon:~$ sudo ldconfig -p | grep libGL.so
    libGL.so.1 (libc6,x86-64, OS ABI: Linux 2.4.20) =>
/usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
    libGL.so.1 (libc6, OS ABI: Linux 2.4.20) => /usr/lib/libGL.so.1
    libGL.so (libc6,x86-64, OS ABI: Linux 2.4.20) =>
/usr/lib/x86_64-linux-gnu/libGL.so
    libGL.so (libc6,x86-64, OS ABI: Linux 2.4.20) =>
/usr/lib/x86_64-linux-gnu/mesa/libGL.so
    libGL.so (libc6, OS ABI: Linux 2.4.20) => /usr/lib32/libGL.so
    libGL.so (libc6, OS ABI: Linux 2.4.20) => /usr/lib/libGL.so

I know the driver is being actively developed and hacked but maybe it's related
to a mis-configuration or something like that.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 39877] Games rendered pixelated
  2011-08-06  8:31 [Bug 39877] New: Games rendered pixelated bugzilla-daemon
@ 2011-08-06  8:32 ` bugzilla-daemon
  2011-08-06 13:18 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-08-06  8:32 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39877

--- Comment #1 from Alex <cerebro.alexiel@gmail.com> 2011-08-06 01:32:10 PDT ---
Created an attachment (id=49985)
 --> (https://bugs.freedesktop.org/attachment.cgi?id=49985)
My latest Xorg.0.log

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 39877] Games rendered pixelated
  2011-08-06  8:31 [Bug 39877] New: Games rendered pixelated bugzilla-daemon
  2011-08-06  8:32 ` [Bug 39877] " bugzilla-daemon
@ 2011-08-06 13:18 ` bugzilla-daemon
  2011-08-06 13:20 ` bugzilla-daemon
  2011-08-08  4:39 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-08-06 13:18 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39877

Alex Deucher <agd5f@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #49985|text/x-log                  |text/plain
          mime type|                            |
  Attachment #49985|0                           |1
           is patch|                            |

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 39877] Games rendered pixelated
  2011-08-06  8:31 [Bug 39877] New: Games rendered pixelated bugzilla-daemon
  2011-08-06  8:32 ` [Bug 39877] " bugzilla-daemon
  2011-08-06 13:18 ` bugzilla-daemon
@ 2011-08-06 13:20 ` bugzilla-daemon
  2011-08-08  4:39 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-08-06 13:20 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39877

--- Comment #2 from Alex Deucher <agd5f@yahoo.com> 2011-08-06 06:20:00 PDT ---
Update mesa to 7.11 or disable colortiling:
Option "ColorTiling" "False"
in the device section of your xorg conf.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 39877] Games rendered pixelated
  2011-08-06  8:31 [Bug 39877] New: Games rendered pixelated bugzilla-daemon
                   ` (2 preceding siblings ...)
  2011-08-06 13:20 ` bugzilla-daemon
@ 2011-08-08  4:39 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-08-08  4:39 UTC (permalink / raw)
  To: dri-devel

https://bugs.freedesktop.org/show_bug.cgi?id=39877

Alex <cerebro.alexiel@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE

--- Comment #3 from Alex <cerebro.alexiel@gmail.com> 2011-08-07 21:39:22 PDT ---


*** This bug has been marked as a duplicate of bug 39897 ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-08-08  4:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-06  8:31 [Bug 39877] New: Games rendered pixelated bugzilla-daemon
2011-08-06  8:32 ` [Bug 39877] " bugzilla-daemon
2011-08-06 13:18 ` bugzilla-daemon
2011-08-06 13:20 ` bugzilla-daemon
2011-08-08  4:39 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.