Tasssadar / Lorris

Lorris is GUI frontend for nearly anything you give it. You can use serial port, socket or file as source. Well, at least will be, right now its WIP.
http://tasssadar.github.com/Lorris/
GNU General Public License v3.0
34 stars 13 forks source link

On Ubuntu Lorris terminal displays only half of a line #35

Open mrazekfilip opened 7 years ago

mrazekfilip commented 7 years ago

On ubuntu 16.04 Lorris terminal displays only half of a line horizontally. In the image below you can see text "hello" on every line. I use native resolution of a display 1920x1080. Screenshot_from_2017_07_01_11_33_01 Screenshot_from_2017_07_06_19_50_33

Tasssadar commented 7 years ago

Can you show me the font settings in terminal?

mrazekfilip commented 7 years ago

Here it is. I noticed, it displays only half of a line if the font is Courier New. All other fonts work correctly. Screenshot_from_2017_07_07_11_05_52

Tasssadar commented 7 years ago

It's probably selecting a wrong font. Try running this in your terminal:

fc-match -v "Courier New" | grep file

And show me the output. I can't install ubuntu 16.04 right now, so I can't test it myself.