Re: Problems configuring X11 for Sun E450 running OpenBSD4.0
Matthieu Herrb <[email protected]>
| Newsgroups | gmane.os.openbsd.x11 |
|---|---|
| Message-ID | <[email protected]> |
banji wrote: > Hi, > > I have an E450 which I recently installed OpenBSD4.0 on, I have been > able to configure everything that I needed except for X11, My video card > is a Raptor GFX 32 (standard for the E450s) from what I have read it > uses a glint driver, when I ran xforgcfg that is the driver that I > picked. However on typing startx at the prompt I get the following: > On sparc64, the glint driver is not built under OpenBSD. If you can upgrade to a -current snapshot, you can try to build the glint driver from xenocara: mkdir /usr/xobj cd xenocara/driver/xf86-video-glint make -f Makefile.bsd-wrapper obj make -f Makefile.bsd-wrapper build and try to start X again. Building the glint driver under OpenBSD 4.0 (in the XF4 tree) is more painful as you need to rebuild all of X. Look at xc/config/cf/OpenBSD.cf in the sparc64 section for a way to enable the build. But I'm not sure that this is enough to get it working on the E450. The vgafb driver in the sparc64 port has some known problems that may prevent the glint driver from working. -- Matthieu Herrb