Author Topic: Editor: spiral binding effect  (Read 10184 times)

Offline Giovanni62

  • Multiple posting newcomer
  • *
  • Posts: 21
Editor: spiral binding effect
« on: November 07, 2020, 09:14:05 pm »

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Editor: spiral binding effect
« Reply #1 on: November 07, 2020, 10:21:33 pm »
Operating system?
I think there is a forum thread, with exact the same problem. I think there was a solution....

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Editor: spiral binding effect
« Reply #2 on: November 07, 2020, 10:23:10 pm »
There isn't. Someone should debug why this happens.

Giovanni62: What is your OS and DPI?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Giovanni62

  • Multiple posting newcomer
  • *
  • Posts: 21
Re: Editor: spiral binding effect
« Reply #3 on: November 07, 2020, 11:47:13 pm »
My OS is Ubuntu 20.04 - Monitor 4K - 96x96 dots per inch

Offline harrismh777

  • Single posting newcomer
  • *
  • Posts: 7
Re: Editor: spiral binding effect
« Reply #4 on: November 08, 2020, 01:27:33 am »
 ;D   ... too funny

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Editor: spiral binding effect
« Reply #5 on: November 11, 2020, 01:42:37 pm »
Quote
My OS is Ubuntu 20.04 - Monitor 4K - 96x96 dots per inch
Sadly i don't have any HighDPI system, so i can not reproduce this...

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Editor: spiral binding effect
« Reply #6 on: November 11, 2020, 05:11:51 pm »
My OS is Ubuntu 20.04 - Monitor 4K - 96x96 dots per inch
What is the physical size of this monitor? 96x96 is low/normal dpi monitor. What is the value of the GTK scaling setting?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Giovanni62

  • Multiple posting newcomer
  • *
  • Posts: 21
Re: Editor: spiral binding effect
« Reply #7 on: November 16, 2020, 07:29:39 pm »
My OS is Ubuntu 20.04 - Monitor 4K - 96x96 dots per inch
Quote
What is the physical size of this monitor? 96x96 is low/normal dpi monitor. What is the value of the GTK scaling setting?

My monitor is LG 32UL750-WA

I set the dots per inch to 192 in .Xresources

Code
Xft.dpi:       192

and set the scale factor to 200%

Nothing has changed!

« Last Edit: November 16, 2020, 07:47:59 pm by Giovanni62 »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Editor: spiral binding effect
« Reply #8 on: November 17, 2020, 01:03:14 am »
Ubuntu 20.04 uses wxgtk based on Gtk3. You have to setup GTK3 to have 2.0 scaling. If you can do it this should work fine in C::B, too. You have to restart C::B for settings to take effect. Also a logout-login might be required.

p.s. 4k on 32 inch is not 192 dpi...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Giovanni62

  • Multiple posting newcomer
  • *
  • Posts: 21
Re: Editor: spiral binding effect
« Reply #9 on: November 17, 2020, 10:30:51 am »
Ubuntu 20.04 uses wxgtk based on Gtk3. You have to setup GTK3 to have 2.0 scaling. If you can do it this should work fine in C::B, too. You have to restart C::B for settings to take effect. Also a logout-login might be required.

p.s. 4k on 32 inch is not 192 dpi...

I set
Code
Xfi.dpi:   138


Is it right?
« Last Edit: November 17, 2020, 10:34:29 am by Giovanni62 »

Offline Giovanni62

  • Multiple posting newcomer
  • *
  • Posts: 21
Re: Editor: spiral binding effect
« Reply #10 on: November 17, 2020, 10:32:05 am »
Quote
You have to setup GTK3 to have 2.0 scaling.
How you do it?


Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Editor: spiral binding effect
« Reply #11 on: November 17, 2020, 10:58:40 am »
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Giovanni62

  • Multiple posting newcomer
  • *
  • Posts: 21
Re: Editor: spiral binding effect
« Reply #12 on: November 17, 2020, 01:13:03 pm »
Don’t work

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Editor: spiral binding effect
« Reply #13 on: November 17, 2020, 08:02:13 pm »
What is not working?
The artefact on your image in the first post would be present if the scaling factor is bigger than 1.0.
So, if you see the artefact then you're definitely running in HiDPI mode.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Giovanni62

  • Multiple posting newcomer
  • *
  • Posts: 21
Re: Editor: spiral binding effect
« Reply #14 on: November 18, 2020, 06:46:51 am »
What is not working?

Any test I have done has not given a good result

Quote
The artefact on your image in the first post would be present if the scaling factor is bigger than 1.0.
So, if you see the artefact then you're definitely running in HiDPI mode.

Yes, it is.