Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Suse

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-04-2008, 01:51 PM
Markward Kufleitner
 
Posts: n/a
nvidia driver doesn't work after automatic kernel update

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

OpenSuSE 10.3_x64: After automatic kernel update 2.6.22.16-0.1 nvidia
driver doesn't work anymore.

I allready tried the opensuse method of installing the driver and also
compiling the kernel module with the NVidia installer.

When X starts, the screen goes blank and the computer freezes (no input)

Now I changed nvidia to nv in xorg.conf, to be able to work at all.

I have a Geforce 8500 GT.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4-svn0 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFHpxhIRrzdwHiB2GARAvEFAJ9T7xqDtvRFFEsbxuRo/vizBT7tGQCffXO7
15ITde73OvlO9niUUrx1zs4=
=2Oc+
-----END PGP SIGNATURE-----
Reply With Quote
  #2 (permalink)  
Old 02-04-2008, 03:35 PM
taco
 
Posts: n/a
Re: nvidia driver doesn't work after automatic kernel update

Markward Kufleitner wrote:

Check the xorg log file in /var/log. Try when in textmode to load the new
nvidia kernel module as root and proceed with starting X. Somewhere in
between it will go wrong but gives perhaps some clue.
taco

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> OpenSuSE 10.3_x64: After automatic kernel update 2.6.22.16-0.1 nvidia
> driver doesn't work anymore.
>
> I allready tried the opensuse method of installing the driver and also
> compiling the kernel module with the NVidia installer.
>
> When X starts, the screen goes blank and the computer freezes (no input)
>
> Now I changed nvidia to nv in xorg.conf, to be able to work at all.
>
> I have a Geforce 8500 GT.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.4-svn0 (GNU/Linux)
> Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
>
> iD8DBQFHpxhIRrzdwHiB2GARAvEFAJ9T7xqDtvRFFEsbxuRo/vizBT7tGQCffXO7
> 15ITde73OvlO9niUUrx1zs4=
> =2Oc+
> -----END PGP SIGNATURE-----


Reply With Quote
  #3 (permalink)  
Old 02-04-2008, 04:46 PM
Markward Kufleitner
 
Posts: n/a
Re: nvidia driver doesn't work after automatic kernel update

taco schrieb:
> Markward Kufleitner wrote:
>
> Check the xorg log file in /var/log. Try when in textmode to load the new
> nvidia kernel module as root and proceed with starting X. Somewhere in
> between it will go wrong but gives perhaps some clue.
> taco
>
>> OpenSuSE 10.3_x64: After automatic kernel update 2.6.22.16-0.1 nvidia
>> driver doesn't work anymore.
>>
>> I allready tried the opensuse method of installing the driver and also
>> compiling the kernel module with the NVidia installer.
>>
>> When X starts, the screen goes blank and the computer freezes (no input)
>>
>> Now I changed nvidia to nv in xorg.conf, to be able to work at all.
>>
>> I have a Geforce 8500 GT.

Here is a part of my xorg.log file:

(II) LoadModule: "nvidia"
(II) Loading /usr/lib64/xorg/modules//drivers/nvidia_drv.so

Backtrace:
0: X(xf86SigHandler+0x6d) [0x492acd]
1: /lib64/libc.so.6 [0x2b5397638bd0]
2: /lib64/ld-linux-x86-64.so.2 [0x2b5396280048]
3: /lib64/ld-linux-x86-64.so.2 [0x2b5396286ae1]
4: /lib64/ld-linux-x86-64.so.2 [0x2b53962828e6]
5: /lib64/ld-linux-x86-64.so.2 [0x2b53962863bb]
6: /lib64/libdl.so.2 [0x2b5396493fdb]
7: /lib64/ld-linux-x86-64.so.2 [0x2b53962828e6]
8: /lib64/libdl.so.2 [0x2b539649436d]
9: /lib64/libdl.so.2(dlopen+0x31) [0x2b5396493f41]
10: X(DLLoadModule+0x56) [0x46d6c6]
11: X(LoaderOpen+0x179) [0x46b219]
12: X [0x46c4c4]
13: X(LoadModule+0x24) [0x46cf04]
14: X(xf86LoadModules+0x8b) [0x46802b]
15: X(InitOutput+0x55d) [0x46906d]
16: X(main+0x295) [0x43a0c5]
17: /lib64/libc.so.6(__libc_start_main+0xf4) [0x2b5397625b54]
18: X(FontFileCompleteXLFD+0x229) [0x4395e9]

