Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Other Versions > EOL (End Of Life) Versions
FedoraForum Search

Forgot Password? Join Us!

EOL (End Of Life) Versions This is a Forum to discuss problems and workarounds for versions of Fedora that have passed End of Life.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 21st May 2004, 02:11 AM
lovswr Offline
Registered User
 
Join Date: May 2004
Location: Hotlanta!
Age: 46
Posts: 50
Where is mouse config in FC2?

In FC 1 it was in the control center. Now I see "mouse" but it's not the one that lets you change it. I just upgraded from FC1 to FC2 & took the default. Generic ps2 mouse. I forgot that my Belkin KVM causes problem with that setting & I have to change it to something else. redhat-config-mouse reports that it can not be found. TIA
Reply With Quote
  #2  
Old 21st May 2004, 09:57 AM
Seehund's Avatar
Seehund Offline
Registered User
 
Join Date: May 2004
Location: Shvedskaya SSR
Age: 38
Posts: 89
Try "system-config-mouse" (which I can't find in the GNOME menu, BTW).
All "redhat-config-*" utilities have been replaced with "system-config-*" in FC2.
__________________
Have you helped saving AmigaOS and a free PPC hardware market today?
Reply With Quote
  #3  
Old 21st May 2004, 10:24 AM
duncan Offline
Registered User
 
Join Date: Feb 2004
Location: Florida (central)
Age: 63
Posts: 87
I changed /etc/X11/xorg.conf :

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2" <---

And restarted X. It fixed the kvm problem, but the wheel doesn't work anymore.
Reply With Quote
  #4  
Old 21st May 2004, 12:04 PM
lovswr Offline
Registered User
 
Join Date: May 2004
Location: Hotlanta!
Age: 46
Posts: 50
Thank you both for your prompt replies. Yes, I finally figured out that it was system-config-mouse (& not redhat...jeeze who would've got that ) but the real fix for me was to use USB mouse that I had laying around. The wheel works on that too! (it never did before)
Reply With Quote
  #5  
Old 21st May 2004, 12:18 PM
ghaefb's Avatar
ghaefb Offline
Retired Community Manager
 
Join Date: Apr 2004
Location: Slovenia
Age: 30
Posts: 1,713
@duncan

Option "ZAxisMapping" "4 5"
__________________
_ghaefb


blog & sysinfo
Reply With Quote
  #6  
Old 21st May 2004, 06:48 PM
gonzalo76's Avatar
gonzalo76 Offline
Registered User
 
Join Date: Feb 2004
Location: Buenos Aires, ARG
Age: 37
Posts: 320
If you need to change more things, just open a console, log in as root and type:

system-config-users - A graphical interface for administering users and groups.

system-config-network - The GUI of the NEtwork Administration Tool for Red Hat Linux.

system-config-soundcard - A graphical interface for detecting and configuring soundcards.

system-config-display - A graphical interface for configuring the X Windows System display.

system-config-printer-gui - A GUI frontend for printconf

system-config-packages - Graphical package manager

system-config-services - Initscrpt and xinetd configuration utility.

system-config-date - A graphical interface for modifying system date and time.

Good Luck !
__________________
Greetings :)
gonzalo
Reply With Quote
  #7  
Old 21st May 2004, 11:00 PM
duncan Offline
Registered User
 
Join Date: Feb 2004
Location: Florida (central)
Age: 63
Posts: 87
ghaefb,
Here is my inputdevice section:

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "No"
EndSection

and the wheel doesn't work, does anyone else have this problem?

Thanks,
Duncan
Reply With Quote
  #8  
Old 23rd May 2004, 11:49 PM
gonzalo76's Avatar
gonzalo76 Offline
Registered User
 
Join Date: Feb 2004
Location: Buenos Aires, ARG
Age: 37
Posts: 320
Here's mine, I use Fedora 2 (2.6.5 kernel) with a Microsoft USB Wireless Optical Mouse.

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
__________________
Greetings :)
gonzalo
Reply With Quote
  #9  
Old 24th May 2004, 04:36 AM
kf6kmx Offline
Registered User
 
