LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 12-16-2005, 12:28 AM   #1
cyyz
LQ Newbie
 
Registered: Dec 2005
Posts: 7

Rep: Reputation: 0
SuSE10.0 on Gateway 600X


Hello, everyone
I am a newbie in Linux. I just installed SuSe 10 and Xp. Yet, the mouse starts acting abnormally right now. I can't do much about it. When I move the mouse, SuSE think I scroll. Sometimes, it is even worse, everytime, I move the mouse, without seeing the cursor, some windows just pop up. Does anyone know what happened to my system? Any input would be appreciate.
 
Old 12-16-2005, 09:19 PM   #2
lotusjps46
Member
 
Registered: Apr 2003
Location: Dallas
Distribution: Vector Linux, Suse 10.1
Posts: 186

Rep: Reputation: 30
The file that controls this is /etc/X11/xorg.conf. To fix this we need to know what kind of mouse is it (USB, PS/2), or is this a touchpad?
 
Old 12-16-2005, 11:52 PM   #3
cyyz
LQ Newbie
 
Registered: Dec 2005
Posts: 7

Original Poster
Rep: Reputation: 0
The mouse is USB type. But both touchpad and mouse have the same symptom
 
Old 12-17-2005, 06:38 AM   #4
lotusjps46
Member
 
Registered: Apr 2003
Location: Dallas
Distribution: Vector Linux, Suse 10.1
Posts: 186

Rep: Reputation: 30
Lets get the USB mouse working first (I don't have a touch pad). This is a section of my xorg.conf that I modified for allowing both the USB mouse and the built-in device (like a PS/2 mouse) work at the same time:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "USBMouse" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

You want to just add the line with the "USBMouse" if it is not already in yours.

Next, add the following if it is not already there, after the Section that refers to your mouse. It should look just like this:

Section "InputDevice"
Identifier "USBMouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5" ## MOUSE_WHEEL
Option "Device" "/dev/input/mice"
Option "Buttons" "5" ## MOUSE_BUTTONS
Option "SendCoreEvents" "true"

EndSection


It is a good idea to make a backup copy of xorg.conf before you edit it. Just do:

cp /etc/X11/xorg.conf /etc/X11/workingxorg.conf

That way you can get back to where you are with:

mv /etc/X11/workingxorg.conf /etc/X11/xorg.conf

After making changes just hit Control-Alt-Backspace and it will re-read xorg.conf when it restarts X.

Post your xorg.conf when you are done. Good luck.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Suse 9.3 and Thinkpad 600x zybir Linux - Laptop and Netbook 8 09-24-2005 02:02 PM
Thninkpad 600X - Neomagic TV-Out Feature shadow___1 Linux - Hardware 0 10-20-2003 02:52 AM
Installing Mandrake on a Thinkpad 600X markw Linux - Newbie 15 10-01-2003 12:19 PM
Battery monitor on Thinkpad 600x Harpune Linux - Laptop and Netbook 1 09-09-2003 09:59 AM
thinkpad 600x won't boot up from cd Bit Linux - Newbie 2 11-15-2002 01:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 03:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration