[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: HiDPI Support
From: |
David Chisnall |
Subject: |
Re: HiDPI Support |
Date: |
Wed, 18 May 2016 10:18:49 +0100 |
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