Closed KedalionDaimon closed 3 years ago
Never mind, I figure it out, and in case anyone wonders:
As a matter of fact, I this way transferred the binary distribution of Austin Kyoto Common Lisp (akcl) to my emulator and I am DELIGHTED! :) Thank you so much for making this wonderful emulator. If in any way my "idiot-proof" steps above seem helpful, consider please adding them to your documentation.
Other than that: any chance to get the window resizable? Mini vMac solves it by allowing you to say, one "virtual" pixel is four "real" pixels... Ubuntu 20.04, anyway, does NOT allow resizing. If I want it "bigger" I can only lower my desktop resolution.
Glad you got things working! That is a good point about needing to remove the discim
file to prevent boot issues next time running the emulator. Recently a command line option was added for scaling -- you could try playing with that. The usage is: "-s xscale:yscale" on the command line. So something like "-s 2:3" will make the aspect ratio more like the original Unix PC. The frame buffer is pretty widescreen (720x348) but was mapped to a standard 4:3 CRT, so horizontally compressed, vertically stretched. Or you could just do "-s 2:2" to double the screen size.
@philpem how about renaming discim
to floppy.img
?
@shadyjesse : THANK YOU SO VERY, VERY MUCH! - That thing with "-s" works awesomely, particularly given that I can give fractional resizing values, and that makes it possible to fill out my entire screen and "let it look as if this is my main OS". :)
Actually, the final look reminded me of this, which you likely know anyway, and where one needs to check is it LVDS-0 or LVDS-1:
sudo xrandr --output LVDS-1 --gamma 0.001:1.000:0.001 --brightness 1.0
(you set it back with this:
sudo xrandr --output LVDS-1 --gamma 1.000:1.000:1.000 --brightness 1.0
)
@KedalionDaimon glad it worked for you and you were able to play around with akcl! :+1:
Hi!
I saw the documentation talk of something called "discim", but I could not figure out how, EXACTLY, I can transfer files in and out of the emulator. As user "install", there is something called "Floppydisk" in a menu, and there is "MSDOS Disk Read" as a submenu, and I cannot get it to work...
Is this even the correct way to try? Or do I log in as root and somehow use the mount command? EDIT: I discovered the msdos command you mentioned, and ran it as root, but nothing seems to happen - it simply tells me there is, effectively, no floppy! I do not get how to use F11, it does nothing noticeable...
Thank you in advance for your kind help and for this awesome emulator!