Getting nVidia 71xx driver to work.

I spent much of last night installing and setting up Arch Linux.  During the installation, I attempted to install the "nvidia-71xx" driver so I could make use of my Riva TNT2 card.  However, I met with a problem during the configuration: nvidia-xconfig was not present.  So, how do I go about installing and configuring nvidia-71xx now?

I managed to get nvidia-71xx installed, and I manually configured xorg.conf.  But now, ksplash is crashing whenever I log in.  Running "glxinfo" in the command line reveals this:
name of 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".
Error: couldn't find RGB GLX visual
visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x21 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x22 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x23 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x24 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x25 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x26 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x27 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x28 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x29 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x2a 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x2b 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x2c 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x2d 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x2e 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x2f 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x30 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x61 32 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Segmentation fault
I recall having a similar problem on Fedora.  It had something to do with compositing, I think.  Here's the contents of my /etc/X11/xorg.conf file:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "glx"
# Load "GLcore"
Load "record"
Load "xtrap"
# Load "dri"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "DELL"
ModelName "DELL P780"
HorizSync 30.0 - 85.0
VertRefresh 48.0 - 120.0
DisplaySize 370 270
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
#Option "DualHead" # [<bool>]
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV4 [RIVA TNT]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600"
"640x480"
EndSubSection
EndSection

Similar Messages

  • Getting NVIDIA RIVA TNT2 to work?

    Hi,
    i'm trying to get my video card to work correctly. It seems to be:
    NVIDIA RIVA TNT2 Model 64/Model 64 Pro GPU
    I checked in Xorg's logs and it seems it wants a driver called nvidia-71xx. I checked in the repositories and it doesn't seem to be there. I found a package on the Nvidia site but it asks me to compile a custom kernel or something like that. Anybody knows what's the proper way to make this card works? The Nvidia packages on the site didn't seem to work on it, they are all too new, even the old one.
    EDIT: Saw the post about the new package and installed it. I now get a bunch of lines on screen but no image.
    Last edited by Greenstuff (2009-07-14 22:48:22)

    As far as I know you would need the 71.XXX series of the driver. Unfortunately nvidia did not update it for use with xorg >1.5.
    Check out this thread:
    http://www.nvnews.net/vbulletin/showthread.php?t=122436
    There is a small chance that we may add support in the future, but there currently are no plans to do so, as Aaron said.
    What do you mean with "and no new 'nv' driver's added"? What das X -configure say which drivers are available?

  • Trying to get HD-DVD drive to work on Satellite P100-463

    Hi everybody.
    I bought this baby on the weekend and since I am struggeling trying to get HD-DVD to work on it. I added the xbox 360 HD_DVD drive but the Power DVD Software Advisor keeps telling that the graphic card 9Geforce Go 7900) drivers need to be updated in order to play HD-DVD content. Now, there is no newer driver available as the one installed (84.0?)
    Can anybody please advise if the card supports hdcp protection anyways? Maybe my problem has another source.
    Thanks for advice.

    Wait do you use the drive designed for the Xbox in the Satellite P100?
    Hmm, Im surprised that this device is compatible with the Toshiba notebook.
    Anyway, as far as I know you need a special DVD software player to play and watch HD-DVD on the notebook.
    A simple WinDVD does not support the new HD-DVDs.
    By the way: I know one Toshiba model that was delivered with the HD_DVD drive.
    It was a Qosmio G30 DVD HD Model.
    I found in the driver download section on the Toshiba site a new update of Nvidia GeForce Go7600 graphic card driver Version 8.3.2.7
    But I dont know if its compatible with you card...

  • Can\'t get both rom drives to work at the same time

    HI I  just finished building my new system with the MSI 6585 and everything works well EXCEPT my two roms drives.  I can get one to work or the other to work but not both at the same time.  I have the hard drive on the primary IDE and both rom drives on the secondary IDE.  I tried setting one up as master and one as slave.  I tried them the opposite way around.  I tried setting them both on cable select.  If I try to boot with both of them hooked up the computer refuses to boot past post .  Can anyone give me any suggestions please?  
    I am running XP pro with 512 megs of ddr ram .
    The cd burner is a liteon 40X12Xthe 48.  To be honest I cannot remember what brand the DVD player/cd player is ..
    Thank you
    Linda  :D

     :D Thank you thank you thank.. you .. just got back from the computer store.. LOVE that place.. with a brand spanking new round cable and voila .. both roms working..
    I had tried several cables I had here at home.. but I guess they are all hooped..  :(
     YEHAAAAAA..

  • Cannot get an optical drive to work in eMac 700MHz

    Hi all,
    I recently acquired a 700MHz G4 eMac and found that its Combo drive wasn't working. I could eject the tray and put a disc in, but it would then spin the disc forever and make a loud whirring noise.
    I decided to swap it out for a SuperDrive that I'd just removed from my Power Mac G5. It's a Pioneer DVR-108AA which I flashed to enable Dual Layer support on it, so it's now simply a Pioneer DVR-108.
    This SuperDrive works perfectly well in the G5, but when I go through the drama of dismantling the eMac and putting it back together with this drive in it, it's not recognised at all.
    When I boot into OS X 10.4.10 I get a message saying I'd inserted a disc that OS X couldn't use; do I want to initialize it, etc.
    System Profiler says no disc burner was found. I did once get Disk Utility to recognise it, but it thought it was a hard drive model "PHONEER DVB-108" - the characters were slightly transposed (like Ceefax and Teletext!), so I thought it might have been the IDE/ATA cable. I got an 80-wire 40-pin cable and tried that, but it still didn't get recognised.
    Is there anything I can try to get this working? I'm not afraid of opening the eMac and tinkering, but I draw the line before I get to soldering...
    Any help is much appreciated!
    Thanks,
    dp

    Yeah, reset the PRAM and set the jumper to the same as the drive that was in there (Cable Select). I also tried it on Master and Slave, too, but it doesn't work.
    The original drive is back in there now, and it makes a 'clunk-whirr' noise on bootup, but OS X never recognises it.
    It's quite annoying because I have a 6 year old iMac G3 whose CD-R/RW drive is still going strong...

  • Unable get my hard drive to work

    A couple of weeks ago my powerbook started to act strangely. It would freeze and give me no option but to do a hard reboot. Then suddenltly, it would not boot up. After several attempts I manage to boot up and back up my hard drive. I then tried to repair the hard drive and the computer kept freezing up at all atempts. I did the same from the OSX disk and the troubles persisted.
    Finally I figure I should just erase the hard drive and reinstall the operating system. I was able to erase the drive and last night I got as far as initiating the installation of the operating system from the disk. Unfortunately the process did not complete and instead, the computer froze.
    Today I booted up from the disk a few times and tried to repair the disk. Finally I figure I should try errasing it once more and well, this time I was not able to complete even that as the computer froze once more. At this point I am able to start the computer from the disk but besides that, nothing else seems to work as all leads to a frozen drive.
    I am starting to think that I might need a new hard drive. Any ideas on what to do and if I should replace the drive, where can I get a drive for my old G4?
    Thanks ahead.
    Rom.

    rvallejor:
    I am starting to think that I might need a new hard drive.
    I am beginning to think so, too. Go ahead and try with the original RAM and see what happens. I do not think that the logic board RAM is the issue.
    Being able to boot from the install disk or the AHT disk but not the internal HDD seems to point to the internal HDD. So after testing the original RAM, if it does not help, try completely reformatting the HDD and re-installing the OS.
    Formatting, Partitioning Zeroing a Hard Disk Drive
    Boot from the install CD holding down the "C" key.
    Select language
    Go to the Utilities menu (Tiger) Installer menu (Panther & earlier) and launch Disk Utility.
    Select your HDD (manufacturer ID) in left side bar.
    Select Partition tab in main panel. (You are about to create a single partition volume.)
    Select number of partition in pull-down menu above Volume diagram.
    Type in name in Name field (usually Macintosh HD)
    Select Volume Format as Mac OS Extended (Journaled)
    Click Partition button at bottom of panel.
    Select Erase tab
    Select the sub-volume (indented) under Manufacturer ID (usually Macintosh HD).
    Check to be sure your Volume Name and Volume Format are correct.
    Click Erase button
    Quit Disk Utility.
    Open installer and begin installation process.
    Good luck.
    cornelius

  • How do you get a jump drive to work on MacBook pro?

    I have a new MacBook pro and I am trying to access work from a jump drive and my computer is not recognizing the drive. Can someone tell me if I'm doing something wrong or how to fix it? Thanks!

    Have you tried the other USB port? Do you have any other USB drive to connect to see if the port is not working? When the jump drive is connected open Disk Utility in your Utilities folder. Is the drive listed in the DU sidebar?

  • Can't get my network driver to work.

    Hi there.
    My girlfriend bought a HP Pavilion Notebook with Windows 8.
    She hated it and didn't want it, so I installed my Windows 7 on it.
    Now it doesn't have any drivers, I've tried now for 4 hours to find the correct one that works, but no one does.
    I have  afew unknown devices, but the network controller and ethernet controller still doesn't work. So I can't get on the WiFi nor using a cable.
    Help a poor fellow out?

    Hi,
    What is her " HP Pavilion Notebook", did you know HP has hundreds and hundreds of models/products called " HP Pavilion Notebook" ?  Please use the following instructions for find out the model/product of your machine:
      http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&cc=us&docname=c00033108
    Please also use following instructions to get missing hardware id's then post back:
       http://www.wikihow.com/Find-Hardware-ID
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Can't get mail to display, quit or open?  Also I can't get photo card drive to work or even shut down the computer because mail won't quit.

    Help, I can't get my postage stamp icon to close.  I also can't get a photo card to load or be recognized which I think is due to the mail malfunction.  I tried to restart the computer but it is aborted because mail is still open.  It also won't display or open.  The mail heading is at the top but it doesn't have the quit option in bold.
    Any help would be appreciated.

    Press   command + option + esc keys on the keyboard together at the same time.
    Wait.
    Force Quit window will open.
    Select Mail, if not already.
    Click the "Force Quit" button at the bottom of the window.
    Wait. Mail should quit.
    If this does not help, press and hold the power button for more than 7 seconds.
    Computer will shut down. You may lose the unsaved work.
    Best.

  • Is there a TB limit on Macs over USB? Trying to get a 3TB drive to work in a dock over USB and it shows up as a 800Gig drive.

    I purchased a StarTech Dual Dock eSata / USB 2.0 model #:SATADOCK22UE.  I've tried using it with 3TB drives and it works fine over eSata, but when I plug it in via USB, the drives show up un-initialized and in disk utility, show up as 800Gig drives.  I contacted StarTech's technical support and they said this is a limitation in Mac's USB chipset.  The max you can plug into USB is 2TB.  Is this correct?  I've never heard of this before.
    I have a Mac Pro 3,1, running Mountain Lion.  I tried the dock on a Mac Mini, same thing.

    The answer you got is only have right. There are certain limits that limit you to 2.2TB.
    It is a limitation in a chipset, but NOT the one in the Mac. It is a limitation of the Enclosure.
    The technician who advised you needs additional training.

  • How do i get my super drive to work

      Model Name: MacBook Pro
      Model Identifier: MacBookPro5,4
      Processor Name: Intel Core 2 Duo
      Processor Speed: 2.53 GHz
      Number of Processors: 1
      Total Number of Cores: 2
      L2 Cache: 3 MB
      Memory: 4 GB
      Bus Speed: 1.07 GHz
      Boot ROM Version: MBP53.00AC.B03
      SMC Version (system): 1.49f2
      Serial Number (system): W89300857XJ
      Hardware UUID: 45BC78FA-DC70-5F29-9F36-94D13C5EF293
      Sudden Motion Sensor:
      State: Enabled
    i bought a super drive model #A1379

    Hi
    in DOS (which 3.11 is run in) you must manually add a driver in Config.sys and also load the CD-extension in Autoexec.bat.
    If you need an example of that, please reply and I'll try to get hold of one.
    BR
    Tom

  • Getting airport hard drive to work on pc

    My airport unity see the hard drive but I can't get it to be seen on my PC network help

    Please check out the following Apple Support article for details on how to access an AirPort Disk from either a Mac or PC.

  • Cannot get brand new hard drive to work. Disk utility states operation not supported when I try to erase or partition?

    Without any success, I cannot get my hard drive to work in disk utilities. I am able to see the disk in the upper left hand column, but when trying to initiliaze the software always reads operation not supported. Any ideas?

    You probably have too new a hard disk.  Contact the hard disk manufacturer and ask what jumper setting is needed to drop to 1.5 Gbps SATA speed.
    Either that, or return the disk, and go to http://www.macsales.com/
    They can be sure to equip you with a proper hard disk.
    Note formatting is key as well:
    http://discussions.apple.com/docs/DOC-3003

  • Nvidia-71xx no longer in repositories??

    Hi,
    I have an old computer with a nvidia riva TNT2 video card in it.
    After reading the README at
    http://us.download.nvidia.com/XFree86/L … dix-a.html
    I believe I need the nvidia-71xx driver for this video card to work.
    (I read about this package somewhere on this wiki)
    When I type "pacman -Ss nvidia" however, this package does not appear
    among the matching packages.
    The same goes when I do a package search for "nvidia" on the archlinux
    webpage.
    My guess is that my video card is no longer supported in the current
    kernel, or am I missing something?
    I'm sorry if this is a dumb question, I'm just so used to archlinux
    working without a glitch

    Thanks a lot for the quick reply!
    I already fixed the problem, though, by typing the magical
    commands:
    pacman -S xorg
    and
    hwd -x
    I guess I'll add nvidia to my list of 'corporations that suck' now

  • ICloud Drive not working

    Hey guys, badly need your help (and wisdom)!!
    I'll tell you my story: this morning I woke up early (got insomnia at times) and asked myself "why not finally upgrade my iOS devices to iOS 8?". I've got an iPad 3er gen and an iPhone 4S (both running iOS7 'till today). So I did a clean install on them both by restoring them via iTunes. That went fine. The problem came when I tried to sign up to iCloud after restoring. I tapped on "Update to iCloud Drive" (I had iOS 7 'till this morning so I just had 'normal' iCloud). I've been so unlucky that the day I've chosen to carry out the upgrade (it's taken my time to make my mind up) has been exactly the day iCloud has been down most of the time so now when I go to Settings and then iCloud, the item "iCloud Drive" says "Updating..." and just besides it, there's the so-called spinning ball (the typical that shows up when something is loading) and nothing happens (it's been like this the whole day). It happens just the same on both devices, the iPad and the iPhone, and also on my iMac (it runs Yosemite, just in case someone is wondering). What can I do to get my iCloud Drive finally working? I've tried to log out and then in on all of the devices but that didn't work. Any help will be hugely appreciated. Thanks!!!

    I haven't seen that before, so I would look at that logically. Icloud drive has to be updated on apple server and on your devices. If you login to icloud.com and can click on icloud drive and access documents - then server had been updated and you need to troubleshoot devices with normal pattern -restart -reset- restore. Start with one device and do not touch others. If you can not login and open, that would mean changes are still being made on the icloud server. I do not believe you can speed up anything there, but I would try to turn drive off on all devices and leave it for few days. No other ideas, sorry.

Maybe you are looking for

  • Why is my Time Sheet not working on Android Readers?

    I have a Time Sheet with Javascript that adds the times up, and it works perfect with the PC version of Adobe Reader, but when I try to use it on a nexus 7 tablet the calculations don't work. I have tried the official Adobe Reader for Android as well

  • Relation between Tax Invoice and Billing Document

    Hi, Could you please let me know the following; 1.  How to find a Billing Document from a Tax Invoice number, i,e the table linkage. I have found out a way by passing the XBLNR (tax invoice) field in BKPF table and getting the BELNR (Accounting Docum

  • Updating fact table

    Hi, I'm just starting with data warehousing. I need to design a warehouse that will record sales on a daily basis. This seems to be pretty much standard task. However in my case an order may change many times before it is fulfilled. I'm planning to h

  • Power \ lock key not working on lumia 520

    My power key suddenly stopped working on Lumia 520 should I go to Nokia care center?

  • Cannot open I photo

    Please help! I am a simple man...I run I photo 4 (works fine for me...never bothered to update to 06)...recently, I exported my library to an external harddrive to back it up. I did this using the "file" and "export" option...worked fine. Since I did