|
|
#1 | |
|
Registered User
Join Date: Mar 2005
Posts: 17
|
hello,
i have gentoo and i use the 2.6.11-ck1 sources. i use xorg-x11-r4. i have a problem since i updated my kernel. i know that the 6629 are broken but in gentoo i can use the portage with the patches. i installed the nvidia-kernel-r3 and nvidia-glx-r5. the modules are compiled and it loads the nvidia module. but when i do startx i got this ---> /var/log/xorg.0.log Code:
(II) NVIDIA(0): Setting mode "1280x1024_100.00"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
*** If unresolved symbols were reported above, they might not
*** be the reason for the server aborting.
Fatal server error:
Caught signal 11. Server aborting
Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
i dont have change any things in my xorg.conf. ![]() |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Mar 2005
Posts: 14
|
I am running debian, with 2.6.10-1-k7-smp debian stock kernel.
System XFX 6600 GT on dual processor amd MP - gigabyte motherboard I compiled the 6629 driver with the Zander patches. Now I got your exact error message on try to reboot system. Now if I reinstall driver, I run and then it crashes in 10 minutes. I am very sad. Mitchell |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Mar 2004
Posts: 21
|
Your xorg.conf is loading 2 drivers:
Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" # Chipset "generic" Driver "vga" # BusID "PCI:0:10:0" # VideoRam 256 # Clocks 25.2 28.3 EndSection Section "Device" Identifier "geforce" Driver "nvidia" # unsupported card # VideoRam 65536 # Insert Clocks lines here if appropriate EndSection From what I can see your only using the nvidia driver. Try to load it with only the nvidia driver. Also your not supplying a BusID for your nvidia driver, use lspci to find the correct BusID and add it to your xorg.conf That might fix it. |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Mar 2005
Posts: 17
|
:mlaks
yes thats not all i have yesterday installed the xorg-x11 6.8.0-r4 then 6.8.2 and 6.8.2-r1 but nothing changed the problem. so i have testet all drivers that i found in the portage tree and it dont work. since i have a new kernel i get this nvidia card not running. i set a nv instead a nvidia in the xorg.conf and kde starts but so slowly that i can drink a coffee. i cant work so. i very sad. the nvidia driver by gentoo has alls the zander patches but it dont work. :zyphr From what I can see your only using the nvidia driver. Try to load it with only the nvidia driver. Also your not supplying a BusID for your nvidia driver, use lspci to find the correct BusID and add it to your xorg.conf That might fix it. what do you mean with Quote:
|
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Mar 2004
Posts: 21
|
What I mean is, that rightnow you're using 2 drivers "nvidia" and "vga"
So you might want to get rid this part in your xorg.conf or comment it. Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" # Chipset "generic" Driver "vga" # BusID "PCI:0:10:0" # VideoRam 256 # Clocks 25.2 28.3 EndSection |
|
|
|
|
|
#6 | ||||
|
Registered User
Join Date: Mar 2005
Posts: 17
|
hello zyphr
i have test it and there are no effekt to my xorg. it dont work. other question i use lspci for the BusID to test it but i get there a other format for example 0000:00:00.0 or so. but the busid in the xorg.conf are so Quote:
so then i have downgrade to gentoo-dev-sources-2.6.9-r14 and whats that the original driver and the nforce driver for the board are working.i think its the kernel. i read in the forums.gentoo.org that anyone say thats the kernel versions 10 and 11 which make this problem. i have now the xorg-6.8.2-r1 and it work with the older kernel. i think i can use the 6.8.0 and 6.8.2 and it will also work. yesterday i got then a other problem. kde will start slowly or not right but when i deactivate my network card with Quote:
Quote:
Quote:
how can i fix this errors? |
||||
|
|
|
|
|
#7 |
|
Registered User
Join Date: Dec 2002
Location: Clausthal/Germany
Posts: 1,104
|
Hi,
there is no script 'net.localhost' You need to controll your net-setup. I suspect you f* up something there. Reverse every changes you made and follow the gentoo-docs step for step. Your segfaulting etc, you kernel is set up correctly? No arcane/dangerous/perverse cflags? |
|
|
|
|
|
#8 | |
|
Registered User
Join Date: Mar 2005
Posts: 17
|
Quote:
|
|
|
|
|
|
|
#9 | |||
|
Registered User
Join Date: Dec 2004
Posts: 6
|
Hi AcidLOg, I had the same problem and found the solution. Check if you don't have some old libs still in your system and make sure all of the links are correct, on my gentoo they are now:
ll /usr/lib/libnvidia* Quote:
Quote:
Quote:
locate 6629 | grep lib showed there was still an old library lying around, you may want to check this too. |
|||
|
|
|
|
|
#10 |
|
Registered User
Join Date: Mar 2005
Posts: 17
|
is there a way to get my net.localhost script back?
germanhulkster i will check it. ![]() |
|
|
|
|
|
#11 |
|
Leadtek 6800GT
|
I had the same problem and fixed it with GermanHulkster's advice. Basically I just nuked anything in /usr that had the word "nvidia" in it by doing something like:
find /usr -name '*nvidia*' -exec rm -rf {} \; Then I re-installed the nVidia driver. Now I'm just waiting for the thing to crash ![]()
__________________
"Floating in a dream-like state, I am the emporer of a parallel universe." --Arch Enemy My xorg.conf file |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Evidon and Adobe Tag Manager Privacy Solution Launches! | News | Latest Tech And Game Headlines | 0 | 05-15-12 05:30 AM |