Fatal server error:
Caught signal 11. Server aborting

I can't get in textmode because my computer freezes. There is no
keyboard input possible. I have to do a hardreset and boot in safe mode
to alter the xorg.conf. I don't think that X works in safe mode.

I have allready tried to uninstall the module with the --uninstall
switch and reinstalled the module after reboot.
Reply With Quote
  #4 (permalink)  
Old 02-05-2008, 08:40 AM
Darklight
 
Posts: n/a
Re: nvidia driver doesn't work after automatic kernel update

Markward Kufleitner wrote:

> taco schrieb:
>> Markward Kufleitner wrote:
>>
>> Check the xorg log file in /var/log. Try when in textmode to load the new
>> nvidia kernel module as root and proceed with starting X. Somewhere in
>> between it will go wrong but gives perhaps some clue.
>> taco
>>
>>> OpenSuSE 10.3_x64: After automatic kernel update 2.6.22.16-0.1 nvidia
>>> driver doesn't work anymore.
>>>
>>> I allready tried the opensuse method of installing the driver and also
>>> compiling the kernel module with the NVidia installer.
>>>
>>> When X starts, the screen goes blank and the computer freezes (no input)
>>>
>>> Now I changed nvidia to nv in xorg.conf, to be able to work at all.
>>>
>>> I have a Geforce 8500 GT.

> Here is a part of my xorg.log file:
>
> (II) LoadModule: "nvidia"
> (II) Loading /usr/lib64/xorg/modules//drivers/nvidia_drv.so
>
> Backtrace:
> 0: X(xf86SigHandler+0x6d) [0x492acd]
> 1: /lib64/libc.so.6 [0x2b5397638bd0]
> 2: /lib64/ld-linux-x86-64.so.2 [0x2b5396280048]
> 3: /lib64/ld-linux-x86-64.so.2 [0x2b5396286ae1]
> 4: /lib64/ld-linux-x86-64.so.2 [0x2b53962828e6]
> 5: /lib64/ld-linux-x86-64.so.2 [0x2b53962863bb]
> 6: /lib64/libdl.so.2 [0x2b5396493fdb]
> 7: /lib64/ld-linux-x86-64.so.2 [0x2b53962828e6]
> 8: /lib64/libdl.so.2 [0x2b539649436d]
> 9: /lib64/libdl.so.2(dlopen+0x31) [0x2b5396493f41]
> 10: X(DLLoadModule+0x56) [0x46d6c6]
> 11: X(LoaderOpen+0x179) [0x46b219]
> 12: X [0x46c4c4]
> 13: X(LoadModule+0x24) [0x46cf04]
> 14: X(xf86LoadModules+0x8b) [0x46802b]
> 15: X(InitOutput+0x55d) [0x46906d]
> 16: X(main+0x295) [0x43a0c5]
> 17: /lib64/libc.so.6(__libc_start_main+0xf4) [0x2b5397625b54]
> 18: X(FontFileCompleteXLFD+0x229) [0x4395e9]
>
> Fatal server error:
> Caught signal 11. Server aborting
>
> I can't get in textmode because my computer freezes. There is no
> keyboard input possible. I have to do a hardreset and boot in safe mode
> to alter the xorg.conf. I don't think that X works in safe mode.
>
> I have allready tried to uninstall the module with the --uninstall
> switch and reinstalled the module after reboot.


after you compile the nvidia driver did you start sax to set the resolution
did you also uninstall the suse nvidia driver before compiling the nvidia
driver
Reply With Quote
  #5 (permalink)  
Old 02-05-2008, 10:38 AM
Markward Kufleitner
 
Posts: n/a
Re: nvidia driver doesn't work after automatic kernel update

Darklight schrieb:
> Markward Kufleitner wrote:
>
>> taco schrieb:
>>> Markward Kufleitner wrote:
>>>
>>> Check the xorg log file in /var/log. Try when in textmode to load the new
>>> nvidia kernel module as root and proceed with starting X. Somewhere in
>>> between it will go wrong but gives perhaps some clue.
>>> taco
>>>
>>>> OpenSuSE 10.3_x64: After automatic kernel update 2.6.22.16-0.1 nvidia
>>>> driver doesn't work anymore.
>>>>
>>>> I allready tried the opensuse method of installing the driver and also
>>>> compiling the kernel module with the NVidia installer.
>>>>
>>>> When X starts, the screen goes blank and the computer freezes (no input)
>>>>
>>>> Now I changed nvidia to nv in xorg.conf, to be able to work at all.
>>>>
>>>> I have a Geforce 8500 GT.

