Re: [gentoo-user] hal, how to chose between nvidia and nv

2009-11-04 Thread Peter Haworth
On Wed, 04 Nov 2009 11:52:45 +0100, =?UTF-8?Q?Jes=C3=BAs_Guerrero?= wrote:
 On Wed, 4 Nov 2009 11:08:26 +0100, Arnau Bria ar...@emergetux.net wrote:
  Am Iworng or my xorg uses nv driver? if so, how may I force hal to use
  nvidia driver? what about dri module? why is it failling to load it?
 
 This is only one of the reasons (only one of them) why hal in X is as
 useless as it can get: if you use any driver that's not provided by the
 Xorg guys then you still need an xorg.conf.

True, but it doesn't need much in it. I'm not generally a hal apologist,
but I'm quite happy with this as my entire xorg.conf:

  Section Device
Identifier Device0
Driver nvidia
VendorName NVIDIA Corporation
  EndSection

-- 
Peter Haworth   p...@edison.ioppublishing.com
It's about time we got some GUI sugar to add to the bitter black hotness
 of our terminal windows. I like my terminals like my women:
 VT100 compatible with Tektronix extensions
-- NTK 2004-09-17

This email (and attachments) are confidential and intended for the addressee(s) 
only. If you are not the intended recipient please notify the sender, 
delete any copies and do not take action in reliance on it. Any views expressed 
are the author's and do not represent those of IOP, except where specifically 
stated. IOP takes reasonable precautions to protect against viruses but accepts 
no responsibility for loss or damage arising from virus infection. 
For the protection of IOP's systems and staff emails are scanned 
automatically.” 

Institute of Physics Registered in England under Registration No 293851 
Registered Office:  76/78 Portland Place, London W1B 1NT  

Re: [gentoo-user] Emerge logs no longer being mailed

2007-04-27 Thread Peter Haworth
On Sun, 22 Apr 2007 17:34:02 -0700, Kevin O'Gorman wrote:
 And everything else is commented out (uses defaults). I'm running
 postfix, which appears to be working, and forwards my local mail to
 that same mail URI: [EMAIL PROTECTED]

 What should I be looking for?

I've just fixed something on my system which may be similar. I was
seeing network error messages during emerges, which were preventing
logmail being sent. Turns out that this was because the system
couldn't figure out its DNS hostname (unsurprising, as it doesn't have
one). A quick tweak to /etc/hosts to provide a fully qualified name
was all that was needed.

-- 
Peter Haworth   [EMAIL PROTECTED]
An ASCII character walks into a bar and orders a double.  Having a bad
day? asks the barman.  Yeah, I have a parity error, replies the ASCII
character.  The barman says, Yeah, I thought you looked a bit off.
-- Skud
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't play games

2006-08-25 Thread Peter Haworth
On Fri, 25 Aug 2006 10:14:59 +0200, sdoma wrote:
 Well, that was it. I'm quite surprised because I start xterm as
 ``xterm -ls'', which should provide a login shell but I had to
 logoff completely (terminating X and logout).

A login shell is not a new login; it just means that as well as
reading .bashrc (or the equivalent for your shell), it also reads
.bash_profile, .bash_login and .profile when starting up, and reads
.bash_logout on exit.

To add groups to the currently running process requires root
privileges, even if the user is configured as a member of the new
group. The usual methods to achieve this are logging out and back in
again, or using newgrp (though this starts a new shell, and only
affects processes started from that shell).

-- 
Peter Haworth   [EMAIL PROTECTED]
Tradition means giving votes to the most obscure of all classes, our
 ancestors. It is the democracy of the dead. Tradition refuses to submit
 to the small and arrogant oligarchy of those who just happen to be
 walking about. All democrats object to men being disqualified by the
 accident of their birth; tradition objects to their being disqualified
 by the accident of their death.
-- G. K. Chesterton
-- 
gentoo-user@gentoo.org mailing list