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 <[EMAIL PROTECTED]>
PGP Key fingerprint: 7F C9 CC 5A 75 CD 89 72  15 54 5F 62 20 23 C6 44
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to