Linux nvidia geforce 8400

How to enable / use nVidia GeForce 8400 GS

I am having difficulty getting my Ubuntu 14.04 LTS to work with my new graphics card. I don’t really understand the Linux display stack, so I hope it is something easy. I don’t know best how to describe my problem, so will give as many details as I can. My Linux box is a server that has PCIe 2.0, so it can’t use most of the newer graphics cards. I bought a ~$70 card, and it caused hardware faults. So I bought an older NVidia GeForce 8400 GS. I have a monitor connected to the prior integrated graphics device on the motherboard, and another connected to the new card. When I first turned on the server, the new card displayed a graphic startup screen with a good resolution so I thought all was good. Then I got a GUI message box stating that Ubuntu was running in low graphics mode. I believe I chose to continue anyway for one session. I was able then to proceed to the graphic desktop. I am using a Gnome Throwback (metacity) 2D desktop because the performance is so awful with the standard Ubuntu desktop. From the desktop, I went into system settings and then chose Display. The only display that was detected was the older integrated graphics system, not the new one. I next followed instructions from www howopensource com/2012/10/install-nvidia-geforce-driver-in-ubuntu-12-10-12-04-using-ppa/) to do these steps:

sudo apt-add-repository ppa:xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-current nvidia-settings 

to install nvidia drivers. After that, I again went into the system settings GUI, and display, and again only the old display was visible. I then rebooted, and now the old display is the one Ubuntu uses boot up. The monitor connected to the new graphics card is just dark. Something also seems to have broken settings because now the Gnome Throwback graphic desktop won’t launch. I appears to start loading, then gives up and takes me back to the login-in screen. I had to change to a different desktop (LXFE if I recall correctly) to get to a desktop. So reinstalled the Gnome Throwback desktop, and that seemed to restore my ability to get into that desktop, but I still am not able to see anything on the new graphics card. Following some other web pages, I did this, showing relevant output.

lspci -v 05:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 8400 GS Rev. 3] (rev a2) (prog-if 00 [VGA controller]) Subsystem: eVga.com. Corp. Device 1301 Flags: bus master, fast devsel, latency 0, IRQ 38 Memory at dd000000 (32-bit, non-prefetchable) [size=16M] Memory at c0000000 (64-bit, prefetchable) [size=256M] Memory at be000000 (64-bit, prefetchable) [size=32M] I/O ports at ec80 [size=128] Expansion ROM at dc000000 [disabled] [size=512K] Capabilities: [60] Power Management version 3 Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+ Capabilities: [78] Express Endpoint, MSI 00 Capabilities: [b4] Vendor Specific Information: Len=14 Capabilities: [100] Virtual Channel Capabilities: [128] Power Budgeting Capabilities: [600] Vendor Specific Information: Rev=1 Len=024 Kernel driver in use: nvidia . 06:03.0 VGA compatible controller: Matrox Electronics Systems Ltd. MGA G200eW WPCM450 (rev 0a) (prog-if 00 [VGA controller]) Subsystem: Dell Device 029b Flags: bus master, medium devsel, latency 32, IRQ 10 Memory at d0000000 (32-bit, prefetchable) [size=8M] Memory at de7fc000 (32-bit, non-prefetchable) [size=16K] Memory at de800000 (32-bit, non-prefetchable) [size=8M] [virtual] Expansion ROM at de000000 [disabled] [size=64K] Capabilities: [dc] Power Management version 1 

I read here: askubuntu com/questions/39681/unity-geforce-8400-gs-support) that makes it sound like perhaps this card is not supported. But I’m not sure. I have tried running the unity_support_test as below, but it gives an error I don’t know how to fix:

/etc$ /usr/lib/nux/unity_support_test Xlib: extension "GLX" missing on display ":0.0". 
  1. what have I done wrong so far? Did I use out dated drivers via the PPA code?
  2. Should I try installing the drivers directly from nvidia again?
  3. If I have correct drivers, will the display automatically start working? Or do I have to somehow configure it.
Читайте также:  All about linux help

Any help will be greatly appreciated.

As per feedback from Khalid Abu Shawarib and upbeta01, it seems I might have had incorrect drivers.

I suggested, I tried this (unsuccessfully):

xxx:~$ nvidia-smi NVIDIA: could not open the device file /dev/nvidiactl (No such file or directory). NVIDIA-SMI has failed because it couldn't communicate with NVIDIA driver. Make sure that latest NVIDIA driver is installed and running. 

I decided to remove the PPA I added at the very beginning, show in initial post above. I started synaptic package manager, then menu Settings->Repositories, then [Other Software] tab, and unchecked entry for http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu trusty main.

While there, I saw tab [Additional Drivers]. There, is searched my system for additional drivers, and it found information about my card. It says I am using:

Using NVIDIA legacy binary driver - version 304.131 from nvidia-304 (proprietary) 

It has options to change to:

Using NVIDIA binary driver - version 340.96 from nvidia-340 (proprietary) 
Using NVIDIA binary driver - version 340.96 from nvidia-340-updates (proprietary) 

I thought this might be a great way to switch drivers. So I chose the first option, and clicked [apply]. It displayed «applying changes» and started a progress bar that did not move despite waiting many minutes. So I clicked [Cancel]

I decided that since this link (www nvidia com/download/driverResults.aspx/95164/en-us) link connects to the same version 340.96, that I would get the drivers directly from NVIDIA after using their search engine to enter in my exact card.

. I downloaded the driver and ran it as root. It told me that I had to exit my X-server first, and to read the README from the NVIDIA website. So I read it from here: us download nvidia com/XFree86/Linux-x86/340.96/README/index.html .. Holy cow!, now I am terrified to install the driver. It describes compiling modules for the kernel, and maybe they will have to be cryptographically signed, and I have to have the proper versions of libraries, such as glibc (which I can’t find in my system).

Читайте также:  Chromium install linux mint

Источник

nVidia драйвер для 8400 GS в Ubuntu 14.04 x86

Комрады привет.
Установил с радости свежий выпуск любимой ОС и обнаружил, что в разделе «Дополнительный драйверы» ничего не предлагается для моей любимой тихой карточки nV 8400 GS, а без родного драйвера ни видео вывести на HDMI, ни FullHD без тормозов посмотреть.
Как лучше всего установить дрова и какую версию дров выбрать?

sudo apt-get install nvidia-current ?

Спасибо, но не помогло, т.к. установило 304-й драйвер, который не поддерживает мою карточку.
Сделал как тут http://www.howopensource.com/2012/10/install-nvidia-geforce-driver-in-ubuntu-.
Установил 174 драйвер, он вроде даже заработал, но окно настроек не запускается:

ERROR: Error querying target relations

ERROR: Error querying target relations

ERROR: Error querying target relations

ERROR: Error querying target relations

ERROR: Error querying target relations

ERROR: Error querying target relations

The program ‘nvidia-settings’ received an X Window System error.
This probably reflects a bug in the program.
The error was ‘BadRequest (invalid request code or no such operation)’.
(Details: serial 61 error_code 1 request_code 157 minor_code 29)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the —sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

Источник

Оцените статью
Adblock
detector