> I didn't see any attached grub.conf file, > > > <SNIP> > > > > See if this is what's going on: > > https://bugzilla.redhat.com/beta/show_bug.cgi?id=139188 > > > > If so, you want to add psmouse.proto=bare to your boot options. > > > > -- > > Henry > > > [Tim Holmes wrote] > Please excuse the real newbie question -- I am not sure where to look > beside the list for help > > I am trying to resolve the issue with my mouse that is noted in the > bugzilla article listed above, and the prescribed fix is to add the line > shown to my boot options, which are noted to exist in the GRUB.CONF > file. The bugzilla thread says to put it in the kernel line of the > grub.conf file. Below is my grub.conf file and as you can see, it has 2 > kernel lines both of which have options attached. What do I do? (I feel > like such an idiot having to ask) I am hesitant to make changes without > being sure of how to do it, as having to rebuild this machine would put > a significant dent in my available time > > Thanks for your help > > TIM > [Tim Holmes wrote] DOH!!!! Sorry folks -- I quite neatly forgot to paste it in Heres the grub.conf file # 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.10-1.14_FC2) root (hd0,0) kernel /vmlinuz-2.6.10-1.14_FC2 ro root=LABEL=/ rhgb quiet initrd /initrd-2.6.10-1.14_FC2.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