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

Re: Half-baked potato/woody Xsun



zbir@baymountain.com wrote:

> Thanks for all the help getting my SS10 booting from HD. Works like a
> charm. 
> 
> I've decided to go all out and get woody on there. However, it doesn't
> appear that Xsun has been upgraded to 4.0.2 like most of the other X
> apps. Is this gonna throw me for a big ugly loop?

AFAIK, there's no such thing as Xsun 4.0.2. The new server
is "xserver-xfree86" and installing it will pull other needed
packages too.

> apt-get upgrade is still running...

apt-get dist upgrade is better. 

At least, about 2 weeks ago when I did this (almost) everything 
went just fine.
Configuring the new Xserver is a pain however, so I'm attaching
my /etc/X11/XF86Config-4 here. 
Edit the graphics driver under section "device" and your keyboard 
model and layout accordingly. (and possibly fontpath)


HTH,
--
Ragga
-----------------------------------------------------------------

# XF86Config-4 for js05. (sun4m,cgsix,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" "jp"
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      "suncg6"
        BusID       "SBUS:fb0"
EndSection

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

Section "DRI"
EndSection



Reply to: