$ pitivi

Does not fit. Huge buttons, huge icons, lot of filler space in UI.

$ xrandr --dpi 45

Now only the font is tiny, but icons and spacers are still huge.

$ xrandr --dpi 90
$ xrandr --output LVDS1 --scale 1.5x1.5

Now better. GUI elements seems to be scaled down to relatively sane size, the font is readable. But the whole things seems blurred/uneven a bit (due to scaling).

How to do it right? How to ask GUIs to pack widgets closer together (like zoomed out), but without that interpolation?

link|improve this question

64% accept rate
Note: to restore normal mode use xrandr --output LVDS1 --scale 1x1. – Vi. Nov 5 '11 at 10:26
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.