Could you elaborate? What issues were fixed in xorg-server 1.5.2? I'm using the KDE 4.2, xorg-server 1.3, nvidia-drivers 180.29 combo and everything seems to be working flawlessly.tampakrap wrote:We have set xorg-1.5.2 as minimum requirements because of many problems reported with the previous ones.

API changes in the recent synaptics driver. Here is my configuration. Tapping, scrolling and all work nicely.Boccaccio wrote: 3.) My synaptics touchpad does not support tapping anymore (the least concern, since I hardly ever use it).
Code: Select all
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/input/mouse1"
Option "SendCoreEvents"
Option "Protocol" "auto-dev"
Option "SHMConfig" "on"
Option "Emulate3Buttons" "on"
Option "LeftEdge" "130"
Option "RightEdge" "900"
Option "TopEdge" "130"
Option "BottomEdge" "640"
Option "FingerLow" "7"
Option "FingerHigh" "8"
Option "AccelFactor" "0.05"
Option "LockedDrags" "0"
Option "MaxTapTime" "180"
Option "MinTapTime" "110"
Option "ClickTime" "0"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.70"
Option "MaxSpeed" "0.60"
Option "AccelFactor" "0.030"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "1"
Option "VertTwoFingerScroll" "on"
Option "TapButton1" "1"
EndSection check .xsession-error when you get a msg, got a theory about knotify being broken on this one..Boccaccio wrote:I have to add another, very serious problem:
All the popup information, e.g. when a new message in kopete arrives, are not shown anymore. And an instant messenger which does not tell me, when I am getting a new message is quite senseless...
kbuildsycoca: WARNING: '/usr/kde/4.2/share/applications/kde4/kopete.desktop' specifies undefined mimetype/servicetype 'application/x-kopete-emoticons'
kbuildsycoca: WARNING: '/usr/kde/4.2/share/applications/kde4/kopete.desktop' specifies undefined mimetype/servicetype 'application/x-icq'
kopete(13519)/libkopete Kopete::PluginManager::loadPluginInternal: Unable to find a plugin named ' "" '!
kopete(13519)/kdeui (KNotification) KNotification::slotReceivedIdError: Error while contacting notify daemon "No such method 'event' in interface 'org.kde.KNotify' at object path '/Notify' (signature 'sssayasx')"
kopete(13519): Attempt to use QAction "show_participants_widget" with KXMLGUIFactory!
kopete(13519)/kdeui (KNotification) KNotification::slotReceivedIdError: Error while contacting notify daemon "No such method 'event' in interface 'org.kde.KNotify' at object path '/Notify' (signature 'sssayasx')"
kopete(13519)/kdeui (KNotification) KNotification::slotReceivedIdError: Error while contacting notify daemon "No such method 'event' in interface 'org.kde.KNotify' at object path '/Notify' (signature 'sssssssayasx')"
kopete(13519): Attempt to use QAction "show_participants_widget" with KXMLGUIFactory!
Cannot register object at /kopete/MainWindow_2/actions because actions exports its own child objects
kopete(13519)/kdeui (KNotification) KNotification::slotReceivedIdError: Error while contacting notify daemon "No such method 'event' in interface 'org.kde.KNotify' at object path '/Notify' (signature 'sssayasx')"
kopete(13519)/kdeui (KNotification) KNotification::slotReceivedIdError: Error while contacting notify daemon "No such method 'event' in interface 'org.kde.KNotify' at object path '/Notify' (signature 'sssssssayasx')"
kopete(13519)/kdeui (KNotification) KNotification::slotReceivedIdError: Error while contacting notify daemon "No such method 'event' in interface 'org.kde.KNotify' at object path '/Notify' (signature 'sssayasx')"

Code: Select all
Option "AllowEmptyInput" "false"About this, I just changed the keyboard layout using the KDE GUI-based configuration tools.Boccaccio wrote:1.) In kdm I get an English keyboard layout while normally (under kde itself) I have a German one.
Well my problem was nit really kde related but due to the switching to the new Xorg which recognizes all devices automatically using hal.NaiL wrote:About this, I just changed the keyboard layout using the KDE GUI-based configuration tools.Boccaccio wrote:1.) In kdm I get an English keyboard layout while normally (under kde itself) I have a German one.
K -> System -> System settings -> Regional & Language -> Keyboard Layout -> Layout -> "Choose your flag"
Code: Select all
[ 83%] Building CXX object kmail/CMakeFiles/kmailprivate.dir/customtemplates_kfg.o
Linking CXX shared library ../lib/libkmailprivate.so
CMakeFiles/kmailprivate.dir/subscriptiondialog.o: In function `KMail::SubscriptionDialogBase::createListViewItem(int)':
subscriptiondialog.cpp:(.text+0x33c8): undefined reference to `KPIM::GroupItem::GroupItem(QTreeWidgetItem*, KPIM::KGroupInfo const&, KPIM::KSubscription*, bool)'
subscriptiondialog.cpp:(.text+0x36b7): undefined reference to `KPIM::GroupItem::GroupItem(QTreeWidget*, KPIM::KGroupInfo const&, KPIM::KSubscription*, bool)'
subscriptiondialog.cpp:(.text+0x3c24): undefined reference to `KPIM::GroupItem::GroupItem(QTreeWidgetItem*, KPIM::KGroupInfo const&, KPIM::KSubscription*, bool)'
subscriptiondialog.cpp:(.text+0x3ec2): undefined reference to `KPIM::GroupItem::GroupItem(QTreeWidget*, KPIM::KGroupInfo const&, KPIM::KSubscription*, bool)'
collect2: ld returned 1 exit status
make[2]: *** [lib/libkmailprivate.so.4.2.0] Error 1
make[1]: *** [kmail/CMakeFiles/kmailprivate.dir/all] Error 2
make: *** [all] Error 2
*
* ERROR: kde-base/kmail-9999 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 3735: Called kde4-meta_src_compile
* environment, line 2891: Called kde4-base_src_make
* environment, line 2672: Called cmake-utils_src_make
* environment, line 1028: Called die
* The specific snippet of code:
* emake "$@" || die "Make failed!";

I had the same problem some time ago. Started with a complete clean .kdelive dir and it worked again (no clue why). It's worth a try.Boccaccio wrote:I have to add another, very serious problem:
All the popup information, e.g. when a new message in kopete arrives, are not shown anymore. And an instant messenger which does not tell me, when I am getting a new message is quite senseless...