Results 1 to 5 of 5
recently installed the new Slack 10 & as all know it comes with the new X.org. the configuration below i sued is not Working with my laptop. the touchpad works ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-09-2004 #1Just Joined!
- Join Date
- Jul 2002
- Location
- India
- Posts
- 4
synaptics Touchpad & USB mouse together in slack 10
recently installed the new Slack 10 & as all know it comes with the new X.org. the configuration below i sued is not Working with my laptop. the touchpad works Fine but when i Plug in my USB mouse ,the Light glows but it doesn't function..
can some one Suggest me how to make it Work with the New X
this worked for me earlier Fine in the xfree86:
Section "InputDevice"
Identifier "UsbMouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
then make an entry to the serverlayout
InputDevice "UsbMouse" "AlwaysCore"
am i missing something
- 08-09-2004 #2
that is exactly how mine looks and my usb mouse works. i changed it so my usb mouse would work and not my touchpad. but just give it some time of playing around with you will figure it out. it took me about a hour of playing to get my usb mouse working. i kept switching between kde and gnome and it would finally work in gnome but not kde
and now it works fine in flux.
BIG K aka Kyle
Programming Forums
www.kylekonline.com
Please don\'t PM me for help-- ask in the forums instead!
- 08-09-2004 #3Just Joined!
- Join Date
- Jul 2002
- Location
- India
- Posts
- 4
just managed it somehow,,, an old freind helped me.. I used the utility X from Console in run level 3 & it makes u xorg.conf file at /<home>. I used the Same Settings entered there & it worked like a Charm.
- 07-08-2006 #4Just Joined!
- Join Date
- Jul 2006
- Posts
- 3
Could you post your xorg.conf to see how you managed it?
Same problem here
Jan
- 07-08-2006 #5Just Joined!
- Join Date
- Jul 2006
- Posts
- 3
May be interesting for others too, I have both working now on my Zenwalk System (Slackware based).
Here is my xorg.conf:
Code:Section "ServerLayout" Identifier "Simple Layout" Screen "videoconfig" 0 0 InputDevice "Synaptics Mouse" "CorePointer" InputDevice "USB Mouse" "AlwaysCore" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "Files" # ModulePath "/usr/X11R6/lib/modules" # FontPath "/usr/X11R6/lib/X11/fonts/CID/" # FontPath "/usr/X11R6/lib/X11/fonts/local/" # FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" # FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" # FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" #Load "speedo" Load "glx" Load "synaptics" EndSection Section "InputDevice" # Option "Protocol" "Xqueue" # Option "AutoRepeat" "500 5" # Option "Xleds" "1 2 3" # Option "XkbDisable" # # Option "XkbOptions" "" Identifier "Keyboard1" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" # Option "XkbVariant" "" EndSection Section "InputDevice" Identifier "Synaptics Mouse" Driver "synaptics" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" 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.09" Option "MaxSpeed" "0.18" # Option "AccelFactor" "0.0015" Option "AccelFactor" "0.002" Option "SHMConfig" "on" # Option "Repeater" "/dev/ps2mouse" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/mouse" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "false" EndSection Section "Monitor" Identifier "monitor" HorizSync 31.5 - 150.0 VertRefresh 40.0 - 90.0 Option "UseEdidFreqs" "1" EndSection Section "Device" # VideoRam 32768 # Insert Clocks lines here if appropriate Identifier "videocard" Driver "nvidia" EndSection Section "Screen" # DefaultDepth 8 # DefaultDepth 24 # DefaultDepth 32 Identifier "videoconfig" Device "videocard" Monitor "monitor" DefaultDepth 16 Option "NoLogo" "1" SubSection "Display" Depth 8 Modes "1920x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1920x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1920x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 32 Modes "1920x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection


Reply With Quote
