https://bugzilla.kernel.org/show_bug.cgi?id=39672
Summary: [r280] Black screen on PPC with digital monitor on
radeon / Cannot find any crtc or sizes
Product: Drivers
Version: 2.5
Kernel Version: 3.0.0-rc6
Platform: All
OS/Version: Linux
Tree: Mainline
Status: NEW
Severity: high
Priority: P1
Component: Video(DRI - non Intel)
AssignedTo: drivers_video-dri(a)…
[View More]kernel-bugs.osdl.org
ReportedBy: rechner(a)vlado-do.de
Regression: No
Created an attachment (id=66132)
--> (https://bugzilla.kernel.org/attachment.cgi?id=66132)
syslog from system without video output
Testing Kernel 3.0.0 (rc6 from Debian experimental) I encountered a problem
with (DVI) display detection - the screen goes blank when trying to activate
KMS. From syslog:
[drm:radeon_add_legacy_connector] *ERROR* DVI: Failed to assign ddc bus! Check
dmesg for i2c errors.
[drm] DDC: no ddc bus - possible BIOS bug - please report to
xorg-driver-ati(a)lists.x.org
No connectors reported connected with modes
[drm] Cannot find any crtc or sizes - going 1024x768
To me this looks quite similar to #23222.
With a VGA monitor the screen does not go blank, but I still don't get the
login window in KDM (?).
I'm using Ubuntu 11.04 and with a self-compiled 2.6.39-rc7 kernel I have
working KMS (even though direct rendering does not work, as reported on
https://bugs.freedesktop.org/show_bug.cgi?id=37169 ).
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
[View Less]
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #12 from runetmember(a)gmail.com 2011-08-07 23:03:44 PDT ---
> 32 bit games require a 32 bit 3D driver, so make sure you also updated your 32
bit driver.
This bug is not reproduced for me on pure x86 setup of Ubuntu Oneiric with and
without xorg-edgers PPA updates. So I think it's a packaging problem of
Oneiric/xorg-edgers Mesa or drivers packages. But I didn't know what exactly
broken to file proper bugreport to Canonical. How …
[View More]can I check what's broken in
packages for Oneiric/xorg-edgers?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
[View Less]
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #11 from Alex <cerebro.alexiel(a)gmail.com> 2011-08-07 21:50:01 PDT ---
@Alex Deucher
I didn't reply before to let you enjoy your week-end.
But you were right, to fix this issue create or update a xorg.conf with the
following content :
Section "Device"
Identifier "Configured Video Device"
Option "ColorTiling" "False"
EndSection
I have two questions though
- "32 bit games require a 32 bit 3D …
[View More]driver" : how do we check that ?
LIBGL_DEBUG=verbose glxinfo ?
In my case, it opens r600_dri.so from a x86_64 folder.
I tried to find a guide or a FAQ (as it seems a fairly common issue) in vain.
- Is there a "proper" fix ? Do you want us to test something ? to apply a patch
? We'd be glad to do the "boring" thing (compiling+testing).
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
[View Less]
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(a)lists.freedesktop.org
ReportedBy: cerebro.alexiel(a)gmail.com
Created an attachment (id=49984)
--> (https://bugs.freedesktop.org/attachment.cgi?…
[View More]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.
[View Less]
https://bugs.freedesktop.org/show_bug.cgi?id=39897
Alex <cerebro.alexiel(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cerebro.alexiel(a)gmail.com
--- Comment #10 from Alex <cerebro.alexiel(a)gmail.com> 2011-08-07 21:39:22 PDT ---
*** Bug 39877 has been marked as a duplicate of this bug. ***
--
Configure bugmail: https://…
[View More]bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
[View Less]
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #9 from runetmember(a)gmail.com 2011-08-07 19:30:54 PDT ---
> I don't see any screenshot, did you forget to attach it?
Yes, sorry. Attached.
> 32 bit games require a 32 bit 3D driver, so make sure you also updated your 32
bit driver.
Ok, I will check.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=39897
Sven Arvidsson <sa(a)whiz.se> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sa(a)whiz.se
--- Comment #6 from Sven Arvidsson <sa(a)whiz.se> 2011-08-07 09:05:06 PDT ---
I don't see any screenshot, did you forget to attach it?
The games you mention (BEEP, Source titles) have been working …
[View More]fine here.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
[View Less]
https://bugs.freedesktop.org/show_bug.cgi?id=39897
--- Comment #5 from runetmember(a)gmail.com 2011-08-07 08:37:01 PDT ---
> Is this a regression?
I don't know. I first time try R600g in this year. In previous year I didn't
run games with R600g.
> Please attach your xorg log, dmesg output, and glxinfo
output.
Attached.
I also want to note: BEEP and WINE are x86. Unigine Heaven and OilRush are
x86_64. So maybe it's somehow related to the problem.
I also try to launch StarCraft II under …
[View More]WINE (x86). Same problem on
splashscreen and also GPU lockup:
https://bugs.freedesktop.org/show_bug.cgi?id=39902
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
[View Less]