public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Bob Sanders <rmsand@concentric.net>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] nvidia driver problem
Date: Sat, 12 Nov 2005 19:59:01 -0800	[thread overview]
Message-ID: <20051112195901.0b1dcb46@chi.speakeasy.net> (raw)
In-Reply-To: <85901b690511121906y776a8a8dydffc5f749fe14ce9@mail.gmail.com>

On Sun, 13 Nov 2005 05:06:12 +0200
sempsteen <sempsteen@gmail.com> wrote:

> Hi,
> I've installed the nvidia drivers by the walkthrough of "Gentoo Linux nVidia
> Guide". Emerge installed "nvidia-glx v1.0.6629-r6" and "nvidia-kernel
> v1.0.6629-r4" with no problems and i did the necessary changes in the "
> xorg.conf" file. Then i tested my card with "glxinfo | grep direct" and
> "glxgears" and i got errors:
> 

Well, your /etc/X11/xorg.conf  looks fine, but the log shows that the glx module
was not loaded.  Did you reboot after the emerge?

I suggest trying the following logged in as root -

	mv /etc/X11/xorg.conf /etc/X11/xorg.conf.2D
 	cd $home
	/etc/init.d/xdm stop
	From the console -
		X -confgure
		vi/nano /etc/X11/xorg.conf
			- Change - /dev/mouse to /dev/misc/psaux (or whatever your favorite is)
			- Comment out "load dri"
		Then do (X will tell you what the proper command line is at the end of configure) -
			X -file /root/xorg.conf.new
		If X comes up, exit out,
			cp /root/xorg.conf.new /etc/X11/xorg/conf
			/etc/init.d/xdm start
		You may need to change or add a mode line to get the resolution you want
		and add a - "DefaultDepth 24" to - "Section "Screen""
		But it should load glx with no problem.

Bob
-  
-- 
gentoo-user@gentoo.org mailing list



  parent reply	other threads:[~2005-11-13  4:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-13  3:06 [gentoo-user] nvidia driver problem sempsteen
2005-11-13  3:22 ` Hemmann, Volker Armin
2005-11-13  3:31 ` [gentoo-user] " Pingveno
2005-11-13  3:59 ` Bob Sanders [this message]
2005-11-13  4:04 ` [gentoo-user] " Willie Wong
2005-11-13  4:13 ` abhay
2005-11-13  5:26   ` Hemmann, Volker Armin
2005-11-13 16:52     ` sempsteen
2005-11-13 18:34       ` Hemmann, Volker Armin
2005-11-13 23:58         ` sempsteen
2005-11-14  0:19           ` Hemmann, Volker Armin
2005-11-14  0:32             ` sempsteen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051112195901.0b1dcb46@chi.speakeasy.net \
    --to=rmsand@concentric.net \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox