It never will. Try to read more about OpenFirmware & what filesystems\partition types it supports. Your boot-loader partition have to be preferably HFS.Option-booting is not showing the Linux partition at all.
It never will. Try to read more about OpenFirmware & what filesystems\partition types it supports. Your boot-loader partition have to be preferably HFS.Option-booting is not showing the Linux partition at all.
If the color bug is only affecting certain photos on certain sites, it’s due to an endian issue with .webp pics. Go into about:config (type in address bar) and find image.http.accept, then change the following line:Has anyone managed to get firefox to display colours properly in debian 11/sid? The problem seems to be an endianness bug since version ~52 (the current ppc64 versions are firefox 86 and firefox-esr 78), it seems this applies to all big endian distros:
1672395 - [s390x] [big endian?] Some images have wrong colors in Firefox
NEW (nobody) in Core - Graphics. Last updated 2024-08-25.bugzilla.mozilla.org
Oddly enough, this only seems to affect photos, but not all of them. Videos play properly though and quite nicely I might add. And funny enough, on OpenSuse, this is much, much less pronounced (version 79) but conversely videos do not play well at all. At least youtube when ads are involved and various other sources (e.g. dailymotion not at all, although it works in debian/sid)
I have tried to build it with various endianness fixes but even the original version doesn't build anymore on ppc64 (at least the available source, version 95)
Otherwise, apart from Software being broken, debian 11/sid is pretty snappy and happily runs on ppc64, at least using a radeon HD 5770
image/webp,image/jxr,image/png,image/*;q=0.8,*/*;q=0.5
image/jxr,image/png,image/*;q=0.8,*/*;q=0.5
If the color bug is only affecting certain photos on certain sites, it’s due to an endian issue with .webp pics. Go into about:config (type in address bar) and find image.http.accept, then change the following line:
Code:image/webp,image/jxr,image/png,image/*;q=0.8,*/*;q=0.5
to this:
Code:image/jxr,image/png,image/*;q=0.8,*/*;q=0.5
That should fix your endian issues. I had the same issue with Arctic Fox a few years ago and this fixed it.
Reference thread- https://forums.macrumors.com/thread...it.2133051/page-2?post=26633586#post-26633586
boot usb0/disk@1:,\\grub.elf
1. Boot from the Debianppc64Netinstall ISO linked above2. Choose "Default Install"3. Run through the simple prompts in the installer, use the full disk during partitioning, and choosing all defaults is fine.4. When you get the message about GRUB install failing, IMMEDIATELY press Alt-F2 to open a console, and hit enter to start it.5. Type the following:Code:chroot /target wget https://repo.powerprogress.org/debian/install/grubfix32.sh chmod u+x grubfix32.sh ./grubfix32.sh /dev/sda2 (or whatever your partition was called during partitioning)
6. If you see "GRUB installed with no errors reported" in the wall of text, you're good! Press Alt-F1 to go back to the install, and choose "Install without bootloader"7. Run through the rest of the prompts, and reboot into your shiny new Debian install!
root ALL=(ALL:ALL) ALL
rkmugen.linux ALL=(ALL:ALL) ALL
[ 26990.401] (EE) Backtrace:
[ 26990.410] (EE) 0: /usr/lib/xorg/Xorg (OsLookupColor+0x240) [0xb55760]
[ 26990.411] (EE) 1: linux-vdso32.so.1 (?+0x0) [0x102400]
[ 26990.415] (EE) unw_get_proc_name failed: no unwind info found [-10]
[ 26990.418] (EE) 2: /usr/lib/xorg/modules/drivers/r128_drv.so (?+0x0) [0xa6bebd48]
[ 26990.422] (EE) unw_get_proc_name failed: no unwind info found [-10]
[ 26990.424] (EE) 3: /usr/lib/xorg/modules/drivers/r128_drv.so (?+0x0) [0xa6bebeb8]
[ 26990.429] (EE) unw_get_proc_name failed: no unwind info found [-10]
[ 26990.431] (EE) 4: /usr/lib/xorg/modules/drivers/r128_drv.so (?+0x0) [0xa6be822c]
[ 26990.436] (EE) 5: /usr/lib/xorg/Xorg (InitOutput+0x9f4) [0x9d1f74]
[ 26990.443] (EE) 6: /usr/lib/xorg/Xorg (InitFonts+0x230) [0x980020]
[ 26990.448] (EE) 7: /usr/lib/xorg/Xorg (miPolyFillRect+0xe1c) [0x962174]
[ 26990.454] (EE) 8: /lib/powerpc-linux-gnu/libc.so.6 (__libc_init_first+0x11c) [0xa760a8dc]
[ 26990.459] (EE) 9: /lib/powerpc-linux-gnu/libc.so.6 (__libc_start_main+0x90) [0xa760aa80]
[ 26990.462] (EE) unw_get_proc_info failed: no unwind info found [-10]
[ 26990.464] (EE)
[ 26990.466] (EE) Segmentation fault at address 0x48
[ 26990.468] (EE)
Fatal server error:
[ 26990.471] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 26990.472] (EE)
[ 26990.473] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 26990.473] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 26990.474] (EE)
[ 26990.510] (EE) Server terminated with error (1). Closing log file.
From your logs:
"[ 883.119] (WW) R128(0): Failed to read PCI ROM!
[ 883.124] (WW) R128(0): Video BIOS not found!"
Bad sign.
Else - try to backup your xorg.cong & start X11 without it, will it make some difference in logs?
You might need a custon edid. See the thread on the ppc Linux fbook group.
Log into Facebook
Log into Facebook to start sharing and connecting with your friends, family, and people you know.m.facebook.com
Edit: You dont need an account to view that group. I dont, and i check it periodically.
From what i gather, you just download the edid (the .bin file) that's linked in that farcebook post and adjust your xorg.conf.
Cheers
sudo mkdir /usr/lib/firmware/edid/
cd /usr/lib/firmware/edid/
wget https://github.com/qbancoffee/imac_g3_ivad_board_init/raw/master/edid.bin
sudo -e /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet drm.edid_firmware=edid/edid.bin"
cd /etc/X11/
su
mv xorg.conf xorg.conf.txt
reboot
I installed with success Debian sid (2022-03-28 snapshot) on Mac Mini with no problem, with Mate.
The desktop was really slow, I had to disable compositing in System/Preferences/Appearance/Windows.
The Xorg log mentions "Acceleration enabled" but then also "AIGLX error: dlopen of /usr/lib/powerpc-linux-gnu/dri/r200_dri.so failed". r200 support was dropped in Mesa 22 and the current Mesa version in Debian sid is ... 22.0.2! :-(
Do you know if there is a solution? I had a look to see if it was possible to downgrade to version 21 but it seems that no other version is available in the package repository.
I degraded to 21.3.8-1 by dpkg installing individual .debs from this page, then apt-mark hold each package so it doesn't upgrade:Do you know if there is a solution? I had a look to see if it was possible to downgrade to version 21 but it seems that no other version is available in the package repository.
@rkmugen.linux It seems that you MAC model is not really Linux friendly :-(
@borph Thank you so much! That was exactly the kind of expected answer. I didn't even know if these packages were kept for sid and where.
Did you also do that on a MacMini?
So, to share my results: I have now hardware acceleration enabled (drivers, Xorg) but with glxinfo, the OpenGL renderer string is "llvmpipe" under Mate, while it is "Mesa DRI R200 (RV280 5692) DRI2" under LXDE ... How is it possible to have the renderer depending on the desktop?
Note that as usual, that does not fully work. glxgears rendering is corrupted:
View attachment 1998318
I don't know what could be the reason: a package that I missed to downgrade, the MESA version that is no the best, an Xorg option that is wrong ...
@code38 I didn't know about them either until the day before you asked, so good timing! Mine worked on an eMac USB 2.0, which has a Radeon 9200 (also RV280/R200 driver). When I downgraded from 22, version 21 wanted libllvm13 instead of 14. Either way I get an LLVM error under MATE, and don't know enough about it to guess why the desktop makes any difference. Glxgears looks like that for me too, but I installed Quake and it looks fine and plays well at 640x480. Cheers!@borph Thank you so much! That was exactly the kind of expected answer. I didn't even know if these packages were kept for sid and where.
Did you also do that on a MacMini?
So, to share my results: I have now hardware acceleration enabled (drivers, Xorg) but with glxinfo, the OpenGL renderer string is "llvmpipe" under Mate, while it is "Mesa DRI R200 (RV280 5692) DRI2" under LXDE ... How is it possible to have the renderer depending on the desktop?
Note that as usual, that does not fully work. glxgears rendering is corrupted:
View attachment 1998318
I don't know what could be the reason: a package that I missed to downgrade, the MESA version that is no the best, an Xorg option that is wrong ...
@rkmugen.linux Searching the Mesa Release Notes, I found r128 support was dropped after version 8.0I'd say consider yourself lucky... i don't even have a working desktop to speak of... just the command line! lol
I was able to get a snapshot of Debian 11 sid installed on my iMac G3 slot-loader. The snapshot ISO i used was 2022.03.18 (or March 3, 2022)......
boot hd:9,\grub
Try to editLet it reboot, and I have Grub. BUT, it doesn't sees the OSX and OS9 partitions, it sees only Debian...
hattrib -t tbxi :ofboot.b