Re: usb mouse is detected by fbsd 7 but not X

2008-06-30 Thread Aggelidis Nikos
I had the same problem when 2 weeks ago i installed FreeBSD7. the solution was: # Xorg -configure to create an default xorg.conf file. {http://www.freebsd.org/doc/en/books/handbook/x-config.html} Apparently for the mouse to work it needs a default{at least} xorg.conf file. -nicolas PS: If

usb mouse is detected by fbsd 7 but not X

2008-06-26 Thread Chip
Just installed FBSD 7, after being gone from FBSD the last 3 years. During boot I see that the mouse is detected as ums0, but cannot get it to work in X11. I cannot find any xorg.conf. or xorg.conf.new files. I have gnome installed and working, so I know X is working properly. Any suggestions

Re: usb mouse is detected by fbsd 7 but not X

2008-06-26 Thread Gonzalo Nemmi
On Thursday 26 June 2008 20:49:46 Chip wrote: Just installed FBSD 7, after being gone from FBSD the last 3 years. During boot I see that the mouse is detected as ums0, but cannot get it to work in X11. I cannot find any xorg.conf. or xorg.conf.new files. I have gnome installed and working, so

Re: usb mouse is detected by fbsd 7 but not X

2008-06-26 Thread Chip
My /etc/X11 directory is empty, so do I create a new file called xorg.conf and just try the code you have in it? Thanks. Gonzalo Nemmi wrote: On Thursday 26 June 2008 20:49:46 Chip wrote: Just installed FBSD 7, after being gone from FBSD the last 3 years. During boot I see that the mouse

Re: usb mouse is detected by fbsd 7 but not X

2008-06-26 Thread Gonzalo Nemmi
No .. Run a locate xorg.conf to see what xorg.conf file is beign used to run gnome .. Check under /usr/local/etc/X11 to see if there's xorg.conf .. If you are running gnome .. _there_has_to_be_ a xorg.conf file somewhere ... Find that file a do your edits in there. And BTW .. the code I passed

Re: usb mouse is detected by fbsd 7 but not X

2008-06-26 Thread Chip
I ran update.locatedb, twice, and ran locate xorg.conf and locate xorg.conf.new. The only result was for xorg.conf found in /usr/local/man/man5/xorg.conf.5.gz -- Chip Gonzalo Nemmi wrote: No .. Run a locate xorg.conf to see what xorg.conf file is beign used to run gnome .. Check under

Re: usb mouse is detected by fbsd 7 but not X

2008-06-26 Thread Malcolm Kay
On Fri, 27 Jun 2008 09:19 am, Chip wrote: Just installed FBSD 7, after being gone from FBSD the last 3 years. During boot I see that the mouse is detected as ums0, but cannot get it to work in X11. I cannot find any xorg.conf. or xorg.conf.new files. I have gnome installed and working, so I

Re: usb mouse is detected by fbsd 7 but not X

2008-06-26 Thread Paul Schmehl
--On June 26, 2008 6:34:37 PM -0700 Chip [EMAIL PROTECTED] wrote: I ran update.locatedb, twice, and ran locate xorg.conf and locate xorg.conf.new. The only result was for xorg.conf found in /usr/local/man/man5/xorg.conf.5.gz You need to run, as root, # Xorg -configure and create an xorg.conf

Re: usb mouse is detected by fbsd 7 but not X

2008-06-26 Thread Ashish Shukla आशीष शुक्ल
,--- Chip writes: | Just installed FBSD 7, after being gone from FBSD the last 3 | years. During boot I see that the mouse is detected as ums0, but | cannot get it to work in X11. I cannot find any xorg.conf. or | xorg.conf.new files. I have gnome installed and working, so I know X | is working

Re: usb mouse is detected by fbsd 7 but not X

2008-06-26 Thread Chip
Yes, it is enabled and also have usbd_enable set to YES and mouse_type set to AUTO and mouse_port set to /dev/ums0 (which shows on the boot up screen and it shows my exact mouse brand and model). -- Chip Malcolm Kay wrote: On Fri, 27 Jun 2008 09:19 am, Chip wrote: Just installed FBSD 7,

Re: usb mouse is detected by fbsd 7 but not X

2008-06-26 Thread Chip
Thanks for the tip, did that, and verified that the mouse is set to auto in the mouse section, still no mouse in any X window manager. Back out at the terminal I unplugged the mouse and plugged it back in and get this error - unable to open /dev/ums0: no such file or directory but when I view

Re: usb mouse is detected by fbsd 7 but not X

2008-06-26 Thread Chip
Chip wrote: Thanks for the tip, did that, and verified that the mouse is set to auto in the mouse section, still no mouse in any X window manager. Back out at the terminal I unplugged the mouse and plugged it back in and get this error - unable to open /dev/ums0: no such file or directory but

Re: usb mouse is detected by fbsd 7 but not X

2008-06-26 Thread Chip
Ok, it's working now, thanks for all the suggestions, you got me straightened out. Once I got a xorg.conf.new configured correctly I forgot to copy it to /etc/X11. Dummy me, heheheh. (Been a long time since my last experience with BSD, about 3 years.) Thanks guys, Chip Gonzalo Nemmi wrote:

Re: usb mouse is detected by fbsd 7 but not X

2008-06-26 Thread Paul Schmehl
--On June 26, 2008 7:52:07 PM -0700 Chip [EMAIL PROTECTED] wrote: Thanks for the tip, did that, and verified that the mouse is set to auto in the mouse section, still no mouse in any X window manager. Back out at the terminal I unplugged the mouse and plugged it back in and get this error -

Re: usb mouse is detected by fbsd 7 but not X

2008-06-26 Thread Chip
Paul Schmehl wrote: What version of FreeBSD are you running? 7.0-Release If 7.0 STABLE, you should probably csup source and rebuild kernel and world. I had a similar problem with the early release and it was related to usb devices not being detected (which sounds like what your problem