Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Nvidia GeForce 6200  (gelezen 5724 keer)

Offline theokus

  • Lid
Nvidia GeForce 6200
« Gepost op: 2006/06/29, 23:51:04 »
De Nvidia GeForce 6200 wordt niet automatisch herkend door Ubuntu.
Nu wilde ik graag een driver van Nvidia installeren maar dat lukt niet.
Ubuntu zegt mij dat de X server draait....
Hoe zet ik die dan uit?
Of kan ik de driver installeren?
As good as it gets

Offline bartek

  • Lid
    • http://bartek.blogsome.com
Nvidia GeForce 6200
« Reactie #1 Gepost op: 2006/06/30, 06:37:47 »
Vreemd volgens mij is er 1 driver in de repositories die voor alle modellen moet gelden.
Hebt ge deze procedure gevolgd:
sudo apt-get install nvidia-glx
sudo nvidia-xconfig
en herstarten.
Het verwijderen van het nVidia scherm bij 't opstarten gaat op deze manier:
Open terminal en typ:
sudo gedit /etc/X11/xorg.conf
Verander :

    Section "Device"
        Identifier    "NVIDIA Corporation ..."
        ...
    EndSection

naar:

    Section "Device"
        Identifier    "NVIDIA Corporation ..."
        ...
        Option        "NoLogo"
    EndSection

(maw: voeg 1 regeltje toe)
| Deliberando saepe perit occasio |

"Car la vie est un bien perdu quand on n'a pas vécu comme on l'aurait voulu"

Nvidia GeForce 6200
« Reactie #2 Gepost op: 2006/06/30, 10:54:48 »
De 62oo kan wel eens de legacy driver nodig hebben...

Offline theokus

  • Lid
Nvidia GeForce 6200
« Reactie #3 Gepost op: 2006/06/30, 12:49:49 »
Citaat van: Dennis
De 62oo kan wel eens de legacy driver nodig hebben...
Bedankt voor de info.

Ga dat weer eens allemaal proberen.
Heb ook gezien dat nvidia-xconfig een hoop commando's kan uitvoeren
via&in de terminal.
Maar heeft dat zin als de kaart niet herkend wordt...

Vermits de kaart niet werd herkend kon ik maar 3 resoluties kiezen.
Niet bijv. 1280x1204.

O.T.

die gag46 is wel mijn redding geweest > kan dus kiezen ofwel Vista ofwel Ubuntu.
As good as it gets

Offline theokus

  • Lid
Nvidia GeForce 6200
« Reactie #4 Gepost op: 2006/06/30, 14:46:29 »
Citaat van: bartek
Vreemd volgens mij is er 1 driver in de repositories die voor alle modellen moet gelden.
Hebt ge deze procedure gevolgd:
sudo apt-get install nvidia-glx
sudo nvidia-xconfig
en herstarten.
Het verwijderen van het nVidia scherm bij 't opstarten gaat op deze manier:
Open terminal en typ:
sudo gedit /etc/X11/xorg.conf
Verander :

    Section "Device"
        Identifier    "NVIDIA Corporation ..."
        ...
    EndSection

naar:

    Section "Device"
        Identifier    "NVIDIA Corporation ..."
        ...
        Option        "NoLogo"
    EndSection

(maw: voeg 1 regeltje toe)
Okee > gedaan > helpt niks...

HOE kan ik de x server uizetten zodat ik de driver van
Nvidia.com kan installeren????
As good as it gets

Offline theokus

  • Lid
Nvidia GeForce 6200
« Reactie #5 Gepost op: 2006/06/30, 14:49:15 »
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon May 15 13:23:42 PDT 2006

# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

   # path to defoma fonts
    FontPath        "/usr/share/X11/fonts/misc"
    FontPath        "/usr/share/X11/fonts/cyrillic"
    FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/Type1"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
EndSection

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

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ExplorerPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 51.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV40? [Unknown nVidia Card]"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV40? [Unknown nVidia Card]"
    Monitor        "Generic Monitor"
    DefaultDepth    24
    Option         "NoLogo"
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
As good as it gets

Comp_Lex

  • Gast
Nvidia GeForce 6200
« Reactie #6 Gepost op: 2006/06/30, 14:50:20 »
Doe in Terminal eens:

lspcien zou je de output hier kunnen plakken?

Offline theokus

  • Lid
Nvidia GeForce 6200
« Reactie #7 Gepost op: 2006/06/30, 15:12:58 »
Citaat van: Comp_Lex
Doe in Terminal eens:

