You are not logged in.

#1 2009-03-17 23:14:56

Mr. X
Member
From: belgrade, serbia
Registered: 2007-02-28
Posts: 67

X crashes when using some applications

First, I realised the problem with Gnome System Monitor... 10-15 seconds after starting it, my X crashes and gives me back the login manager.
The same problem appeared when I was trying the new KDE 4.2... ~1min after login it crashed.

Now I installed Gnome Do 0.8.1 and X always crashes when I click on the triangle in the upper-right corner of it.

I have no clue what to do, but I guess it can be connected with my graphic card (Nvidia 8400M on Dell Vostro 1510), using nvidia-180.29-3 drivers from extra repo...

here's xorg.conf too:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Wed Oct  1 15:12:53 PDT 2008

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Touchpad" "SendCoreEvents"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
#   Load           "type1"
    Load           "freetype"
    Load           "glx"
    Load           "synaptics"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
    Option         "XAxisMapping" "6 7"
EndSection

Section "InputDevice"
       Identifier  "Touchpad"
    Driver  "synaptics"
    Option  "Device"   "/dev/input/mouse0"
    Option  "Protocol"   "auto-dev"
    Option  "LeftEdge"   "130"
    Option  "RightEdge"   "840"
    Option  "TopEdge"   "130"
    Option  "BottomEdge"   "640"
    Option  "FingerLow"   "7"
    Option  "FingerHigh"   "8"
    Option  "MaxTapTime"   "0"
    Option  "MaxTapMove"   "110"
    Option  "EmulateMidButtonTime"   "75"
    Option  "VertScrollDelta"   "20"
    Option  "HorizScrollDelta"   "20"
    Option  "MinSpeed"   "0.80"
    Option  "MaxSpeed"   "0.95"
    Option  "AccelFactor"   "0.020"
    Option  "EdgeMotionMinSpeed"   "200"
    Option  "EdgeMotionMaxSpeed"   "200"
    Option  "UpDownScrolling"   "1"
    Option  "LeftRightScrolling"   "1"
    Option  "VertEdgeScroll"    "true"  # enable vertical scroll zone
    Option  "HorizEdgeScroll"   "true"  # enable horizontal scroll zone
    Option  "CircularScrolling"   "1"
    Option  "CircScrollDelta"   "0.1"
    Option  "CircScrollTrigger"   "2"
    Option  "SHMConfig"   "on"
    Option  "Emulate3Buttons"   "on"
EndSection


Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option         "NoLogo" "true"
    Option         "RenderAccel" "true"
    Option         "ConnectedMonitor" "DEP"
    Option         "TripleBuffer" "true"
    Option         "BackingStore" "true"
    Option         "DamageEvents" "true" 
#    Option         "RegistryDwords" "PowerMizerLevelAC=0x3"
#    Option         "RegistryDwords" "PowerMizerLevel=0x3"
#    Option         "RegistryDwords" "PerfLevelSrc=0x3333"
    Option         "OnDemandVBlankInterrupts" "True"

EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Can I somehow fix this problem?

Offline

Board footer

Powered by FluxBB