>> Here is a part of my xorg.log file:
>>
>> (II) LoadModule: "nvidia"
>> (II) Loading /usr/lib64/xorg/modules//drivers/nvidia_drv.so
>>
>> Backtrace:
>> 0: X(xf86SigHandler+0x6d) [0x492acd]
>> 1: /lib64/libc.so.6 [0x2b5397638bd0]
>> 2: /lib64/ld-linux-x86-64.so.2 [0x2b5396280048]
>> 3: /lib64/ld-linux-x86-64.so.2 [0x2b5396286ae1]
>> 4: /lib64/ld-linux-x86-64.so.2 [0x2b53962828e6]
>> 5: /lib64/ld-linux-x86-64.so.2 [0x2b53962863bb]
>> 6: /lib64/libdl.so.2 [0x2b5396493fdb]
>> 7: /lib64/ld-linux-x86-64.so.2 [0x2b53962828e6]
>> 8: /lib64/libdl.so.2 [0x2b539649436d]
>> 9: /lib64/libdl.so.2(dlopen+0x31) [0x2b5396493f41]
>> 10: X(DLLoadModule+0x56) [0x46d6c6]
>> 11: X(LoaderOpen+0x179) [0x46b219]
>> 12: X [0x46c4c4]
>> 13: X(LoadModule+0x24) [0x46cf04]
>> 14: X(xf86LoadModules+0x8b) [0x46802b]
>> 15: X(InitOutput+0x55d) [0x46906d]
>> 16: X(main+0x295) [0x43a0c5]
>> 17: /lib64/libc.so.6(__libc_start_main+0xf4) [0x2b5397625b54]
>> 18: X(FontFileCompleteXLFD+0x229) [0x4395e9]
>>
>> Fatal server error:
>> Caught signal 11. Server aborting
>>
>> I can't get in textmode because my computer freezes. There is no
>> keyboard input possible. I have to do a hardreset and boot in safe mode
>> to alter the xorg.conf. I don't think that X works in safe mode.
>>
>> I have allready tried to uninstall the module with the --uninstall
>> switch and reinstalled the module after reboot.

>
> after you compile the nvidia driver did you start sax to set the resolution
> did you also uninstall the suse nvidia driver before compiling the nvidia
> driver

Yes I started sax2 with -r -m 0=nvidia and yes i uninstalled the nvidia
driver from suse.
Reply With Quote
  #6 (permalink)  
Old 02-05-2008, 10:56 AM
Markward Kufleitner
 
Posts: n/a
Re: nvidia driver doesn't work after automatic kernel update

