Ubuntu Multimedia :: Intel GMA950: No Proprietary Driver At Lucid?

May 5, 2010

I'm still searching for a propiertary driver for my netbook (Asus EEE 901 with an Intel GMA950 graphic card). Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)

Does someone know how to install a driver with 3D-support? Should I use a driver from[URL].. I had no problems at Karmic, because the driver was found at "Hardware Drivers". Lucid doesn't show me any driver there. Is there any correlation between the big intel-graphic issues and my 'problem'?

View 5 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Installing Latest NVidia Proprietary Drivers On 64 Bit Lucid 10.04

Jan 12, 2011

Thought I'd put this together based on what I just did as it's hard to find a place where you get complete info in one place for this topic.

Not taking any credit as it's just piecing together stuff found on the net.

Of course this is for my specific hardware and system so YMMV:
- Palit Sonic GT 240 card
- Lucid 10.04.1 64-bit
- Intel DG33FB board and E7200 CPU
- LG monitor L194WT at 1440x900 res

Reason for choosing the latest NVidia drivers instead of the ones available from the System > Administration > Hardware Drivers option is that the latest ones contain specific fixes for my card, that are not available in the others.

Prerequisites:

All of the following is based on a freshly installed 64-bit Lucid 10.04.1 system. Some actions may need modification if you have already been tinkering with Nvidia drivers.

1. Backup your /etc/X11/xorg.conf file if any. The default clean install of 64-bit Lucid 10.04.1 doesn't create this file so unless you have generated and modified the xorg.conf file for your specific needs, skip this.

2. Install the following packages

Code:

If this doesn't work, run

Code:

And paste the output of that in the command above so you get, say

Code:

3. Remove the following packages using Synaptic's 'Completely Remove' option
- nvidia-173-modaliases
- nvidia-96-modaliases
- nvidia-current-modaliases
- nvidia-common

4. Create a new text file disable-nouveau.conf in the directory /etc/modprobe.d/ with the following contents

Code:

5. Download the latest NVidia drivers applicable to your card from here:[url]

6. Save the downloaded file (e.g. NVIDIA-Linux-x86_64-260.19.29.run in my case) to an easily accessible location like your home folder. Make this file executable by running, say

Code:

7. Check that the driver was correctly downloaded.

Code:

8. Run Update Manager, Check for updates and Apply any found

Installation:

1. Restart and choose the recovery option from the Grub options list.

2. Choose the Root Shell option in the list of options presented subsequently.

3. At the root shell run the following

Code:

If you skip this, the driver installer will inform you of the need to do this.

4. This will present you with a login prompt. Login with your admin username and password.

5. Navigate to the folder where the driver installer is present and run it, like

Code:

6. Accept the license text.

7. Say Yes to installing the 32-bit Open GL drivers.

8. I think you need to say Yes/ Accept once more time to initiate the driver installation.

9. Once the driver is installed it will ask you whether it should configure xorg.conf for you, say Yes. This will create the xorg.conf file if not present in your system and modify an existing one if present.

10. Back at the prompt, shutdown the system

Code:

11. Restart and use the normal startup option in the Grub options list, if all goes well you should see your beautiful desktop.

View 1 Replies View Related

Ubuntu Multimedia :: 10.10 Nvidia Proprietary Driver No GUI

Nov 23, 2010

Installing Mythbuntu 10.10, which I finally got installed properly. At first I installed the open-source video drivers just to make sure the installation worked, then I installed the "version current" proprietary drivers using the graphics drivers manager...tool...thing. However, when I restarted the computer, it has a text-mode splash screen and I stay in the first virtual terminal.

If I try to go to the GUI "terminal" [Ctrl-Alt-F7], it appears to be partway through some kind of check:

Code:

I ran sudo dpkg-reconfigure xserver-xorg to try to get back to the open-source drivers, but it didn't give any text output and went straight to the next line of command prompt, when I restarted it did the exact same thing. Any tips for at least getting back to the open drivers? I'd like to not have to reinstall again (I'm dual-booting WinXP,). The card in question is a GeForce 6200 AGP.

View 6 Replies View Related

Ubuntu Multimedia :: Only Get Sound With Proprietary ATI Driver

Nov 29, 2010

I'm afraid I only have basic experience with *nix command lines and have only been using Ubuntu for a week, so I may require a little bit of hand holding on something as nuts-and-bolts as a driver issue.

Relevant Hardware:
From lspci -v
Quote:
01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 3470 (prog-if 00 [VGA controller])
Subsystem: PC Partner Limited Device e390
Flags: bus master, fast devsel, latency 0, IRQ 49
Memory at 80000000 (64-bit, prefetchable) [size=256M]
Memory at 90200000 (64-bit, non-prefetchable) [size=64K]
I/O ports at 2000 [size=256]
[Code]....

The Symptoms/Experience: Under the default installation of Ubuntu, I have no sound. When I install the proprietary ATI drivers, I have sound. I can uninstall and reinstall the proprietary drivers and recreate this every time.

My only problem with using the proprietary driver is that there's a lot of problems with video playback that is fixed with the free, default driver. But when I use it, I have no sound and watching a movie is still not very fun. From everything I read, many people are using the provided ATI driver with sound and fixing that should be easier than fixing the ATI driver's video tearing, which has largely stumped the community. Having failed to install "OSS" and now having no sound with either driver, I'm probably going to reformat/reinstall today but am looking forward to fixing this issue.

View 5 Replies View Related

Ubuntu Multimedia :: How To Install Proprietary Video Driver

Jan 23, 2010

I'm running a slightly upgraded Dell Inspiron B120 with 2 Gig RAM, 200 Gig HD. I recently switched this laptop from XP to Ubuntu 9.10. After many a long hour, I was able to get World of Warcraft running under wine but its slow to the point of being unplayable. I was used to slow gameplay on this laptop under XP, but 0 fps is a new low. Dalaran (the notoriously laggiest place in the game) is a joke. There's a 5-10 sec lag between hitting the button to move and actually going anywhere. I took all the video settings down to the minimum and did a regedit to add a key for wine.

Basically I tried all the tips and tricks I could find (including creating an xorg.conf file since I didn't have one). Nothing I did worked. I can be in the most remote, unpopulated spot in the game and I can't get more than 3fps. Somewhere I read that I should install a proprietary driver for my video card (intel GMA 900). So I went out and downloaded xf86-video-intel-2.10.0 and ran the configure script that came with it. It came back and said

Code:
No package 'xorg-server' found
No package 'xproto' found
No package 'fontsproto' found
so I went out and found Xorg-Server-1.7.1 and ran its configure script which gave me

Code:
No package 'x11' found
I tried setting $PKG_CONFIG_PATH to /etc/X11/ with no joy.

Now I am new to linux but in poking around the file system I did see /etc/X11/ which had some stuff in it. To me that says that I've got X11 installed but then again I've been using linux since breakfast so what do I know? What do I need to do to install a proprietary video driver -OR- what can I do to get the game running well enough to be playable (short of walking over to my windows desktop computer)?

View 9 Replies View Related

Ubuntu Multimedia :: ATI 6870 Proprietary Driver Not Working?

Jan 9, 2011

I installed the proprietary driver in System->Administration->Additional Drivers, but after installing when I am required to restart, I restart my computer and encounter a black screen. I tried using Ctrl-Alt-'-" to change the resolution but that didn't work because the computer is completely frozen, so I have to reboot in recovery and uninstall the driver...

This also makes it so I am unable to go to the maximum resolution my desktop can obtain. (1920 x 1200, but I'm limited to 1600 x 1200)

View 1 Replies View Related

Ubuntu Multimedia :: Enable Vsync Without A Proprietary Driver?

Sep 1, 2011

I have Ubuntu 11.04 on a netbook, and I'm getting a lot of tearing on video playback--both online and offline. The graphics card is some generic intel card, and there doesn't seem to be a driver for it. So, is there a way to enable vsync without having a proprietary driver?

View 3 Replies View Related

Debian Multimedia :: How To Keep Out Proprietary NVIDIA Driver

Feb 20, 2016

Debian Jessie kernel 3.16.0 AMD64. Legacy GeForce 66oo GT video card.

I just re-installed Jessie via Debian non-free DVD. When I run apt-get update && apt-get upgrade, the screen says to the effect :

"Before Nouveau can be used, must remove Nvidia config from xorg.conf and xorg.conf.d"

Is there a simple way to keep Nouveau and blacklist or prevent Nvidia driver from being automatically installed in the first place?

View 6 Replies View Related

OpenSUSE Multimedia :: How To Remove ATI Proprietary Driver

Aug 1, 2010

I installed ATI 10.7 driver successfully but its not up to my expectations, e.g VLC not working right (video stutters, etc). And I want to revert back to the default radeon which was a lot better until the ATI 10.8 driver comes out.

By the way, what is this in my /usr/share/ati/fglrx-install? code...

And how do I revert back to 'radeon'?

View 9 Replies View Related

Ubuntu Multimedia :: Can't Install Nvidia Proprietary Driver For Two Kernels

May 26, 2010

I am using the most recent ubuntu kernel (2.6.32-22-generic) for general stuff, and a real time kernel (2.6.31-10-rt) for music recording. Everything was working fine under Karmic.

When I upgraded to 10.04, I had problems with my Nvidia video card, so I uninstalled everying related to Nvidia. And reinstalled the driver using the installer script from the Nvidia website.

I can install the driver for one kernel, but when I boot on the other, it says my X config does not work, and I am back to a low-res no-effect display.

If I then try to reinstall the driver under that kernel, then the first one stops working with the Nvidia driver.

View 1 Replies View Related

Ubuntu Multimedia :: Switching From Proprietary Nvidia Driver To Nouveau?

Dec 17, 2010

I'm using ubuntu 10.10 with the proprietary Nvidia-driver for my graphics card. I'd like to switch to the open source Nouveau driver. What is the best way to go about this?

View 9 Replies View Related

Ubuntu Multimedia :: Install The ATI Proprietary Driver Using The Automatic Option ?

Apr 7, 2011

Steps that the pdf file from ati says :

To install the ATI Proprietary Linux driver using the Automatic option, follow these steps:

1 Launch the Terminal Application/Window and navigate to the ATI Propri-etary Linux driver download.

2 Enter the command sh ./ati-driver-installer-8.573-x86.x86_64 to launch the ATI Proprietary Linux driver installer.

The ATI Proprietary Linux Driver Setup dialog box is displayed It shows the ati with the penguin. Mine doesnt show that for the file: "ati-driver-installer-11-3-x86.x86_64.run

This is the driver that I got from the website. But Im still having issues with Wow not working or recognizing that I have a great card (XFX HD 4770).

View 8 Replies View Related

Ubuntu Multimedia :: Freeze During Boot After Enabling ATI Proprietary Driver?

Aug 4, 2011

I just bought a new Club 3D (ATI) Radeon HD 3450 (8xAGP) graphics card, but received with it some problems.My Ubuntu 10.04 installation would not boot any more. It just gave a blank screen while caps- and scroll lock were flashing on the keyboard.

I then installed 11.04 which works fine except being unable to play even 720p video smoothly (the card should be able to play at least 1080p). When I enable the restricted driver ("ATI/AMD proprietary FLGRX graphics driver") and restart, the system will not boot. It gets to the point where it displays the "ubuntu" sign with the five dots below (where the dots normally change color one at a time), they all change color immediately and then the system freezes.

I realized when I received the card that it requires a power supply of 300 W, whereas the one in my PC is only 240 W. Could this cause the explained behaviour? I am not too happy about changing the power supply, unless there is real reason to think that this is the source of the problems, since I know myself well enough to know that I will probably break something in the process.

View 2 Replies View Related

Ubuntu Multimedia :: ATI Proprietary Vs Open-source Driver On Radeon HD 5xxx

Aug 23, 2011

I have ATI Radeon HD 5650 (code name Redwood) on Ubuntu 11.04. And I have been experimenting with open-source and proprietary driver.

The problem with proprietary driver is bad 2D rendering when watching movies in VLC (and any other), because if vsync is off, video is tearing and when its on, the video seems to stutter (the background moves in steps, not smooth). I have tried open-source radeon driver and its far better, but that driver doesn't have 3D acceleration for playing games. I was trying to play Hive Rise, and with proprietary driver works great, but with open-source the game starts, but i don't see the interface (start game, options, etc.).

It seems that Mesa 7.10 (in Natty) doesn't have 3D support for this card, but Mesa 7.11 (in Oneiric) will have that. Is that correct? I just want to have good 2D performance with ability to play games.

View 3 Replies View Related

Ubuntu Multimedia :: Nvidia G8800GTS Proprietary Driver Not Downloading / Installing - Solve This?

May 20, 2010

Very new to linux, just downloaded Ubuntu 10.04 and installed it, dual boot, no problems with initial installation.

Trying to install graphics card driver for:
01:00.0 VGA compatible controller: nVidia Corporation G92 [GeForce 8800 GTS 512] (rev a2)

Using Administration -> Hardware Devices

I selected the recommended driver and clicked activate. Download started then failed with error message:

SystemError: Failed to fetch http://gb.archive.ubuntu.com/ubuntu/...ntu3_amd64.deb Connection failed [IP: 91.189.88.30 80]

Screenshot attached.

Tried several times now and the download doesn't even seem to start any more.

My Internet connection is 3 mobile broadband, which may have something to do with it, bit it seems to be working well at the moment.

View 1 Replies View Related

Debian Multimedia :: Proprietary Nvidia Driver - High CPU Usage Xorg

Aug 7, 2015

I recently switched from jessie to stretch on both i encountered a jerky ui in gnome 3. after a longer research i noticed xorg consumes over 80% of my first cpu-core while moving a window. for testing purposes i switched back to the nouveau driver and there is no high cpu usage while moving a window, also the ui is smooth.

i tried 3 different nvidia driver: the one from the debian repository, the current stable and beta driver from the nvidia site. i noticed on all 3 the same problem.

Code: Select alldaniel@Daniel-PC:~$ glxinfo | grep rendering
direct rendering: Yes
    GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite,
    GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite,
    GL_NV_path_rendering, GL_NV_pixel_buffer_object, GL_NV_polygon_mode,

xorg.log: [URL] ....
dmesg: [URL] ....

system:
nvidia gtx 760
intel xeon e3-1230v3

View 1 Replies View Related

Ubuntu Multimedia :: Using The NVidia Proprietary Binary Driver (latest Version) And Searching The Forums?

Jan 27, 2011

I'm running Ubuntu 10.10 on an old small form factor PC with an AMD Sempron 2400, 1GB RAM, and an nVidia 5200 graphics card 128MB. OK, so a low-spec machine (but that's the great thing about Linux right? Don't need high-end h/w) but it works just fine, except that it can't play full HD (1920x1080) MPEG-4 video. Very jerky and lots of dropped frames. Same in both Movie Player and VLC.

I can't afford to increase the RAM and as it's a SFF I can't just swap the mobo and CPU for something faster so I'm wondering whether getting a higher spec graphics card would make any difference?I'm using the nVidia proprietary binary driver (latest version) and searching the forums I found a post where someone said that the nVidia driver needs at least a 512MB card for HD video.A colleague has a higher spec nVidia card (7600 IIRC) that he'll sell me, but before I spend any money, is this likely to improve things? How much does the graphics card affect performance, or is it simply a case of the machine overall just isn't high enough spec?

View 3 Replies View Related

Ubuntu Multimedia :: Kubuntu Lucid 10.04 - Intel ALC889 Sounds

Nov 30, 2010

I have an Intel DX58SO motherboard with the ALC889 onboard sound, running kubuntu 10.04, and I am not getting analog sound. Strangely, spdif is working great, but I need analog to work, too. I've been in alsamixer, nothing is muted. That's the extent of my troubleshooting knowledge for sound issues.

[Code]....

View 9 Replies View Related

Ubuntu Multimedia :: Xf86 Intel Driver Can't Install

Sep 20, 2010

I've installed 10.04 netbook on an old Fujitsu Amilo L1300 laptop, with an Intel i845 graphic card. As I know, it would run just OK with the 2.11.0 drivers, but i have no idea how to install that. I've downloaded the driver, and every package written on the page: [URL] At first I couldn't even ./configure the install, but now the configuration runs smoothly. However I cannot finish the make part, because it gives an error.

Quote:

sentor@laptop:~/Documents/xf86-video-intel-2.11.0$ make
make all-recursive
make[1]: Entering directory `/home/sentor/Documents/xf86-video-intel-2.11.0'
Making all in uxa

[Code].....

I've been working on it for four days now, and as much as I'd love to continue it, I've run out of time.

Or if there's a way to use the 2.12.0 driver, then could somebody tell me how?

View 4 Replies View Related

OpenSUSE Hardware :: How To Clear Proprietary NVidia Driver And Replace With Nouveau Driver

Jun 13, 2011

There is one thing missing (I think) a clear guide to clearing out Nvidia and replacing it with nouveau. For all but hardened gamers, nouveau on 11.4 delivers. It also removes one more barrier to what I think is the intended goad of Tumbleweed.The problem IMHO is not that there are no clear guides. The problem is there are too many. No sooner does one person do a guide (that is clear) and someone else who does not like some point writes another guide that they think is more clear (but in fact is less clear in other aspects). And this goes on ad infinitum.IMHO we have too many guides - many of which are sufficient clear ... but the VAST number only serves to confuse users more.

Having typed that, IMHO this is NOT a Tumbleweed specific issue, but its MUCH WIDER in scope and hence does not belong as a discussion in this Tumbleweed thread.

View 9 Replies View Related

Ubuntu Multimedia :: 3D Settings - Intel - Botched With NVidia Driver

Jun 19, 2011

Yesterday I played a little with a Bitcoin miner and discovered today that I must have scambled my 3D settings. My Intel graphics card doesn't seem to work, instead I must have added a nVidia Settings Manager to my menu.

I already removed the package I mistakenly installed (something concerning OpenCL) but nothing happens. The xorg.conf file seems to be okay.

Gnome now only starts in 2D mode and Unity refuses to work at all. how I might get my Intel card back working?

View 1 Replies View Related

Ubuntu Multimedia :: Install Nvidia Driver Removal Studio 10.04 Lucid 64 Bit

Oct 10, 2010

I attempted to install nvidia-current 195.36.24 from Synaptic for an Nvidia GTX 460. It didn't appear to work and I want to fully un-install all Nvidia drivers and do the 'official' (convoluted) Nvidia procedure of logging out of x etc: - [URL] The issue is; I tried to remove via Synaptic, but when I restart the system I get an error stating: - 'Ubuntu is running in low-graphics mode. The following error was encountered. You may need to update you configuration to solve this. (EE) Failed to load module "NVidia" (module does not exist, 0) (EE) No drivers available.

This is actually the error that kept appearing and made me want to remove everything. My question is: - Can I just go ahead and install the 'official' Nvidia driver, even though the 'startup' appears to be getting some kind of reference from somewhere? I understand that I'll have to remove the Nouveau driver as well some how. . .

View 1 Replies View Related

Fedora Installation :: Intel Xorg Driver Kills Screen (black) And Keyboard On Intel GMA X4500?

May 12, 2009

I am wondering, what is the status of Intel GMA X4500 driver on Fedora 10.

View 2 Replies View Related

Ubuntu :: 10.10 Proprietary Driver Installation

Dec 14, 2010

I installed my version of 10.10 with the VMWare Player Auto Installer, and I know when you install Ubuntu 10.10 it asks if you want to install the proprietary drivers.The install must have said no to this question. Is there anyway without re-installing of getting back to this question?

View 2 Replies View Related

Ubuntu :: Uninstall Proprietary ATI Driver?

May 26, 2011

I installed the proprietary ATI graphics driver from the AMD website(i did not install it using the additional drivers tool in the administration menu) and i don't know how to uninstall it. how do i do this?

View 3 Replies View Related

Ubuntu :: Nvidia Proprietary Driver ?

May 31, 2011

I did a clean install of Ubuntu 11.04 on my desktop which has a Nvidia GForce 7300LE card. Installation was successful, however, the moment I install Nvidia Current driver the system hangs. The only way I was able to get the system working was by doing a fresh install.

View 4 Replies View Related

Ubuntu :: Install Proprietary Driver On Startup?

Jun 25, 2010

I want to create diskless comupters for a lan party using an nfs root. My problem is that this root filesystem should be usable on different hardware (AMD / nVidia graphic cards) and I need the best performance.

My question is : Is there a way to activate automatically proprietary driver on startup without modifying root filesystem ?

View 1 Replies View Related

Ubuntu :: NVIDIA Proprietary Driver Won't Build On 2.6.32.24?

Sep 1, 2010

I have used the NVidia proprietary drivers for awhile. Yes, I know about nv and I even know about the prepackaged ones, but I've never minded getting the latest from NVidia, dropping out of X, and running the install which automatically rebuilds everything.

I recently took the synaptic update to 2.6.32-24. It worked fine and -- I guess -- migrated my driver. I didn't think about it. For no particular reason today I tried to build the latest NVIDIA driver (256.53 -- had been on an earlier 256 series). The build failed with some conftest failures. Even trying to rebuild the working driver failed. Reverting to 2.6.32-23 allowed both to be built and they work. So something the NVIDIA installer is expecting headerwise must be different between 2.6.32-23 and -24.

View 5 Replies View Related

Ubuntu :: Change The Running Driver From Vesa To The Correct Intel Driver?

Oct 1, 2010

I have installed xubuntu 10.04 on a HP Pavilion dv1049ea and am having trouble installing the drivers for the graphics card. When installing i had to use the boot option -xforcevesa in order to get the screen working. Now that it is installed there is constant screen flicker but apart from that all other aspects of the system are working fine. In the display menu i am unable to change the refresh rate. How do i change the running driver from vesa to the correct intel driver? The graphics card is an Intel Graphics 82852/82855.

View 2 Replies View Related

Ubuntu :: Enabling NVidia Proprietary Driver In 10.04 Is Breaking?

May 2, 2010

Everything works great at the moment, no hardware problems or anything like that. But whenever I enable the proprietary nVidia driver 185, it causes the boot screen to not come up, Ubuntu stops recognising my sound-card and refuses to work and when I try to shut down or restart, it just takes me back to the log in screen. When I remove the driver, everything works okay again.

View 3 Replies View Related







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