On Tue, Aug 09, 2022 at 10:29:41AM -0400, Nick Holland wrote:
> On 8/9/22 09:36, Jonathan Gray wrote:
> > 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
> 
> WORKS!
> 
> Also works running xenodm.  Probably not a surprise.
> 
> Well, the on-board trackpad doesn't work, but I'm pretty sure that
> is not a regression from 7.1  Don't think it worked properly then.
> 
> > xdriinfo will show swrast
> 
> yes
> 
> > glxinfo -B will show llvmpipe
> 
> Among other things, yes:
> name of display: :0
> display: :0  screen: 0
> direct rendering: Yes
> Extended renderer info (GLX_MESA_query_renderer):
>     Vendor: Mesa/X.org (0xffffffff)
>     Device: llvmpipe (LLVM 13.0.0, 128 bits) (0xffffffff)
>     Version: 21.3.8
>     Accelerated: no
>     Video memory: 3894MB
>     Unified memory: no
>     Preferred profile: core (0x1)
>     Max core profile version: 4.5
>     Max compat profile version: 4.5
>     Max GLES1 profile version: 1.1
>     Max GLES[23] profile version: 3.2
> OpenGL vendor string: Mesa/X.org
> OpenGL renderer string: llvmpipe (LLVM 13.0.0, 128 bits)
> OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.3.8
> OpenGL core profile shading language version string: 4.50
> OpenGL core profile context flags: (none)
> OpenGL core profile profile mask: core profile
> 
> OpenGL version string: 4.5 (Compatibility Profile) Mesa 21.3.8
> OpenGL shading language version string: 4.50
> OpenGL context flags: (none)
> OpenGL profile mask: compatibility profile
> 
> OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.3.8
> OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
> 
> > 
> > > 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?
> 
> evolveiii# usbdevs -v
> Controller /dev/usb0:
> addr 01: 8086:0000 Intel, xHCI root hub
>          super speed, self powered, config 1, rev 1.00
>          driver: uhub0
> addr 02: 07a6:0986 Admtek Inc., USB to 10/100TX
>          full speed, power 160 mA, config 1, rev 1.01, iSerial 0001
>          driver: aue0
> addr 03: 0bda:0129 Generic, USB2.0-CRW
>          high speed, power 500 mA, config 1, rev 39.60, iSerial 
> 20100201396000000
>          driver: ugen0
> addr 04: 0bda:d723 Realtek, 802.11n WLAN Adapter
>          high speed, self powered, config 1, rev 2.00, iSerial 00e04c000001
>          driver: ugen1
> addr 05: 058f:3822 Alcor Micro, USB 2.0 Camera
>          high speed, power 200 mA, config 1, rev 6.02
>          driver: uvideo0
> addr 06: 04b3:3100 IBM, product 0x3100
>          low speed, power 100 mA, config 1, rev 4.41
>          driver: uhidev0
> 
> (additional -v's didn't help with the realtek adapter)
> 
> don't tease me about getting the wireless working. :)

It appears to be RTL8723DU
https://www.realtek.com/en/products/communications-network-ics/item/rtl8723du

I gather this would need different firmware/driver to urtwn(4)

Reply via email to