Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#51  2008-08-17 20:52:51

  AgayKhan - Członek DUG

AgayKhan
Członek DUG
Skąd: Płock
Zarejestrowany: 2006-03-21
Serwis

Re: Debian, a Ubuntu

to  jak chcesz mieć paczki .deb
wget http://ftp.de.debian.org/debian/pool/non-free/n/nvi … .0.7184+6.dsc
wget http://ftp.de.debian.org/debian/pool/non-free/n/nvi … 7184+6.tar.gz
dpkg-source -x *.dsc
rozpakuje się  co trza ;-)
cd do_tego_katalogu,co_powstał
dkpk-buildpackage -rfakeroot
(pewnie wcześniej będziesz musia`l zainstalować dpkg-dev  [i to na samym początku] )
powstaną jakieś deby
ty instaluj jeno nvidia-kernel-source ( czy jakoś tam,piszę z głowy i po 3 piwie, wybaczcie)
potem jak w FAQ-u, m-a a-i nvidia-kernel
potem zainstalować te insze deby, co się zrobi``ly z tego, co podałem. Edycja xorg.conf i tyle.


born to be root
linux register user #362473

Offline

 

#52  2008-08-19 21:27:42

  Just - Użytkownik

Just
Użytkownik
Skąd: Warszawa
Zarejestrowany: 2008-08-08

Re: Debian, a Ubuntu

Uwaliłem Linuksa :-P Robiłem wg. opisu ilin'a, ale problemem teraz jest fakt, że nie mam (chyba !!!) kopii zapasowej pliku konfiguracyjnego, bo przy próbie jego stworzenia wywalał błąd, więc nie zrobiłem, zrestartowałem i nie mogę włączyć X-ów :)
Wszystko na zdjęciach poniżej:

http://img231.imageshack.us/my.php?image=dsc8618un5.jpg

http://img139.imageshack.us/my.php?image=dsc8619ko4.jpg

http://img139.imageshack.us/my.php?image=dsc8620zb4.jpg

http://img159.imageshack.us/my.php?image=dsc8621by9.jpg

(instalacja była nie pozbawiona błędów, ale zignorowałem je - być może pochopnie !!! ??? ...)


I poniżej efekt mojej pracy hehe ;)

http://img221.imageshack.us/my.php?image=dsc8625gi7.jpg

Na szczęście mam zapasowego Windows na pierwszej partycji, bo inaczej ciężko byłoby mi się z tego wygrzebać ;) Liczę na jakieś wskazówki ;)

PS. Znacznik IMG działa prawdiłowo... ???

Ostatnio edytowany przez Just (2008-08-19 21:29:18)

Offline

 

#53  2008-08-19 21:55:51

  Treadstone - Członek DUG

Treadstone
Członek DUG
Skąd: Chorzów
Zarejestrowany: 2005-09-19

Re: Debian, a Ubuntu

dpkg-reconfigure xserver-xorg powinno pomóc Ci postawić x-y na nowo. A co do samego pliku konfiguracyjnego -- jeżeli został zmodyfikowany przez instalator nvidii, to masz jego kopię w /etc/X11, nie pamiętam dokładnie jak się nazywał ten plik, ale szukaj czegoś w stylu xorg.conf.backup, albo podobnie. Co do błędów w instalacji sterów - zapodaj tutaj plikiem /var/log/nvidia-installer.log, tam wszystko pisze, co poszło nie tak.

Offline

 

#54  2008-08-19 22:11:52

  ilin - Palacz

ilin
Palacz
Skąd: PRLu
Zarejestrowany: 2006-05-03

Re: Debian, a Ubuntu

to jeszcze nic się nie stało.

3 i 4 screen mowia o niezgodnosci wersji gcc i braku źródel kernela.

Instalacja nie mogła pójść pomyślnie.

Jeśli polecenie Treadstone nie pomoze to  ręcznie za pomocą nano zmień w pliku /etc/X11/xorg.conf

w sekcji device driver  na nv.

Kod:

nano /etc/X11/xorg.conf

coś takiego ma być

Kod:

Section "Device"
    Identifier     "nVidia Corporation NV17 [GeForce4 MX 440]"
    Driver         "nv"
EndSection

Kod:

Driver         "nv"

Ostatnio edytowany przez ilin (2008-08-19 22:12:28)


Problemy rozwiązujemy na forum nie na PW -> Niech inni na tym skorzystają.
Polski portal Debiana

Offline

 

#55  2008-08-20 00:06:52

  sal_i - Członek DUG

sal_i
Członek DUG
Skąd: Neverhood
Zarejestrowany: 2007-01-01

Re: Debian, a Ubuntu

no to tak:

Kod:

# rm /usr/bin/gcc                        //usuwanie starego dowiązania symbolicznego do wyższej wersjii gcc
# ln -s /usr/bin/gcc-4.1 /usr/bin/gcc     //tworzenie nowego dowiązania do gcc-4.1
# exit
$ cd /home/katalog_domowy
$wget http://us.download.nvidia.com/XFree86/Linux-x86/96.43.05/NVIDIA-Linux-x86-96.43.05-pkg1.run    
// zdaje się że najnowszy sterownik legacy, ale głowy nie dam sobie uciąć

teraz Alt+Ctrl+F1 i logowanie na root'a

Kod:

#/etc/init.d/kdm stop      (gdm, xdm   ->co tam masz)    
# cd /home/katalog_domowy            
# sh NVIDIA*
//odpalenie skryptu instalacyjnego nvidii

i leci instalacja sterownika (należy czytać komunikaty ze zrozumieniem, to puźniej pomaga rozwiązać problemy)
na koniec instalator spyta czy ma poprawić xorg.conf, to daj że tak i to już, serownik zainstalowany
Dla pewności czy działa:

Kod:

# lsmod | grep nvidia  //jeśli wyskoczy tam napis nvidia, to moduł jest załadowany
# /etc/init.d/kdm start           (gdm, xdm   ->czy co tam masz)

Jeśli mimo to X'y nie działają, to pewnie coś jest nie tak z xorg.conf :)


“Generowanie liczb losowych jest zbyt ważne, żeby zostawiać to przypadkowi”

Offline

 

#56  2008-08-20 07:37:23

  ilin - Palacz

ilin
Palacz
Skąd: PRLu
Zarejestrowany: 2006-05-03

Re: Debian, a Ubuntu

Małe uwagi.

Kod:

wget http://us.download.nvidia.com/XFree86/Linux-x86/96.43.05/NVIDIA-Linux-x86-96.43.05-pkg1.run    
// zdaje się że najnowszy sterownik legacy, ale głowy nie dam sobie uciąć

Najnowszym legacy jest 96.43.07 ale tej karty chyba nie obsłuży tu trzeba serię 7xxx link ma wyżej do najnowszego.


Dodatkowo na przedostatnim screnie występuje komunikat o braku źródeł kernela.

Trzeba zainstalować kernel-headers stosowny do wersji  uname -r


Problemy rozwiązujemy na forum nie na PW -> Niech inni na tym skorzystają.
Polski portal Debiana

Offline

 

#57  2008-08-20 10:31:02

  Treadstone - Członek DUG

Treadstone
Członek DUG
Skąd: Chorzów
Zarejestrowany: 2005-09-19

Re: Debian, a Ubuntu

A co do niezgodności z gcc, wystarczy, że doinstalujesz (o ile jeszcze nie masz) gcc-4.1 i uruchomisz instalator w ten sposób:

Kod:

CC=/usr/bin/gcc-4.1 sh NVIDIA-Linux....

Offline

 

#58  2008-08-20 12:21:39

  sal_i - Członek DUG

sal_i
Członek DUG
Skąd: Neverhood
Zarejestrowany: 2007-01-01

Re: Debian, a Ubuntu

prawdę pisze ilin, dać mu wódki!!!
a pakiet z nagłówkami nazywa się linux-headers-`uname -r`


“Generowanie liczb losowych jest zbyt ważne, żeby zostawiać to przypadkowi”

Offline

 

#59  2008-08-24 00:10:53

  Just - Użytkownik

Just
Użytkownik
Skąd: Warszawa
Zarejestrowany: 2008-08-08

Re: Debian, a Ubuntu

Po pierwsze dzięki Wszystkim za pomoc :)
Uratowałem poleceniem dpkg-reconfigure xserver-xorg, a właściwie ponownym skonfigurowaniem i tym razem niezaznaczeniem opcji framebuffer'a (co to dokładnie jest i jakie ma zadanie?), który był przyczyną moich problemów.
Pakiet z nagłówkami był zainnstalowany w wersji odpowiedniej tej z polecenia uname -r - wcześniej sam do tego doszedłem :P
Nadal jednak nie wiem (pomimo, że rzeczywiście pojawiły się jakieś oznaki instalacji, ale tylko w formie linku do narzędzia NVIDIA X Server Setting odpalanym w trybie graficznym). Żadych innych różnic nie widzę. Nie działają mi wygaszacze w OpenGL, nie widzę przyspieszenia systemu podczas przeglądania kilku zakładek w Iceweasel (uruchomienie tych samych zakładek w pokrewnej przeglądarce w Windows nie nastręcza żadnych problemów z wydajnością systemu - tu jest inaczej; system, a właściwie przeglądarka jest bardzo spowolniona i potrzeba zazwyczaj poświęcić kilka sekund więcej na przełączenie zakładki podczas uruchomienia stron z dużą ilością zdjęć np...). Nic nie daje także wydanie polecenia lsmod | grep nvidia, a wydanie polecenia glxinfo | egrep '(direct|OpenGL)' skutkuje: Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Error: unable to open display :0.0

Nie wiem o co chodzi!

Offline

 

#60  2008-08-24 07:44:47

  ilin - Palacz

ilin
Palacz
Skąd: PRLu
Zarejestrowany: 2006-05-03

Re: Debian, a Ubuntu

Kod:

glxinfo | grep direct

To polecenie wydaj z konta usera nie roota.

Powinienes otrzymac takie coś

Kod:

adam@debian:~$ glxinfo | grep direct
direct rendering: Yes

Wtedy są poprawnie zainstalowane stery.


Problemy rozwiązujemy na forum nie na PW -> Niech inni na tym skorzystają.
Polski portal Debiana

Offline

 

#61  2008-08-24 15:53:41

  Just - Użytkownik

Just
Użytkownik
Skąd: Warszawa
Zarejestrowany: 2008-08-08

Re: Debian, a Ubuntu

glxinfo | grep direct dało:

Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".

Offline

 

#62  2008-08-24 16:12:53

  ilin - Palacz

ilin
Palacz
Skąd: PRLu
Zarejestrowany: 2006-05-03

Re: Debian, a Ubuntu

To było z usera?

Zainstaluj pakiet

Kod:

libgl1-mesa-glx

i powtorz operację.


Problemy rozwiązujemy na forum nie na PW -> Niech inni na tym skorzystają.
Polski portal Debiana

Offline

 

#63  2008-08-24 16:21:36

  Just - Użytkownik

Just
Użytkownik
Skąd: Warszawa
Zarejestrowany: 2008-08-08

Re: Debian, a Ubuntu

Tak.
Zainstalowałem ten pakiet i system wypluł ten sam komunikat co poprzednio/

Offline

 

#64  2008-08-24 16:25:12

  ilin - Palacz

ilin
Palacz
Skąd: PRLu
Zarejestrowany: 2006-05-03

Re: Debian, a Ubuntu

Pokaż

Kod:

cat /etc/X11/xorg.conf

Problemy rozwiązujemy na forum nie na PW -> Niech inni na tym skorzystają.
Polski portal Debiana

Offline

 

#65  2008-08-24 16:37:06

  Just - Użytkownik

Just
Użytkownik
Skąd: Warszawa
Zarejestrowany: 2008-08-08

Re: Debian, a Ubuntu

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "pl"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
EndSection

Offline

 

#66  2008-08-24 16:43:36

  ilin - Palacz

ilin
Palacz
Skąd: PRLu
Zarejestrowany: 2006-05-03

Re: Debian, a Ubuntu

Nie może działać.

Tak profilaktycznie sprawdzimy czy się terownik skompilowal.

Kod:

modprobe nvidia

Zrob to z roota .

Nie powinno nic wypluc tylko kursor do następnej linii przeskoczyć.

Jak tak bedzie to daj znać jak wywali cos to pokaz co.


Problemy rozwiązujemy na forum nie na PW -> Niech inni na tym skorzystają.
Polski portal Debiana

Offline

 

#67  2008-08-24 16:49:42

  Just - Użytkownik

Just
Użytkownik
Skąd: Warszawa
Zarejestrowany: 2008-08-08

Re: Debian, a Ubuntu

Nic nie wyszkoczyło...

Offline

 

#68  2008-08-24 17:00:18

  ilin - Palacz

ilin
Palacz
Skąd: PRLu
Zarejestrowany: 2006-05-03

Re: Debian, a Ubuntu

Czyli sterownik chyba masz dobrze zainstalowany.

Zrób teraz z roota

Kod:

nvidia-xconfig

i zrestartuj xy.


Problemy rozwiązujemy na forum nie na PW -> Niech inni na tym skorzystają.
Polski portal Debiana

Offline

 

#69  2008-08-24 17:10:53

  Just - Użytkownik

Just
Użytkownik
Skąd: Warszawa
Zarejestrowany: 2008-08-08

Re: Debian, a Ubuntu

Nie ma takiego polecenia...

Offline

 

#70  2008-08-24 17:16:25

  ilin - Palacz

ilin
Palacz
Skąd: PRLu
Zarejestrowany: 2006-05-03

Re: Debian, a Ubuntu

Dziwne bo to po instalacji sterow nvidii powstaje.

Teraz to nie wiem czy sie zainstalowalo czy nie.

Pokaz zawartośc /var/log/nvidia-installer.log


Problemy rozwiązujemy na forum nie na PW -> Niech inni na tym skorzystają.
Polski portal Debiana

Offline

 

#71  2008-08-24 17:39:51

  Just - Użytkownik

Just
Użytkownik
Skąd: Warszawa
Zarejestrowany: 2008-08-08

Re: Debian, a Ubuntu

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Sun Aug 17 23:56:44 2008
installer version: 1.0.7

option status:
  license pre-accepted    : false
  update                  : false
  force update            : false
  expert                  : false
  uninstall               : false
  driver info             : false
  precompiled interfaces  : true
  no ncurses color        : false
  query latest version    : false
  OpenGL header files     : true
  no questions            : false
  silent                  : false
  no recursion            : false
  no backup               : false
  kernel module only      : false
  sanity                  : false
  add this kernel         : false
  no runlevel check       : false
  no network              : false
  no ABI note             : false
  no RPMs                 : false
  no kernel module        : false
  force SELinux           : default
  no X server check       : false
  no cc version check     : false
  force tls               : (not specified)
  X install prefix        : (not specified)
  X library install path  : (not specified)
  X module install path   : (not specified)
  OpenGL install prefix   : (not specified)
  OpenGL install libdir   : (not specified)
  utility install prefix  : (not specified)
  utility install libdir  : (not specified)
  doc install prefix      : (not specified)
  kernel name             : (not specified)
  kernel include path     : (not specified)
  kernel source path      : (not specified)
  kernel output path      : (not specified)
  kernel install path     : (not specified)
  proc mount point        : /proc
  ui                      : (not specified)
  tmpdir                  : /tmp
  ftp mirror              : ftp://download.nvidia.com
  RPM file list           : (not specified)

Using: nvidia-installer ncurses user interface
-> License accepted.
-> Installing NVIDIA driver version 71.86.06.
-> No precompiled kernel interface was found to match your kernel; would you li
   ke the installer to attempt to download a kernel interface for your kernel f
   rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: No)
-> No precompiled kernel interface was found to match your kernel; this means
   that the installer will need to compile a new kernel interface.
-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
-> The CC version check failed:
   
   The compiler used to compile the kernel (gcc 4.1) does not exactly match the
   current compiler (gcc 4.3).  The Linux 2.6 kernel module loader rejects kern
   el modules built with a version of gcc that does not exactly match that of t
   he compiler used to build the running kernel.
   
   If you know what you are doing and want to ignore the gcc version check, sel
   ect "No" to continue installation.  Otherwise, select "Yes" to abort install
   ation, set the CC environment variable to the name of the compiler used to c
   ompile your kernel, and restart installation.  Abort now? (Answer: No)
-> Kernel source path: '/lib/modules/2.6.24-1-686/build'
-> Kernel output path: '/lib/modules/2.6.24-1-686/build'
-> Performing rivafb check.
-> Performing nvidiafb check.
-> Performing Xen check.
-> Cleaning kernel module build directory.
   executing: 'cd ./usr/src/nv; make clean'...
-> Building kernel module:
   executing: 'cd ./usr/src/nv; make module SYSSRC=/lib/modules/2.6.24-1-686/bu
   ild SYSOUT=/lib/modules/2.6.24-1-686/build'...
   NVIDIA: calling KBUILD...
   make CC=cc  KBUILD_VERBOSE=1 -C /lib/modules/2.6.24-1-686/build SUBDIRS=/tmp
   /selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv modules
   test -e include/linux/autoconf.h -a -e include/config/auto.conf || (        \
       echo;                                \
       echo "  ERROR: Kernel configuration is invalid.";        \
       echo "         include/linux/autoconf.h or include/config/auto.conf are mis
   sing.";    \
       echo "         Run 'make oldconfig && make prepare' on kernel src to fix it
   .";    \
       echo;                                \
       /bin/false)
   mkdir -p /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/.tmp_vers
   ions ; rm -f /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/.tmp_
   versions/*
   make -f scripts/Makefile.build obj=/tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06
   -pkg1/usr/src/nv
     cc -Wp,-MD,/tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/.nv.o
   .d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.1/include -D__KERNEL_
   _ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-protot
   ypes -Wno-trigraphs -fno-strict-alia
   sing -fno-common -Werror-implicit-function-declaration -Os -pipe -msoft-floa
   t -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2  -march=i686
   -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_
   SIGNAL_FRAME=1 -Iinclude/asm-x86/mach-default -fomit-frame-pointer  -fno-sta
   ck-protector -Wdeclaration-after-statement -Wno-pointer-sign   -I/tmp/selfgz
   3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-typ
   e -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-mul
   tichar -Werror -MD   -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNE
   L_NAMES -D__KERNEL__ -DMODULE -DNTRM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D_
   _KERNEL__ -DMODULE -DNV_VERSION_STRING=\"71.86.06\" -DNV_UNIX -DNV_LINUX -DN
   V_INT64_OK -DNVCPU_X86 -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=
   #s" -D"KBUILD_BASENAME=KBUILD_STR(nv)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)
   " -c -o /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/.tmp_nv.o
   /tmp/selfgz3517/NVIDIA-Linux-x86-71.
   86.06-pkg1/usr/src/nv/nv.c
   In file included from include/linux/list.h:8,
                    from include/linux/preempt.h:11,
                    from include/linux/spinlock.h:49,
                    from include/linux/seqlock.h:29,
                    from include/linux/time.h:8,
                    from include/linux/timex.h:57,
                    from include/linux/sched.h:53,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/nv-linux.h:19,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/nv.c:14:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:57: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/asm/dma-mapping_32.h:5,
                    from include/asm/dma-mapping.h:2,
                    from include/linux/dma-mapping.h:52,
                    from include/asm-generic/pci-dma-compat.h:7,
                    from include/asm/pci.h:88,
                    from include/linux/pci.h:796,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/nv-linux.h:83,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/nv.c:14:
   include/linux/scatterlist.h: In function ‘sg_virt’:
   include/linux/scatterlist.h:293: warning: pointer of type ‘void *’ used
   in arithmetic
   /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/nv.c: In function
   ‘__nv_setup_pat_entries’:
   /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/nv.c:887: warning:
   comparison between signed and unsigned
   /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/nv.c: In function
   ‘__nv_restore_pat_entries’:
   /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/nv.c:913: warning:
   comparison between signed and unsigned
   /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/nv.c: In function
   ‘nv_kern_cpu_callback’:
   /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/nv.c:1239: warning
   : comparison between signed and unsigned
   /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/nv.c:1246: warning
   : comparison between signed and unsigned
     cc -Wp,-MD,/tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/.nv-v
   m.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.1/include -D__KERN
   EL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-pro
   totypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-fun
   ction-declaration -Os -pipe -msoft-float -mregparm=3 -freg-struct-return -mp
   referred-stack-boundary=2  -march=i686 -ffreestanding -maccumulate-outgoing-
   args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-x86/mach
   -default -fomit-frame-pointer  -fno-stack-protector -Wdeclaration-after-stat
   ement -Wno-pointer-sign   -I/tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/u
   sr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts
   -Wparentheses -Wpointer-arith -Wno-multichar -Werror -MD   -Wsign-compare -W
   no-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMO
   DULE -DNTRM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNV_V
   ERSION_STRING=\"71.86.06\" -DNV_UNIX -DNV_LINUX -DNV_INT64_OK -DNVCPU_X86 -U
   DEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KB
   UILD_STR(nv_vm)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz351
   7/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/.tmp_nv-vm.o /tmp/selfgz3517/NVI
   DIA-Linux-x86-71.86.06-pkg1/usr/src/nv/nv-vm.c
   In file included from include/linux/list.h:8,
                    from include/linux/preempt.h:11,
                    from include/linux/spinlock.h:49,
                    from include/linux/seqlock.h:29,
                    from include/linux/time.h:8,
                    from include/linux/timex.h:57,
                    from include/linux/sched.h:53,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/nv-linux.h:19,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/nv-vm.c:14:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:57: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/asm/dma-mapping_32.h:5,
                    from include/asm/dma-mapping.h:2,
                    from include/linux/dma-mapping.h:52,
                    from include/asm-generic/pci-dma-compat.h:7,
                    from include/asm/pci.h:88,
                    from include/linux/pci.h:796,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/nv-linux.h:83,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/nv-vm.c:14:
   include/linux/scatterlist.h: In function ‘sg_virt’:
   include/linux/scatterlist.h:293: warning: pointer of type ‘void *’ used
   in arithmetic
     cc -Wp,-MD,/tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/.os-a
   gp.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.1/include -D__KER
   NEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-pr
   ototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-fu
   nction-declaration -Os -pipe -msoft-float -mregparm=3 -freg-struct-return -m
   preferred-stack-boundary=2  -march=i686 -ffreestanding -maccumulate-outgoing
   -args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-x86/mac
   h-default -fomit-frame-pointer  -fno-stack-protector -Wdeclaration-after-sta
   tement -Wno-pointer-sign   -I/tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/
   usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscript
   s -Wparentheses -Wpointer-arith -Wno-multichar -Werror -MD   -Wsign-compare
   -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNTRM
   -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNV_VERSION_STRIN
   G=\"71.86.06\" -DNV_UNIX -DNV_LINUX -DNV_INT64_OK -DNVCPU_X86 -UDEBUG -U_DEB
   UG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_
   agp)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz3517/NVIDIA-Li
   nux-x86-71.86.06-pkg1/usr/src/nv/.tmp_os-agp.o /tmp/selfgz351
   7/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/os-agp.c
   In file included from include/linux/list.h:8,
                    from include/linux/preempt.h:11,
                    from include/linux/spinlock.h:49,
                    from include/linux/seqlock.h:29,
                    from include/linux/time.h:8,
                    from include/linux/timex.h:57,
                    from include/linux/sched.h:53,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/nv-linux.h:19,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/os-agp.c:24:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:57: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/asm/dma-mapping_32.h:5,
                    from include/asm/dma-mapping.h:2,
                    from include/linux/dma-mapping.h:52,
                    from include/asm-generic/pci-dma-compat.h:7,
                    from include/asm/pci.h:88,
                    from include/linux/pci.h:796,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/nv-linux.h:83,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/os-agp.c:24:
   include/linux/scatterlist.h: In function ‘sg_virt’:
   include/linux/scatterlist.h:293: warning: pointer of type ‘void *’ used
   in arithmetic
     cc -Wp,-MD,/tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/.os-i
   nterface.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.1/include -
   D__KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstr
   ict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-impli
   cit-function-declaration -Os -pipe -msoft-float -mregparm=3 -freg-struct-ret
   urn -mpreferred-stack-boundary=2  -march=i686 -ffreestanding -maccumulate-ou
   tgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-x
   86/mach-default -fomit-frame-pointer  -fno-stack-protector -Wdeclaration-aft
   er-statement -Wno-
   pointer-sign   -I/tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv -
   Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparenthe
   ses -Wpointer-arith -Wno-multichar -Werror -MD   -Wsign-compare -Wno-cast-qu
   al -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNTRM -D_GNU_SOUR
   CE -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNV_VERSION_STRING=\"71.86.0
   6\" -DNV_UNIX -DNV_LINUX -DNV_INT64_OK -DNVCPU_X86 -UDEBUG -U_DEBUG -DNDEBUG
    -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_interface)"
   -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz3517/NVIDIA-Linux-x86
   -71.86.06-pkg1/usr/src/nv/.tmp_os-interface.o /tmp/selfgz3517/NVIDIA-Linux-x
   86-71.86.06-pkg1/usr/src/nv/os-interface.c
   In file included from include/linux/list.h:8,
                    from include/linux/preempt.h:11,
                    from include/linux/spinlock.h:49,
                    from include/linux/seqlock.h:29,
                    from include/linux/time.h:8,
                    from include/linux/timex.h:57,
                    from include/linux/sched.h:53,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/nv-linux.h:19,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/os-interface.c:26:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:57: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/asm/dma-mapping_32.h:5,
                    from include/asm/dma-mapping.h:2,
                    from include/linux/dma-mapping.h:52,
                    from include/asm-generic/pci-dma-compat.h:7,
                    from include/asm/pci.h:88,
                    from include/linux/pci.h:796,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/nv-linux.h:83,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/os-interface.c:26:
   include/linux/scatterlist.h: In function ‘sg_virt’:
   include/linux/scatterlist.h:293: warning: pointer of type ‘void *’ used
   in arithmetic
     cc -Wp,-MD,/tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/.os-r
   egistry.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.1/include -D
   __KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstri
   ct-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implic
   it-function-declaration -Os -pipe -msoft-float -mregparm=3 -freg-struct-retu
   rn -mpreferred-stack-boundary=2  -march=i686 -ffreestanding -maccumulate-out
   going-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-x8
   6/mach-default -fomit-frame-pointer  -fno-stack-protector -Wdeclaration-afte
   r-statement -Wno-pointer-sign   -I/tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-
   pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subs
   cripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -MD   -Wsign-com
   pare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -
   DNTRM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D__KERN
   EL__ -DMODULE -DNV_VERSION_STRING=\"71.86.06\" -DNV_UNIX -DNV_LINUX -DNV_INT
   64_OK -DNVCPU_X86 -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE -D"KBUILD_STR(s)=#s" -
   D"KBUILD_BASENAME=KBUILD_STR(os_registry)"  -D"KBUILD_MODNAME=KBUILD_STR(nvi
   dia)" -c -o /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/.tmp_o
   s-registry.o /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/os-re
   gistry.c
   In file included from include/linux/list.h:8,
                    from include/linux/preempt.h:11,
                    from include/linux/spinlock.h:49,
                    from include/linux/seqlock.h:29,
                    from include/linux/time.h:8,
                    from include/linux/timex.h:57,
                    from include/linux/sched.h:53,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/nv-linux.h:19,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/os-registry.c:14:
   include/linux/prefetch.h: In function ‘prefetch_range’:
   include/linux/prefetch.h:57: warning: pointer of type ‘void *’ used in a
   rithmetic
   In file included from include/asm/dma-mapping_32.h:5,
                    from include/asm/dma-mapping.h:2,
                    from include/linux/dma-mapping.h:52,
                    from include/asm-generic/pci-dma-compat.h:7,
                    from include/asm/pci.h:88,
                    from include/linux/pci.h:796,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/nv-linux.h:83,
                    from /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/os-registry.c:14:
   include/linux/scatterlist.h: In function ‘sg_virt’:
   include/linux/scatterlist.h:293: warning: pointer of type ‘void *’ used
   in arithmetic
     ld -m elf_i386 -m elf_i386   -r -o /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.
   06-pkg1/usr/src/nv/nvidia.o /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/u
   sr/src/nv/nv-kernel.o /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src
   /nv/nv.o /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-p
   kg1/usr/src/nv/nv-vm.o /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/sr
   c/nv/os-agp.o /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/os-i
   nterface.o /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/os-regi
   stry.o
     Building modules, stage 2.
   make -f /usr/src/linux-headers-2.6.24-1-686/scripts/Makefile.modpost
     scripts/mod/modpost -m  -i /usr/src/linux-headers-2.6.24-1-686/Module.symv
   ers -I /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/Module.symv
   ers -o /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/Module.symv
   ers -w -s
     cc -Wp,-MD,/tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/.nvid
   ia.mod.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.1/include -D_
   _KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstric
   t-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implici
   t-function-declaration -Os -pipe -msoft-float -mregparm=3 -freg-struct-retur
   n -mpreferred-stack-boundary=2  -march=i686 -ffreestanding -maccumulate-o
   utgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -Iinclude/asm-
   x86/mach-default -fomit-frame-pointer  -fno-stack-protector -Wdeclaration-af
   ter-statement -Wno-pointer-sign    -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=K
   BUILD_STR(nvidia.mod)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -DMODULE -c -o
   /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/nvidia.mod.o /tmp/
   selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1/usr/src/nv/nvidia.mod.c
     ld -m elf_i386 -r -m elf_i386  --build-id -o /tmp/selfgz3517/NVIDIA-Linux-
   x86-71.86.06-pkg1/usr/src/nv/nvidia.ko /tmp/selfgz3517/NVIDIA-Linux-x86-71.8
   6.06-pkg1/usr/src/nv/nvidia.o /tmp/selfgz3517/NVIDIA-Linux-x86-71.86.06-pkg1
   /usr/src/nv/nvidia.mod.o
   NVIDIA: left KBUILD.
-> done.
-> Kernel module compilation complete.
-> Kernel messages:
   Adding 393552k swap on /dev/sda7.  Priority:-1 extents:1 across:393552k
   EXT3 FS on sda6, internal journal
   loop: module loaded
   kjournald starting.  Commit interval 5 seconds
   EXT3 FS on sda8, internal journal
   EXT3-fs: mounted filesystem with ordered data mode.
   No dock devices found.
   usb 1-2: [ueagle-atm] modem operational
   NET: Registered protocol family 10
   lo: Disabled Privacy Extensions
   PPP generic driver version 2.4.2
   PPP BSD Compression module registered
   PPP Deflate Compression module registered
   usb 1-2: [ueagle-atm] modem synchronization failed (may be try other
   cmv/dsp)
   usb 1-2: [ueagle-atm] (re)booting started
   usb 1-2: [ueagle-atm] ATU-R firmware version : 44e2ea17
   usb 1-2: [Ueagle-atm] requesting firmware ueagle-atm/CMVep.bin.v2 failed,
   try to get older cmvs
   usb 1-2: [Ueagle-atm] use deprecated cmvs version, please update your
   firmware
   usb 1-2: [ueagle-atm] modem started, waiting synchronization...
   usb 1-2: [ueagle-atm] modem operational
   warning: process `nvidia-installe' used the deprecated sysctl system call
   with 1.23.
   warning: process `nvidia-installe' used the deprecated sysctl system call
   with 1.23.
   nvidia: module license 'NVIDIA' taints kernel.
   ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
   NVRM: loading NVIDIA Linux x86 Kernel Module  71.86.06  Wed Jul  2 12:15:39
   PDT 2008
-> Installing both new and classic TLS OpenGL libraries.
-> Searching for conflicting X files:
-> done.
-> Searching for conflicting OpenGL files:
-> done.
-> Installing 'NVIDIA Accelerated Graphics Driver for Linux-x86' (71.86.06):
   executing: '/sbin/ldconfig'...
   executing: '/sbin/depmod -aq'...
-> done.
-> Driver file installation is complete.
-> Running post-install sanity check:
-> done.
-> Post-install sanity check passed.
-> Shared memory test passed.
-> Running runtime sanity check:
-> done.
-> Runtime sanity check passed.
-> Installation of the NVIDIA Accelerated Graphics Driver for Linux-x86
   (version: 71.86.06) is now complete.  Please update your XF86Config or
   xorg.conf file as appropriate; see the file
   /usr/share/doc/NVIDIA_GLX-1.0/README for details.

Offline

 

#72  2008-08-24 17:45:47

  ilin - Palacz

ilin
Palacz
Skąd: PRLu
Zarejestrowany: 2006-05-03

Re: Debian, a Ubuntu

Wydaje się być ok.

Pokaz jeszcze

Kod:

ls /usr/bin | grep nvidia

Problemy rozwiązujemy na forum nie na PW -> Niech inni na tym skorzystają.
Polski portal Debiana

Offline

 

#73  2008-08-24 17:47:06

  Just - Użytkownik

Just
Użytkownik
Skąd: Warszawa
Zarejestrowany: 2008-08-08

Re: Debian, a Ubuntu

nvidia-bug-report.sh
nvidia-installer
nvidia-settings

Offline

 

#74  2008-08-24 18:00:25

  ilin - Palacz

ilin
Palacz
Skąd: PRLu
Zarejestrowany: 2006-05-03

Re: Debian, a Ubuntu

Wygląda ze ta wersja sterownika nie ma tej opcji.

Zamień w /etc/X11/xorg.conf

Kod:

Section "Device"
        Identifier      "Configured Video Device"
EndSection

na

Kod:

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
EndSection

I zrestartuj xy


Problemy rozwiązujemy na forum nie na PW -> Niech inni na tym skorzystają.
Polski portal Debiana

Offline

 

#75  2008-08-24 18:54:12

  Just - Użytkownik

Just
Użytkownik
Skąd: Warszawa
Zarejestrowany: 2008-08-08

Re: Debian, a Ubuntu

Teraz system uruchomił mi się w trybie niskiej rozdzielczości i prawie nic nie widzę :( (nie można tego oczywiście zmienić w klikanym konfiguratorze) Pomocy!

Ostatnio edytowany przez Just (2008-08-24 18:54:45)

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
Możesz wyłączyć AdBlock — tu nie ma reklam ;-)