I have an Ultra5 which I upgraded to woody. The 
upgrade process went fine. With the upgrade my 
version of X was changed to 4.0.1 and I have been 
unable to start X ever since.

Using "dexter" I have tried various configurations to 
no avail. My current confi file is shown below. When 
I attempt to start X with "startx" the screen flashes 
and then is blank, meanwhile the machine is hosed. I 
cannot switch VTYs, any ssh/telnet sessions are 
frozen and so on. I have to power cycle the machine 
to get it back.

I don't have very much experience running on SPARC 
hardware so I'm sure I've missed something config 
wise. I have read the debian-sparc archives as well 
as combed through the /usr/doc stuff but I couldn't 
find anything that looked like it would solve my 
problem. If I can post any more files to help I'd be 
glad to.

TIA.

-Ian


/etc/X11/XF86Config-4:

# XF86Config-4 (XFree86 server configuration file) 
generated by Dexter, the
# Debian X Configuration tool.
#
# Edit this file with caution, and see the XF86Config 
manual page.
# (Type "man XF86Config" at the shell prompt.)

Section "Files"
        FontPath        "unix/:7100"            
        # local font server
        # if the local font server has problems, we 
can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath
        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath
        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
EndSection

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

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

Section "InputDevice"
        Identifier      "Mouse 0"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Protocol"      
        "BusMouse"
        Option          "Device"        
        "/dev/sunmouse"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "Generic Graphics Device"
        Driver "ati"
        #Chipset "mach64"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync       30-70
        VertRefresh     50-160
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Graphics Device"
        Monitor         "Generic Monitor"
        DefaultDepth    16
        SubSection "Display"
                Depth           1
                Modes   
        "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes   
        "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes   
        "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes   
        "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes   
        "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Keyboard 0"
        InputDevice     "Mouse 0"
EndSection

Section "DRI"
        Mode    0666
EndSection

# end of XF86Config

Reply via email to