I have the same problem: every time i will shut down my pc, this
programm craches (see attachment)!

Also the ksynaptics says me, that i dont have set the option "SHMConfig"
to "on".

But i have set it up, currently!?

[EMAIL PROTECTED]:~$ grep -i syna /var/log/Xorg.0.log
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
(II) Synaptics touchpad driver version 0.14.6 (1406)
Synaptics DeviceInit called
SynapticsCtrl called.
Synaptics DeviceOn called

[EMAIL PROTECTED]:~$ grep -i touch /var/log/Xorg.0.log
(**) |-->Input Device "TouchPad"
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) TouchPad auto-dev sets device to /dev/input/event2
(--) TouchPad touchpad found
(II) XINPUT: Adding extended input device "TouchPad" (type: MOUSE)
(--) TouchPad auto-dev sets device to /dev/input/event2
(--) TouchPad touchpad found

Any Idea whats wrong?

Thomas

Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 0xb68e0b50 (LWP 4442)]
[KCrash handler]
#6  0xb7ef646a in SynDock::~SynDock () from /usr/lib/libkdeinit_syndock.so
#7  0xb7ef8331 in kdemain () from /usr/lib/libkdeinit_syndock.so
#8  0xb7f076c4 in kdeinitmain () from /usr/lib/kde3/syndock.so
#9  0x0804ed40 in launch (argc=1, _name=0x805b55c "syndock", 
    args=0x805b564 "", cwd=0x0, envc=0, envs=0x805b568 "", reset_env=false, 
    tty=0x0, avoid_loops=false, startup_id_str=0x8050eed "0")
    at /build/buildd/kdelibs-3.5.8.dfsg.1/./kinit/kinit.cpp:673
#10 0x0804f461 in handle_launcher_request (sock=9)
    at /build/buildd/kdelibs-3.5.8.dfsg.1/./kinit/kinit.cpp:1240
#11 0x0804f979 in handle_requests (waitForPid=0)
    at /build/buildd/kdelibs-3.5.8.dfsg.1/./kinit/kinit.cpp:1443
#12 0x0805045d in main (argc=5, argv=0xbfdffa94, envp=0xbfdffaac)
    at /build/buildd/kdelibs-3.5.8.dfsg.1/./kinit/kinit.cpp:1908
#13 0xb7c4e450 in __libc_start_main () from /lib/i686/cmov/libc.so.6
#14 0x0804bb41 in _start ()
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        # path to defoma fonts
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load  "i2c"
        Load  "bitmap"
        Load  "ddc"
        Load  "dri"
        Load  "extmod"
        Load  "freetype"
        Load  "glx"
        Load  "int10"
        Load  "vbe"
#       Load  "synaptics"
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          0 "aticonfig-Screen[0]" 0 0
        InputDevice     "Generic Keyboard"
        InputDevice     "TouchPad"
        InputDevice     "Configured Mouse"
        Option          "AIGLX" "true"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules" "xorg"
        Option          "XkbModel" "pc105"
        Option          "XkbLayout" "de"
        Option          "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
        Driver        "synaptics"
        Identifier    "TouchPad"
        Option        "Device"        "/dev/psaux"
        Option        "Protocol"      "auto-dev"
        #
        # Following lines are optional thus commented in this example.
        # Please read the synaptics(5) manpage for a detailed explanation
        # of the various options' meaning as well as a full list of options
        #
        #  Option       "LeftEdge"      "1700"
        #  Option       "RightEdge"     "5300"
        #  Option       "TopEdge"       "1700"
        #  Option       "BottomEdge"    "4200"
        #  Option       "FingerLow"     "25"
        #  Option       "FingerHigh"    "30"
        #  Option       "MaxTapTime"    "180"
        #  Option       "MaxTapMove"    "220"
        #  Option       "VertScrollDelta" "100"
        #  Option       "MinSpeed"      "0.06"
        #  Option       "MaxSpeed"      "0.12"
        #  Option       "AccelFactor" "0.0010"
        Option       "SHMConfig"     "on"
        #  Option       "Repeater"      "/dev/ps2mouse"
EndSection
        

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "SendCoreEvents" "true"
        Option          "Device" "/dev/input/mice"
        Option          "Protocol" "ExplorerPS/2"
        Option          "Emulate3Buttons" "true"
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
        Viewport   0 0
        Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[1]"
        Device     "aticonfig-Device[1]"
        Monitor    "aticonfig-Monitor[1]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Monitor"
        Identifier      "aticonfig-Monitor[0]"
        Option          "VendorName" "ATI Proprietary Driver"
        Option          "ModelName" "Generic Autodetecting Monitor"
        Option          "DPMS" "true"
EndSection

Section "Monitor"
        Identifier      "aticonfig-Monitor[1]"
        Option          "VendorName" "ATI Proprietary Driver"
        Option          "ModelName" "Generic Autodetecting Monitor"
        Option          "DPMS" "true"
EndSection

Section "Device"
        Identifier      "aticonfig-Device[0]"
        Driver          "fglrx"
        Option          "TVFormat" "PAL-B"
        Option          "DesktopSetup" "single"
        BusID           "PCI:1:0:0"
        Option          "XAANoOffscreenPixmaps" "on" #->This one IS absolutely 
NEEDED! It shouldn't be missed!
        Option          "TexturedVideo" "on" #->New!! AVIVO accelerated video 
through 3D engine! Now works for all of us without Diagonial Tearing!
        Option          "VideoOverlay" "off"#->Deprecated and must NOT be 
enabled for r300 and later cards now that Textured Video works good! See Note 
0...
        Option          "OpenGLOverlay" "off"#->Deprecated generally that's why 
off. See Note 0...
        Option          "Textured2D" "on" #->Experimental! See Note 1...
        Option          "TexturedXrender" "on" #->Experimental! See Note 2...
        Option          "UseFastTLS" "1" #->Enable/disable fast thread local 
storage. Disable this option when virtual machines or WineX fail to work 
properly.
        Option          "BackingStore" "on" #->Helps alot. See Note 3...
#       Option          "MaxGARTSize" "512" #->For PCI-Express cards it sets 
the amount of VRAM to be allocated by the driver. "000"=Put your amount of VRAM 
here. See Note 4...
EndSection

Section "Device"
        Identifier      "aticonfig-Device[1]"
        Driver          "fglrx"
        BusID           "PCI:1:0:0"
        Screen          1
EndSection


Section "DRI"
        Mode    0666
EndSection

Section "Extensions"
        Option          "RENDER" "Enable"
        Option          "DAMAGE" "Enable"
        Option          "Composite" "Enable"
        Option          "XVideo" "Enable" #(optional)
EndSection
_______________________________________________
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras

Reply via email to