[ltp] Enabling lower screen resolutions?

Marius Gedminas linux-thinkpad@linux-thinkpad.org
Thu, 15 Oct 2009 15:54:23 +0200


--BOKacYhQ+x31HxR3
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Oct 13, 2009 at 07:07:40PM -0300, Juergen Botz wrote:
> I have a T61 running Fedora 12, but this would seem to be a general
> laptop issue...
>=20
> When I run certain lower resolution games that have a fullscreen
> mode (i.e. freedoom) they just come up at as a small centered area
> with the rest of the screen black instead of taking over the screen.

This depends on the X video driver.

For example, with an Intel video card (and recent enough driver; mine is
2.7.1), you can switch between three settings with the xrandr tool:

  $ xrandr --prop
  ...
          PANEL_FITTING:  full_aspect
                  supported: center       full_aspect  full
  ...
  $ xrandr --output LVDS --set PANEL_FITTING center
  $ xrandr --output LVDS --set PANEL_FITTING full
  $ xrandr --output LVDS --set PANEL_FITTING full_aspect

BIOS settings and hot keys (such as Fn+F8) usually have no effect, since
the Linux kernel takes over and doesn't let the BIOS do its thing, and
for good reasons (changing the hardware state behind the X.org driver's
back may lead to problems and crashes).

Marius Gedminas
--=20
Hoffstadter's Law states: "It always takes longer than you think, even when=
 you
consider Hoffstadter's Law."

--BOKacYhQ+x31HxR3
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFK1ymJkVdEXeem148RAveDAJsH07GP2lueui39z6xD9c08ebedVwCfR8+Q
xXCrSZBChW8rsFAr7jqeMk8=
=1FfR
-----END PGP SIGNATURE-----

--BOKacYhQ+x31HxR3--