Markward Kufleitner schrieb:
> Darklight schrieb:
>> Markward Kufleitner wrote:
>>
>>> taco schrieb:
>>>> Markward Kufleitner wrote:
>>>>
>>>> Check the xorg log file in /var/log. Try when in textmode to load the new
>>>> nvidia kernel module as root and proceed with starting X. Somewhere in
>>>> between it will go wrong but gives perhaps some clue.
>>>> taco
>>>>
>>>>> OpenSuSE 10.3_x64: After automatic kernel update 2.6.22.16-0.1 nvidia
>>>>> driver doesn't work anymore.
>>>>>
>>>>> I allready tried the opensuse method of installing the driver and also
>>>>> compiling the kernel module with the NVidia installer.
>>>>>
>>>>> When X starts, the screen goes blank and the computer freezes (no input)
>>>>>
>>>>> Now I changed nvidia to nv in xorg.conf, to be able to work at all.
>>>>>
>>>>> I have a Geforce 8500 GT.
>>> Here is a part of my xorg.log file:
>>>
>>> (II) LoadModule: "nvidia"
>>> (II) Loading /usr/lib64/xorg/modules//drivers/nvidia_drv.so
>>>
>>> Backtrace:
>>> 0: X(xf86SigHandler+0x6d) [0x492acd]
>>> 1: /lib64/libc.so.6 [0x2b5397638bd0]
>>> 2: /lib64/ld-linux-x86-64.so.2 [0x2b5396280048]
>>> 3: /lib64/ld-linux-x86-64.so.2 [0x2b5396286ae1]
>>> 4: /lib64/ld-linux-x86-64.so.2 [0x2b53962828e6]
>>> 5: /lib64/ld-linux-x86-64.so.2 [0x2b53962863bb]
>>> 6: /lib64/libdl.so.2 [0x2b5396493fdb]
>>> 7: /lib64/ld-linux-x86-64.so.2 [0x2b53962828e6]
>>> 8: /lib64/libdl.so.2 [0x2b539649436d]
>>> 9: /lib64/libdl.so.2(dlopen+0x31) [0x2b5396493f41]
>>> 10: X(DLLoadModule+0x56) [0x46d6c6]
>>> 11: X(LoaderOpen+0x179) [0x46b219]
>>> 12: X [0x46c4c4]
>>> 13: X(LoadModule+0x24) [0x46cf04]
>>> 14: X(xf86LoadModules+0x8b) [0x46802b]
>>> 15: X(InitOutput+0x55d) [0x46906d]
>>> 16: X(main+0x295) [0x43a0c5]
>>> 17: /lib64/libc.so.6(__libc_start_main+0xf4) [0x2b5397625b54]
>>> 18: X(FontFileCompleteXLFD+0x229) [0x4395e9]
>>>
>>> Fatal server error:
>>> Caught signal 11. Server aborting
>>>
>>> I can't get in textmode because my computer freezes. There is no
>>> keyboard input possible. I have to do a hardreset and boot in safe mode
>>> to alter the xorg.conf. I don't think that X works in safe mode.
>>>
>>> I have allready tried to uninstall the module with the --uninstall
>>> switch and reinstalled the module after reboot.

>> after you compile the nvidia driver did you start sax to set the resolution
>> did you also uninstall the suse nvidia driver before compiling the nvidia
>> driver

> Yes I started sax2 with -r -m 0=nvidia and yes i uninstalled the nvidia
> driver from suse.

when I start sax2 the computer freezes and shows:
stty: standard input: unable to perform all requested operations.

and in /var/log/xorg.log und /var/log/SaX2.log it says fatal server error 11
Reply With Quote
  #7 (permalink)  
Old 02-06-2008, 07:53 AM
Darklight
 
Posts: n/a
Re: nvidia driver doesn't work after automatic kernel update

Markward Kufleitner wrote:

when you are in a konsol or text mode do you go into init 3 i have found in
the past that if i was not in init 3 i had problems with sax.

when starting sax2 just type sax and nothing else
Reply With Quote
  #8 (permalink)  
Old 02-06-2008, 07:59 AM
Darklight
 
Posts: n/a
Re: nvidia driver doesn't work after automatic kernel update

Darklight wrote:

> Markward Kufleitner wrote:
>
> when you are in a konsol or text mode do you go into init 3 i have found
> in the past that if i was not in init 3 i had problems with sax.
>
> when starting sax2 just type sax and nothing else


sorry the above should be sax2
Reply With Quote
  #9 (permalink)  
Old 02-06-2008, 08:38 AM
Markward Kufleitner
 
Posts: n/a
Re: nvidia driver doesn't work after automatic kernel update

Darklight schrieb:
> Darklight wrote:
>
>> Markward Kufleitner wrote:
>>
>> when you are in a konsol or text mode do you go into init 3 i have found
>> in the past that if i was not in init 3 i had problems with sax.
>>
>> when starting sax2 just type sax and nothing else

>
> sorry the above should be sax2

sure i was in init 3, but i will try sax2 without options
Reply With Quote
  #10 (permalink)  
Old 02-06-2008, 09:30 AM
Markward Kufleitner
 
Posts: n/a
Re: nvidia driver doesn't work after automatic kernel update

Markward Kufleitner schrieb:
> Darklight schrieb:
>> Darklight wrote:
>>
>>> Markward Kufleitner wrote:
>>>
>>> when you are in a konsol or text mode do you go into init 3 i have found
>>> in the past that if i was not in init 3 i had problems with sax.
>>>
>>> when starting sax2 just type sax and nothing else

>> sorry the above should be sax2

> sure i was in init 3, but i will try sax2 without options

i tried sax2 without options: same result (system freeze)
now i installed a new kernel but it's all the same
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Suse


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 11:52 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Electricity Suppliers | Debt Consolidation | Problem Mortgage | Home Loan | Nora Roberts



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114