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

Fwd: Re: System Locks up after kdevelop install




--- Florian Kulzer <florian@molphys.leidenuniv.nl> wrote:

> Date: Mon, 24 Apr 2006 17:22:46 +0200
> From: Florian Kulzer <florian@molphys.leidenuniv.nl>
> To: debian-user@lists.debian.org
> Subject: Re: System Locks up after kdevelop install
> 
> On Mon, Apr 24, 2006 at 05:32:58 -0700, Ross Drinen wrote:
> 
> [...]
> 
> > Thanks for the suggestion to establish ssh connection.  That
> yields
> > the following further information on the problem.
> > When the system "locks up", top shows XFree86 running 100% CPU
> Usage.
> >  Killing that process frees up the screen, and it goes back to
> the
> > KDM login screen, from which I can login and function again until
> the
> > next  "lock up".  
> > When locked up, the mouse pointer moves about the screen
> normally,
> > but no mouse clicks or keyboard actions have any effect.  
> > It looks to me like when I installed kdevelop, I also changed X
> > somehow (this all started when I installed kdevelop) and removing
> > kdevelop didn't undo whatever changed in X.
> > How about i remove X (and KDE?) and reinstall them?
> 
> I don't think that will be necessary, it is probably either a
> configuration problem or a hardware issue. Let's start with your
> graphics card: Please run the command "lspci" and post the part of
> the
> output which identifies your graphics card. (A line with "VGA
> compatible
> controller" or something like that in it.) Also post your
> /etc/X11/XF86Config-4 and the output of
> 
> egrep '^\((EE|WW)\)' /var/log/XFree86.0.log
> 
> Finally, after you have killed X in case of another lock-up, have a
> look
> at the file .xsession-errors in your home directory. If you see
> anything
> "suspicious" in the last entries in there, post that as well.
> 
> One of these things will hopefully give us a clue about how to
> proceed.
> 
> -- 
> Regards,
>           Florian
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact
> listmaster@lists.debian.org
> 
> 

Thank you for your response. 

Requested information is below:
lspci output:
-----------------
0000:01:00.0 VGA compatible controller: nVidia Corporation NV17
[GeForce4 MX 440] (rev a3)



/etc/X11/XF85Config-4 listing:
---------------------
# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration
tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package
upgrades *only*
# if it has not been modified since the last upgrade of the
xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically
updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4
>/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

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/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
EndSection
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "IMPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection
Section "Device"
        Identifier      "NVIDIA Corporation NV17 [GeForce4 MX 440]"
        Driver          "nv"
        VideoRam        512
EndSection

Section "Monitor"
        Identifier      "Viewsonic va520"
        HorizSync       50-75
        VertRefresh     50-75
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "NVIDIA Corporation NV17 [GeForce4 MX 440]"
        Monitor         "Viewsonic va520"
        DefaultDepth    24
        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
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

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

Section "DRI"
        Mode    0666
EndSection


utput of egrep '^\((EE|WW)\)' /var/log/XFree86.0.log command
--------------------------
(WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
(WW) The directory "/usr/lib/X11/fonts/CID" does not exist.
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(WW) System lacks support for changing MTRRs
(WW) NV(0): config file hsync range 50-75kHz not within DDC hsync
range 30-62kHz
(WW) (1152x864,Viewsonic va520) mode clock 108MHz exceeds DDC maximum
80MHz
(WW) (1280x960,Viewsonic va520) mode clock 108MHz exceeds DDC maximum
80MHz
(WW) (1280x1024,Viewsonic va520) mode clock 108MHz exceeds DDC
maximum 80MHz
(WW) (1600x1200,Viewsonic va520) mode clock 162MHz exceeds DDC
maximum 80MHz
(WW) (800x600,Viewsonic va520) mode clock 81MHz exceeds DDC maximum
80MHz
(WW) (1400x1050,Viewsonic va520) mode clock 122MHz exceeds DDC
maximum 80MHz
(WW) (1600x1024,Viewsonic va520) mode clock 106.91MHz exceeds DDC
maximum 80MHz
(EE) xf86OpenSerial: Cannot open device /dev/input/mice
(EE) Generic Mouse: cannot open input device
(EE) PreInit failed for input device "Generic Mouse"

Listing of .xsession-errors
Note: The lines through "Using existing Openoffice.org were
in the file while X was still looping.  The remaining lines were
generated
after XFree86 was killed (and before restart)
----------------------

Xsession: X session started for ross at Mon Apr 24 14:38:07 CDT 2006
startkde: Starting up...
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
kbuildsycoca running...
Launched ok, pid = 2038
There are already artsd objects registered, looking if they are
active...

Error: Can't add object reference (probably artsd is already
running).
       If you are sure it is not already running, remove the relevant
files:


       /tmp/mcop-ross/Arts_SoundServerV2
       /tmp/mcop-ross/Arts_SoundServer
       /tmp/mcop-ross/Arts_SimpleSoundServer
       /tmp/mcop-ross/Arts_PlayObjectFactory
       /tmp/mcop-ross/Arts_AudioManager

kdecore (KAction): WARNING: KAction::insertKAccel( kaccel = 0x8101948
): KAccelobject already contains an action name "del"
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
OpenOffice.org lockfile found (/home/ross/.openoffice/1.1.3/.lock)
Using existing OpenOffice.org
soffice.bin: Fatal IO error: client killed
kded: Fatal IO error: client killed
KWrited - Listening on Device /dev/pts/0
kdeinit: Fatal IO error: client killed
kdeinit: sending SIGHUP to children.
ksmserver: Fatal IO error: client killed
kwin: Fatal IO error: client killed
*** kdesktop got signal 1 (Exiting)
kicker: sighandler called
kicker: Fatal IO error: client killed
ICE default IO error handler doing an exit(), pid = 2087, errno = 0
ICE default IO error handler doing an exit(), pid = 2089, errno = 0
klauncher: Exiting on signal 1
kdeinit: sending SIGTERM to children.
kdeinit: Exit.
klauncher: Fatal IO error: client killed
warning: leaving MCOP Dispatcher and still 15 object references
alive.
  - Arts::SampleStorage
  - Arts::Synth_MULTI_ADD
  - Arts::Synth_MULTI_ADD
  - Arts::Synth_PLAY
  - Arts::StereoVolumeControl
  - Arts::StereoEffectStack
  - Arts::Synth_BUS_DOWNLINK
  - Arts::SoundServerV2
  - Arts::Synth_BUS_UPLINK
  - Arts::AudioManagerClient
  - Arts::Synth_AMAN_PLAY
  - Arts::Synth_BUS_UPLINK
  - Arts::Synth_AMAN_PLAY
  - Arts::Synth_BUS_UPLINK
  - Arts::Synth_AMAN_PLAY
  - Arts::AudioManagerClient
  - Arts::MidiManager
warning: leaving MCOP Dispatcher and still 188 types alive.






Ross Drinen
drinenvr@yahoo.com



Reply to: