XFree86-4 mouse?

2000-03-11 Thread Ted Sikora

My problem is a little different. XFree86-4.0 loads
fine looks great but the mouse does not work. There 
are no errors. I tried PS/2 , serial, etc same with 
them all. The pointer appears then moves to the upper 
right and dissappers. I tried moving it...Mouse1, etc.
but nothing Any ideas?  

Note:XF86Config works well but
XFree86 -configure gives a bad config

Regards,
--
Ted Sikora
Jtl Development Group 
[EMAIL PROTECTED]
http://powerusersbbs.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: XFree86-4 mouse?

2000-03-11 Thread Chris Wasser

On Sat, Mar 11, 2000 at 04:10:26PM -0500, Ted Sikora wrote:
 My problem is a little different. XFree86-4.0 loads
 fine looks great but the mouse does not work. There 
 are no errors. I tried PS/2 , serial, etc same with 
 them all. The pointer appears then moves to the upper 
 right and dissappers. I tried moving it...Mouse1, etc.
 but nothing Any ideas?  

Yeah, I have it working under -CURRENT:

XFree86 Version 4.0 / X Window System
(protocol Version 11, revision 0, vendor release 6400)
Release Date: 8 March 2000
If the server is older than 6-12 months, or if your card is newer
than the above date, look for a newer version before reporting
problems.  (see http://www.XFree86.Org/FAQ)
Operating System: FreeBSD 4.0-CURRENT i386 [ELF]

[snip]

(==) Mouse1: Protocol: "Auto"
(**) Mouse1: Core Pointer
(==) Mouse1: Buttons: 3

Relevant config in XF86Config:

Identifier  "Mouse1"
Driver  "mouse"
Option  "Device"  "/dev/sysmouse"

If you don't specify a protocol, XF86-4 will auto-probe the device and
should pick it up no problem. This particular problem is mentioned in the
documentation for XFree86 4.0 by the way, as well as how to resolve it. I
should also note I didn't build mine from the ports (the port wasn't
available when I built it) but from the raw source.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: XFree86-4 can't start

2000-03-11 Thread Michael L. Imamura


I was able to get it working through a small patch to the
scripts/configure file.  Probably not the most optimal solution, but it
works until the port is updated:

--- configure   Fri Mar 10 19:20:34 2000
+++ configure.2 Sat Mar 11 18:19:55 2000
@@ -197,7 +197,7 @@
   echo "#define BuildXInputExt NO"  $F
 else
   echo "#define XInputDrivers dynapro elo2300 elographics magellan microtouch \
-mutouch spaceorb wacom"   $F
+mutouch spaceorb wacom mouse"   $F
 # XXX broken in 3.9.18
 #  if [ X${MACHINE} != X"alpha" ]; then
 #echo "#define JoystickSupport YES"  $F


Michael L. Imamura
Georgia Institute of Technology, Atlanta Georgia, 30332
Email: [EMAIL PROTECTED]

