Hi, On Thu, Jan 05, 2023 at 07:09:53PM +1100, matthew green wrote: > > 9.597827] wsdisplay0 at nouveaufb0 kbdmux 1: console (default, vt100 > > emulation), using wskbd0 > > what's the pci device? (ie, what's the card? or at least, what's > the chipset the pci id claims -- flashed cards can have a different > pci id than reality and drivers work because they check internal > regs that don't change. i have a "960" that is really a 550 Ti.)
The laptop is a lenovo W701. I think the card is a NVIDIA Quadro FX 2800M, both from looking at laptop descriptions and at the pci product id (061D). > > > [...] > > (here x11 starts:) > > > > [ 34.738026] nouveau0: autoconfiguration error: error: user: > > nvif_object_map, -12 > > [ 34.738026] nouveau0: autoconfiguration error: error: user: channel > > failed to initialise, -12 > > but it doesn't seem to matter. i keep meaning to look at all > of them, and i have looked or even fixed some.. but are you seeing > any real issues? - Long delay (several seconds) when switching modes - wsdisplay to X11, for example. - I don't know if other delays are jsut running out of resources due to too many firefox windows or related to the graphics stuff above. Regards, -is