Package: xorg
Version: 1:7.1.0-6

        Hello,

I use a SparcSTATION 20 with a CG14 framebuffer (8MB). I used Xorg 7.0 without any trouble and I have upgraded Xorg to 7.1 yesterday. Since this upgrade, I cannot use Xorg. When I try to start Xorg, one of my CPU is locked by Xorg process :

Tasks:  91 total,   3 running,  88 sleeping,   0 stopped,   0 zombie
Cpu0 : 99.7%us, 0.3%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu2 : 75.8%us, 22.9%sy, 0.0%ni, 1.3%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem:    445512k total,   381548k used,    63964k free,    31700k buffers
Swap:   781112k total,        0k used,   781112k free,   305392k cached

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ P COMMAND 5884 root 25 0 17708 5588 2904 R 100 1.3 2:23.07 0 Xorg 6060 bertrand 25 0 10020 4252 2004 R 44 1.0 0:01.39 2 cc1 5007 bertrand 16 0 2720 1220 940 R 4 0.3 0:52.10 2 top 6059 bertrand 20 0 3392 724 636 S 2 0.2 0:00.06 2 gcc-4.1

screen and keyboard are locked (but I can access to this SS20 by ssh).

        My xorg.conf:
Section "Files"
   FontPath        "unix/:7100"                    # local font server
EndSection
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc102"
        Option          "XkbLayout"     "fr"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "Carte vidéo générique"
        Driver          "suncg14"
#       Driver          "suncg6"
        Option          "UseFBDev"              "true"
        Option          "DPMS"                  "true"
EndSection

Section "Monitor"
        Identifier      "Écran générique"
        Option          "DPMS"
        HorizSync       30-65
        VertRefresh     50-75
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Carte vidéo générique"
        Monitor         "Écran générique"
        DefaultDepth    32
#       DefaultDepth    8
        SubSection "Display"
                Depth           1
Modes "1280x1024" "1280x960" "1280x800" "1152x864"
        EndSubSection
        SubSection "Display"
                Depth           4
Modes "1280x1024" "1280x960" "1280x800" "1152x864"
        EndSubSection
        SubSection "Display"
                Depth           8
Modes "1280x1024" "1280x960" "1280x800" "1152x864"
        EndSubSection
        SubSection "Display"
                Depth           15
Modes "1280x1024" "1280x960" "1280x800" "1152x864"
        SubSection "Display"
                Depth           16
Modes "1280x1024" "1280x960" "1280x800" "1152x864"
        EndSubSection
        SubSection "Display"
                Depth           24
Modes "1280x1024" "1280x960" "1280x800" "1152x864"
        EndSubSection
        SubSection "Display"
                Depth           32
Modes "1280x1024" "1280x960" "1280x800" "1152x864"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

THe obtained /var/log/Xorg.0.log is :

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux hilbert 2.6.18.2 #4 SMP Wed Nov 15 17:09:47 CET 2006 sparc
Build Date: 07 July 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Nov 22 15:00:04 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Écran générique"
(**) |   |-->Device "Carte vidéo générique"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc102"
(**) XKB: model: "pc102"
(**) Option "XkbLayout" "fr"
(**) XKB: layout: "fr"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) FontPath set to:
        unix/:7100,
        /usr/share/fonts/X11/misc,
        /usr/lib/X11/fonts/Type1,
        /usr/share/fonts/X11/100dpi,
        /usr/share/fonts/X11/75dpi
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Ignoring ABI Version
(II) No APM support in BIOS or kernel
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.0
        X.Org XInput driver : 0.6
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7
(--) SBUS: Sun SX
(II) Addressable bus resource ranges are
(II) OS-reported resource ranges:
(II) OS-reported resource ranges after removing overlaps with PCI:
(II) All system resource ranges:
...
And no error are reported... Only a black screen...

        Regards,

        JKB

Reply via email to