Hi,
I just installed kubuntu hardy beta.
In gutsy, I used a software named "ksynaptics" for configuring, disabling/enabling touchpad.
I was very disappointed when I saw that ksynaptics was not in hardy repositories...
I read this topic :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468905
I really don't understand the decision of removing this software, even if it is not developped anymore, it worked very well, and the software "TouchFreeze" proposed in the topic doesn't do what ksynaptics do...
Is there a chance to have ksynaptics reintroduced in hardy repositories? Because else, we have to install it manually, which is not simple for "grand public".
Another question, in gutsy, I added:
in xorg.conf, in the touchpad section.
But in hardy, where should I add this option?
I just installed kubuntu hardy beta.
In gutsy, I used a software named "ksynaptics" for configuring, disabling/enabling touchpad.
I was very disappointed when I saw that ksynaptics was not in hardy repositories...
I read this topic :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468905
I really don't understand the decision of removing this software, even if it is not developped anymore, it worked very well, and the software "TouchFreeze" proposed in the topic doesn't do what ksynaptics do...
Is there a chance to have ksynaptics reintroduced in hardy repositories? Because else, we have to install it manually, which is not simple for "grand public".
Another question, in gutsy, I added:
Code:
Option "SHMConfig" "true"
But in hardy, where should I add this option?
Code:
# nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 1.0 (buildd@vernadsky) Tue Mar 4 20:24:34 UTC 2008 # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Feb 14 18:20:37 PST 2008 Section "ServerLayout" Identifier "Layout0" screen 0 "Screen0" 0 0 Inputdevice "Keyboard0" "CoreKeyboard" Inputdevice "Mouse0" "CorePointer" EndSection Section "Files" Rgbpath "/usr/X11R6/lib/X11/rgb" EndSection Section "Module" Load "extmod" Load "type1" Load "freetype" Load "glx" Load "v4l" EndSection Section "ServerFlags" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "keyboard" Option "XkbLayout" "fr" Option "XkbModel" "pc105" EndSection Section "Monitor" Identifier "Monitor0" Vendorname "Generic LCD Display" Modelname "LCD Panel 1680x1050" Horizsync 31.5-65.5 Vertrefresh 56.0 - 65.0 modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync modeline "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync modeline "1600x1024@60" 136.36 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync modeline "1680x1050@60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync Gamma 1.0 EndSection Section "Device" Identifier "Device0" Driver "nvidia" Vendorname "NVIDIA Corporation" EndSection Section "Device" Identifier "Videocard0" Boardname "NVIDIA GeForce 8 Series" Busid "PCI:1:0:0" Driver "nvidia" Screen 0 Vendorname "NVIDIA" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" Defaultdepth 24 Option "AddARGBGLXVisuals" "True" Option "TwinView" "0" Option "metamodes" "1680x1050 +0+0; 1024x768 +0+0; 800x600 +0+0; 640x480 +0+0" SubSection "Display" Depth 24 Virtual 1680 1050 Modes "800x600@56" "800x600@60" "1280x768@60" "1280x720@60" "1280x800@60" "1440x900@60" "1600x1024@60" "1680x1050@60" EndSubSection EndSection
Comment