Results 1 to 2 of 2
Hello everyone, I was wondering if there is a a way to make x11 have a resolution greater than that of your screen, but with the same aspect ratio, and ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-17-2011 #1Just Joined!
- Join Date
- Jan 2009
- Posts
- 22
x11 scale desktop to greater virtual resolution
Hello everyone, I was wondering if there is a a way to make x11 have a resolution greater than that of your screen, but with the same aspect ratio, and then scale it so that it fits your monitor. this would let netbook users like me do things like for instance see the bottom of the vlc options box, play battle for wesnoth, ... it could also be useful for mobile devices with tiny resolutions. the ability to zoom and scroll around would also be nice. If anyone has heard of such things, or has any idea who to contact about possible development of such a project I would love to find out. Thanks very much in advance.
- 01-21-2011 #2
You need to edit your /etc/X11/xorg.conf if you want to do this.
Back up your original before you start, edit the file in your favourite text editor and look for the 'Screen' section which should be near the bottom. It should be sectioned off with 'Subsection "Display"' blocks, and each of these should contain a 'Depth' line, a 'Modes' line and a 'ViewPort' line. Find the one that you're using and add a new line next to the others that looks a bit like this:
where x and y are the dimensions of the virtual screen size you want.Code:Virtual x y
Note, the xorg.conf man page suggests using a multiple of 8 or 16 for the x dimension.
You'll need to log off to restart your X server to use the new settings, and if they don't work you may need to drop to a text console to restore your xorg.conf file.Linux user #126863 - see http://linuxcounter.net/


Reply With Quote
