On Sat, Aug 06, 2022 at 10:28:06AM -0400, Nick Holland wrote:
> > When looking at top what does Xorg have for WAIT?
>
> PID USERNAME PRI NICE SIZE RES STATE WAIT TIME CPU COMMAND
> 41914 _x11 -22 -1 15M 26M idle schto 0:01 0.00% Xorg
>
> > this will run X with the older Mesa driver
> > MESA_LOADER_DRIVER_OVERRIDE=i965 startx
> > does that change anything?
>
> Changes a little.
> X doesn't work, same WAIT, same blank screen.
> BUT... a "reboot" (via ssh) is actually successful(!).
Do you still see that when disabling acceleration?
before starting X create a /etc/X11/xorg.conf with:
Section "Device"
Identifier "Intel device"
Driver "modesetting"
Option "AccelMethod" "none"
EndSection
xdriinfo will show swrast
glxinfo -B will show llvmpipe
> ugen1 at uhub0 port 7 "Realtek 802.11n WLAN Adapter" rev 2.00/2.00 addr 4
I'm curious why this doesn't match. Can you show usbdevs output?