Port-sparc64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: X on Sun Blade 200 with SVR-100 (radeon)



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


Home | Main Index | Thread Index | Old Index