lspcien zou je de output hier kunnen plakken?
theokus@UBUNTU-PC:~$ lspci
0000:00:00.0 Host bridge: Intel Corporation 82845 845 (Brookdale) Chipset Host Bridge (rev 11)
0000:00:01.0 PCI bridge: Intel Corporation 82845 845 (Brookdale) Chipset AGP Bridge (rev 11)
0000:00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
0000:00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
0000:00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
0000:00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
0000:00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 81)
0000:00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge (rev 01)
0000:00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller (rev 01)
0000:00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
0000:01:00.0 VGA compatible controller: nVidia Corporation GeForce 6200 (rev a1)
0000:02:02.0 RAID bus controller: Promise Technology, Inc. PDC20276 (MBFastTrak133 Lite) (rev 01)
0000:02:03.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
0000:02:04.0 FireWire (IEEE 1394): NEC Corporation uPD72874 IEEE1394 OHCI 1.1 3-port PHY-Link Ctrlr (rev 01)
0000:02:08.0 Ethernet controller: Intel Corporation 82801DB PRO/100 VE (LOM) Ethernet Controller (rev 81)
0000:02:0a.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8029(AS)
0000:02:0b.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
0000:02:0c.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23416) MPEG-2 Encoder (rev 01)
0000:02:0d.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 04)
0000:02:0d.1 Input device controller: Creative Labs SB Live! MIDI/Game Port (rev 01)
0000:02:0e.0 SCSI storage controller: Adaptec AHA-2940U2/U2W
theokus@UBUNTU-PC:~$



Deze??
0000:01:00.0 VGA compatible controller: nVidia Corporation GeForce 6200 (rev a1)

Het pci-adres staat ook nergens vermeldt in de conf :-)
As good as it gets

Comp_Lex

  • Gast
Nvidia GeForce 6200
« Reactie #8 Gepost op: 2006/06/30, 15:18:50 »
Als je

sudo apt-get install nvidia-glxdoet, met welke foutmelding komt Ubuntu dan?

Offline theokus

  • Lid
Nvidia GeForce 6200
« Reactie #9 Gepost op: 2006/06/30, 15:21:10 »
Citaat van: Comp_Lex
Als je

sudo apt-get install nvidia-glxdoet, met welke foutmelding komt Ubuntu dan?
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd... Klaar
nvidia-glx is reeds de nieuwste versie.
0 pakketten opgewaardeerd, 0 nieuwe pakketten ge
As good as it gets

Comp_Lex

  • Gast
Nvidia GeForce 6200
« Reactie #10 Gepost op: 2006/06/30, 15:23:33 »
Ow okee, dan is er dus niets aan de hand. Heb je verder nog iets geinstalleerd wat met de drivers te maken zou kunnen hebben? (settings of xconfig)

Offline theokus

  • Lid
Nvidia GeForce 6200
« Reactie #11 Gepost op: 2006/06/30, 15:29:52 »
Citaat van: Comp_Lex
Ow okee, dan is er dus niets aan de hand. Heb je verder nog iets geinstalleerd wat met de drivers te maken zou kunnen hebben? (settings of xconfig)
Hahaha...jaja..sorry hee :-)
Ik doe niks anders jong :-)
Omdat ik maar 3 resoluties krijg...
Die 1280x1204 gaat dus niet.

Hoe zou ik nu zuiver en opnieuw kunnen beginnen?
Een nieuwe install van Ubuntu zal ook niks helpen want dit
is niet de 1ste keer.

Ik kan ook niet die speciale driver van Nvidia installeren
omdat die telkens zegt dat dit niet gaat omdat X SERVER draait.
HOE zet ik die nest dan uit?

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Fri Jun 30 15:04:36 2006

option status:
  license pre-accepted    : false
  update                  : false
  force update            : false
  expert                  : false
  uninstall               : false
  driver info             : false
  no precompiled interface: false
  no ncurses color        : false
  query latest driver ver : false
  OpenGL header files     : true
  no questions            : false
  silent                  : 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
  force tls               : (not specified)
  force compat32 tls      : (not specified)
  X install prefix        : /usr/X11R6
  OpenGL install prefix   : /usr
  compat32 install prefix : (not specified)
  installer install prefix: /usr
  utility install prefix  : /usr
  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
