Don't forget to use the boot parameters for your card. To boot the live dvd for that gfx card requires this:
Cheers
Code:
boot: live video=TV-1:d
Cheers
boot: live video=TV-1:d
Nice. I had found that info on the ubuntu powerpc wiki. I have to use that param with my fx5200, otherwise black screen, or almost as bad, a funky 8 color very low res display.I've never had to use any parameters with the 6600
Looks like 1) has everything but the kitchen sink. Bummer. Was worth a shot. I'm not aware of another way to reverse the touchpad scroll. There may still be a way with enough duckdukgo-ing.
2) Ah sorry. I thought you meant for right click. For system wide changes that probably requires something like xbindkeys or xloadkeys. Nothing i'm familiar with, but should point you in the right direction for searching the web.
3) The inxi -G output confirms 2d is working using software rasterizer and the radeon framebuffer driver. Myself and @Dronecatcher prefer this driver for much better video playback. However if the tearing (i've not seen this on my mini, pb, or g5) is bad, we may need to try enabling the 3d driver and see if that works better on your system. Let me know if the tearing is bothersome and i'll walk you through it.
4/5) I don't see that on my PB, so it might be machine related. You can however (if you havent already) install the updated 3.13 kernel i included on the iso, which does have much better freq scaling than the stock kernel (stock kernel never scaled on my PB).
Cheers
echo "pointer = 1 2 3 5 4 7 6 8 9 10 11 12" > ~/.Xmodmap && xmodmap .Xmodmap
That was what I expected, based on your post in the Void thread, but if you look at my screenshot above, that's what I did, and was still only getting ~55fps.You can also try "vblank_mode=0 glxgears" which should report roughly 400fps-800fps (as it bypasses the vsync of your monitor which is typically 55-70hz).
Thanks for explaining that.Your cpu is spiking because you are using the default framebuffer driver. Basically you are using software to render 2d/3d graphics, hence the spike. This is normal and nothing to be alarmed about.
Hi, I tried to-create-a-bootable-usb-drive-etc on an IDE HD in a USB+FW caddy following above instructions, but my mac-fdisk made apple partition table wasn't recognised on a gentoo64 vm (although it created it ok) .. (ls /dev just showed me sdb, not sdb1,2,3) I couldn't mkfs ext2 on it, so I tried it on my debian64 vm...[automerge]1570645395[/automerge]
@lewis.donofrio No netinstall, but you could create a bootable USB stick :
Hi, I tried to-create-a-bootable-usb-drive-etc on an IDE HD in a USB+FW caddy following above instructions, but my mac-fdisk made apple partition table wasn't recognised on a gentoo64 vm (although it created it ok) .. (ls /dev just showed me sdb, not sdb1,2,3) I couldn't mkfs ext2 on it, so I tried it on my debian64 vm...
My debian64 vm didn't like sdb3 (although ls /dev shows sdb1,2,3) and said it didn't exist, this after seemingly successfully mkfs-ing ext2 on sdb3. GParted shows the partitions as expected, i.e. ?/?/ext2...so that's ok.
So it looks ok but I can't mount sdb3 to copy an iso to it. Curses! Any ideas what I'm doing wrong?
Ta for that, dd-ing is much easier than doing all those pesky partition setup. I burnt the macbuntu iso onto my magnetic disk and OF booted fine, although it whinged aboutThe Flash / Boot From USB Drive guide under the Guides section in The PowerPC Linux Wiki may be useful to you.
Thanks. 'S all good man. Open Firmware was more straightforward than I remembered from a few years ago and I managed to shoehorn macubuntu onto my tibook HD with two Leopards, a Tiger and a MintPPC. I did what you said and installation was bugless. Afterwards I connected, apt-upped and all ok. Today there's nothing left to apt-up but Update Manager is hassling me to upgrade to Lubuntu 14.04.6 LTS. Would this be a Bad Thing? In the past I've regretted jumping straight onto updates and upgrades and I'm pleased at the way it's looking so far, having revived my old G4 (which I prefer in build quality to my other old banger, a 2007 Santa Rosa), and don't want it to end in tears.Glad you like it. As for the installer... i'd recommend installing offline (not connected to the net, as it can cause hangs), then once the installer finishes, reboot. After reboot plug in your ethernet, or connect to wifi, then in terminal run: sudo apt-get update then sudo apt-get upgrade. Once both of those are finished, reboot once more. Now there should be nothing left to do but enjoy your newly installed OS (and check the readme.txt on the cd for tips and hints for blocking ads, playing youtube etc.)
Cheers