Re: Sun45 garbled radeondrm output
Mike Tremaine <[email protected]> Sat, 21 Mar 2026 12:14:30 -0700
| Newsgroups | gmane.os.openbsd.sparc |
|---|---|
| Message-ID | <[email protected]> |
I have a similar experience with my Sun Ultra5 (XVR-100). I think it is =
because it fails to initialize the card (no 3d acceleration) and falls =
back to basic frame buffer mode at 1280x1024 which freaks my monitor =
out.
=46rom my DMESG (I saved this in my notes when it happened)
radeondrm0: RV100 [drm] *ERROR* radeon: ring test failed =
(scratch(0x15E4)=3D0xCAFEDEAD) [drm] *ERROR* radeon: cp isn't working =
(-22). drm:pid0:r100_startup *ERROR* failed initializing CP (-22). =
drm:pid0:r100_init *ERROR* Disabling GPU acceleration =
drm:pid0:drm_fb_helper_find_format *WARNING* [drm] format 0x20203843 not =
supported drm:pid0:drm_fb_helper_find_format *WARNING* [drm] format =
0x20203843 not supported drm:pid0:drm_fb_helper_find_format *WARNING* =
[drm] format 0x20203843 not supported radeondrm0: 1280x1024, 8bpp
All you need to do is ssh into the machine and setup your xorg.conf -> =
/etc/X11/xorg.conf
This is what I have yours is going to be different (you got better =
hardware all around)
Section "Monitor"
Identifier "SyncMaster953BW"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "XVR100"
Driver "radeon"
Option "AccelMethod" "none"
Option "SWcursor" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "XVR100"
Monitor "SyncMaster953BW"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900" "1280x1024" "1024x768"
EndSubSection
EndSection
> On Mar 21, 2026, at 4:06 AM, Thomas de Grivel <[email protected]> wrote:
>=20
> Hello sparc@,
>=20
> I have a nice Sun45 at my desk and the only system that would actually
> install is OpenBSD ! Never mind NetBSD, Debian, Gentoo all failed. Did
> not try : FreeBSD, Ubuntu.
>=20
> If I boot 7.8 multiuser _with_ radeondrm (the default) it gives
> garbled output as soon as radeondrm0 activates the frame buffer. I
> tried with DMS-59/HDMI and DMS-59/VGA to no avail it does not change a
> thing except the resolution of the garbled output. The output looks
> like 4 or 6 screens were badly rendered side to side. Probably a
> blitter error missing info on the pixel fragments / x position. An
> iterator problem probably on x. Y seems ok but reduced. X is repeated
> with wrong colors.
>=20
> Trying with snapshots now. The boot stops at checking filesystems...
> I've been waiting 6 hours for the fs check to complete to no avail.
> Will try again.