Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
getting-started [2025/02/28 18:04] – snacsnoc | getting-started [2025/03/10 03:03] (current) – [Install] snacsnoc | ||
---|---|---|---|
Line 10: | Line 10: | ||
===== Install ===== | ===== Install ===== | ||
- | You can install SnackLinux from a live image to a local hard drive by runnning ''/ | + | You can install SnackLinux from a live |
- | If you are using vintage hardware and an IDE to Compact Flash adapter, you can simply dd the img file to your CF card. | + | |
+ | If you are using vintage hardware and an IDE to Compact Flash adapter, you can simply dd the img file to your CF card. | ||
+ | dd if=snacklinux_cf_i486_01.03.25.img of=/ | ||
Note for live install: you will need to setup networking and install dialog, ncurses and lilo with '' | Note for live install: you will need to setup networking and install dialog, ncurses and lilo with '' | ||
Line 62: | Line 64: | ||
==== Graphics (in-progress) ==== | ==== Graphics (in-progress) ==== | ||
+ | **Requirements: | ||
- | The kernel does not have built-in graphics support to save on size and allow booting with 8MB of RAM. Boot SnackLinux by selecting any VGA text mode on boot (Extlinux), you may encounter issues loading | + | **Graphics memory:** 512KB tested, possibly works with 256KB |
+ | |||
+ | SnackLinux supports only the ISA bus and excludes any PCI-based devices including graphics cards. Most graphics drivers in the kernel (4.4) are aimed at PCI cards, so we are left with two choices: vga16fb or simpleframebuffer. | ||
+ | |||
+ | The SnackLinux | ||
To install '' | To install '' | ||
fbpkg install linux-modules | fbpkg install linux-modules | ||
| | ||
modprobe vga16fb | modprobe vga16fb | ||
+ | fbset #confirm the current resolution | ||
+ | ls /dev/fb0 #confirm we have a framebuffer | ||
modprobe mousedev #/ | modprobe mousedev #/ | ||
modprobe psmouse #for a PS/2 mouse | modprobe psmouse #for a PS/2 mouse | ||
Line 73: | Line 82: | ||
Builds of MicroWindows 0.92 have been compiled but not ready for a full release. As a note, Microwindow looks for a mouse at ''/ | Builds of MicroWindows 0.92 have been compiled but not ready for a full release. As a note, Microwindow looks for a mouse at ''/ | ||
- | You can download the compiled packages here and extract to your local directory: | + | You can download the compiled packages here, extract to your local directory |
wget http:// | wget http:// | ||
| | ||
- | wget http:// | + | wget http:// |
fbpkg install gpm | fbpkg install gpm | ||
| | ||
- | **In Progress**: builds of an updated MicroWindows | + | |
+ | **Work In Progress**: builds of an updated | ||
+ | Currently unable to run in 4bit mode, even with grayscale enabled. | ||