NetBSD 9.1 amd64, base X11: garbled display

2021-04-09 Thread Mayuresh
Recently installed NetBSD 9.1 amd64 on USB stick and booting a laptop. x11 is starting, but the screen looks garbled. Even xinit xterm opens xterm but even the prompt doesn't appear correctly. (Looks something like video synchronization going wrong.) X -configure shows driver as "intel". Tried ch

httpd, cgi, ikiwiki, and me.

2021-04-09 Thread Bob Bernstein
Since upgrading to 9.99.81, httpd doesn't launch a cgi that has worked for years, to wit /var/www/cgi-bin/ikiwiki.cgi. My rc.conf looks at it always has, at least in regard to httpd: httpd=YES httpd_flags="-I " httpd_wwwdir="/var/www" * * * Also, I'm afraid I gave short shrift,

Re: NetBSD 9.1 amd64, base X11: garbled display

2021-04-09 Thread Jörn Clausen
Someone on this list suggested this change to me (also using i915drmkms0) --- /etc/X11/xorg.conf 2020/04/01 20:12:03 1.1 +++ /etc/X11/xorg.conf 2020/04/01 20:16:15 @@ -75,7 +75,8 @@ #Option "DebugWait"# [] #Option "BufferCache" # []

re: httpd, cgi, ikiwiki, and me.

2021-04-09 Thread matthew green
> Since upgrading to 9.99.81, httpd doesn't launch a cgi that has > worked for years, to wit /var/www/cgi-bin/ikiwiki.cgi. > > My rc.conf looks at it always has, at least in regard to httpd: > > httpd=YES httpd_flags="-I " >httpd_wwwdir="/var/www" > are there any logs or anythin