You can try the xrandr command using a terminal.

$ xrandr -q

gives a list of all supported resolution, while you can use

$ xrandr -s SZ

to set a specific resolution. SZ is the first column of the "xrandr -q" output.

For everything else do a "man xrandr".
_______________________________________________
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