Tiny Core Base > TCB Bugs
TinyCore 11.0 Scrambled Display on Mac Mini Late 2012 Model
JustinCB:
When I start TinyCore on this mac, the screen is completely scrambled once startx is executed. If I press Ctrl-Alt-Delete(I have a wireless USB keyboard with a mostly standard PC layout, except with FN[Function] in the place of the right windows key and special keys for Fast Forward, Play/Pause Rewind, Mute, Volume Down, & Volume Up), it returns to the command prompt. Note that TinyCore 7.2-9.0(& maybe 10.0, I don't remember) worked on this model w/o issue. It also has a wireless firmware error, but I think that's unrelated & only b/c I don't have the non-redistributable firmware installed.
Rich:
Hi JustinCB
--- Quote from: JustinCB on February 21, 2020, 02:00:15 PM --- ... If I press Ctrl-Alt-Delete ...... it returns to the command prompt. ...
--- End quote ---
You might want to:
--- Code: ---dmesg > dmesg.txt
--- End code ---
Then take a look through dmesg.txt to see if there are any errors or warnings.
Assuming you are running Xorg , take a look through /var/log/Xorg.0.log for errors or warnings.
--- Quote --- ... Note that TinyCore 7.2-9.0(& maybe 10.0, I don't remember) worked on this model w/o issue. ...
--- End quote ---
If you still have a working setup available, boot up into it. Then make copies of the following files:
1. /opt/bootlocal.sh ----- In case it contains any special startup commands.
2. /opt/bootsync.sh ----- In case it contains any special startup commands.
3. /opt/.filetool.lst ----- In case you backed up any files required to make the Mac functional.
4. /etc/sysconfig/tcedir/mydata.tgz ----- So you can recover those backed up files if you need them.
5. /etc/sysconfig/tcedir/onboot.lst ----- So you know which extensions were loaded.
6. ls -1 /usr/local/tce.installed > installed.txt ----- So you know which extensions were loaded (including dependencies).
7. Anything in your ~/.X.d/ directory ----- In case you have any commands started after X comes up.
JustinCB:
I'll try the dmesg. I don't have the old installation of TinyCore anymore, & Xorg has never worked for me, only the default Xvesa.
JustinCB:
I've attatched the output of that command, if it'll help any.
Rich:
Hi JustinCB
See if adding this boot code makes any difference:
--- Code: ---intel_iommu=off
--- End code ---
Navigation
[0] Message Index
[#] Next page
Go to full version