On Sat, 11 Mar 2000, Nawfal M. Rouyan wrote:

 Hi,
 I've installed XFree86 version 4 trough the ports
 collection
 but it won't start and I think it is because of the
 missing mouse module. Since I'm using lynx, I can't
 attached the /var/log/XFree86.0.log file for your
 reference. I can only paste the error I found in the
 file.
 .
 (II) LoadModule: "mouse"
 (WW) Warning, couldn't open module mouse
 (II) UnloadModule: "mouse"
 (EE) Failed to load module "mouse" (module does not
 exist, 0)
 .
 (EE) No Input driver matching `mouse'
 (II) Keyboard "Keyboard1" handled by legacy driver
 (WW) No core pointer registered
 No core pointer
 Fatal server error:
 failed to initialize core devices
 
 I'm using NVidia RIVA 128ZX with 8MB RAM and the X
 server
 detects it successfully. Any suggestions to solve my problems?
 __
 Do You Yahoo!?
 Talk to your friends online with Yahoo! Messenger.
 http://im.yahoo.com
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: XFree86-4 can't start

2000-03-11 Thread Jean-Marc Zucconi

 Nawfal M Rouyan writes:

  Hi,
  I've installed XFree86 version 4 trough the ports
  collection
  but it won't start and I think it is because of the
  missing mouse module. Since I'm using lynx, I can't
  attached the /var/log/XFree86.0.log file for your
  reference. I can only paste the error I found in the

Yes, the mouse drive was not built :-(. TRy again with the following
patch to scripts/configure

Jean-Marc

Index: scripts/configure
===
RCS file: /home/ncvs/ports/x11/XFree86-4/scripts/configure,v
retrieving revision 1.58
diff -u -r1.58 configure
--- scripts/configure   2000/03/11 00:20:34 1.58
+++ scripts/configure   2000/03/12 00:23:57
@@ -196,7 +196,7 @@
   echo "#undef BuildXInputExt"  $F
   echo "#define BuildXInputExt NO"  $F
 else
-  echo "#define XInputDrivers dynapro elo2300 elographics magellan microtouch \
+  echo "#define XInputDrivers mouse dynapro elo2300 elographics magellan microtouch \
 mutouch spaceorb wacom"   $F
 # XXX broken in 3.9.18
 #  if [ X${MACHINE} != X"alpha" ]; then

-- 
 Jean-Marc ZucconiPGP Key: finger [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: XFree86-4 can't start

2000-03-11 Thread Doug Barton

"Michael L. Imamura" wrote:
 
 I was able to get it working through a small patch to the
 scripts/configure file.  Probably not the most optimal solution, but it
 works until the port is updated:
 
 --- configure   Fri Mar 10 19:20:34 2000
 +++ configure.2 Sat Mar 11 18:19:55 2000
 @@ -197,7 +197,7 @@
echo "#define BuildXInputExt NO"  $F
  else
echo "#define XInputDrivers dynapro elo2300 elographics magellan microtouch \
 -mutouch spaceorb wacom"   $F
 +mutouch spaceorb wacom mouse"   $F
  # XXX broken in 3.9.18
  #  if [ X${MACHINE} != X"alpha" ]; then
  #echo "#define JoystickSupport YES"  $F

that got me to the point where I could start X, but xfce won't start. I
get the following errors:

Gdk-ERROR **: BadAccess (attempt to access private resource denied)
  serial 63 error_code 10 request_code 141 minor_code 1
Gdk-ERROR **: BadShmSeg (invalid shared segment parameter)
  serial 64 error_code 143 request_code 141 minor_code 5

I have shared memory compiled into my kernel, not sure what this could
be if it's not an X 4 problem. xfwm does start though, odd.

Doug
-- 
"Welcome to the desert of the real." 

- Laurence Fishburne as Morpheus, "The Matrix"


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: XFree86-4 can't start

2000-03-11 Thread Michael L. Imamura


I haven't tried xfce, but I had some problems running Enlightenment 16.3,
all related to shared memory.  I disabled shared pixmaps in my Imlib
configuration and that got rid of the random crashing, but is again not a
very optimal solution :)  I'm guessing it's a problem with the current GTK
version and X4.

Try starting xfce with "--no-xshm" and/or "--no-shm" and see if the
problem clears up.


Michael L. Imamura
Georgia Institute of Technology, Atlanta Georgia, 30332
Email: [EMAIL PROTECTED]

On Sat, 11 Mar 2000, Doug Barton wrote:

 "Michael L. Imamura" wrote:
  
  I was able to get it working through a small patch to the
  scripts/configure file.  Probably not the most optimal solution, but it
  works until the port is updated:
  
  --- configure   Fri Mar 10 19:20:34 2000
  +++ configure.2 Sat Mar 11 18:19:55 2000
  @@ -197,7 +197,7 @@
 echo "#define BuildXInputExt NO"  $F
   else
 echo "#define XInputDrivers dynapro elo2300 elographics magellan microtouch \
  -mutouch spaceorb wacom"   $F
  +mutouch spaceorb wacom mouse"   $F
   # XXX broken in 3.9.18
   #  if [ X${MACHINE} != X"alpha" ]; then
   #echo "#define JoystickSupport YES"  $F
 
   that got me to the point where I could start X, but xfce won't start. I
 get the following errors:
 
 Gdk-ERROR **: BadAccess (attempt to access private resource denied)
   serial 63 error_code 10 request_code 141 minor_code 1
 Gdk-ERROR **: BadShmSeg (invalid shared segment parameter)
   serial 64 error_code 143 request_code 141 minor_code 5
 
 I have shared memory compiled into my kernel, not sure what this could
 be if it's not an X 4 problem. xfwm does start though, odd.
 
 Doug
 -- 
 "Welcome to the desert of the real." 
 
 - Laurence Fishburne as Morpheus, "The Matrix"
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: XFree86-4 mouse?

2000-03-11 Thread Ted Sikora

Ted Sikora wrote:
 
 My problem is a little different. XFree86-4.0 loads
 fine looks great but the mouse does not work. There
 are no errors. I tried PS/2 , serial, etc same with
 them all. The pointer appears then moves to the upper
 right and dissappers. I tried moving it...Mouse1, etc.
 but nothing Any ideas?
 
 Note:XF86Config works well but
 XFree86 -configure gives a bad config
 

Got it working. The new config takes a bit getting used to.
The default xf86config generated script puts all devices at 
1 as in "Mouse 1". When I changed the mouse to "0 "and set it 
at auto it worked. All others I left at "1". XFree86 -configure sets all
at "0" but leaves a bit of info out rendering it useless without
editing. It leaves the screen modes out.

--
Ted Sikora
Jtl Development Group 
[EMAIL PROTECTED]
http://powerusersbbs.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



<    1   2   3