SIGTERM received when installing Nvidia driver
Hello list,
I've been running my testing box's graphics through the NVIDIA proprietary driver, downloaded from their website. However, after recent updates, logging into my debian box is only possible through text mode, no X server is started. Whenever I try to install the downloaded NVIDIA driver (I have 260.xxx and 256.xxxx in my home folder) with superuser rights, I receive a SIGTERM signal right after accepting the license. As a result, I can't run an X server. I also have the package nvidia-kernel-dkms in my system, if that helps in any way. Please CC me as I am not on the list. Thanks, Jason -- Jason Filippou http://cgi.di.uoa.gr/~std06142 -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: AANLkTik-ucu=VZ_J1v4o3=N-ee3DcfTVHFiDWNDzhePj@mail.gmail.com">http://lists.debian.org/AANLkTik-ucu=VZ_J1v4o3=N-ee3DcfTVHFiDWNDzhePj@mail.gmail.com |
SIGTERM received when installing Nvidia driver
On 03/30/2011 08:00 AM, Jason Filippou wrote:
Hello list, I've been running my testing box's graphics through the NVIDIA proprietary driver, downloaded from their website. However, after recent updates, logging into my debian box is only possible through text mode, no X server is started. Whenever I try to install the downloaded NVIDIA driver (I have 260.xxx and 256.xxxx in my home folder) with superuser rights, I receive a SIGTERM signal right after accepting the license. As a result, I can't run an X server. I also have the package nvidia-kernel-dkms in my system, if that helps in any way. Please CC me as I am not on the list. Why not get them from directly from Debian? (Though you might have to add Experimental to get current drivers.) -- "Neither the wisest constitution nor the wisest laws will secure the liberty and happiness of a people whose manners are universally corrupt." Samuel Adams, essay in The Public Advertiser, 1749 -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: 4D937E09.3000003@cox.net">http://lists.debian.org/4D937E09.3000003@cox.net |
SIGTERM received when installing Nvidia driver
On Wed, Mar 30, 2011 at 10:01 PM, Ron Johnson <ron.l.johnson@cox.net> wrote:
> On 03/30/2011 08:00 AM, Jason Filippou wrote: >> >> Hello list, >> >> I've been running my testing box's graphics through the NVIDIA >> proprietary driver, downloaded from their website. However, after >> recent updates, logging into my debian box is only possible through >> text mode, no X server is started. Whenever I try to install the >> downloaded NVIDIA driver (I have 260.xxx and 256.xxxx in my home >> folder) with superuser rights, I receive a SIGTERM signal right after >> accepting the license. As a result, I can't run an X server. I also >> have the package nvidia-kernel-dkms in my system, if that helps in any >> way. >> >> Please CC me as I am not on the list. >> > > Why not get them from directly from Debian? *(Though you might have to add > Experimental to get current drivers.) > > -- > "Neither the wisest constitution nor the wisest laws will secure > the liberty and happiness of a people whose manners are universally > corrupt." > Samuel Adams, essay in The Public Advertiser, 1749 > I have no reason not to get them from Debian directly. How would I go about fetching them from Debian? I have included all repositories in my apt.conf file. -- Jason Filippou http://cgi.di.uoa.gr/~std06142 -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: AANLkTinW-pm+ES_1b3pvh-uvRSki3St2x-dPanjg3Ca8@mail.gmail.com">http://lists.debian.org/AANLkTinW-pm+ES_1b3pvh-uvRSki3St2x-dPanjg3Ca8@mail.gmail.com |
SIGTERM received when installing Nvidia driver
On 03/30/2011 02:36 PM, Jason Filippou wrote:
On Wed, Mar 30, 2011 at 10:01 PM, Ron Johnson<ron.l.johnson@cox.net> wrote: On 03/30/2011 08:00 AM, Jason Filippou wrote: Hello list, I've been running my testing box's graphics through the NVIDIA proprietary driver, downloaded from their website. However, after recent updates, logging into my debian box is only possible through text mode, no X server is started. Whenever I try to install the downloaded NVIDIA driver (I have 260.xxx and 256.xxxx in my home folder) with superuser rights, I receive a SIGTERM signal right after accepting the license. As a result, I can't run an X server. I also have the package nvidia-kernel-dkms in my system, if that helps in any way. Please CC me as I am not on the list. Why not get them from directly from Debian? (Though you might have to add Experimental to get current drivers.) -- "Neither the wisest constitution nor the wisest laws will secure the liberty and happiness of a people whose manners are universally corrupt." Samuel Adams, essay in The Public Advertiser, 1749 I have no reason not to get them from Debian directly. How would I go about fetching them from Debian? I have included all repositories in my apt.conf file. Step one: $ apt-cache policy nvidia-glx -- "Neither the wisest constitution nor the wisest laws will secure the liberty and happiness of a people whose manners are universally corrupt." Samuel Adams, essay in The Public Advertiser, 1749 -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: 4D938C99.1030200@cox.net">http://lists.debian.org/4D938C99.1030200@cox.net |
SIGTERM received when installing Nvidia driver
On Wed, Mar 30, 2011 at 16:00 +0300, Jason Filippou wrote:
> I've been running my testing box's graphics through the NVIDIA > proprietary driver, downloaded from their website. However, after > recent updates, logging into my debian box is only possible through > text mode, no X server is started. Whenever I try to install the > downloaded NVIDIA driver (I have 260.xxx and 256.xxxx in my home > folder) with superuser rights, I receive a SIGTERM signal right after > accepting the license. As a result, I can't run an X server. I also > have the package nvidia-kernel-dkms in my system, if that helps in any > way. I would recommend to remove every trace of the nvidia driver you installed from the NVIDIA website and use the following method to install it: 1. Add non-free sources in /etc/apt/sources.list You should have a line like: deb http://ftp.XX.debian.org/debian/ wheezy main contrib non-free Where XX has to be replaced with your country code. The important part is the "non-free" in the end. You don't necessarily need contrib, but if you have non-free it makes sense to include it as well. 2. Run "aptitude update" 3. Install the kernel headers # aptitude -r install linux-headers-2.6-$(uname -r|sed 's,[^-]*-[^-]*-,,') 4. Install the nvidia dkms drivers # aptitude install nvidia-kernel-dkms 5. Configure Xorg # mv /etc/X11/xorg.conf{,_old} # mkdir /etc/X11/xorg.conf.d # echo -e 'Section "Device" Identifier "My GPU" Driver "nvidia" EndSection' > /etc/X11/xorg.conf.d/20-nvidia.conf 6. Restart the system Hope that works out for you. Have fun! -- .'`. Wolodja Wentland <wolodja.wentland@ed.ac.uk> : :' : `. `'` 4096R/CAF14EFC `- 081C B7CD FF04 2BA9 94EA 36B2 8B7F 7D30 CAF1 4EFC |
SIGTERM received when installing Nvidia driver
On Mi, 30 mar 11, 22:08:40, Wolodja Wentland wrote:
> > 1. Add non-free sources in /etc/apt/sources.list > > You should have a line like: > > deb http://ftp.XX.debian.org/debian/ wheezy main contrib non-free > > Where XX has to be replaced with your country code. The important part is > the "non-free" in the end. You don't necessarily need contrib, but if you > have non-free it makes sense to include it as well. nvidia-settings is in contrib ;) > 4. Install the nvidia dkms drivers > > # aptitude install nvidia-kernel-dkms Interesting, I would have suggested installing nvidia-glx, which will pull in nvidia-kernel-dkms if needed (on a stable install the dependency is satisfied by the pre-built module package, which means the headers and compiling stuff is not needed). Regards, Andrei -- Offtopic discussions among Debian users and developers: http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic |
SIGTERM received when installing Nvidia driver
On Wed, Mar 30, 2011 at 11:03 PM, Ron Johnson <ron.l.johnson@cox.net> wrote:
> On 03/30/2011 02:36 PM, Jason Filippou wrote: >> >> On Wed, Mar 30, 2011 at 10:01 PM, Ron Johnson<ron.l.johnson@cox.net> >> *wrote: >>> >>> On 03/30/2011 08:00 AM, Jason Filippou wrote: >>>> >>>> Hello list, >>>> >>>> I've been running my testing box's graphics through the NVIDIA >>>> proprietary driver, downloaded from their website. However, after >>>> recent updates, logging into my debian box is only possible through >>>> text mode, no X server is started. Whenever I try to install the >>>> downloaded NVIDIA driver (I have 260.xxx and 256.xxxx in my home >>>> folder) with superuser rights, I receive a SIGTERM signal right after >>>> accepting the license. As a result, I can't run an X server. I also >>>> have the package nvidia-kernel-dkms in my system, if that helps in any >>>> way. >>>> >>>> Please CC me as I am not on the list. >>>> >>> Why not get them from directly from Debian? *(Though you might have to >>> add >>> Experimental to get current drivers.) >>> >>> -- >>> "Neither the wisest constitution nor the wisest laws will secure >>> the liberty and happiness of a people whose manners are universally >>> corrupt." >>> Samuel Adams, essay in The Public Advertiser, 1749 >>> >> I have no reason not to get them from Debian directly. How would I go >> about fetching them from Debian? I have included all repositories in >> my apt.conf file. >> > > Step one: > $ *apt-cache policy nvidia-glx > > -- > "Neither the wisest constitution nor the wisest laws will secure > the liberty and happiness of a people whose manners are universally > corrupt." > Samuel Adams, essay in The Public Advertiser, 1749 > > Here's the output: nvidia-glx: Installed: (none) Candidate: 260.19.44-1 Version table: 270.30-1 0 500 http://http.us.debian.org/debian/ experimental/non-free i386 Packages 260.19.44-1 0 700 http://http.us.debian.org/debian/ testing/non-free i386 Packages 600 http://http.us.debian.org/debian/ unstable/non-free i386 Packages 195.36.31-7 0 100 /var/lib/dpkg/status 195.36.31-6 0 650 http://http.us.debian.org/debian/ stable/non-free i386 Packages -- Jason Filippou http://cgi.di.uoa.gr/~std06142 -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: AANLkTim8x0D+EBhJ8SS4DyFEPx3uoftX_01vZ2-_Evao@mail.gmail.com">http://lists.debian.org/AANLkTim8x0D+EBhJ8SS4DyFEPx3uoftX_01vZ2-_Evao@mail.gmail.com |
SIGTERM received when installing Nvidia driver
On 03/30/2011 04:28 PM, Jason Filippou wrote:
On Wed, Mar 30, 2011 at 11:03 PM, Ron Johnson<ron.l.johnson@cox.net> wrote: On 03/30/2011 02:36 PM, Jason Filippou wrote: On Wed, Mar 30, 2011 at 10:01 PM, Ron Johnson<ron.l.johnson@cox.net> wrote: On 03/30/2011 08:00 AM, Jason Filippou wrote: Hello list, I've been running my testing box's graphics through the NVIDIA proprietary driver, downloaded from their website. However, after recent updates, logging into my debian box is only possible through text mode, no X server is started. Whenever I try to install the downloaded NVIDIA driver (I have 260.xxx and 256.xxxx in my home folder) with superuser rights, I receive a SIGTERM signal right after accepting the license. As a result, I can't run an X server. I also have the package nvidia-kernel-dkms in my system, if that helps in any way. Please CC me as I am not on the list. Why not get them from directly from Debian? (Though you might have to add Experimental to get current drivers.) I have no reason not to get them from Debian directly. How would I go about fetching them from Debian? I have included all repositories in my apt.conf file. Step one: $ apt-cache policy nvidia-glx Here's the output: nvidia-glx: Installed: (none) Candidate: 260.19.44-1 Version table: 270.30-1 0 500 http://http.us.debian.org/debian/ experimental/non-free i386 Packages 260.19.44-1 0 700 http://http.us.debian.org/debian/ testing/non-free i386 Packages 600 http://http.us.debian.org/debian/ unstable/non-free i386 Packages 195.36.31-7 0 100 /var/lib/dpkg/status 195.36.31-6 0 650 http://http.us.debian.org/debian/ stable/non-free i386 Packages Then it's as simple as: # apt-get -t testing install nvidia-glx -- "Neither the wisest constitution nor the wisest laws will secure the liberty and happiness of a people whose manners are universally corrupt." Samuel Adams, essay in The Public Advertiser, 1749 -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: 4D93A369.6050805@cox.net">http://lists.debian.org/4D93A369.6050805@cox.net |
SIGTERM received when installing Nvidia driver
On Thu, Mar 31, 2011 at 12:40 AM, Ron Johnson <ron.l.johnson@cox.net> wrote:
> On 03/30/2011 04:28 PM, Jason Filippou wrote: >> >> On Wed, Mar 30, 2011 at 11:03 PM, Ron Johnson<ron.l.johnson@cox.net> >> *wrote: >>> >>> On 03/30/2011 02:36 PM, Jason Filippou wrote: >>>> >>>> On Wed, Mar 30, 2011 at 10:01 PM, Ron Johnson<ron.l.johnson@cox.net> >>>> *wrote: >>>>> >>>>> On 03/30/2011 08:00 AM, Jason Filippou wrote: >>>>>> >>>>>> Hello list, >>>>>> >>>>>> I've been running my testing box's graphics through the NVIDIA >>>>>> proprietary driver, downloaded from their website. However, after >>>>>> recent updates, logging into my debian box is only possible through >>>>>> text mode, no X server is started. Whenever I try to install the >>>>>> downloaded NVIDIA driver (I have 260.xxx and 256.xxxx in my home >>>>>> folder) with superuser rights, I receive a SIGTERM signal right after >>>>>> accepting the license. As a result, I can't run an X server. I also >>>>>> have the package nvidia-kernel-dkms in my system, if that helps in any >>>>>> way. >>>>>> >>>>>> Please CC me as I am not on the list. >>>>>> >>>>> Why not get them from directly from Debian? *(Though you might have to >>>>> add >>>>> Experimental to get current drivers.) >>>> >>>> I have no reason not to get them from Debian directly. How would I go >>>> about fetching them from Debian? I have included all repositories in >>>> my apt.conf file. >>>> >>> Step one: >>> $ *apt-cache policy nvidia-glx >> >> Here's the output: >> >> nvidia-glx: >> * Installed: (none) >> * Candidate: 260.19.44-1 >> * Version table: >> * * *270.30-1 0 >> * * * * 500 http://http.us.debian.org/debian/ experimental/non-free >> i386 Packages >> * * *260.19.44-1 0 >> * * * * 700 http://http.us.debian.org/debian/ testing/non-free i386 >> Packages >> * * * * 600 http://http.us.debian.org/debian/ unstable/non-free i386 >> Packages >> * * *195.36.31-7 0 >> * * * * 100 /var/lib/dpkg/status >> * * *195.36.31-6 0 >> * * * * 650 http://http.us.debian.org/debian/ stable/non-free i386 >> Packages > > Then it's as simple as: > # apt-get -t testing install nvidia-glx > > -- > "Neither the wisest constitution nor the wisest laws will secure > the liberty and happiness of a people whose manners are universally > corrupt." > Samuel Adams, essay in The Public Advertiser, 1749 > > Indeed it was, thanks a million. J -- Jason Filippou http://cgi.di.uoa.gr/~std06142 -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: AANLkTi=3YOFjkxkUvq0Gt+ok4FU4dfffXOmO=2O8sFpD@mail .gmail.com">http://lists.debian.org/AANLkTi=3YOFjkxkUvq0Gt+ok4FU4dfffXOmO=2O8sFpD@mail .gmail.com |
SIGTERM received when installing Nvidia driver
On 03/30/2011 04:49 PM, Jason Filippou wrote:
On Thu, Mar 31, 2011 at 12:40 AM, Ron Johnson<ron.l.johnson@cox.net> wrote: Then it's as simple as: # apt-get -t testing install nvidia-glx Indeed it was, thanks a million. Gotta love Debian... -- "Neither the wisest constitution nor the wisest laws will secure the liberty and happiness of a people whose manners are universally corrupt." Samuel Adams, essay in The Public Advertiser, 1749 -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org Archive: 4D93A72B.5010802@cox.net">http://lists.debian.org/4D93A72B.5010802@cox.net |
| All times are GMT. The time now is 02:31 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.