ERROR: An NVIDIA kernel module 'nvidia' appears to already be loaded in your
       kernel.  This may be because it is in use (for example, by the X
       server), but may also happen if your kernel was configured without
       support for module unloading.  Please be sure you have exited X before
       attempting to upgrade your driver.  If you have exited X, know that your
       kernel supports module unloading, and still receive this message, then
       an error may have occured that has corrupted the NVIDIA kernel module's
       usage count; the simplest remedy is to reboot your computer.
ERROR: Installation has failed.  Please see the file
       '/var/log/nvidia-installer.log' for details.  You may find suggestions
       on fixing installation problems in the README available on the Linux
       driver download page at www.nvidia.com.

Toeme, ben lastig seg....neen echt en sorry hoor.
Ze spreken me teveel in de "voorwaardelijk wijze" :-)
(zou kunnen, you may find enz. enz.)
As good as it gets

Comp_Lex

  • Gast
Nvidia GeForce 6200
« Reactie #12 Gepost op: 2006/06/30, 15:35:12 »
Heb je linux-restricted-modules ook geinstalleerd?

Offline theokus

  • Lid
Nvidia GeForce 6200
« Reactie #13 Gepost op: 2006/06/30, 15:37:15 »
Citaat van: Comp_Lex
Heb je linux-restricted-modules ook geinstalleerd?
Alleen de binary in Ubuntu 6.06 LTS
Alle vier gevinkt dus...
As good as it gets

Comp_Lex

  • Gast
Nvidia GeForce 6200
« Reactie #14 Gepost op: 2006/06/30, 15:42:59 »
Maar heb je xconfig en settings nu wel of niet geinstalleerd?

Offline theokus

  • Lid
Nvidia GeForce 6200
« Reactie #15 Gepost op: 2006/06/30, 15:47:45 »
Citaat van: Comp_Lex
Maar heb je xconfig en settings nu wel of niet geinstalleerd?
Heb net gekeken in de synaptic: zie daar VIER opties
en die zijn NIET ge
As good as it gets

Comp_Lex

  • Gast
Nvidia GeForce 6200
« Reactie #16 Gepost op: 2006/06/30, 15:58:13 »
Ow sorry, ik denk dat ik nu te onduidelijk ben geweest. Ik heb het dus over nvidia-xconfig en nvidia-settings die met de driver meekomen. Als je die niet geinstalleerd hebt dan is het goed, want anders wordt nvidia-glx verwijdert en is je X kapot. En nvidia-glx-legacy hoef je niet te installeren, want die is niet voor je videokaart bedoelt.

Heb je ook

sudo nvidia-glx-config enablegedaan?

Zo ja, toen je CTRL-ALT-BACKSPACE hebt gedaan, heb je ook het logo van nvidia gezien?

Offline theokus

  • Lid
Nvidia GeForce 6200
« Reactie #17 Gepost op: 2006/06/30, 16:01:10 »
Citaat van: Comp_Lex
Ow sorry, ik denk dat ik nu te onduidelijk ben geweest. Ik heb het dus over nvidia-xconfig en nvidia-settings die met de driver meekomen. Als je die niet geinstalleerd hebt dan is het goed, want anders wordt nvidia-glx verwijdert en is je X kapot. En nvidia-glx-legacy hoef je niet te installeren, want die is niet voor je videokaart bedoelt.

Heb je ook

sudo nvidia-glx-config enablegedaan?

Zo ja, toen je CTRL-ALT-BACKSPACE hebt gedaan, heb je ook het logo van nvidia gezien?
Error: your X configuration has been altered.
This script cannot proceed automatically. If you believe that this
not correct, you can update the md5sum entry executing the following
command:
md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum
otherwise edit manually /etc/X11/xorg.conf to change the Driver section
from nv to nvidia.

als ik het commando uitvoer krijg ik bovenstaande....

Section "Device"
    Identifier     "NVIDIA Corporation NV40? [Unknown nVidia Card]"
    Driver         "nvidia"
EndSection

>> er staat reeds nvidia
As good as it gets

Comp_Lex

  • Gast
Nvidia GeForce 6200
« Reactie #18 Gepost op: 2006/06/30, 16:19:10 »
En wat gebeurt er als je dit doet?

md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sumen daarna:

sudo nvidia-glx-config enable

Offline theokus

  • Lid
Nvidia GeForce 6200
« Reactie #19 Gepost op: 2006/06/30, 16:24:39 »
Citaat van: Comp_Lex
En wat gebeurt er als je dit doet?

md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sumen daarna:

sudo nvidia-glx-config enable
Er komt beweging in :-)
theokus@UBUNTU-PC:~$ md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum
Password:
84b82ed9598d42d28aac20c7ec4bbd28  /etc/X11/xorg.conf
theokus@UBUNTU-PC:~$ sudo nvidia-glx-config enable

A backup of xorg.conf has been stored as:
/var/backups/xorg.conf.2006-06-30-16:23:23.
If the new configuration will not work you will be able to
revert the changes simply using this command:
cp /var/backups/xorg/xorg.conf.2006-06-30-16:23:23 /etc/X11/xorg.conf


Warning: your X configuration has been succesfully changed.
In order to take full advantage of the changes, X needs to
be restarted.

theokus@UBUNTU-PC:~$

Ik wacht nog even jouw reactie af :-)
En dan zal ik eens terug starten....
As good as it gets

Offline theokus

  • Lid
Nvidia GeForce 6200
« Reactie #20 Gepost op: 2006/06/30, 16:26:08 »
Citaat van: theokus
Citaat van: Comp_Lex
En wat gebeurt er als je dit doet?

md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sumen daarna:

sudo nvidia-glx-config enable
Er komt beweging in :-)
theokus@UBUNTU-PC:~$ md5sum /etc/X11/xorg.conf | sudo tee /var/lib/x11/xorg.conf.md5sum
Password:
84b82ed9598d42d28aac20c7ec4bbd28  /etc/X11/xorg.conf
theokus@UBUNTU-PC:~$ sudo nvidia-glx-config enable

A backup of xorg.conf has been stored as:
/var/backups/xorg.conf.2006-06-30-16:23:23.
If the new configuration will not work you will be able to
revert the changes simply using this command:
cp /var/backups/xorg/xorg.conf.2006-06-30-16:23:23 /etc/X11/xorg.conf


Warning: your X configuration has been succesfully changed.
In order to take full advantage of the changes, X needs to
be restarted.

theokus@UBUNTU-PC:~$

Ik wacht nog even jouw reactie af :-)
En dan zal ik eens terug starten....
Section "Device"
   Identifier   "ATI Technologies, Inc. Radeon RV100 QY [Radeon 7000/VE]"
   Driver      "nvidia"
   BusID      "PCI:0:5:0"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   Option      "DPMS"
   HorizSync   28-51
   VertRefres

Dat is toch een mop zeker?
As good as it gets

Comp_Lex

  • Gast
Nvidia GeForce 6200
« Reactie #21 Gepost op: 2006/06/30, 16:31:43 »
What The F*CK!

Okee even relaxen. Als je Option "Nologo" hebt, haal die dan even weg en doe daarna: CTRL-ALT-BACKSPACE

Krijg je dan ook het logo van nvidia te zien?

Offline theokus

  • Lid
Nvidia GeForce 6200
« Reactie #22 Gepost op: 2006/06/30, 16:33:30 »
Citaat van: Comp_Lex
What The F*CK!

Okee even relaxen. Als je Option "Nologo" hebt, haal die dan even weg en doe daarna: CTRL-ALT-BACKSPACE

Krijg je dan ook het logo van nvidia te zien?
Niet te geloven he:-)
Ik lag plat achterover van de lach.
As good as it gets

Offline theokus

  • Lid
Nvidia GeForce 6200
« Reactie #23 Gepost op: 2006/06/30, 16:42:54 »
Citaat van: theokus
Citaat van: Comp_Lex
What The F*CK!

Okee even relaxen. Als je Option "Nologo" hebt, haal die dan even weg en doe daarna: CTRL-ALT-BACKSPACE

Krijg je dan ook het logo van nvidia te zien?
Niet te geloven he:-)
Ik lag plat achterover van de lach.
't Is helemaal om zeep peis ik :-)
NA ctrl-alt-backspace was het gedaan.....
Kreeg een bekend tekstscherm > kan ja of neen kiezen om
de "dump" te zien....
Ik zou nu met "nano" de conf-file bewerken....
Krijg geen grafisch scherm meer...gdm gaat niet meer.
As good as it gets

Comp_Lex

  • Gast
Nvidia GeForce 6200
« Reactie #24 Gepost op: 2006/06/30, 16:53:19 »
Je kunt

cp /var/backups/xorg/xorg.conf.2006-06-30-16:23:23 /etc/X11/xorg.confdoen om de backup weer terug te zetten.

Ik denk dat het beste is om "nvidia" weer terug te veranderen in "nv" en dan nvidia-glx e.d. te verwijderen en kijken of je weer in GDM kan komen.

Als dat gelukt is dan kan je het beste dit volgen om de driver te installeren.