Re: iMac G3 r128 - failed to load module "r128"

2021-03-03 Thread Riccardo Mottola
Hi!


John Paul Adrian Glaubitz wrote:
> Good news on this issue: Adrian Bunk has kindly stepped up and is working on 
> re-adding
> the legacy driver packages to the Debian archive [1]. So users will be able 
> to use
> X on the affected machines in the near future again.

Good news then!


> If anyone knows about some particular fixes that are required for the drivers 
> - such
> as for the eMac - it would be nice if we could assemble a list of these fixes 
> so they
> can be integrated into the Debian packages later. The fixes should, of 
> course, get
> upstreamed whereever possible.



I have my faithful iBook with Mach64 (mobile version). Up to two month
ago it worked quite well!

However, yesterday I updated everything in debian, and X11 has lots of
issues.
All "text" has small glitches. The mouse cursor is green! and several
applications have green text instead of black (e.g. gvim) and things
like GNUstep show green windows on load, then "populate" and become
correct but green.. I can try to make sreenshots.
If Adrian can help here

my xorg.conf looks like this:

Section "Device"
    Identifier  "Configured Video Device"
#   Driver  "fbdev"
    Driver  "ati"
    Option  "ForcePCIMode"  "True"
    Option  "AccelMethod" "EXA"
#   Option  "EXANoComposite" "True"
#   Option  "NoAccel" "True"
    Option  "ShadowFB" "True"
EndSection

Section "Monitor"
    Identifier  "Configured Monitor"
    HorizSync   58-62
    VertRefresh 75-117
EndSection

Section "Screen"
    Identifier  "Default Screen"
    Monitor "Configured Monitor"
    Device  "Configured Video Device"
    DefaultDepth    16
EndSection


As you see I already disabled some things to get it work last time and
forced 16bit.
If I disable composite  (EXANoComposite) things improve a little, e.g.
there are no glitches, the cursor is black again.

