Re: X on Sun Blade 200 with SVR-100 (radeon)
Helge Mühlmeier <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
Hi, i think that was the post... yes... Am 05.08.2015 um 16:58 schrieb Martin Husemann: > On Wed, Aug 05, 2015 at 04:49:46PM +0200, Helge Mühlmeier wrote: > >> I installed NetBSD 7_RC2 _and_ current last days and would start X. >> >> On both systems I wasn't able to get X working. I got an error message... > What message was that? > > I'm typing this on a blade 2500 silver with XVR100 running -current. > > Have you tried removing /etc/xorg.conf? > I only have a very short one with local overrides: > > Section "ServerFlags" > Option "DontZap" "yes" > Option "BlankTime" "0" > Option "StandbyTime" "0" > Option "SuspenDtime" "0" > Option "OffTime" "0" > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > Option "Protocol" "wskbd" > Option "Device" "/dev/wskbd" > Option "XkbModel" "type6_usb" > Option "XkbLayout" "de" > Option "XkbVariant" "nodeadkeys" > EndSection > > Martin