我正在考虑购买一台带有 hidpi 屏幕的笔记本电脑,但我不确定它看起来有多好。我想在上面运行 XFCE 或 gnome flashback,但想要一种在花费 2000 美元之前进行测试的方法。有没有办法(也许使用虚拟机或其他东西)我可以在非 hidpi 硬件上进行测试,以了解事物是否能够在真实设备上正确扩展?
答案1
您可以在中指定虚拟屏幕尺寸/etc/X11/xorg.conf
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Virtual 3600 1200
EndSubSection
EndSection