Join Date: May 2004
Location: Hanford, CA
Age: 42
Posts: 107
I'm having the same issues...
In Core1, when changing computers on the KVM the mouse would go wild.. Simply jump to a text-console then back to X and it fixed it (CTRL-ALT-F1, CTRL-ALT-F7, etc)..

Now however, NONE of the machines I've updated to Core2 work anymore with this.. Now if I chnage machines on the KVM, I have to reboot the machine to get the mouse control back (Linux and rebooting....?????

Tried the various fixes, remove the "IMPS" etc, no luck..

Am going to try the cut-paste of the mouse section posted here and see what happens..

I guess I can live without the scroll wheel.. the SGC Octane (running Irix) machines we have at the base that control the flight simulator dont have wheels (although I'm always catching myself trying to scroll with the mouse at work...
__________________
-Scott
Home Page: http://www.kf6kmx.net
Reply With Quote
  #10  
Old 24th May 2004, 05:18 AM
kf6kmx Offline
Registered User
 
Join Date: May 2004
Location: Hanford, CA
Age: 42
Posts: 107
Just an update..
Copied in that config, scroll wheel is now working.. but still goes nuts is machine is unselected on KVM..

Is there a nice way to force the X to restart without a system reboot? Maybe that would work.. on the old Redhat 8 (it hink it was) there was an option on the login screen to "Restart X server" and that used to solve the problem when I ran that OS..
__________________
-Scott
Home Page: http://www.kf6kmx.net
Reply With Quote
  #11  
Old 25th May 2004, 09:24 PM
senderap Offline
Registered User
 
Join Date: May 2004
Location: Chicago, IL
Posts: 16
if you put psmouse.proto=bare at the end of the kernel line in grub.conf the goofy mouse behavior will stop upon swithing back with the kvm, however you will not have use of the scroll wheel. This is acceptable for me but you'll have to decide if you can live with this.
Reply With Quote
  #12  
Old 13th June 2004, 03:10 PM
C-Bass Offline
Registered User
 
Join Date: Jun 2004
Posts: 2
kf6kmx,

If you hit CTRL+ALT+BACKSPACE you can restart X in FC1 & 2
Reply With Quote
  #13  
Old 6th November 2004, 01:26 AM
k4dgw Offline
Registered User
 
Join Date: Jun 2004
Location: Virginia
Age: 52
Posts: 194
Crtl Alt Backspace doesn't completely re-read all of the files though, because when this happens, I have used this to restart X and when it opened back up, it had thesame problem. The only way it went away was to reboot. I have not tried the psmouse yet, i will have to give that a try.

Dave
Reply With Quote
  #14  
Old 6th November 2004, 01:45 AM
k4dgw Offline
Registered User
 
Join Date: Jun 2004
Location: Virginia
Age: 52
Posts: 194
Just ran across this link. Some of the material is also documented in these forums, but there is some other good info also.

http://bugzilla.redhat.com/bugzilla/...buglist=123273

Dave
Reply With Quote
  #15  
Old 6th November 2004, 11:59 PM
k4dgw Offline
Registered User
 
Join Date: Jun 2004
Location: Virginia
Age: 52
Posts: 194
Adding the psmouse.proto=bare to my grub.conf fixed the problem. For the less experienced, here is what the grub.conf looks like after being modified.
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/hda2
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Fedora Core (2.6.8-1.521)
root (hd0,0)
kernel /vmlinuz-2.6.8-1.521 ro root=LABEL=/ rhgb quiet psmouse.proto=bare
initrd /initrd-2.6.8-1.521.img
title Fedora Core (2.6.5-1.358)
root (hd0,0)
kernel /vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.5-1.358.img
Reply With Quote
Reply

Tags
config, fc2, mouse

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mouse, keyboard issues .. and X config The Madcap Hardware & Laptops 9 16th January 2008 12:50 AM
Serial Mouse drivers/config philstan Installation and Live Media 2 30th June 2006 08:34 AM
Bluetooth microsoft mouse - keys config. analyzerx Hardware & Laptops 0 11th April 2005 02:21 AM
Location of Mouse Config? wedge40 Using Fedora 5 3rd April 2005 11:01 PM


Current GMT-time: 19:32 (Saturday, 18-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat