Search found 119 matches

by galgot
Sun Jul 17, 2022 9:54 pm
Forum: SheepShaver
Topic: sharing
Replies: 58
Views: 9777

Re: sharing

redir udp:407:10.0.2.15:407 You might try to redirect both: redir udp:407:10.0.2.15:407 redir tcp:407:10.0.2.15:407 Note that on Linux you might have to run Basilisk as root for it to open ports below 1024. Then also note it will use a prefs file in the root folder.... Best, Cat_7 Ahaa... thanks, d...
by galgot
Fri Jul 08, 2022 12:29 pm
Forum: General Macintosh Emulation
Topic: Anyone tried these ?
Replies: 2
Views: 2797

Anyone tried these ?

this one is new to me, don't know if it's a fork of something...? https://github.com/michalsc/Emu68 and, well this is more another "All in one" BII/SheepShaver and stuff Raspberry Pi OS Lite installation : https://github.com/jaromaz/MacintoshPi But good to have an option for an install tha...
by galgot
Thu May 26, 2022 3:47 pm
Forum: Basilisk II
Topic: Weird underscan request - Raspberry Pi 3
Replies: 11
Views: 4460

Re: Weird underscan request - Raspberry Pi 3

My turn to help :cool: This is my 3D-printable Mac-to-display adapter, custom made to my (now 8") TFT panel in Fusion 360. As you can see, Mac bezel curvature is taken account of, and it uses the original CRT screws. The panel is sandwiched between the two brackets which both hold it in place ...
by galgot
Thu May 26, 2022 1:25 pm
Forum: Basilisk II
Topic: Weird underscan request - Raspberry Pi 3
Replies: 11
Views: 4460

Re: Weird underscan request - Raspberry Pi 3

Hello, i was trying to do exactly the same thing. did you get anywhere with it? Nope, nowhere at all. It actually works perfectly from inside the GUI, but the whole point about the build (still) is not to give away what's inside. I want it to bong, then boot to OS 7/8/9 straight from power up, with...
by galgot
Wed May 18, 2022 12:57 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Has Anyone Seen Paul C. Pratt Online in the Last Year?
Replies: 55
Views: 43603

Re: Has Anyone Seen Paul C. Pratt Online in the Last Year?

I decided to try the phone number listed for Paul C. Pratt in Ithaca NY. Last week, when I tried it, I got a prompt to leave a message (but I didn't leave one). Today I tried it again, and got a "This number is not in service" message. I assume this is very bad news. Maybe if there is ano...
by galgot
Tue May 17, 2022 3:19 pm
Forum: SheepShaver
Topic: sharing
Replies: 58
Views: 9777

Re: sharing

redir udp:407:10.0.2.15:407 You might try to redirect both: redir udp:407:10.0.2.15:407 redir tcp:407:10.0.2.15:407 Note that on Linux you might have to run Basilisk as root for it to open ports below 1024. Then also note it will use a prefs file in the root folder.... Best, Cat_7 Ahaa... thanks, d...
by galgot
Tue May 17, 2022 10:43 am
Forum: SheepShaver
Topic: sharing
Replies: 58
Views: 9777

Re: sharing

For what's worth... I've found this in the BasiliskII README (but not in any SheepShaver docs included in /macemu...) : redir <port redirection description> This item defines a port to be forwarded from the host to the client. The format is "[protocol]:hostport:[clientaddress]:clientport",...
by galgot
Sun May 15, 2022 5:11 pm
Forum: SheepShaver
Topic: CPU caching ?
Replies: 0
Views: 7214

CPU caching ?

Hi,
I saw someone asking about "CPU caching" option in basiliskII in relation to performances.
Does that option exist in SheepShaver, and would it make a difference on a Raspberry-Pi 3B ?
by galgot
Tue May 10, 2022 6:42 pm
Forum: Off Topic
Topic: Herein lies the IRIX Appreciation Thread
Replies: 20
Views: 53219

Re: Herein lies the IRIX Appreciation Thread

Reading the whole thread on the forum posted above, someone mention this also : "On the other hand, you can buy the Motif IRIX from MaXX Interactive , which bought the rights to the SGI libraries (not the OS). I believe this gives the right to distribute static Linux binaries." here : http...
by galgot
Sun May 08, 2022 9:55 pm
Forum: Basilisk II
Topic: Weird underscan request - Raspberry Pi 3
Replies: 11
Views: 4460

Re: Weird underscan request - Raspberry Pi 3

Have no idea how to fix this sorry. I mean if I understand correctly what you want to do, cropping the screen image so it fit in BasiliskII ? I have the same kind of setup, but I used a 9", and I think it's 4:3 ratio, so it fit alright. Bought it long ago... can't find the exact model on the ba...
by galgot
Sat Apr 23, 2022 9:41 am
Forum: Basilisk II
Topic: Custom Boot Chime on Basilisk II
Replies: 10
Views: 4699

Re: Custom Boot Chime on Basilisk II

psh wrote: Sat Apr 23, 2022 4:55 am
galgot wrote: Fri Apr 22, 2022 8:10 am Last time I tried using the "Startup.wav" for a BII chime on linux it did not work.
...
i use windows guest
Ah sorry then, can't help.
But thanks, at least we know what your guest system is now, and that "Startup.wav" doesn't work either :lol:
by galgot
Fri Apr 22, 2022 8:10 am
Forum: Basilisk II
Topic: Custom Boot Chime on Basilisk II
Replies: 10
Views: 4699

Re: Custom Boot Chime on Basilisk II

Last time I tried using the "Startup.wav" for a BII chime on linux it did not work. So I did a bash script that launch BII and play a chime sound. You can use the play command from the sox package : sudo apt install sox then use something like this : #!/bin/bash export DISPLAY=:0 BasiliskI...
by galgot
Mon Aug 02, 2021 11:45 am
Forum: Off Topic
Topic: How to clone HDD with Linux parition to SSD on G5 Mac?
Replies: 2
Views: 6818

Re: How to clone HDD with Linux parition to SSD on G5 Mac?

The only way I could do it was using dd. As it copies the disk block by block.
Disk Utility, Super Duper or Carbon Copy or just Mac OS by default can't read Ext4 .
Check here :
https://forums.macrumors.com/threads/cl ... t-26330585
by galgot
Sat Jun 26, 2021 6:11 pm
Forum: Basilisk II
Topic: Seg fault when starting from Cmd Line remotely
Replies: 5
Views: 1460

Re: Seg fault when starting from Cmd Line remotely

You just need to run export DISPLAY=:id# in your ssh session and programs run will run on the remote display. A quick example: maythux@maythuxPC:~$ ssh testSSH@myServer maythux@maythuxPC:~$ export DISPLAY=:0 maythux@maythuxPC:~$ gedit Now gedit will run on the user named testSSH display Hey Thanks ...
by galgot
Sat Jun 26, 2021 12:17 pm
Forum: Basilisk II
Topic: Seg fault when starting from Cmd Line remotely
Replies: 5
Views: 1460

Re: Seg fault when starting from Cmd Line remotely

If interested , you can try it here :
http://galgot.hd.free.fr
Managed to restore that 7.5.3 image, but still some extensions doesn't load (like Quicktime, keyquencer...). Tho I increased RAM to 256.
Maybe will have to make a new clean 7.5.3 image...

And still, doesn't start from cl remotely.
by galgot
Sat Jun 26, 2021 10:25 am
Forum: Basilisk II
Topic: Seg fault when starting from Cmd Line remotely
Replies: 5
Views: 1460

Re: Seg fault when starting from Cmd Line remotely

Maybe I am wrong, but you could be the first person to try and start BasiliskII from the Command Line remotely. Time to celebrate :lol: I actually had a small HTTP server running on that BII Mac OS 7.5.3 VM , but it crashed few days ago. Think I was trying loading to much extensions on it, Running ...
by galgot
Sat Jun 26, 2021 9:30 am
Forum: Basilisk II
Topic: Seg fault when starting from Cmd Line remotely
Replies: 5
Views: 1460

Seg fault when starting from Cmd Line remotely

Hi ! EDIT : Found out it appends only when trying to start BII remotely , ie from SSH or Telnet. Locally, it launches fine from Cmd Line. Not a big deal, as I can start it from the WM, but any time I try starting BII from the command line, I get : galgot@Classic-Pi ~ $ BasiliskII Basilisk II V1.0 by...
by galgot
Tue May 26, 2020 6:59 pm
Forum: SheepShaver
Topic: Raspberry Pi + SheepShaver
Replies: 44
Views: 37476

Re: Raspberry Pi + SheepShaver

Hi ,
have you tried with this build ? :
https://www.novaspirit.com/?smd_process ... oad_id=558
posted on the previous page by RaspberryPhil.
It's the only one I could make work on my R-PI 3. Must be run with sudo.
by galgot
Sun Apr 05, 2020 8:31 pm
Forum: SheepShaver
Topic: Raspberry Pi + SheepShaver
Replies: 44
Views: 37476

Re: Raspberry Pi + SheepShaver

RaspberryPhil wrote:
galgot wrote:@ RaspberryPhil
...
Did you try using sudo when starting sheepshaver?
!! :oops:
Of course, that is the thing I was forgetting...
It runs now with sudo.
Many thanks :)
by galgot
Sun Apr 05, 2020 7:29 pm
Forum: SheepShaver
Topic: Raspberry Pi + SheepShaver
Replies: 44
Views: 37476

Re: Raspberry Pi + SheepShaver

@ RaspberryPhil

Please, could you share your .sheepshaver_prefs files ?
by galgot
Sat Mar 28, 2020 6:41 pm
Forum: SheepShaver
Topic: Raspberry Pi + SheepShaver
Replies: 44
Views: 37476

Re: Raspberry Pi + SheepShaver

Thanks, Seems you have a more recent version of raspbian than me, so you have more recent versions of Gtk stuffs. I have Raspbian 8 jessie here. Kept that because the sheep_ko ethernet driver works fine with it. Anyway, I tried the trick posted on that page : export DISPLAY=:0.0 then launching Sheep...
by galgot
Wed Mar 25, 2020 10:56 pm
Forum: SheepShaver
Topic: Raspberry Pi + SheepShaver
Replies: 44
Views: 37476

Re: Raspberry Pi + SheepShaver

GTK versions ?
according to synaptic I have :
libgtk-3.0 v.3.14.5-1+deb8u1rpirpi1g (!)
libgtk2.0.-0 v.2.24.25-3+3deb8u2
gtk2-engines v.1:2.20.2-3
Installed.
by galgot
Wed Mar 25, 2020 10:12 pm
Forum: SheepShaver
Topic: Raspberry Pi + SheepShaver
Replies: 44
Views: 37476

Re: Raspberry Pi + SheepShaver

Yes thanks, and sorry for late response.
had found and tried that one already. I get :

(SheepShaver:2832): Gtk-WARNING **: cannot open display:

:/
by galgot
Wed Mar 18, 2020 9:13 pm
Forum: Basilisk II
Topic: Max disk size usable in BII
Replies: 8
Views: 4478

Re: Max disk size usable in BII

KnuddMac has outlined a way forward that for some reason i totally forgot about: https://www.macip.net/ will let you run an AppleShare volume of any size on a Raspberry Pi or a pre-configured VM. You can then connect to it from BII and share the content onward. Or if you don't mind not having Mac O...