On Mon, 30 Aug 2021, Todd Gruhn wrote:
I have been having a prob with DOOM resetting my screen propperties. When I quit all the type and window dimensions get incresed. Someone mentioned pressing CTL-ALT-<num-pad-+> and CTL-ALT-<num-pad--> This works for Windoze, but not for NetBSD running X. Any more ideas ?
Use xrandr: Eg.: xrandr --output LVDS-1 --mode 1366x768 To pick the correct output and mode, just type `xrandr'. -RVP