From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HKB1l-00034Z-B0 for garchives@archives.gentoo.org; Thu, 22 Feb 2007 10:18:18 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l1MAFOI1017515; Thu, 22 Feb 2007 10:15:24 GMT Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l1MA3f9X032610 for ; Thu, 22 Feb 2007 10:03:42 GMT Received: by ug-out-1314.google.com with SMTP id z38so65927ugc for ; Thu, 22 Feb 2007 02:03:41 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AZq6d4TuoXJAhPmHNyD9PBsjMsSoG5IwfXiai7Q/hunfn+bpIRWdTo2ibh+qY8C5drXe9tjwaS7s3zrDMZrYI5olZIcX5Q87L3SKLdaVc4fVY4t93kjsxl4O08cPjrBWn8XZwdgmHSXts2PfZmdpF6oYk7CkayybVxvebsSNcsU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Q7IcMNxwl9K4HiyVUFtq8lRPTM0pZR9jSMlkfbM/9hxleW6Ny9NlnkpDfQVHVodCULR82iOATwXJi2la8lUPSGOP3m/Q7UV/co6es20dCQQg7ldRG+FdBUcm59IWdvGBkXydnPAlONLHxb0nltePsRhalTBYRmwLxglVgKU0PJk= Received: by 10.82.167.5 with SMTP id p5mr83643bue.1172138621162; Thu, 22 Feb 2007 02:03:41 -0800 (PST) Received: by 10.82.146.8 with HTTP; Thu, 22 Feb 2007 02:03:41 -0800 (PST) Message-ID: Date: Thu, 22 Feb 2007 11:03:41 +0100 From: Jakob To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Recommendation In-Reply-To: <466c171c0702211945h6795ec5ahd50e3011be571e54@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <466c171c0702211307m79cdb450x606b09bcae548da7@mail.gmail.com> <200702212235.47143.bo.andresen@zlin.dk> <466c171c0702211945h6795ec5ahd50e3011be571e54@mail.gmail.com> X-Archives-Salt: 8e3ce793-8efd-472f-a273-b60e7ddd8c00 X-Archives-Hash: dbdf56a9546bd6eccdea365327b71d62 > failed to load > /usr/lib/xorg/modules/extentsions/libGLcore.so > failed to load module "GLcore" (loader failed, 7) > failed to load module "VESA" (module does not exist, 0) > failed to load module "kbd" (module does not exist, 0) > failed to load module 'mouse" (module does not exist, 0) > No Drivers Available First you have to decide if you want to use the free or the closed nvidia driver. note: the closed source driver is only necessary if you need 3d support e.g. for games. Then set your VIDEO_CARDS variable in /etc/make.conf to the driver you want to use, this should pull in the driver you need as an dependency of xorg-server. nano -w /etc/make.conf add the line VIDEO_CARDS="nv" #for open source driver or VIDEO_CARDS="nvidia" #for the binary nvidia driver hit ctrl+x to exit and y to apply the changes then emerge -av xorg-server and see if the driver you want to use is pulled in as dependency after emerge is finished run xorgconfig. hope this helps. greez Jakob -- gentoo-user@gentoo.org mailing list