discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HiDPI Support


From: Niels Grewe
Subject: Re: HiDPI Support
Date: Wed, 18 May 2016 11:13:23 +0000

Sorry! My fault. I must have been one coffee short of actual brain activity 
this morning.

Thanks David!


> Am 18.05.2016 um 11:18 schrieb David Chisnall <theraven@sucs.org>:
> 
> The syntax for the defaults write command is:
> 
> defaults write {domain} {key} {value}
> 
> You’re omitting the domain.  This should be NSGlobalDomain if you want it to 
> apply to all apps, or the app’s UID if you want it to apply to a specific one.
> 
> David
> 
>> On 18 May 2016, at 10:15, Steven R. Baker <steven@stevenrbaker.com> wrote:
>> 
>> Sorry, I'm new here so my knowledge of how this works is limited.
>> 
>> srbaker@swirl:~$ defaults write GSScaleFactor 1.5
>> defaults write: domain is not a dictionary!
>> srbaker@swirl:~$ defaults write GSScaleFactor 2
>> defaults write: domain is not a dictionary!
>> 
>> Thanks!
>> 
>> -Steven
>> 
>> 
>> 
>> On Wed, May 18, 2016, at 06:04 AM, Niels Grewe wrote:
>>> Hi Steven,
>>> 
>>> you can play around with the GSScaleFactor default value (defaults write 
>>> GSScaleFactor $SOMETHING) to control the scaling of the UI.
>>> 
>>> Cheers,
>>> 
>>> Niels
>>> 
>>> 
>>> Von:steven@stevenrbaker.com
>>> Gesendet:18. Mai 2016 4:15 vorm.
>>> An:discuss-gnustep@gnu.org
>>> Betreff:HiDPI Support
>>> 
>>> 
>>> Heya folks,
>>> 
>>> Thanks for the quick response on the GNUmail question, I got what I
>>> needed, and I've been downloading source code to do some work.
>>> 
>>> One annoyance: I have a HiDPI screen. Does GNUstep handle this at all? I
>>> have set my DPI appropriately:
>>> 
>>> srbaker@swirl:~$ xdpyinfo |grep resolution
>>> resolution:    196x162 dots per inch
>>> 
>>> Is there any way to make this better? Or any current work to improve
>>> this? Any way I can help?
>>> 
>>> Tack!
>>> 
>>> -Steven
>>> 
>>> _______________________________________________
>>> Discuss-gnustep mailing list
>>> Discuss-gnustep@gnu.org
>>> https://lists.gnu.org/mailman/listinfo/discuss-gnustep
>>> 
>> 
>> _______________________________________________
>> Discuss-gnustep mailing list
>> Discuss-gnustep@gnu.org
>> https://lists.gnu.org/mailman/listinfo/discuss-gnustep
> 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]