If I set 24 bit, no accel, everything works (but slow! yay! I remember
there is no acceleration with 24 bit anyway on these mobile ATI GPUs.

Riccardo



Re: iMac G3 r128 - failed to load module "r128"

2021-02-27 Thread Johannes Brakensiek



On 27 Feb 2021, at 14:10, John Paul Adrian Glaubitz wrote:


I'm pretty sure, it does. I have used it myself.


I can confirm it works.

You are even able to install on a PowerMac G5 using the broken image if 
you follow those hints: 
https://lists.debian.org/debian-powerpc/2021/01/msg00035.html


Johannes



Re: iMac G3 r128 - failed to load module "r128"

2021-02-27 Thread Ed Robbins
On Sat, 27 Feb 2021 at 11:33, John Paul Adrian Glaubitz <
glaub...@physik.fu-berlin.de> wrote:

> Hello!
>
> On 5/23/20 9:52 PM, John Paul Adrian Glaubitz wrote:
> > On 5/23/20 9:48 PM, Jeroen Diederen wrote:
> >> I installed Debian Sid on an old iMac G3 500 with an ATI Rage 128 card.
> I cannot
> >> get X working. In the /var/log/Xorg.0.log I can see that r128 module
> fails to load.
> >> I can not find the xserver-org-video-r128 package. Can someone shed a
> light ?
> >
> > The driver was removed from the package repository [1], I will re-add
> them soonish.
>
> Good news on this issue: Adrian Bunk has kindly stepped up and is working
> on re-adding
> the legacy driver packages to the Debian archive [1]. So users will be
> able to use
> X on the affected machines in the near future again.
>
> If anyone knows about some particular fixes that are required for the
> drivers - such
> as for the eMac - it would be nice if we could assemble a list of these
> fixes so they
> can be integrated into the Debian packages later. The fixes should, of
> course, get
> upstreamed whereever possible.
>
>
Hi Adrian!
My emac is fully up to date and is still working great with my changes (as
detailed some time ago on this list) to put an EDID binary in the initrd
and set a kernel argument to specify it. It has worked fine through kernel
updates etc, though I have not tried it with grub.

However the emac driver is modesetting, whereas I believe r128 and friends
are not. Thus r128 etc require booting with modesetting disabled, and CRT
imacs in particular will also require an xorg.conf with the correct
modelines because, like the emac, they do not support EDID, but as they are
not modesetting the method is different (xorg.conf vs kernel arguments/EDID
binary).

If you'd like I can try to find some time to package the EDID binary I use
on my emac. However debian packaging is a new process for me...

Best,
Ed Robbins

Thanks,
> Adrian
>
> > [1] https://lists.debian.org/debian-devel/2021/02/msg00055.html
>
> --
>  .''`.  John Paul Adrian Glaubitz
> : :' :  Debian Developer - glaub...@debian.org
> `. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
>   `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
>
>


Re: iMac G3 r128 - failed to load module "r128"

2021-02-27 Thread Johannes Brakensiek



On 27 Feb 2021, at 14:10, John Paul Adrian Glaubitz wrote:


I'm pretty sure, it does. I have used it myself.


I can confirm it works.

You are even able to install on a PowerMac G5 using the broken image if 
you follow these hints: 
https://lists.debian.org/debian-powerpc/2021/01/msg00035.html


Johannes



Re: iMac G3 r128 - failed to load module "r128"

2021-02-27 Thread John Paul Adrian Glaubitz
On 2/27/21 1:57 PM, Jeffrey Walton wrote:
>> It does.
> 
> Ack, thanks.
> 
> The in does not work in practice.

I'm pretty sure, it does. I have used it myself.

You can retry that when I publish the next set of images.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Re: iMac G3 r128 - failed to load module "r128"

2021-02-27 Thread Jeffrey Walton
On Sat, Feb 27, 2021 at 7:55 AM John Paul Adrian Glaubitz
 wrote:
>
> Hello Jeffrey!
>
> On 2/27/21 1:37 PM, Jeffrey Walton wrote:
> >> If anyone knows about some particular fixes that are required for the 
> >> drivers - such
> >> as for the eMac - it would be nice if we could assemble a list of these 
> >> fixes so they
> >> can be integrated into the Debian packages later. The fixes should, of 
> >> course, get
> >> upstreamed whereever possible.
> >
> > I hit this problem about two weeks ago after installing Debian 8.1 on
> > a PowerMac G5: 
> > https://unix.stackexchange.com/questions/19722/debian-ppc-on-powermac-g5-boots-to-blank-screen.
> >
> > I did not try to troubleshoot it because I had no screen and no SSH.
> > The machine was effectively unaccessible to me. If SSH would have
> > worked out of the box, then I could have gotten in and tried some
> > things.
>
> SSH can be enabled from the installer by choosing the "SSH Server" option
> in taskel during installation.
>
> > Maybe one lesson to learn is, provide a working SSH after an
> > installation. I don't recall if the installer had a step for enabling
> > SSH.
>
> It does.

Ack, thanks.

The in does not work in practice.

> > After the Debian 8.1 problem I tried to move on to your FEB 02 2021 build.
>
> You won't be able to install on a PowerMac at the moment. I will have to fix
> GRUB installation first which I will continue to work on next week during
> my vacation.

Yeah, I'm just waiting for the next upload when you have the time.

Jeff



Re: iMac G3 r128 - failed to load module "r128"

2021-02-27 Thread John Paul Adrian Glaubitz
Hello Jeffrey!

On 2/27/21 1:37 PM, Jeffrey Walton wrote:
>> If anyone knows about some particular fixes that are required for the 
>> drivers - such
>> as for the eMac - it would be nice if we could assemble a list of these 
>> fixes so they
>> can be integrated into the Debian packages later. The fixes should, of 
>> course, get
>> upstreamed whereever possible.
> 
> I hit this problem about two weeks ago after installing Debian 8.1 on
> a PowerMac G5: 
> https://unix.stackexchange.com/questions/19722/debian-ppc-on-powermac-g5-boots-to-blank-screen.
> 
> I did not try to troubleshoot it because I had no screen and no SSH.
> The machine was effectively unaccessible to me. If SSH would have
> worked out of the box, then I could have gotten in and tried some
> things.

SSH can be enabled from the installer by choosing the "SSH Server" option
in taskel during installation.

> Maybe one lesson to learn is, provide a working SSH after an
> installation. I don't recall if the installer had a step for enabling
> SSH.

It does.

> After the Debian 8.1 problem I tried to move on to your FEB 02 2021 build.

You won't be able to install on a PowerMac at the moment. I will have to fix
GRUB installation first which I will continue to work on next week during
my vacation.

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Re: iMac G3 r128 - failed to load module "r128"

2021-02-27 Thread Jeffrey Walton
Hi Adrian,

On Sat, Feb 27, 2021 at 6:33 AM John Paul Adrian Glaubitz
 wrote:
>
> On 5/23/20 9:52 PM, John Paul Adrian Glaubitz wrote:
> > On 5/23/20 9:48 PM, Jeroen Diederen wrote:
> >> I installed Debian Sid on an old iMac G3 500 with an ATI Rage 128 card. I 
> >> cannot
> >> get X working. In the /var/log/Xorg.0.log I can see that r128 module fails 
> >> to load.
> >> I can not find the xserver-org-video-r128 package. Can someone shed a 
> >> light ?
> >
> > The driver was removed from the package repository [1], I will re-add them 
> > soonish.
>
> Good news on this issue: Adrian Bunk has kindly stepped up and is working on 
> re-adding
> the legacy driver packages to the Debian archive [1]. So users will be able 
> to use
> X on the affected machines in the near future again.
>
> If anyone knows about some particular fixes that are required for the drivers 
> - such
> as for the eMac - it would be nice if we could assemble a list of these fixes 
> so they
> can be integrated into the Debian packages later. The fixes should, of 
> course, get
> upstreamed whereever possible.

I hit this problem about two weeks ago after installing Debian 8.1 on
a PowerMac G5: 
https://unix.stackexchange.com/questions/19722/debian-ppc-on-powermac-g5-boots-to-blank-screen.

I did not try to troubleshoot it because I had no screen and no SSH.
The machine was effectively unaccessible to me. If SSH would have
worked out of the box, then I could have gotten in and tried some
things.

Maybe one lesson to learn is, provide a working SSH after an
installation. I don't recall if the installer had a step for enabling
SSH. If it does not, then there should be an option to ensure SSH is
installed and working on the first boot (unless the user does not want
SSH).

After the Debian 8.1 problem I tried to move on to your FEB 02 2021 build.

Jeff



Re: iMac G3 r128 - failed to load module "r128"

2021-02-27 Thread John Paul Adrian Glaubitz
Hello!

On 5/23/20 9:52 PM, John Paul Adrian Glaubitz wrote:
> On 5/23/20 9:48 PM, Jeroen Diederen wrote:
>> I installed Debian Sid on an old iMac G3 500 with an ATI Rage 128 card. I 
>> cannot
>> get X working. In the /var/log/Xorg.0.log I can see that r128 module fails 
>> to load.
>> I can not find the xserver-org-video-r128 package. Can someone shed a light ?
> 
> The driver was removed from the package repository [1], I will re-add them 
> soonish.

Good news on this issue: Adrian Bunk has kindly stepped up and is working on 
re-adding
the legacy driver packages to the Debian archive [1]. So users will be able to 
use
X on the affected machines in the near future again.

If anyone knows about some particular fixes that are required for the drivers - 
such
as for the eMac - it would be nice if we could assemble a list of these fixes 
so they
can be integrated into the Debian packages later. The fixes should, of course, 
get
upstreamed whereever possible.

Thanks,
Adrian

> [1] https://lists.debian.org/debian-devel/2021/02/msg00055.html

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Re: iMac G3 r128 - failed to load module "r128"

2020-05-26 Thread John Paul Adrian Glaubitz
On 5/26/20 10:43 AM, Jeroen Diederen wrote:
> Another update. I used the patch as provided by Adrian. I rebuilt the driver 
> and installed it on the iMac G3 / 500. The patch makes X work much better, I 
> get a lot further now. Unfortunately, after a lot of fiddling around with 
> xorg.conf files and ModeLines and stuff I gave up for the moment. I always 
> end up at a black screen (with or without KMS enabled). I will give the last 
> configuration / log files:

This thread may be of help [1].

Adrian

> [1] https://lists.debian.org/debian-powerpc/2020/04/msg1.html

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Re: iMac G3 r128 - failed to load module "r128"

2020-05-26 Thread Jeroen Diederen
Another update. I used the patch as provided by Adrian. I rebuilt the 
driver and installed it on the iMac G3 / 500. The patch makes X work 
much better, I get a lot further now. Unfortunately, after a lot of 
fiddling around with xorg.conf files and ModeLines and stuff I gave up 
for the moment. I always end up at a black screen (with or without KMS 
enabled). I will give the last configuration / log files:


/usr/share/X11/xorg.conf.d/10-r128.conf:
---
Section "Device"
Identifier  "Configured Video Device"
Driver  "r128"
Option  "ForcePCIMode""True"
BusID   "PCI:0:16:0"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
HorizSync 58-62
VertRefresh 75-117
ModeLine "1024x768_75.00" 78.75 1024 1040 1136 1312 768 769 772 800 
+hsync +vsync
#ModeLine "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 
-hsync +vsync
#ModeLine "800x600_60.00" 38.25 800 832 912 1024 600 603 607 624 -hsync 
+vsync
#ModeLine "640x480_60.00" 23.75 640 664 720 800 480 483 487 500 -hsync 
+vsync

EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device  "Configured Video Device"
DefaultDepth 16
SubSection "Display"
Modes "1024x768" "800x600" "640x480'
EndSubSection
EndSection
-

/var/log/Xorg.0.log:
[68.180]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[68.181] Build Operating System: Linux 5.4.0-4-powerpc64 ppc Debian
[68.181] Current Operating System: Linux debian 5.5.0-2-powerpc #1 
Debian 5.5.17-1 (2020-04-15) ppc
[68.181] Kernel command line: 
BOOT_IMAGE=/boot/vmlinux-5.5.0-2-powerpc 
root=UUID=7f7ffc1e-a688-4fe9-8eac-ac0c29ef7be8 ro quiet nomodeset

[68.181] Build Date: 31 March 2020  10:14:40AM
[68.181] xorg-server 2:1.20.8-2 (https://www.debian.org/support)
[68.181] Current version of pixman: 0.36.0
[68.182]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[68.182] Markers: (--) probed, (**) from config file, (==) default 
setting,

(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[68.193] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 26 
11:26:28 2020
[69.277] (==) Using system config directory 
"/usr/share/X11/xorg.conf.d"

[69.631] (==) No Layout section.  Using the first Screen section.
[69.631] (**) |-->Screen "Default Screen" (0)
[69.631] (**) |   |-->Monitor "Configured Monitor"
[69.634] (**) |   |-->Device "Configured Video Device"
[69.634] (==) Automatically adding devices
[69.634] (==) Automatically enabling devices
[69.635] (==) Automatically adding GPU devices
[69.635] (==) Max clients allowed: 256, resource mask: 0x1f
[70.482] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not 
exist.

[70.482]Entry deleted from font path.
[70.732] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[70.732] (==) ModulePath set to "/usr/lib/xorg/modules"
[70.733] (II) The server relies on udev to provide the list of input 
devices.
	If no devices become available, reconfigure udev or disable 
AutoAddDevices.

[70.955] (II) Loader magic: 0xa1d738
[70.955] (II) Module ABI versions:
[70.955]X.Org ANSI C Emulation: 0.4
[70.955]X.Org Video Driver: 24.1
[70.955]X.Org XInput driver : 24.1
[70.955]X.Org Server Extension : 10.0
[70.966] (++) using VT number 7

[70.967] (II) systemd-logind: logind integration requires -keeptty 
and -keeptty was not provided, disabling logind integration
[70.979] (--) PCI:*(0@0:16:0) 1002:5452:1002:5452 rev 0, Mem @ 
0x9400/67108864, 0x9000/16384, I/O @ 0x0400/256, BIOS @ 
0x/131072

[71.126] (II) LoadModule: "glx"
[71.275] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[72.937] (II) Module glx: vendor="X.Org Foundation"
[72.938]compiled for 1.20.8, module version = 1.0.0
[72.938]ABI class: X.Org Server Extension, version 10.0
[72.938] (II) LoadModule: "r128"
[72.939] (II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so
[73.100] (II) Module r128: vendor="X.Org Foundation"
[73.101]compiled for 1.20.8, module version = 6.12.0
[73.101]Module class: X.Org Video Driver
[73.101]ABI class: X.Org Video Driver, version 24.1
[73.122] (II) R128: Driver for ATI Rage 128 chipsets:
ATI Rage 128 Mobility M3 LE (PCI), ATI Rage 128 Mobility M3 LF (AGP),
ATI Rage 128 Mobility M4 MF (AGP), ATI Rage 128 Mobility M4 ML (AGP),
ATI Rage 128 Pro GL PA (PCI/AGP), ATI Rage 128 Pro GL PB (PCI/AGP),

Re: iMac G3 r128 - failed to load module "r128"

2020-05-24 Thread Jeroen Diederen
Hi Adrian,

Here is a follow up on the iMac project. I built xserver-xorg-video-r128 from 
the buster source (6.12.0). I did not patch the source yet. After installing 
the driver and trying to start X I get the following:


[   259.895] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[   259.914] Build Operating System: Linux 5.4.0-4-powerpc64 ppc Debian
[   259.921] Current Operating System: Linux debian 5.5.0-2-powerpc #1 Debian 
5.5.17-1 (2020-04-15) ppc
[   259.921] Kernel command line: BOOT_IMAGE=/boot/vmlinux-5.5.0-2-powerpc 
root=UUID=7f7ffc1e-a688-4fe9-8eac-ac0c29ef7be8 ro quiet
[   259.935] Build Date: 31 March 2020  10:14:40AM
[   259.942] xorg-server 2:1.20.8-2 (https://www.debian.org/support) 
[   259.949] Current version of pixman: 0.36.0
[   259.962]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[   259.963] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   259.991] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 23 22:01:37 
2020
[   260.000] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   260.002] (==) No Layout section.  Using the first Screen section.
[   260.002] (==) No screen section available. Using defaults.
[   260.002] (**) |-->Screen "Default Screen Section" (0)
[   260.002] (**) |   |-->Monitor ""
[   260.005] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[   260.005] (==) Automatically adding devices
[   260.005] (==) Automatically enabling devices
[   260.005] (==) Automatically adding GPU devices
[   260.005] (==) Max clients allowed: 256, resource mask: 0x1f
[   260.006] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[   260.006]Entry deleted from font path.
[   260.006] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[   260.006] (==) ModulePath set to "/usr/lib/xorg/modules"
[   260.006] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[   260.006] (II) Loader magic: 0xe27738
[   260.006] (II) Module ABI versions:
[   260.006]X.Org ANSI C Emulation: 0.4
[   260.006]X.Org Video Driver: 24.1
[   260.006]X.Org XInput driver : 24.1
[   260.007]X.Org Server Extension : 10.0
[   260.016] (++) using VT number 1

[   260.049] (II) systemd-logind: took control of session 
/org/freedesktop/login1/session/_31
[   260.063] (--) PCI:*(0@0:16:0) 1002:5452:1002:5452 rev 0, Mem @ 
0x9400/67108864, 0x9000/16384, I/O @ 0x0400/256, BIOS @ 
0x/131072
[   260.063] (II) LoadModule: "glx"
[   260.065] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   260.162] (II) Module glx: vendor="X.Org Foundation"
[   260.162]compiled for 1.20.8, module version = 1.0.0
[   260.162]ABI class: X.Org Server Extension, version 10.0
[   260.162] (==) Matched ati as autoconfigured driver 0
[   260.162] (==) Matched modesetting as autoconfigured driver 1
[   260.162] (==) Matched fbdev as autoconfigured driver 2
[   260.163] (==) Assigned the driver to the xf86ConfigLayout
[   260.163] (II) LoadModule: "ati"
[   260.164] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[   260.165] (II) Module ati: vendor="X.Org Foundation"
[   260.165]compiled for 1.20.4, module version = 19.1.0
[   260.165]Module class: X.Org Video Driver
[   260.165]ABI class: X.Org Video Driver, version 24.0
[   260.165] (II) LoadModule: "r128"
[   260.166] (II) Loading /usr/lib/xorg/modules/drivers/r128_drv.so
[   260.167] (II) Module r128: vendor="X.Org Foundation"
[   260.167]compiled for 1.20.8, module version = 6.12.0
[   260.167]Module class: X.Org Video Driver
[   260.167]ABI class: X.Org Video Driver, version 24.1
[   260.168] (II) LoadModule: "modesetting"
[   260.169] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   260.198] (II) Module modesetting: vendor="X.Org Foundation"
[   260.198]compiled for 1.20.8, module version = 1.20.8
[   260.198]Module class: X.Org Video Driver
[   260.198]ABI class: X.Org Video Driver, version 24.1
[   260.198] (II) LoadModule: "fbdev"
[   260.199] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[   260.214] (II) Module fbdev: vendor="X.Org Foundation"
[   260.214]compiled for 1.20.0, module version = 0.5.0
[   260.215]Module class: X.Org Video Driver
[   260.215]ABI class: X.Org Video Driver, version 24.0
[   260.215] (II) R128: Driver for ATI Rage 128 chipsets:
ATI Rage 128 Mobility M3 LE (PCI), AT

Re: iMac G3 r128 - failed to load module "r128"

2020-05-23 Thread John Paul Adrian Glaubitz
On 5/23/20 9:55 PM, Jeroen Diederen wrote:
> Can I build the driver myself and test it ?
Sure. Just clone them from here [1] and build and install them.

You might need this patch [2].

Adrian

> [1] https://cgit.freedesktop.org/xorg/driver/xf86-video-r128/
> [2] 
> https://github.com/void-linux/void-packages/blob/master/srcpkgs/xf86-video-r128/patches/fix-non-x86.patch

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



Re: iMac G3 r128 - failed to load module "r128"

2020-05-23 Thread Jeroen Diederen

Can I build the driver myself and test it ?

On 5/23/20 9:52 PM, John Paul Adrian Glaubitz wrote:

Hi Jereon!

On 5/23/20 9:48 PM, Jeroen Diederen wrote:

I installed Debian Sid on an old iMac G3 500 with an ATI Rage 128 card. I cannot
get X working. In the /var/log/Xorg.0.log I can see that r128 module fails to 
load.
I can not find the xserver-org-video-r128 package. Can someone shed a light ?

The driver was removed from the package repository [1], I will re-add them 
soonish.

See also [2].

Adrian


[1] https://lists.debian.org/debian-powerpc/2020/04/msg00214.html
[2] https://lists.debian.org/debian-powerpc/2020/04/msg00210.html




Re: iMac G3 r128 - failed to load module "r128"

2020-05-23 Thread John Paul Adrian Glaubitz
Hi Jereon!

On 5/23/20 9:48 PM, Jeroen Diederen wrote:
> I installed Debian Sid on an old iMac G3 500 with an ATI Rage 128 card. I 
> cannot
> get X working. In the /var/log/Xorg.0.log I can see that r128 module fails to 
> load.
> I can not find the xserver-org-video-r128 package. Can someone shed a light ?

The driver was removed from the package repository [1], I will re-add them 
soonish.

See also [2].

Adrian

> [1] https://lists.debian.org/debian-powerpc/2020/04/msg00214.html
> [2] https://lists.debian.org/debian-powerpc/2020/04/msg00210.html

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913