Thank you. That page says in relation to Rage Pro:
"It will not work out of box - you need to correctly set up your modelines in xorg.conf.d to make it work." but I've been unable to find any examples of this.
Does anyone know how I should set up xorg.conf.d so that voidlinux-ppc supports my Rage128 Pro?
I have installed the xf86-video-r128 driver with... xbps-install -S xf86-video-r128
The original /usr/share/X11/xorg.conf.d/10-amdgpu.conf is as follows:
Section "OutputClass"
Identifier "AMDgpu"
MatchDriver "amdgpu"
Driver "amd"
EndSection
I assume I need to change Driver line above from "amd" to "xf86-video-r128"?
I've tried creating a new file /usr/share/X11/xorg.conf.d/10-monitor.conf as follows:
Section "Monitor"
Identifier "VGA1"
Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
Option "PreferredMode" "1280x1024_60.00"
EndSection
Section "Screen"
Identifier "Screen0"
Monitor "VGA1"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024_60.00"
EndSubSection
EndSection
Though I must say I've no idea if that is even close!
The current output of /var/log/Xorg.0.log:
here
I'm struggling with this and would appreciate guidance. If it is too hard then perhaps I should just wait for the mac Radeon 9600 to arrive, which I hope would be more straight-foward to get working than this mac Rage128 Pro.