Port-sgimips archive

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

Re: SGI O2 R12 NetBSD5.1 - good but some problems



On Sun, 9 Jan 2011 20:19:00 +0000 (UTC)
roop <info%tamasi.org@localhost> wrote:

> I have a PS/2 HP badged mouse w/scroll wheel which IRIX can use (pcmouse
> type 4) but in the PROM the mouse pointer stays up in the top corner and
> doesn't move.  Subsequently I think NetBSD doesn't see the mouse either.
> Not sure, but I think I should see a wsmouse0 log in dmesg and currently
> I don't.

Works here with a HP scroll mouse, HP P/N 5183-9012. You should
see a line like "wsmouse0 at pms0 mux 0".

> Like another user on this maillist I also received a couple of CPU Error
> 4's with the result of a complete lockup. They come in pairs. Two during
> install, two copying some files over NFS. I suspected network activity,
> but have managed to run for two days since then, and pull the whole of
> netbsd CVS down without seeing this issue again.

Yes, I get the "error 4' messages too and I agree they do seem to be
related to network activity. In particular, I can fairly reliably hang
my box by sending a largish file (around 100MB) to another system using
FTP. Doesn't always hang on the first transfer but will after running a
few consecutive transfers.
 
> PS if someone has a Xorg.conf can I please see it.

My xorg.conf is included below.

George

=== xorg.conf ===
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/X11R7/lib/modules"
        FontPath     "/usr/X11R7/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R7/lib/X11/fonts/TTF/"
        FontPath     "/usr/X11R7/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R7/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R7/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri"
        Load  "dri2"
        Load  "extmod"
        Load  "record"
        Load  "glx"
        Load  "shadow"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "Protocol" "wskbd"
        Option      "Device" "/dev/wskbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "wsmouse"
        Option      "Device" "/dev/wsmouse"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        Identifier  "Card0"
        Driver      "crime"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection



Home | Main Index | Thread Index | Old Index