[PATCH] When running on HiDPI monitors, scale anaconda by a factor of 2

David Shea dshea at redhat.com
Wed Sep 17 15:57:53 UTC 2014


On 09/17/2014 11:24 AM, Chris Lumens wrote:
>> diff --git a/data/liveinst/console.apps/liveinst b/data/liveinst/console.apps/liveinst
>> index 073b39c..e9067fb 100644
>> --- a/data/liveinst/console.apps/liveinst
>> +++ b/data/liveinst/console.apps/liveinst
>> @@ -5,4 +5,5 @@ SESSION=true
>>   STARTUP_NOTIFICATION_NAME="Starting Install to Hard Drive"
>>   DOMAIN=anaconda
>>   # DBus session connections fail when running setuid unless we pass DBUS_SESSION_BUS_ADDRESS through
>> -KEEP_ENV_VARS=DBUS_SESSION_BUS_ADDRESS,LIVECMD
>> +# Keep the Gdk scale settings from the user environment
>> +KEEP_ENV_VARS=DBUS_SESSION_BUS_ADDRESS,LIVECMD,GDK_SCALE,GDK_DPI_SCALE
> GDK_DPI_SCALE isn't used anywhere in the rest of the patch, so maybe
> it doesn't need to be mentioned here too?

P.S. If anyone can figure out how to scale the cursor so we're not 
trying to click on things with a pin point, that would be great, but 
right now it looks more difficult than the amount I care about it.


More information about the anaconda-patches mailing list