Re: sun blade 150 with xvr-100 issues with xorg
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 06, 2021 at 10:42:35AM -0400, r34per wrote: > near the beginning of xorg.1.log- > [ 873.038] (WW) xf86EnableIO -1 > [ 873.038] (II) xf86EnableIO: 0xffffffffffffffff > [ 873.038] (WW) Can't map IO space! (9) > > and a similar warning is generated near the end of the log- > [ 873.181] (WW) xf86EnableIO 8 > [ 873.181] (II) xf86EnableIO: 0x40b94000 > > Also when looking through the dmesg output there's this that could be of note- > [ 1.000000] drm at radeonfb0 not configured Those are all perfectly normal. I use the attached Xorg.conf file and nothing special otherwise. Martin
xorg.conf
(text/plain, 600 B)
#Section "Device" # Identifier "xvr1000" # Driver "radeon" # Option "AccelMethod" "exa" # Option "RenderAccel" "true" #EndSection Section "ServerFlags" Option "DontZap" "yes" Option "BlankTime" "0" Option "StandbyTime" "0" Option "SuspenDtime" "0" Option "OffTime" "0" Option "NoTrapSignals" "true" 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