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

Working XF86Config-4 for Ultra1 with Type5 keyboard



After digging around on the list here, I came up with a XF86Config-4
file that was for another type of sun.  I modified it a bit and got it
working for me.
Kudos to whoever posted the original file to this list.
Many Thanks!  I've finally got Woody up and running on my machine.
Tom Korte
---------------------------------
# XF86Config-4 for Ultra1 Creator. (sun4u,ffb,type5 kbd)

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/freefont/"
        FontPath     "/usr/X11R6/lib/X11/fonts/intl/"
        FontPath     "/usr/X11R6/lib/X11/fonts/kaname/"
        FontPath     "/usr/X11R6/lib/X11/fonts/naga10/"
EndSection

Section "Module"
        Load  "GLcore"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "record"
        Load  "xie"
        Load  "bitmap"
        Load  "freetype"
        Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option      "XkbRules" "sun"
        Option      "XkbModel" "type5"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "busmouse"
        Option      "Device" "/dev/mouse"
EndSection

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

Section "Device"
        Identifier  "Card0"
        Driver      "sunffb"
        BusID       "SBUS:/SUNW,ffb@1e,0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection

Section "DRI"
EndSection




Reply to: