WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Do you want to make money creating extensions?  (Read 9065 times)

Offline robc

  • Sr. Member
  • ****
  • Posts: 447
Re: Do you want to make money creating extensions?
« Reply #15 on: September 24, 2011, 10:37:36 PM »
Instead of building a whole new package you can just change the dpi
"Never give up! Never surrender!" - Commander Peter Quincy Taggart

"Make it so." - Captain Picard

Offline Ulysses_

  • Full Member
  • ***
  • Posts: 232
Re: Do you want to make money creating extensions?
« Reply #16 on: September 25, 2011, 01:11:55 AM »
Thank you maro.

Found what was wrong with .Xdefaults: it was to have a line modified, not a new line added.

Instead of building a whole new package you can just change the dpi

That would probably save a lot of effort. What is the command to change the dpi permanently?

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: Do you want to make money creating extensions?
« Reply #17 on: September 25, 2011, 04:42:41 AM »
Hi maro
Based on both your initial reply, and your many other helpful posts, I don't think your motives
were ever in question.

I think these misunderstandings come up easily when taking notable action like the closing of a thread, feelings of aversion can be amplified.


Instead of building a whole new package you can just change the dpi

That would probably save a lot of effort. What is the command to change the dpi permanently?
yep, this is interesting

Offline Ulysses_

  • Full Member
  • ***
  • Posts: 232
Re: Do you want to make money creating extensions?
« Reply #18 on: September 25, 2011, 12:00:21 PM »
Just found a system-wide setting for the dpi: in .Xdefaults you can type this:

Xft.dpi: 120

But only seen it working in firefox, it does not affect flwm, neither terminals, nor TCB default apps.

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: Do you want to make money creating extensions?
« Reply #19 on: September 25, 2011, 12:34:43 PM »
unfortunately  :(

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: Do you want to make money creating extensions?
« Reply #20 on: September 26, 2011, 05:06:02 AM »
That's only for scalable fonts. The X server decides the system DPI, how to override it depends on the server.
The only barriers that can stop you are the ones you create yourself.

Offline robc

  • Sr. Member
  • ****
  • Posts: 447
Re: Do you want to make money creating extensions?
« Reply #21 on: September 26, 2011, 08:31:58 AM »
Thank you maro.

Found what was wrong with .Xdefaults: it was to have a line modified, not a new line added.

Instead of building a whole new package you can just change the dpi

That would probably save a lot of effort. What is the command to change the dpi permanently?

You should be able to use the -dpi switch
Code: [Select]
Xvesa -dpi 75 -br -screen 1024x768x24 -nolisten tcp or set it in xorg.conf for Xorg
"Never give up! Never surrender!" - Commander Peter Quincy Taggart

"Make it so." - Captain Picard

Offline Ulysses_

  • Full Member
  • ***
  • Posts: 232
Re: Do you want to make money creating extensions?
« Reply #22 on: September 27, 2011, 02:33:37 AM »
That's only for scalable fonts. The X server decides the system DPI, how to override it depends on the server.

Is the following what you mean by overriding the X server's DPI?

You should be able to use the -dpi switch
Code: [Select]
Xvesa -dpi 75 -br -screen 1024x768x24 -nolisten tcp or set it in xorg.conf for Xorg

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: Do you want to make money creating extensions?
« Reply #23 on: September 27, 2011, 05:44:13 AM »
Yes.
The only barriers that can stop you are the ones you create yourself.