After the installation the touchpad works correctly, expecially the middle mouse button and the scrollwheel. You can use the upper/right edge for scrolling and the right upper corner for a middle mouse button click, the lower right corner for a right mouse button click.
A second mouse with five buttons was installed too.
Tip:
Ksynaptics (projectpage: http://sourceforge.net/projects/qsynaptics) makes it easy to configure your touchpad. Download the SuSE-RPM at http://packman.links2linux.de/?action=503.
Unfortunately not all spezialkeys are recognized:
#!/bin/sh
#
# /etc/init.d/x10keys
#
# Initializes the extrakeys of your x10-notebook
#
### BEGIN INIT INFO
# Provides: setkeycodes
# Required-Start:
# Required-Stop:
# Default-Start:
# Default-Stop:
# Description: set x10-notebook-spezialkeys
### END INIT INFO
. /etc/rc.status
rc_reset
case $1 in
start|b)
echo -n "Starting X10-Keys"
setkeycodes 75 220
setkeycodes 74 219
rc_status -v
;;
stop)
echo -n "Stoping X10-Keys"
rc_status -v
;;
*)
echo "usage: x10keys {start|stop}"
;;
esac
rc_exit
! internet
keycode 196 = F20
! mail
keycode 128 = F21
! user defined
keycode 195 = F22
! mute
keycode 160 = F23
! volume down
keycode 174 = F24
! volume up
keycode 176 = F25
! fn+enter
keycode 108 = F26
The ACPI functions are working perfect, so you do not have to install a DSDT-Table manual. But there are some restrictions:
You can configure reactions on a ACPI event (e.g. pressing the power buttom) in YaST2 (System->Power-Managemnt).
I used Nvidias "TwinView":
Section "Device"
BoardName "GeForce4 440 Go 64M"
Driver "nvidia"
Identifier "Device[0]"
# Option "CrtcNumber" "0"
# Option "CrtcNumber" "1"
# Option "CrtcNumber" "0"
# Option "CrtcNumber" "1"
Screen 0
Option "Rotate" "off"
Option "NoLogo" "on"
Option "NvAgp" "on"
VendorName "NVidia"
# Here you can tune the secound monitor on/off
Option "TwinView" "off"
Option "ConnectedMonitor" "DFP-0, CRT-0"
Option "IgnoreDisplayDevices" "TV"
Option "TwinViewOrientation" "Clone"
Option "SecondMonitorHorizSync" "40-70"
# Option "SecondMonitorHorizSync" "30-110"
Option "SecondMonitorVertRefresh" "60"
# Option "SecondMonitorVertRefresh" "85"
Option "MetaModes" "DFP-0: 1024x768, CRT-0: 1024x768"
EndSection
Restart the Xserver. Now use can use the external VGA-connector, but the key combination "Fn"+"F4" is useless.
I don't know how to configure this device...
But with the following line the Sony-Memorystick will by correctly recognised:
card "Sony Memory Stick"
manfid 0x0000, 0x0000
bind "ide-cs"
last update: 07.08.2005
Contact: schefels@cip.ifi.lmu.de