re: Kde4 issue
matthew green <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
right - the problem is that the wrong driver is installed. or if you look closely, half-installed -- the "ati" part is right but the "radeon" part is not! the question is *how did this happen* because it shouldn't, and the builds for 7.x and -current both use the .so.6 version. please run: % ls /usr/X11R7/lib/modules/drivers/radeon_drv.so* and show the output. you could try replacing these files with ones from the 7.0.1 release or daily builds. if there is a .so.6 version there, but claims to be module version 7.5.0 then we have a really "interesting" problem here. .mrg. Philo writes: > it's amazing because my blade work fine with OpenBSD 5.9, Debian 7.8 and > OpenSXCE > > Regards > philo > > > On 06/22/16 09:20, matthew green wrote: > >> [ 406.589] (II) LoadModule: "ati" > >> [ 406.589] (II) Loading /usr/X11R7/lib/modules/drivers/ati_drv.so > >> [ 406.603] (II) Module ati: vendor="X.Org Foundation" > >> [ 406.603] compiled for 1.10.6, module version = 6.14.6 > > ^^^^^^ > >> [ 406.603] Module class: X.Org Video Driver > >> [ 406.603] ABI class: X.Org Video Driver, version 10.0 > >> [ 406.603] (II) LoadModule: "radeon" > >> [ 406.604] (II) Loading /usr/X11R7/lib/modules/drivers/radeon_drv.so > >> [ 406.617] (II) Module radeon: vendor="X.Org Foundation" > >> [ 406.618] compiled for 1.10.6, module version = 7.5.0 > > ^^^^^ > >> [ 406.618] Module class: X.Org Video Driver > >> [ 406.618] ABI class: X.Org Video Driver, version 10.0 > > > > this is the problem, i think. the wrong radeon_drv.so is installed. > > this version (7.5.0) ONLY works with drm2 which is only available for > > x86 platforms currently. > > > > how did you get /usr/X11R7/lib/modules/drivers/radeon_drv.so? i > > wonder if we have some build failure... > > > > > > .mrg. >