From: Glenn H. <gh...@c2...> - 2001-02-12 10:13:39
|
Michel Dänzer wrote: > > Glenn Hisdal wrote: > > > >> The glint driver for XFree86 runs fine. There is no corruption on the > > >> console after exiting X like it was in 2.4.0-test10. > > > > > So everything is fine now basically? :) > > > > Maybe. Exiting X quite often hangs the system completely. > > I don't know if that's our fault or an error in the glint driver. > > I haven't had any crashes when I only use FBDev, but maybe that's just luck > > as I use glint most of the time... > > Also: the color in console sometimes is wrong after exiting X. > > Switching consoles brings it back to normal. > > Is this all with the UseFBDev option? Yes. without UseFBDev the display in X is messed up iirc. I don't remember exactly. I'll have to check later. > > > >> PCI: Resource ef000000-ef01ffff (f=200, d=0, p=0) > > >> PCI: Cannot allocate resource region 0 of device 00:01.0 > > >> PCI: Resource e0000000-e07fffff (f=200, d=0, p=0) > > >> PCI: Cannot allocate resource region 1 of device 00:01.0 > > >> PCI: Resource e1000000-e17fffff (f=200, d=0, p=0) > > >> PCI: Cannot allocate resource region 2 of device 00:01.0 > > > > I have managed to remove these errors. > > I'll try to make a diff... > > > > basically I added the line > > bus->resource[1] = &pci_mem; > > to the end of apus_pcibios_fixup_bus(...) > > (as done in chrp_pci.c) > > D'oh! That was actually the point of my change, but I had it in the printk and > accidentally removed it. Good catch! thanks :-) - glenn |