Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jul 2006 15:42:10 +0100
From:      Alex Zbyslaw <xfb52@dial.pipex.com>
To:        Robert Huff <roberthuff@rcn.com>
Cc:        questions@freebsd.org
Subject:   Re: X11/glx question
Message-ID:  <44CB73C2.2090103@dial.pipex.com>
In-Reply-To: <17610.50298.915537.351794@jerusalem.litteratus.org>
References:  <17610.9159.284226.239797@jerusalem.litteratus.org>	<57d710000607280902h46a4fe46rc89217cd095273d7@mail.gmail.com>	<17610.13989.790418.208137@jerusalem.litteratus.org>	<57d710000607280927r4ab0cefaja19a74c612d47896@mail.gmail.com>	<44CA3F17.7070507@dial.pipex.com> <17610.50298.915537.351794@jerusalem.litteratus.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Robert Huff wrote:

>Alex Zbyslaw writes:
>  
>
>> Make sure nvidia-driver isn't installed now and (hateful I know)
>> try re-installing xorg-libraries and xorg-server.
>>    
>>
>
>	The good news: Done.
>	The bad news: this does not seem to have fixed the desire for
>the nvidia driver.
>	Is there a known procedure (i.e. sctipt) for removing the
>nvidia stuff root-and-branch?  If not, can you suggest which files I
>need to kill?
>  
>
pkg_delete nvidia-driver-\*

should do it.  A lot of care goes into making sure that ports/packages 
actually delete all the files they install.

In fact, running a pkg-delete -n it looks to me like nvidia-driver tries 
to move back all the original glx files that it replaced.

You don't mention what commands you ran; one way to be sure of getting 
everything afresh is to de-install all of xorg and nvidia, then 
re-install xorg.  If you are a portupgrade person, then make sure you 
specified -f.

Also, you could try finding glx related files (e.g. "locate glx") and 
see what packages they come from with pkg_which.  Make sure you update 
the locate database first ("/usr/sbin/periodic weekly" would do it and 
other bits should do no harm).

hth,

--Alex

PS According to my port tree, mplayer would only pull in nvidia driver 
of you had specified WITH_NVIDIA=1 somewhere like make.conf, 
pkgtools.conf or the original command line.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44CB73C2.2090103>