[Cin] Testing CinGG on Xephyr's 2560x1920 screen show small oddity

Andrew Randrianasulu randrianasulu at gmail.com
Sat Nov 2 11:05:25 CET 2019


Hi!

User reported strange garbled UI on 2560x1920 (I think) screen:

ah, 2560x1440 actually:

https://i.imgur.com/0RgnITa.png

I fired up Xephyr 

 Xephyr :1 -screen 2560x1920 -dpi 200
DISPLAY=":1" starte16

and inside this started cin.

Result was wrongly-positioned elements in project settings, for example.

Of course it was fixable  either by setting UI scale param to 1.0 or BC_SCALE variable

Still, out-of-the-box experience was discouraging for user.

I saw few interesting messages and captured them to log.

bash-4.3# BC_SCALE=1.5 cin
Cinelerra Infinity - built: Nov  1 2019 17:53:29
git://git.cinelerra-gg.org/goodguy/cinelerra.git
(c) 2006-2019 Heroine Virtual Ltd. by Adam Williams
(c) 2007-2019 cin5 derivative by W.P. Morrow aka goodguy
Cinelerra is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions. There is absolutely no warranty for Cinelerra.

BC_WindowBase::reposition_window this->h == -56
Session time: 0:00:32
Cpu time: user: 0:00:05.294 sys: 0:00:01.075
bash-4.3# BC_SCALE=1.1 cin
Cinelerra Infinity - built: Nov  1 2019 17:53:29
git://git.cinelerra-gg.org/goodguy/cinelerra.git
(c) 2006-2019 Heroine Virtual Ltd. by Adam Williams
(c) 2007-2019 cin5 derivative by W.P. Morrow aka goodguy
Cinelerra is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions. There is absolutely no warranty for Cinelerra.

Session time: 0:00:25
Cpu time: user: 0:00:05.253 sys: 0:00:00.680
bash-4.3# BC_SCALE=1.0 cin
Cinelerra Infinity - built: Nov  1 2019 17:53:29
git://git.cinelerra-gg.org/goodguy/cinelerra.git
(c) 2006-2019 Heroine Virtual Ltd. by Adam Williams
(c) 2007-2019 cin5 derivative by W.P. Morrow aka goodguy
Cinelerra is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions. There is absolutely no warranty for Cinelerra.

Session time: 0:00:16
Cpu time: user: 0:00:04.800 sys: 0:00:00.658
bash-4.3# cin
Cinelerra Infinity - built: Nov  1 2019 17:53:29
git://git.cinelerra-gg.org/goodguy/cinelerra.git
(c) 2006-2019 Heroine Virtual Ltd. by Adam Williams
(c) 2007-2019 cin5 derivative by W.P. Morrow aka goodguy
Cinelerra is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions. There is absolutely no warranty for Cinelerra.

BC_WindowBase::reposition_window this->h == -9
Cinelerra Infinity - built: Nov  1 2019 17:53:29
git://git.cinelerra-gg.org/goodguy/cinelerra.git
(c) 2006-2019 Heroine Virtual Ltd. by Adam Williams
(c) 2007-2019 cin5 derivative by W.P. Morrow aka goodguy
Cinelerra is free software, covered by the GNU General Public License,
and you are welcome to change it and/or distribute copies of it under
certain conditions. There is absolutely no warranty for Cinelerra.

Session time: 0:00:21
Cpu time: user: 0:00:09.967 sys: 0:00:01.794
bash-4.3# 

see "BC_WindowBase::reposition_window this->h == -9" and one more similar message above?

Are they harmless?



More information about the Cin mailing list