Re: under X, frozen keys, no mouse

2010-04-05 Thread herbert langhans
Henry,
you may have installed xorg with the HAL-option on. If you want to try without 
it go to the /usr/ports/x11-servers/xorg-server. Use #make config, switch off 
the HAL support and #make reinstall.

Cheers
herb langhans

On Sun, Apr 04, 2010 at 10:54:03PM -0400, Henry Olyer wrote:
 I installed FBSD 7.3 on an older Compaq box.  It has a built-in video card,
 this isn't a top of the line superfast machine.
 
 But it is important for me to press it into service.
 
 I tried using a couple of Option lines in xorg.conf, but no luck.
 
 so now my questions...
 
 Will FBSD 7.3 make use of xf86cfg or some such program.  I ask because the X
 --configure command has never worked for me;  Not on any of five different
 machines I've put FBSD on.
 
 I'm not trying to do a sophisticated install either -- and though I've
 decided against running OpenBSD, the default install put's up X
 perfectly...  (Why??)
 
 wish I knew more...
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

-- 
sprachtraining langhans
herbert langhans, warschau
http://www.langhans.com.pl
herbert dot raimund at gmx dot net
+0048 603 341 441

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: under X, frozen keys, no mouse

2010-04-05 Thread Masoom Shaikh
On Mon, Apr 5, 2010 at 8:24 AM, Henry Olyer henry.ol...@gmail.com wrote:
 I installed FBSD 7.3 on an older Compaq box.  It has a built-in video card,
 this isn't a top of the line superfast machine.

 But it is important for me to press it into service.

 I tried using a couple of Option lines in xorg.conf, but no luck.

 so now my questions...

 Will FBSD 7.3 make use of xf86cfg or some such program.  I ask because the X
 --configure command has never worked for me;  Not on any of five different
 machines I've put FBSD on.

 I'm not trying to do a sophisticated install either -- and though I've
 decided against running OpenBSD, the default install put's up X
 perfectly...  (Why??)

 wish I knew more...
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


add this line to your rc.conf
hald_enable=YES
and restart your machine
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: under X, frozen keys, no mouse

2010-04-05 Thread Henry Olyer
I see:

Setting master
xclock: not found
Dropping master

While the root screen has:

drm0: Intel i845G GMCH  on vgapci0

vgapci0: child drm0 requested pci_enable_busmaster

info:  [drm]  AGP at 0xf000 128NB

info:  [drm]  Initialized i915 1.6.0


I have:

hald_enable=YES

in the boot up conf file (/boot/loader.conf)

and

Option AutoAddDevice Off

Option IgnoreEmptyInput Off

in the xorg.conf file











On Mon, Apr 5, 2010 at 2:41 AM, Masoom Shaikh masoom.sha...@gmail.comwrote:

 On Mon, Apr 5, 2010 at 8:24 AM, Henry Olyer henry.ol...@gmail.com wrote:
  I installed FBSD 7.3 on an older Compaq box.  It has a built-in video
 card,
  this isn't a top of the line superfast machine.
 
  But it is important for me to press it into service.
 
  I tried using a couple of Option lines in xorg.conf, but no luck.
 
  so now my questions...
 
  Will FBSD 7.3 make use of xf86cfg or some such program.  I ask because
 the X
  --configure command has never worked for me;  Not on any of five
 different
  machines I've put FBSD on.
 
  I'm not trying to do a sophisticated install either -- and though I've
  decided against running OpenBSD, the default install put's up X
  perfectly...  (Why??)
 
  wish I knew more...
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org
 

 add this line to your rc.conf
 hald_enable=YES
 and restart your machine

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: under X, frozen keys, no mouse

2010-04-05 Thread Masoom Shaikh
On Mon, Apr 5, 2010 at 5:47 PM, Henry Olyer henry.ol...@gmail.com wrote:
 I see:

 Setting master
 xclock: not found
 Dropping master

 While the root screen has:

 drm0: Intel i845G GMCH  on vgapci0

 vgapci0: child drm0 requested pci_enable_busmaster

 info:  [drm]  AGP at 0xf000 128NB

 info:  [drm]  Initialized i915 1.6.0


 I have:

 hald_enable=YES

 in the boot up conf file (/boot/loader.conf)

this line was advised to be placed in /etc/rc.conf, NOT /boot/loader.conf
or you did a typo while writing this mail ?


 and

 Option AutoAddDevice Off

 Option IgnoreEmptyInput Off

 in the xorg.conf file











 On Mon, Apr 5, 2010 at 2:41 AM, Masoom Shaikh masoom.sha...@gmail.com
 wrote:

 On Mon, Apr 5, 2010 at 8:24 AM, Henry Olyer henry.ol...@gmail.com wrote:
  I installed FBSD 7.3 on an older Compaq box.  It has a built-in video
  card,
  this isn't a top of the line superfast machine.
 
  But it is important for me to press it into service.
 
  I tried using a couple of Option lines in xorg.conf, but no luck.
 
  so now my questions...
 
  Will FBSD 7.3 make use of xf86cfg or some such program.  I ask because
  the X
  --configure command has never worked for me;  Not on any of five
  different
  machines I've put FBSD on.
 
  I'm not trying to do a sophisticated install either -- and though I've
  decided against running OpenBSD, the default install put's up X
  perfectly...  (Why??)
 
  wish I knew more...
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  freebsd-questions-unsubscr...@freebsd.org
 

 add this line to your rc.conf
 hald_enable=YES
 and restart your machine


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: under X, frozen keys, no mouse

2010-04-04 Thread Tim Judd
On 4/4/10, Henry Olyer henry.ol...@gmail.com wrote:
 I installed FBSD 7.3 on an older Compaq box.  It has a built-in video card,
 this isn't a top of the line superfast machine.

 But it is important for me to press it into service.

 I tried using a couple of Option lines in xorg.conf, but no luck.

Would be nice for you to mention what option lines you're talking
about.  This message is not detailed enough to accurately read your
mind.


 so now my questions...

 Will FBSD 7.3 make use of xf86cfg or some such program.  I ask because the X
 --configure command has never worked for me;  Not on any of five different
 machines I've put FBSD on.

X --configure doesn't itself install the xorg.conf file it creates.


 I'm not trying to do a sophisticated install either -- and though I've
 decided against running OpenBSD, the default install put's up X
 perfectly...  (Why??)


A missing driver in freebsd that open puts on by default?  again, too vague.


 wish I knew more...


as do I.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org