Re: X on Lemote Yeeloong
Michael <[email protected]> Sun, 24 Jan 2016 11:27:56 -0500
| Newsgroups | gmane.os.netbsd.ports.evbmips,gmane.os.netbsd.ports.mips.devel |
|---|---|
| Organization | The NetBSD Foundation |
| Message-ID | <20160124112756.4f000eb1@blackbush> |
Hello, On Sun, 24 Jan 2016 09:02:51 -0600 (CST) "John D. Baker" <[email protected]> wrote: > On Sun, 24 Jan 2016, Michael wrote: > > > That sounds like a bug in the mips64le dynamic linker ( for some reason > > this does *not* happen on sgimips64 ), which was fixed a while ago and > > apparently came back. On my gdium it helps to explicitly load a bunch > > of modules like this: > > > > Section "Module" > > Load "exa" > > Load "xaa" > > Load "vgahw" > > EndSection > > Adding the above to my "xorg.conf" file does help. It gets past the > various "undefined symbol" errors and finally results in: > > > X.Org X Server 1.10.6 > Release Date: 2011-07-08 > X Protocol Version 11, Revision 0 > Build Operating System: NetBSD/evbmips - > Current Operating System: NetBSD chalk.technoskunk.fur 7.99.25 NetBSD 7.99.25 (YEELOONG) #15: Fri Jan 22 12:15:17 CST 2016 [email protected]:/r0/build/nbsd-tst/obj/mips64el/sys/arch/evbmips/compile/YEELOONG evbmips > Build Date: 01 August 2011 01:01:00AM > > Current version of pixman: 0.32.6 > Before reporting problems, check http://wiki.X.Org > to make sure that you have the latest version. > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 24 08:53:06 2016 > (==) Using config file: "/etc/X11/xorg.conf" > (EE) SMI: Failed to load module "int10" (module does not exist, 0) > Memory fault Hmm, I'm not sure that int10 is really the problem here, but then again, mine's an SM502, with no VGA compatibility whatsoever, so the driver may skip it. Please try X -logverbose 10 maybe that will dump some more hints. have fun Michael