Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Testing HDPI support with a HDPI monitor?

Hello, 

Yes, you can run higher scaling without a big monitor, but everything will be humongous. 

If on Gnome, try increasing scalability factor:
gsettings set org.gnome.desktop.interface scaling-factor 2

(use 1 to return things back to normal).

Remember to restart eclipse.

If on KDE, try this article (I haven't tried this thou:)
http://hgdev.co/optimize-ubuntu-interface-scaling-on-hidpi-displays/

Just as FYI:
At the moment some SWT jUnit test cases fail in SWT when scaling is turned on (Something on my to-fix list).

Let me know if you had any success.

Thanks

Leo

On Mon, May 30, 2016 at 8:41 AM, Lars Vogel <lars.vogel@xxxxxxxxxxx> wrote:
Hi,

I do not have a HDPI monitor. Can I still test the new HDPI support?

I tried specifying the scale factor on the command line but this does
not make a difference.

./eclipse -Dswt.autoScale=10

or ./eclipse -Dswt.autoScale=2

result in the same L&L of IDE.

Best regards, Lars

--
Eclipse Platform UI and e4 project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



--
Leo Ufimtsev | Software Engineer Intern @ Red Hat

Back to the top