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

Re: xserver-xfree86 for SPARCstation 4



Dinh-Tuan.Pham@imag.fr writes:

> Can any one explain to me how to configure xserver-xfree86 for a Sun
> SPARCstation 4, or perhaps this server simply won't work with older
> Sun ?

This works for me on the same machine:

# XF86Config-4 for js05. (sun4m,cgsix,type5 kbd)

Section "ServerFlags"
	Option		"BlankTime"	"600"
EndSection

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     "tcp/klio:7100"
        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   "Sun"
        ModelName    "GDM-17E20"
	HorizSync	30-82
	VertRefresh	48-150
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "suntcx"
        BusID       "SBUS:fb0"
EndSection

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

Section "DRI"
EndSection
HTH
Nils

Reply to: