Ubuntu Multimedia :: VNC Screen Sharing And NVidia Drivers?

Feb 4, 2010

I have a laptop and desktop both with basic installations of 9.10 (Karmic). And, they are networked with a Mac running OS X 10.6.2. Screen sharing simply worked right from the beginning, to and from the Mac, and of course to and from both Ubuntu installs.

Except there was no feedback from one Ubuntu desktop screen being shared. Mouse clicks, mouse movements, and keyboard presses all seemed to have their correct effects. It was just that the results were not fed back to the remote screen.

During troubleshooting, I de-activated (removed) the nVidia accelerated graphics driver (version 185) that had been installed with 9.10 (Karmic). Then screen sharing started to work with the proper feedback to the remote screen.

I tried the pre-upgrade nVidia driver (version 173) and again no feedback from the screen being shared. De-activate the driver and again screen sharing started to work with feedback.

The bottom line seems to be no nVidia proprietary drivers if I want remote screen sharing to work. But this desktop is primarily used as a HTPC with a HDTV monitor. No games. No 3D. Screen sharing is probably more important, but essentially what am I giving up in graphics capabilities by not using those nVidia drivers?

View 2 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Blank Screen After Installing Nvidia Drivers On 10.10 RC?

Oct 7, 2010

I have installed Ubuntu Maverick 10.10 RC in my PC, everything works fine, but after install Nvidia proprietary Graphics driver it boot up on a blank screen (I can hear the login sounds, etc) but screen is absolutely black.

I try to login in recovery mode and check if something is wrong but nothing happens (even adding noveau driver to a blacklist (editing grub)) Now I have re installed Ubuntu 10.04.1 and works fine but I would like to install the 10.10 version, since I have this inconvenience, I cant do it.

My graphic card: Nvidia Gforce 8400GS 256MB Pci Express

View 9 Replies View Related

Ubuntu Multimedia :: Nvidia Drivers Result In Black Screen - Hybrid GPU

Apr 16, 2010

On both Karmic Koala as well as Lucid Lynx, I am having massive problems getting my nvidia card to register properly. I am on an Acer Aspire 5953 laptop pc with a Gt130m discrete GPU in a hybrid installation with an onboard GPU.Freshly installed, both 9.10 and 10.04 runs smoothly, I can enable desktop effects, I can even see the screensavers that run openGL - although they run laggily in fullscreen, since they're obviously using the onboard, and very weak, GPU.The problem however, appears whenever I install the suggested NVIDIA drivers that Ubuntu finds for me - after doing this, I am asked to reboot the system and on both systems, I am treated to a black screen, instead of a login-screen. The only way to get the system up and running again, I have found, is boot in fail safe mode and edit /etc/X11/xorg.conf, erasing everything. This lets me boot back up in a regular mode.

When I check the logs, both the onboard GPU and the gt130m GPU is located, the onboard as PCI:0:0:2:0 and the nvidia gt130m discrete gpu as PCI:0:1:0:0 - I have tried adding BusID: ("PCI:0:1:0:0") to the xorg.conf, too, to no avail. I am continously treated to the black screen (a flicker at most) and the logs always tells me that no xserver could find no screens.So far, I have only been installing Ubuntu inside windows - I am hesitating to install on a fresh drive, since I am afraid of the nvidia black screen putting me in a position where I can't access the system. Is it possible that the fact that I install ubuntu inside windows might somehow affect Linux's capability of accessing my discrete GPU?

View 2 Replies View Related

Ubuntu Multimedia :: Drivers On Thinkpad T61 - Nvidia Splash Screen Pops Up

Aug 6, 2010

It seems the latest nvidia drivers (255.44) don't seem to work on my Lenovo Thinkpad T61 in Lucid. Has anybody gotten it to work? I've tried to just use the System -> Drivers control panel to install and activate the current nvidia drivers as well as installing it from the command line. However, when I reboot, I see the nvidia splash screen come up for a second, then the screen goes blank, and then the nvidia splash screen pops up again, and then the screen goes blank again, over and over. It seems to be in some kind of infinite initialization loop. My T61 has the nvidia NVS 140m chipset. This is frustrating since the previous drivers seemed to work ok. When I try to revert to older drivers, it complains now that they're no longer compatible with the latest kernel headers, etc. I've had to boot up into the failsafe graphics mode to be able to use the laptop.

View 2 Replies View Related

Ubuntu Multimedia :: Incorrect Screen Resolution After Installing NVidia Drivers?

Mar 25, 2011

I know there are a lot of threads out there for same or similar issues, but nothing I found was working for me until, by sheer chance, I found this very simple solution on the Fedora forums. Too elegant not to share.Environment:Ubuntu 10.10nVidia GeForce 5500Samsung SyncMaster 225BWUsing DVI cable (in case it matters)Issue:After installing the proprietary nVidia drivers, the screen resolution was no longer the correct native resolution of the display. In my case specifically, the nVidia X Server Settings utility was detecting the maximum supported screen resolution was 1280x1024 while my display's native resolution is 1680x1050.Solution:Open a Terminal window.Make a backup copy of the original xorg.conf file. This is just good form any time you are making config file customizations.

Code:
sudo cp -p /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
Open 'xorg.conf' in a text editor.

[code]....

View 1 Replies View Related

Ubuntu Multimedia :: Unable To Set Nvidia Drivers - Dual Monitor Without Proprietary Drivers?

Apr 8, 2010

I have been using ubuntu for quite a long time, and for the first time, I am now unable to set nvidia drivers to work. I have just install ubuntu 9.10 amd64 on an AMD 64 athlong X2 with a GEForce 6500 nvidia card.

The only reason I need the proprietary drivers is to use two monitors.

I am going crazy, I have tested everything I have found on the web. I have tried all the nvidia drivers version, I have tried envyng, ... but nvidia do not work!!

I am trying Xinerama with nv, but it does not work either!!!

Here is my xorg.conf file in which I have tried to use nv driver to set dual monitor. X fails to load and it says that screen 0 is deleted, that devices are found but there are no matches in the config file. Any clue?

Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"

[Code]....

View 3 Replies View Related

Ubuntu Multimedia :: NVidia Sharing Interrupts With Usb Controller: Acceptable?

May 1, 2011

I'm getting random system hangs and display issues when using my computer with my nVidia graphics card. On a lark, i checked /proc/interrupts and noticed that the nvidia device is sharing an interrupt with one of my USB boards, as well as my integrated sound card. i managed to move my sound card by editing my alsa-base and adding:

Code: options snd-hda-intel enable_msi=1 This helps mostly, but i'm still getting intermittant issues. is there any way to shift the interrupt of my gfx card (or usb controller) to avoid this potential conflict? i know the devices should be able to co-exist, but i've seen several people having issues when an nVidia card shares interrupts.

[Code]...

View 1 Replies View Related

Ubuntu :: Black Screen With Optimus And Nvidia Drivers?

Jul 28, 2010

I have Asus N61jv laptop with optimus, and i use ubuntu 5-6 months, i know that i can't use my nvidia graphic card, today ubuntu offered to install nvidia drivers and I accidentally clicked, after restart i see only black screen, can someone explain me how to get back to a previous state, i found some topic with this solution "except booting to a live cd and disabling gdm.". How can i fix this problem, i have important data on ubuntu?

View 3 Replies View Related

Ubuntu :: No Display On Screen After Upgrading Nvidia Drivers?

Sep 26, 2010

Recently I upgrade to the latest Nvidia driver for Linux. I checked that it was compatible with my Ubuntu 10.04 x64 system and my geforce gt 220 graphics card. I decided to go with the newest beta ver 260.1904. Installation went well, better actually than other times I tried to install the newest driver from their site. After installation was finished I restarted and let my system load up. As soon as it got past the ubuntu logo, the screen just went blank as if there was no signal.

I determined that everything but the display was working. When I pressed ctrl-alt-F1 the numlock light turned off (this usually happens) and was still toggle-able. When I went through the other x-servers (ctrl-alt-(F2-F6)) the light went out but could be turned off and on by hitting numlock. When booting in from recovery mode, the screen displayed up to the point where it would show recovery options with no noticeable error showing before the screen turned off. This is what worries me the most.I don't think it is my Xorg.conf because I replaced with a backup and still have the same problem.Does anyone have any ideas about why this is happening or how I can at least see the terminal. As a side note, its definitely not the card because the card worked fine before, works in windows and live cds, and I tried with an older nvidia card and had the same problem.

View 3 Replies View Related

General :: Ubuntu - Black Screen After Installing Nvidia Drivers?

Aug 5, 2009

I have scoured the web the last few hours and I have come across a plethora of similar problems relating to Ubuntu and Nvidia drivers. However, I still havent found a sufficient cure for the problem.

The exact problem I face is that as soon as I install the Nvidia recommended drivers using the "Hardware Driver Manager", I restart the system but it never gets past the login splash screen. After I log in it simply goes to a black screen and sits like this indefinately.

Does anyone know of a particular fix for this problem? I am at the end of my tether and there is no way I can use Linux if it means either getting a different graphics driver or sitting on a 800*600 resolution. (Not to mention I dont have acclerated 3d support...so no DVD playing!)

I have a Nvidia GeForce4 MX graphics card and im a complete n00b to Linx so please go easy on the technical jargon.

View 3 Replies View Related

OpenSUSE :: Blank Screen After Installing Nvidia Drivers?

Mar 15, 2010

I installed OpenSuse Gnome version 64 bit on a HP laptop DV7 Intel Dual Core with nVidia 9600 GM cardAll went well, until after I had installed the nVidia drivers from this page: NVIDIA drivers - openSUSEI selected the Geforce 1-click install and Yast went on to installl all the packages (a lot of 32-bit),took about half an hour.I logged out/in, and could work as normal, until I rebooted. Maybe I waited not long enough (5 minutes), but the screen was blank, then I gave up.Anyone has an explanation. I can always re-install everything, but then what went wrong with the nVidia package

View 9 Replies View Related

Ubuntu Installation :: Terminal Screen On Reboot With No GUI After Installing Nvidia Drivers On 10.04

Nov 4, 2010

who installed nvidia drivers on Ubuntu 10.04 and gets a terminal screen on reboot with no GUI.I came across this fix trying to install the drivers on Ubuntu 10.10. later i find that the same thing happens to me on 10.04 but one of the fixes i came across works perfect with it. Ok, so you just installed ubuntu 10.04 updated it through update manager and installed your nvidia drivers but when you rebooted and tried to log on you find yourself in a terminal interface well i found an easy fix for that.

i hope it works for you not saying it will though im new to the linux world only just coming out of windows and i dont know much anyways just log on the terminal and use command "sudo dpkg-reconfigure xserver-xorg" then run nvidia-xconfig command reboot and you should be fine only wish this would work for ubuntu 10.10

View 9 Replies View Related

Ubuntu Installation :: NVidia Drivers - Screen Black On Login And PC Hangs

May 18, 2011

I have an problem with login in to a fresh installed Ubuntu with the nvidia drivers (graphics card nvidia 210). So far I have installed Ubuntu 10.04, Ubuntu 10.10 and Unbuntu 11.04, they all seem to have the same problem. when I log in the screen goes black and the pc's hangs. I can switch to a terminal before I login and everything seems operational. I can login to Ubuntu with a fail save x session.

View 8 Replies View Related

OpenSUSE Hardware :: Screen Resolution With NVidia Proprietary Drivers?

Jul 26, 2010

I have an nVidia GeForce 7600GS with a dual monitor setup. A 19" Dell @ 1280x1024, and a 19" widescreen Acer @ 1440x900. The Dell is attached via DVI, and the resolution is detected properly, and set, but the Acer is connected via VGA, and so the native resolution is unkown to the nvidia control panel. It will only let me set the resolution up to 1024x768. I had it create the xorg.conf file, and i tried to edit it manually, changing its

[Code]...

View 9 Replies View Related

Ubuntu :: Multiple Screen Images On Display After Installing Nvidia Resticted Drivers?

Jan 11, 2010

I have a Compaq Presario CQ60 laptop with an Nvidia 8200M graphics card. When I try to enable visual effects I am asked to install the Nvidia restricted driver. When I do this and reboot, I get 6 copies of the Ubuntu screen on my display. Does anyone know what is causing this? I'm not sure which version it installed, I assume either 173 or 185. I have downloaded version 190 from the Nvidia web site. Should I install that version? If so, it is a .run file, how do I install it?Also, how do I reinstall the old driver. I fixed the problem this time by reinstalling Ubuntu, but that will get old if I have to do it too often.

View 4 Replies View Related

Ubuntu :: New NVIDIA Drivers In Lucid And Maverick Mess Up Splash - Black Screen

Oct 5, 2010

The new NVIDIA drivers don't seem to work as seamlessly as back in Jaunty and before. In Lucid when I activated the drivers I had to do some grub tweaks to make my splash look normal... But with Maverick it is even more messed up...

Problem: The splash either doesn't appear at all (black screen) or it appears in the text format rather than graphics... In some instances it even hopelessly tried to load the graphics splash - loaded the background but the instead of Ubuntu logo and the progress-bar animation it displayed a "Ubuntu 10.10" in a monospace font.

View 1 Replies View Related

Ubuntu :: Wrong Screen Resolution At Startup After Installing NVidia Legacy Drivers

Jan 8, 2011

I just installed drivers for this nVidia GPU from the website. Now, whenever I boot, the screen resolution goes to 1024x768 instead of 1280x800 like I want it to. I have to change the screen resolution every time I boot into Ubuntu.

View 5 Replies View Related

Debian Installation :: Screen Goes Black - How To Install Actual Nvidia Drivers

Jan 3, 2011

I am using the actual "testing", Debian works in version 5 on my notebook (or at least starts), but I can't use it b/c I have too much new hardware what is already implemented in the testint Version. I already had debian 6 running but that wasn't the good way to do it.

I have an Alienware m17x R1, with a q9000, a nivida mobile 260gtx. I know that the Problem the basic Debian Driver for Nvidia cards is. It is enough if I can use at least the command line of Debian to install an actual Nvidida driver and get the system running. But that's not possible!

I solved it once, with plugging in an External Monitor to my Notebook, but I don't have one at home at the moment and honestly there must be a better way for. How to "let debian 6. use the Notebook Screen"?

View 4 Replies View Related

OpenSUSE Hardware :: Login Screen Lost After Installing Nvidia Drivers?

Feb 13, 2011

This is my first time with openSuse as I have heard that openSuse is better forlaptops then ubuntu is. On this laptop, I had already installed ubuntu but decided I no longer liked ubuntu very much, but for no real reason. I encountered almost the exact same problem using both ubuntu and kubuntu, but I had more problems on top of the graphical problem - so I decided to give openSuse a try. I love it so far!Anyway, to the point - I have an Nvidia GeForce GT330M. I have tried installing the drivers the "easy way" and the "hard way" and I have even used the script lnvhw, all to no avail.

What seems to happen is that, after I install the drivers (from runlevel 3, of course), as soon as I restart my computer it initially loads just fine. However, after the loading bar shows up, I get dropped into a console login (tty1), and tty7 & 8 show absolutely nothing, except a blinking cursor.I have two graphic cards in my computer -- an Intel HD card. This is loaded normally and, from "My Computer" it is the graphics card in use, as far as I can tell. The other, as I said, is the nVidia GeForce GT 330M. I'm not much of a "power" user, so I'm not really sure where to start with finding the issue

View 9 Replies View Related

Ubuntu Multimedia :: New Nvidia Drivers Don't Show Up?

May 2, 2010

I just upgraded to lynx but my nvidia drivers only say "173" and "recommended" as the two options. no idea which version the "recommended" one is but that's what is enabled. I did an update but still it does not show the 195 drivers that I thought I read were shipping with lucid.

View 3 Replies View Related

OpenSUSE Hardware :: Blank Screen Using Nvidia Drivers - Nv Driver Works Fine

Dec 10, 2009

I have just installed OpenSUSE 11.2 on an Intel DQ35JO motherboard and XFX 9500GT 512MB video card. After installation the desktop looked fine on the Sony LCD TV I have connected to the 9500GT via a DVI to HDMI cable.

After the first reboot after installation I added the Nvidia repository via the add community repository function in the software sources option in YaST2. I then proceeded to install the Nvidia G02 drivers and the nvidia-settings package. At this point after a reboot I would get a blank screen. Hitting ctrl-alt-F1/F2/F3/F4/F5/F6 has no effect, I could not get any of the virtual consoles to appear. I had to SSH into the box and reboot into runlevel 3.

Once I had rebooted into runlevel 3 I logged in as root and executed "sax2 -r -m 0=nvidia" and got an error message that the configuration server could not be started. I tried executing "sax2 -r -m 0=vesa" and received the same error:

[Code]....

View 9 Replies View Related

OpenSUSE Multimedia :: Nvidia Drivers For 11.3?

Jul 15, 2010

the url to the nividia drivers for 11.3. They are not yet in the community repos.

View 9 Replies View Related

Ubuntu Multimedia :: New Nvidia Drivers Causing Overheating?

Mar 6, 2010

BlizzPlanet reports that people are seeing their nvidia graphics cards overheat when running the Windows 196.75 driver and playing 3D games. I have to wonder whether I fell afoul of this issue. A week ago I installed the 195.36 nVidia proprietary Linux driver on my Karmic Koala system, after adding the PPD nvidia-vdpau repository to my sources.list. I restarted so the new driver would take effect... and was surprised to see the graphics chip temperature soar to over 130 degrees Celsius. It fried itself. When I opened up the case, I checked the card's fan, and it spun freely, and I'd not heard any noise of the sort that accompanies a dying fan. I'm sticking with 190.53 for now. Has anyone else seen overheating difficulties with the 195.36 driver?

View 2 Replies View Related

Ubuntu Multimedia :: Nvidia 256 Drivers And Lucid 10.04 Theme

Jul 9, 2010

OK, I'm using Ubuntu 10.04 and since upgrading to the 256.35 drivers from the ubuntu-x-swat/x-updates ppa the ambiance and radiance themes have gone funny. For example the scroll bars and buttons are now very white and when hovering over the time it goes a very bright colour. If I return to the 195 drivers the problem goes, but the 256 drivers have better video vdpau performance. The problem occurs regardless of whether compiz is enabled. The login screen is also affected. My gfx card is an 8600m gs.

View 9 Replies View Related

Ubuntu Multimedia :: Can't Install Nvidia Drivers Forced To Run In Low-res

Aug 27, 2010

10.04 64-bit
+
NVIDIA GeForce 8500GT 256MB

So I kind of had ubuntu working, but then I tried updating to the newer nvidia drivers and I broke it. I had to uninstall/purge nvidia so as to get ubuntu past the black screen/no signal to monitor...

I had been using a "Broadcom B43 wireless driver" which used fwcutter to extract firmware from various source files. I have never been able to get this install working with nvidia drivers and am about ready to try anything (including yet another reinstall).

**Nvidia drivers 96, 173, & current cause my system to freeze, lock up, reboot, fail to boot, etc. You name it and it's happened.**

I tried using synaptic, jockey and the terminal to install nvidia drivers. Then I tried adding the swat ppa and installing through System-Admin-Hardware Drivers to no avail.

Every time I start my PC it displays this window.

And when I open Hardware drivers this is what appears.

View 8 Replies View Related

Ubuntu Multimedia :: No Signal After Removing Nvidia Drivers?

Sep 16, 2010

I executed the following and after a restart I have no signal in my monitor:

Code:

sudo service gdm stop
sudo apt-get remove --purge nvidia*

How can I fix this?

View 1 Replies View Related

Ubuntu Multimedia :: 10.10 - Drivers For Legacy NVidia Card

Nov 22, 2010

Got a Gforce4 Ti 4400 graphics card. After installing 10.10 everything works but not optimal:
I cannot choose any visual effects under appearances. I don't have a NVIDIA menu. Can't use any of the features. When looking in the 'additional drivers' section, nothing shows up. Looking at some threads, I tried what is described in: p {margin-bottom: 0.08in;} [URL]

However, the result is crap. As described further down that thread, my screen goes to crap. So, re-installed everything again and I am now wondering if I should just give up. Not my nature though so here is my question:
My card is supported with the Legacy NVIDIA driver: 96.43.xx driver
Latest version on their website:
Version: 96.43.19 Certified
Release Date: 2010.11.16
Operating System: Linux
Language: English (U.S.)
File Size: 15.7 MB

This file is a .bin file. So what should I do. I read something like if you don't use something from the repository you have to re-install it every time Ubuntu's kernel is updated. However, does the driver in the repository support my legacy card. Is it wise to install the certified driver and how do I do that?

View 6 Replies View Related

Ubuntu Multimedia :: Nvidia Site And Downloaded The Drivers?

Jan 23, 2011

I'm having another go at ubuntu!I have Ubuntu 10.10 running (a fresh install).I went to the nvidia site and downloaded the linux drivers for it, (it's a .run file).So I try runnig it via the terminal, it goes great untill it mentions that I need to exit the X Window system?

So I tried pressing ctrl+alt+f2 (switches to a root terminal?) and tried runnig it from there but no luck either

View 8 Replies View Related

Ubuntu Multimedia :: NVIDIA Drivers: No Devices Detected

Jun 6, 2011

I'm having issues getting the nvidia-current drivers working with a GeForce 8400 graphics card on Ubuntu 10.10 (x64). After running nvidia-xconfig and restarting, X fails to start with an error: No devices detected.

Here is my xorg.conf:

Code:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 260.19.06 (buildmeister@builder101) Mon Sep 13 04:59:45 PDT 2010
Section "ServerLayout"

[code]....

View 3 Replies View Related

Ubuntu Multimedia :: Sony Vaio F11 - NVidia GT 310M Drivers

Mar 28, 2010

I've bought Sony VAIO F11 and I can't find any driver for video card. Is it possible to configure 195.XX NVidia driver for this card? It doesn't work now ;(,

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved