X - no mouse/pointer
I got a new mother board (ASUS M2NBP) and was eager to get Fedora 8
x64 working on it ... the install went great but .... During the boot up process I have a mouse, works great. However, when X starts the mouse goes away. Here is my xorg.conf file (I had to add the mouse configuration lines): # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" # I added this line InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us+inet" EndSection Section "InputDevice" # I added this section # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "Videocard0" Driver "nv" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection ############### end of xorg.file ############# It seems as though the X configuration tool is not seeing the mouse. When I switch to run level 4 the console mouse works as expected. I get the same results with a PS2 mouse. I've googled and googled but after several hours I have found nothing that will help. I am hoping someone on this list can point me in the right direction. Here is my :0.log file: X Window System Version 1.3.0 Release Date: 19 April 2007 X Protocol Version 11, Revision 0, Release 1.3 Build Operating System: Fedora 8 Red Hat, Inc. Current Operating System: Linux nemesis 2.6.23.9-85.fc8 #1 SMP Fri Dec 7 15:49:36 EST 2007 x86_64 Build Date: 13 December 2007 Build ID: xorg-x11-server 1.3.0.0-37.fc8 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 31 22:25:45 2007 (==) Using config file: "/etc/X11/xorg.conf" (II) Module already built-in (II) Module already built-in (II) Module already built-in I have the latest updates installed, the based install (no updates) had the same issue. -- Jamie Bohr -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list |
X - no mouse/pointer
Jamie Bohr wrote:
I got a new mother board (ASUS M2NBP) and was eager to get Fedora 8 x64 working on it ... the install went great but .... During the boot up process I have a mouse, works great. However, when X starts the mouse goes away. Here is my xorg.conf file (I had to add the mouse configuration lines): # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" # I added this line InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us+inet" EndSection Section "InputDevice" # I added this section # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "Videocard0" Driver "nv" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection ############### end of xorg.file ############# It seems as though the X configuration tool is not seeing the mouse. When I switch to run level 4 the console mouse works as expected. I get the same results with a PS2 mouse. I've googled and googled but after several hours I have found nothing that will help. I am hoping someone on this list can point me in the right direction. Here is my :0.log file: X Window System Version 1.3.0 Release Date: 19 April 2007 X Protocol Version 11, Revision 0, Release 1.3 Build Operating System: Fedora 8 Red Hat, Inc. Current Operating System: Linux nemesis 2.6.23.9-85.fc8 #1 SMP Fri Dec 7 15:49:36 EST 2007 x86_64 Build Date: 13 December 2007 Build ID: xorg-x11-server 1.3.0.0-37.fc8 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 31 22:25:45 2007 (==) Using config file: "/etc/X11/xorg.conf" (II) Module already built-in (II) Module already built-in (II) Module already built-in I have the latest updates installed, the based install (no updates) had the same issue. It might be that your mouse is having problems showing. You could try adding Option "HWCursor" "off" to the xorg.conf file device section. I thought this problem was happening on NVidia binary drivers. It could also be happening with the X provided one. Jim -- Satellite Safety Tip #14: If you see a bright streak in the sky coming at you, duck. -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list |
X - no mouse/pointer
Jim Cornette wrote:
Jamie Bohr wrote: I got a new mother board (ASUS M2NBP) and was eager to get Fedora 8 x64 working on it ... the install went great but .... During the boot up process I have a mouse, works great. However, when X starts the mouse goes away. Here is my xorg.conf file (I had to add the mouse configuration lines): # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" # I added this line InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us+inet" EndSection Section "InputDevice" # I added this section # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "Videocard0" Driver "nv" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection ############### end of xorg.file ############# It seems as though the X configuration tool is not seeing the mouse. When I switch to run level 4 the console mouse works as expected. I get the same results with a PS2 mouse. I've googled and googled but after several hours I have found nothing that will help. I am hoping someone on this list can point me in the right direction. Here is my :0.log file: X Window System Version 1.3.0 Release Date: 19 April 2007 X Protocol Version 11, Revision 0, Release 1.3 Build Operating System: Fedora 8 Red Hat, Inc. Current Operating System: Linux nemesis 2.6.23.9-85.fc8 #1 SMP Fri Dec 7 15:49:36 EST 2007 x86_64 Build Date: 13 December 2007 Build ID: xorg-x11-server 1.3.0.0-37.fc8 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 31 22:25:45 2007 (==) Using config file: "/etc/X11/xorg.conf" (II) Module already built-in (II) Module already built-in (II) Module already built-in I have the latest updates installed, the based install (no updates) had the same issue. It might be that your mouse is having problems showing. You could try adding Option "HWCursor" "off" to the xorg.conf file device section. I thought this problem was happening on NVidia binary drivers. It could also be happening with the X provided one. Jim Also you need to erase the rhgb that follows the kernel name in /root/grub/grub.conf and then it should work ok. These are both required to get the pointer back. Karl -- Karl F. Larsen, AKA K5DI Linux User #450462 http://counter.li.org. PGP 4208 4D6E 595F 22B9 FF1C ECB6 4A3C 2C54 FE23 53A7 -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list |
X - no mouse/pointer
On Tue, 2008-01-01 at 13:33 -0700, Karl Larsen wrote:
> Also you *may* > need to erase the rhgb that follows the kernel name in > /root/grub/grub.conf and then it should work ok. These *may* *be* > required to get the pointer back. Don't lead people down the garden path with *you* *must* do this instructions, when it's *not* something that people *must* do. That work-around is *only* needed by *some* people. Somebody will read your unqualified assertions, and erroneously follow them thinking that *they* must do so. -- [tim@bigblack ~]$ uname -ipr 2.6.23.1-10.fc7 i686 i386 Using FC 4, 5, 6 & 7, plus CentOS 5. Today, it's FC7. Don't send private replies to my address, the mailbox is ignored. I read messages from the public lists. -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list |
X - no mouse/pointer
BIOS Update.....
--- Jamie Bohr <jamiebohr@gmail.com> wrote: > I got a new mother board (ASUS M2NBP) and was eager to get Fedora 8 > x64 working on it ... the install went great but .... > > During the boot up process I have a mouse, works great. However, when > X starts the mouse goes away. > > Here is my xorg.conf file (I had to add the mouse configuration lines): > > # Xorg configuration created by system-config-display > > Section "ServerLayout" > Identifier "single head configuration" > Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" # I added this line > InputDevice "Keyboard0" "CoreKeyboard" > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > Option "XkbModel" "pc105" > Option "XkbLayout" "us+inet" > EndSection > > Section "InputDevice" # I added this section > > # generated from default > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/input/mice" > Option "Emulate3Buttons" "no" > Option "ZAxisMapping" "4 5" > EndSection > > Section "Device" > Identifier "Videocard0" > Driver "nv" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Videocard0" > DefaultDepth 24 > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection > EndSection > ############### end of xorg.file ############# > > It seems as though the X configuration tool is not seeing the mouse. > When I switch to run level 4 the console mouse works as expected. I > get the same results with a PS2 mouse. I've googled and googled but > after several hours I have found nothing that will help. I am hoping > someone on this list can point me in the right direction. > > Here is my :0.log file: > > X Window System Version 1.3.0 > Release Date: 19 April 2007 > X Protocol Version 11, Revision 0, Release 1.3 > Build Operating System: Fedora 8 Red Hat, Inc. > Current Operating System: Linux nemesis 2.6.23.9-85.fc8 #1 SMP Fri Dec > 7 15:49:36 EST 2007 x86_64 > Build Date: 13 December 2007 > Build ID: xorg-x11-server 1.3.0.0-37.fc8 > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Module Loader present > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 31 22:25:45 2007 > (==) Using config file: "/etc/X11/xorg.conf" > (II) Module already built-in > (II) Module already built-in > (II) Module already built-in > > > > I have the latest updates installed, the based install (no updates) > had the same issue. > > -- > Jamie Bohr > > -- > fedora-list mailing list > fedora-list@redhat.com > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list > __________________________________________________ __________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list |
X - no mouse/pointer
Thank you this was the trick I was missing. I've done some looking
(~10 minutes) around and don't quite know how rhgb affects the mouse but ha ... it worked and that is all I care about. Question: How did you figure this out? I had just finished installing kubuntu to see it worked and start comparing files. I hadn't even considered boot options in grub.conf. Thank you again .... On Jan 1, 2008 1:33 PM, Karl Larsen <k5di@zianet.com> wrote: > > Jim Cornette wrote: > > Jamie Bohr wrote: > >> I got a new mother board (ASUS M2NBP) and was eager to get Fedora 8 > >> x64 working on it ... the install went great but .... > >> > >> During the boot up process I have a mouse, works great. However, when > >> X starts the mouse goes away. > >> > >> Here is my xorg.conf file (I had to add the mouse configuration lines): > >> > >> # Xorg configuration created by system-config-display > >> > >> Section "ServerLayout" > >> Identifier "single head configuration" > >> Screen 0 "Screen0" 0 0 > >> InputDevice "Mouse0" "CorePointer" # I added > >> this line > >> InputDevice "Keyboard0" "CoreKeyboard" > >> EndSection > >> > >> Section "InputDevice" > >> Identifier "Keyboard0" > >> Driver "kbd" > >> Option "XkbModel" "pc105" > >> Option "XkbLayout" "us+inet" > >> EndSection > >> > >> Section "InputDevice" # I added this section > >> > >> # generated from default > >> Identifier "Mouse0" > >> Driver "mouse" > >> Option "Protocol" "auto" > >> Option "Device" "/dev/input/mice" > >> Option "Emulate3Buttons" "no" > >> Option "ZAxisMapping" "4 5" > >> EndSection > >> > >> Section "Device" > >> Identifier "Videocard0" > >> Driver "nv" > >> EndSection > >> > >> Section "Screen" > >> Identifier "Screen0" > >> Device "Videocard0" > >> DefaultDepth 24 > >> SubSection "Display" > >> Viewport 0 0 > >> Depth 24 > >> EndSubSection > >> EndSection > >> ############### end of xorg.file ############# > >> > >> It seems as though the X configuration tool is not seeing the mouse. > >> When I switch to run level 4 the console mouse works as expected. I > >> get the same results with a PS2 mouse. I've googled and googled but > >> after several hours I have found nothing that will help. I am hoping > >> someone on this list can point me in the right direction. > >> > >> Here is my :0.log file: > >> > >> X Window System Version 1.3.0 > >> Release Date: 19 April 2007 > >> X Protocol Version 11, Revision 0, Release 1.3 > >> Build Operating System: Fedora 8 Red Hat, Inc. > >> Current Operating System: Linux nemesis 2.6.23.9-85.fc8 #1 SMP Fri Dec > >> 7 15:49:36 EST 2007 x86_64 > >> Build Date: 13 December 2007 > >> Build ID: xorg-x11-server 1.3.0.0-37.fc8 > >> Before reporting problems, check http://wiki.x.org > >> to make sure that you have the latest version. > >> Module Loader present > >> Markers: (--) probed, (**) from config file, (==) default setting, > >> (++) from command line, (!!) notice, (II) informational, > >> (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > >> (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 31 22:25:45 2007 > >> (==) Using config file: "/etc/X11/xorg.conf" > >> (II) Module already built-in > >> (II) Module already built-in > >> (II) Module already built-in > >> > >> > >> > >> I have the latest updates installed, the based install (no updates) > >> had the same issue. > >> > > > > It might be that your mouse is having problems showing. You could try > > adding > > Option "HWCursor" "off" > > to the xorg.conf file device section. > > > > I thought this problem was happening on NVidia binary drivers. It > > could also be happening with the X provided one. > > > > Jim > > > Also you need to erase the rhgb that follows the kernel name in > /root/grub/grub.conf and then it should work ok. These are both required > to get the pointer back. > > > Karl > > > -- > > Karl F. Larsen, AKA K5DI > Linux User > #450462 http://counter.li.org. > PGP 4208 4D6E 595F 22B9 FF1C ECB6 4A3C 2C54 FE23 53A7 > > > -- > fedora-list mailing list > fedora-list@redhat.com > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list > -- Jamie Bohr -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list |
X - no mouse/pointer
Jamie Bohr wrote:
Thank you this was the trick I was missing. I've done some looking (~10 minutes) around and don't quite know how rhgb affects the mouse but ha ... it worked and that is all I care about. Question: How did you figure this out? I had just finished installing kubuntu to see it worked and start comparing files. I hadn't even considered boot options in grub.conf. Thank you again .... Jamie, What was the resolution? Removing rhgb from the startup, adding HWCursor "off" or a combination? I am assuming rhgb was causing the no mouse problem by your response. So Karl's advice helped you out. Jim On Jan 1, 2008 1:33 PM, Karl Larsen <k5di@zianet.com> wrote: Jim Cornette wrote: Jamie Bohr wrote: .. I have the latest updates installed, the based install (no updates) had the same issue. It might be that your mouse is having problems showing. You could try adding Option "HWCursor" "off" to the xorg.conf file device section. I thought this problem was happening on NVidia binary drivers. It could also be happening with the X provided one. Jim Also you need to erase the rhgb that follows the kernel name in /root/grub/grub.conf and then it should work ok. These are both required to get the pointer back. Karl -- If life is a stage, I want some better lighting. -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list |
X - no mouse/pointer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Jim Cornette wrote: > Jamie Bohr wrote: > > Jamie, > What was the resolution? Removing rhgb from the startup, adding HWCursor > "off" or a combination? > I am assuming rhgb was causing the no mouse problem by your response. So > Karl's advice helped you out. rhgb stands for Red Hat Graphical Boot. It is what gives you the 'fancy' graphical boot screen(s). I seriously doubt it has anything to do with this problem or that it had anything to do with the resolution of this problem. HWCursor is a X Option. 5.11. Option ``HWCursor' and Option ``SWCursor' Option ``HWCursor', which is the default, specifies that hardware facilities are to be used to paint the mouse pointer on the screen. Option ``SWCursor' specifies that the mouse pointer is to be drawn by software, which is much slower. If both options are specified, option ``SWCursor' prevails. Currently, these options are only acted upon for 256-colour or higher depth modes, if a Mach64 accelerator CRTC, or a Mach64 integrated controller is being used. In all other situations, a software cursor will be used, regardless of what these options specify. - -- David -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (MingW32) iEYEARECAAYFAkd9HkoACgkQAO0wNI1X4QGy0QCdEWZxHzrkau NhZVipCv1UoZaL hBgAn06s/7Kajnw8+Jh03UAuaIyc6PWE =DPBm -----END PGP SIGNATURE----- -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list |
X - no mouse/pointer
Sorry, I just saw the reply. I have not been checking me email ... sorry.
I removed the "rhgb" from grub.conf, all is working great now. - Jamie On Jan 3, 2008 5:19 AM, Jim Cornette <fc-cornette@insight.rr.com> wrote: > Jamie Bohr wrote: > > Thank you this was the trick I was missing. I've done some looking > > (~10 minutes) around and don't quite know how rhgb affects the mouse > > but ha ... it worked and that is all I care about. > > > > Question: How did you figure this out? I had just finished installing > > kubuntu to see it worked and start comparing files. I hadn't even > > considered boot options in grub.conf. > > > > Thank you again .... > > Jamie, > What was the resolution? Removing rhgb from the startup, adding HWCursor > "off" or a combination? > I am assuming rhgb was causing the no mouse problem by your response. So > Karl's advice helped you out. > > Jim > > > > > > On Jan 1, 2008 1:33 PM, Karl Larsen <k5di@zianet.com> wrote: > >> Jim Cornette wrote: > >>> Jamie Bohr wrote: > .. > >>>> I have the latest updates installed, the based install (no updates) > >>>> had the same issue. > >>>> > >>> It might be that your mouse is having problems showing. You could try > >>> adding > >>> Option "HWCursor" "off" > >>> to the xorg.conf file device section. > >>> > >>> I thought this problem was happening on NVidia binary drivers. It > >>> could also be happening with the X provided one. > >>> > >>> Jim > >>> > >> Also you need to erase the rhgb that follows the kernel name in > >> /root/grub/grub.conf and then it should work ok. These are both required > >> to get the pointer back. > >> > >> > >> Karl > > > -- > If life is a stage, I want some better lighting. > > -- > > fedora-list mailing list > fedora-list@redhat.com > To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list > -- Jamie Bohr -- fedora-list mailing list fedora-list@redhat.com To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list |
| All times are GMT. The time now is 07:20 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.