Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: xor on May 01, 2019, 10:33:40 AM
-
Resolution is falling, :(
resolution does not change, :(
The resolution does not rise. :(
-
It looks like you are using CorePure64 and Xfbdev.
Probably the easiest way to get your monitor's native resolution would be to load the Xorg-7.7 extension, exit to the prompt and "startx".
-
It looks like you are using CorePure64 and Xfbdev.
Probably the easiest way to get your monitor's native resolution would be to load the Xorg-7.7 extension, exit to the prompt and "startx".
* After adding the VLC player to the .iso file,
This is happening.
-
Just ran across this on some specific hardware. TC64 and the native Xfbdev *should* default to your native video resolution, but sometimes it does not and you are stuck at a default 1024x768.
Of course, since xvesa can't be compiled for 64 bit, don't go down that path.
The simplest solution here is to just force your resolution manually, by adding a separate line to your grub.cfg file.
Here I added my own resolution and color depth to each menu item in grub.cfg:
.
.
.
set gfxpayload=1920x1080x24
}
If you have a large monitor, and are using the standard fltk utils, those might be smaller than you are used to, but things like terminals, fonts and so forth will be normal in other programs (provided you have actually loaded fonts, changed their sizes and so forth)