Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: Wilkz on January 03, 2020, 11:10:53 PM

Title: Garbled default font issue
Post by: Wilkz on January 03, 2020, 11:10:53 PM
Gentlemen,

Looks like I need your help. I am a pretty new to TC, now working on thin client mixing Dell WYSE S0X hardware and the Core flavor installed. Everyting seems to work like a charm, and the only downside is the slightly, yet visibly garbled default console font (see the photos attached). I tried it on 15" and 22" monitors, but both ways the font output remained visually poor. Experiments with changing fonts using 'setfont' hint from Tips & Tricks section failed to resolve the issue, so currently I am still looking for advise to fix.

(https://live.staticflickr.com/65535/49326087066_e72547f4c1_b.jpg)

(https://live.staticflickr.com/65535/49325608978_e27e970a79_b.jpg)

(https://live.staticflickr.com/65535/49325608898_676e64b078_b.jpg)
Title: Re: Garbled default font issue
Post by: curaga on January 04, 2020, 01:33:36 AM
That is bad quality scaling by your GPU or screen. The solution would be to output the native resolution of your screen, so that it doesn't need to scale.

If your screens' resolutions are in the vesa table (see our FAQ), you could get by with a vga= bootcode. Otherwise it depends on the graphics card, for AMD/Intel the graphics- extension and maybe firmware is needed.
Title: Re: Garbled default font issue
Post by: Wilkz on January 04, 2020, 09:49:25 PM
Thank you so much for response as well as advise. I do appreciate it.
Title: Re: Garbled default font issue
Post by: Wilkz on January 06, 2020, 07:12:47 PM
... you could get by with a vga= bootcode.

Yup, worked like a charm. Thank you so much for advise again!