Date: Mon, 22 Jan 2007 00:29:26 +0100 (CET) From: Alexander Pohoyda <alexander.pohoyda@gmx.net> To: freebsd-questions@freebsd.org Cc: Ben Smithurst <ben@scientia.demon.co.uk> Subject: fxtv in full screen mode problem solved Message-ID: <200701212329.l0LNTQv9001064@oak.pohoyda.family>
next in thread | raw e-mail | index | archive | help
This mail is not a question, but a solution to the problem that fxtv application does not use the whole visible screen in full screen mode. The problem is that in full screen mode fxtv switches to the closest to 768x576 video mode, which is normally 800x600. Thus, all we have to do is to create the requested video mode in the X11 configuration file (/etc/X11/xorg.conf or /etc/X11/XF86Config): Section "Monitor" ... Modeline "768x576" 35.71 768 800 928 960 576 587 593 605 ... EndSection ATTENTION: Use this modeline at your own risk. Tested to work in Xorg 6.8.2 on FreeBSD 5.4 -- Alexander Pohoyda <alexander.pohoyda@gmx.net> PGP Key fingerprint: 7F C9 CC 5A 75 CD 89 72 15 54 5F 62 20 23 C6 44
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701212329.l0LNTQv9001064>