Ubuntu Multimedia :: Change The Driver From X11 To Xv?
Feb 19, 2010
I have just installed mplayer and everything seems to work fine until i try to go fullscreen. When i do, the actuall size of the video stays the same and the rest of the screen is filled with a black border. I have seen the main problem by many people, and the solution they all found was to change the driver from x11 to xv.
In my case however, the only driver working is x11. Anything else gives the following error Quote: Error opening/initializing the selected video_out (-vo) device This is also quite wired since the output of mplayer -vo help says that all the drivers are available.
View 3 Replies
ADVERTISEMENT
Jan 11, 2010
This is my 2nd try with 9.10 and audio has this screeching thingie that its driving me crazy. I've been using both 8.10 and 9.04 with perfect sound and everytime I come into 9.10 I have this horrorific sound that no matter what I do I can't fix it. In a thread somebody suggested to change the audio channels from 5.1 to 7.1 (which made sense since my hardware really is 7.1). but there's no 7.1 option available.
When I do lspci -v... I can see that:
Code:
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
Subsystem: ASUSTeK Computer Inc. Device 82fe
Flags: bus master, slow devsel, latency 64, IRQ 16
Memory at fe7f4000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
[Code]...
View 1 Replies
View Related
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
Jul 7, 2011
Currently using Nvidia driver version 195.36.31, it's the version that works with Nvidia-kernel-dkms, would updating Nvidia driver to the current 275.09.07 driver version break my setup?
View 3 Replies
View Related
Apr 8, 2010
I've been searching for an hour or so and can't seem to find a concrete answer. My endgame is having Ubuntu successfully installed (either 9.10 or 10.04) with a fully working Ati 4870x2. I desperately need some help on finding the proper configuration of OS version and driver version. I installed 10.04 with the 10.3 driver package from ATI's site and it was a no go - I had nothing but problems.
I would like to have full 3d acceleration so I can play some games through Wine. This is a powerful card - I know ATI doesn't have a great reputation in the Linux world but I really hope there is a driver version I can install to get some good results.The rest of my specs are in my signature I need to install 64 bit Ubuntu to make use all of the system and video ram.
View 2 Replies
View Related
May 18, 2011
On an older release, my wireless worked fine, and it was using the broadcom-wl driver. Now on a newer release, the driver seems to be b43, but the card is not being detected.
How can I change the driver so that it uses wl by default?
View 9 Replies
View Related
Jun 21, 2010
how to change my display driver (eg. ATIMACH, VESA, etc.)
View 8 Replies
View Related
Mar 23, 2010
I install on my PC Ubuntu 10.4 and i make al the updates even on my video card I update my video card to the last driver from the NVIDIA official site 195.36.15 My video card is Geforce 8600 GL The big problem is that after the update I have only 2 modes for changing the resolution 320x240 and 680x480 an I relay need biger resolution (1024x786) My xorg.config is :
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder75) Fri Mar 12 01:42:27 PST 2010
Section "ServerLayout"
[code].......
View 1 Replies
View Related
Jun 26, 2011
I have just installed Fedora 15 on my desktop machine. It has found my WiFi card and has installed a driver but it is an incorrect driver. How do I remove it and install the correct one? The driver that is installed is a RaLInk RT 2800pci but the one it needs is a RaLink RT2860. This is the driver that I used with the same WiFi card in Fedora 14 using Ndiswrapper. Do I need ndiswrapper this time too?
Clicking on "Connection Information" says that the connection is active and that the driver is rt2800pci but I cannot connect to anything
View 4 Replies
View Related
Jan 31, 2010
I think to change my video card.But i was asking myself, it is not good idea first to install the driver and then change the video card?What is your opinion
View 6 Replies
View Related
Apr 22, 2010
i installed the new beta 10.04 and it seemed right after the install and update that both nvidia hardware drivers were automatically install together. i deactivated both drivers. one driver showed the nvidia 173 driver and the other one showed "current" nvidia driver.
after a restart i then tried to activate the 173 driver. system required a restart. so i did. system booted to a black screen. i believe its at the desktop but i am unable to see it. i tried to hit esc at the boot screen to enter the grub menu but that didnt work.
View 3 Replies
View Related
Jan 31, 2010
I think to change my video card. But i was asking myself, it is not good idea first to install the driver and then change the video card?
What is your opinion?
View 6 Replies
View Related
Sep 7, 2010
I have lenovo g560 laptop with bcm4313 wireless adaptor, and i want to change it to monitor mode using ndiswrapper with bcmwl5 driver. The kernel installed in my laptop is 2.6.34.6-47.fc13.i686, and the version of ndiswrapper is 1.54-4.fc13.29.i686. The problem is that i can't use any ndiswrapper options:
[root@localhost admin]# ndiswrapper -l
bash: ndiswrapper: command not found
is it the kernel that cause this problem?, if not i wants to know how to solve it.
[Code]...
View 14 Replies
View Related
May 3, 2011
When I only change a driver file manually, for example /newkernel/linux-source-.6.32/drivers/gpu/drm/i915_drv.h, do I need to run "make config" or similar like "make menuconfig" or can I just skip? I mean these steps:
1.) apt-get install linux-source-2.6.32
2.) mkdir ~/newkernel/
3.) cp /usr/src/linux-source-2.6.32.tar.bz2 ~/newkernel/
4.) cd /newkernel/
5.) tar xjf linux-source-2.6.32.tar.bz2
6.) cd linux-source-2.6.32
7.) cp /boot/config-$(uname -r) ./.config yes "" | make oldconfig
8.) change the driver file /newkernel/linux-source-2.6.32/drivers/gpu/drm/i915_drv.h manually
8.) make-kpkg clean
9.) make-kpkg --rootcmd fakeroot --initrd --revision=custom.001 kernel_image kernel_headers
10.) dpkg -i *.deb
Is this way OK or do I miss something?
View 14 Replies
View Related
Mar 2, 2010
Once I change the Xserver.org file ,The Xserver will fail to restart.
View 12 Replies
View Related
Dec 25, 2010
Need a driver for a Compaq P900 Trinitron monitor, Model PE1030 using Linux Mint 8 Helena. Unable to change resolution. Max is 600 x 400.
View 6 Replies
View Related
Jan 29, 2011
I have installed restricted drivers and upgraded system software (I believe all during one session without a start), after restarting my computer the panel style changed to another (ugly) style. I have ensured that I restarted multiple times afterwards and that the system -> pref -> appearance setting is set to "Ambiance."
I have also tried:
Code:
gconftool-2 --shutdown
rm -rf ~/.gconf/apps/panel
pkill gnome-panel
and
code....
I have a Dell M6500 w/ an Nvidia graphics card.
It could be noted that I have previously installed Ubuntu on this machine (for testing on another drive) and have upgraded (although possibly in piecemeal) without this problem happening. Any assistance would be appreciated, otherwise I'll likely reinstall as the time to do so has so far been less then trying to fix this problem.
Edit: Did some experimenting, reinstall system and installed the recommended NVidia restricted driver (from the system -> administration menu), I had a choice of "Version 173" and "Recommended," as soon as I did and restarted the retro styling returned, am going to try using the (presumedly) newer driver in a bit.
View 2 Replies
View Related
Mar 23, 2010
I installed envyng using Synaptic Package Manager and when it finished I used CTRL+ALT+F1 and went through the steps on setting up the ATI driver, there was only 1 driver for my card in the list to choose from so I went for that, I then rebooted when prompted me to do so.
Just before It's about to goto the login window my screen flashes a couple of times then it throws me an error:
Ubuntu is running in low-graphics mode
The following error was encounted. You may need to update your configuration to solve this.(EE) No devices detected.
What would you like to do?
* Run ubuntu in low-graphics mode for just one session
* Reconfigure graphics
* Troubleshoot the error
* Exit to console login
My card is a Radeon 7000 AGP (Yes very old hehe) anyone know the the fix for this?
View 3 Replies
View Related
Aug 4, 2010
I am trying to update my Nvidia MX 480 GFX card. Today I figured out how to run the program as a root:
Code:
I run that and then this is what it gives me.
Where I got the link to download the nvidia driver from: [url]
View 9 Replies
View Related
May 16, 2011
My web cam don't work. I need the driver.
View 1 Replies
View Related
Jan 1, 2010
I downloaded my Proprietary ATI Linux Driver (for my Radeon Xpress 200) from [URL]... But I cannot figure out how to install it!I followed the instructions here but Terminal told me "command not found". I also tried double-clicking the file but it opened with gedit and gave me an error.
View 9 Replies
View Related
Feb 14, 2010
How to locate a suitable driver for my Praktica DVC50 camcorder to use it as a webcam.
When I check dmesg log after I have plugged it in, i can see that the camera is detected :-
When I check lsusb it shows as a DXG device :-
Bus 003 Device 003: ID 0d64:0338 DXG Technology Corp.
Getting this to work with karmic?
View 1 Replies
View Related
Mar 20, 2010
I've installed 9.10 and wish to use the nvidia-glx-173 driver as recommended by jockey. Using the jocky GUI just hangs at 100% cpu, a significant portion of which is the cdrom process; I've tried installing the package directly in aptitude and get the error:
Code:
Media Change: Please insert the disc labeled 'Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5)' in the drive '/cdrom/' and press [Enter]. The installation disc (standard x86 disk from shipit) doesn't satisfy it. How do I get aptitude to just download it from online repositories?
View 1 Replies
View Related
Apr 2, 2010
Once again I'm trying to get Enemy Territory running on my system. However as usual my graphics card is being a bitch. First of all some system information:
Code:
$ uname -a
Linux abel 2.6.31-20-generic #58-Ubuntu SMP Fri Mar 12 05:23:09 UTC 2010 i686 GNU/Linux
[code]....
View 1 Replies
View Related
May 13, 2010
i have the same problem like [URL] but i cant compile the driver:
[Code]....
View 1 Replies
View Related
May 13, 2010
I installed Lucid when I had my Nvidia board in the computer. Yesterday I pulled out the nvidia board and installed my new Radeon 5750. Hearing that the Open Source driver is the way to go, I first decided to try that. I edited xorg.conf replacing "nvidia" with "radeon", since this is the module name (right?) but it still doesn't seem to load. Does anyone have an example of what a properly configured xorg.conf is supposed to look like using the ATI Open Source driver? I get X up and running in "low graphics mode", but can never get beyond that.
Trying to turn on window effects causes a "searching for drivers" dialogue to appear and then disappear without success. A quick "glxinfo |grep -i render" indicates that it is indeed in the software mode. I even tried to manually modprobe the radeon module and restart GDM, but still nothing. At first I thought this was a limitation of the Open Source drivers on 5xxx series boards, but this page suggests that it should work in "gold" status. I have since installed FGLX and it is just terribly buggy, so I am hoping to use the Open Source driver.
View 5 Replies
View Related
May 19, 2010
I have a Zotac IONITX-F-E motherboard (Intel Atom Dual Core 1.6 GHz + Nvidia ION) -based box with Ubuntu 10.04 64-bit installed. My goal is to play back 1080p video. I read somewhere that the nouveau driver that installs by default with ubuntu 10.04 does not support VDPAU. So, my first step is to install the nVidia proprietary driver. I tried following a half-dozen different guides for doing this, none of which worked. Let's take this one for example: [URL] I purge. I reboot. I run the Nvidia installer (NVIDIA-Linux-x86_64-195.36.24-pkg2.run). I get:
Code: ERROR: Unable to create '/usr/lib/nvidia-current/libGL.so.195.36.15' for copying (no such file or directory). So, I run: Code: sudo apt-get install nvidia-glx-185 nvidia-185-modaliases I try the nvidia installer again. It works. I reboot. I get a message saying that ubuntu is running in low graphics mode, because loading the nvidia kernel module failed. I check /var/log/messages and see: Code: API mismatch: the client has version 195.36.24 but the kernel module has version 195.36.15. I take a Tylenol and here I am.
View 9 Replies
View Related
May 28, 2010
I just performed a clean install of Kubuntu Lucid earlier this week after deciding it was time to upgrade from Hardy. Pretty much everything worked, until I attempted to install the proprietary NVIDIA driver.
OS details: Kubuntu 10.04 x64 Kernel 2.6.32.22.What happened when I tried to install the proprietary nvidia-current package was simply that it didn't work. I could open the nvidia utility, it would say the driver was not in use. Attempts to force the issue by running nvidia-xconfig would render the X server unable to start, which gave me some quality time in a shell console with APT or restoring the xorg.conf file from backup. Trying to compile and install the driver from nvidia also wasn't working out so well.
I think the issue boiled-down to the install presumably attempting to upgrade the kernel during initial install from CD, but not doing so completely. I had all the appropriate 2.6.32.22 kernel and header packages, but GRUB was apparently still booting to the 2.6.32.21 kernel (which had no headers or anything) and not giving options to boot to the upgraded kernel.
How I fixed this was to remove all packages related to the 2.6.32.22 kernel via APT, then remove all the 2.6.32.21 kernel packages. That second operation triggered the 2.6.32.22 kernel to be reinstalled, and GRUB to be configured correctly to boot to it. At that point, I reinstalled nvidia-current, and it worked. I tried this after determining I was on the 2.6.32.21 kernel, and had no option to boot to the 2.6.32.22 one.
Your mileage may vary. In retrospect, I probably could've fixed it by fixing GRUB to boot to the current kernel. This appears to be a consistent issue, as I reinstalled at one point, just to start over, and went through the same thing again.
I suspect the driver I obtained from the nvidia website and patched (due to issues it has with recent kernels) might work now that I'm booting to the correct kernel with headers, but I think I'll save that for another time since nvidia-current is working great for me at the moment.
View 4 Replies
View Related
Jun 16, 2010
I wish to update my nvidia driver (I was running 195.36.24 and I want to update to 195.36.31). I followed all the instructions on this thread (http://ubuntuforums.org/showthread.php?t=1467074) and everything went well until this part:
Code:
sudo sh blahblah.run
The error I get in the terminal reads: You appear to be running an X server; please exit X before installing. For further details, please see the section INSTALLING THE NVIDIA DRIVER in the README available on the Linux driver download page at [URL]...I have no idea how to exit X as it's not in my system processes.I have updated my nvidia driver in the past but have never encountered this problem. I'm running Ubuntu 10.04 on a Dell XPS M1530 if that matters.
View 2 Replies
View Related
Oct 14, 2010
I have a Creative Xi-Fi sound card. There is a driver installed currently, but unless my sound is at 100%, everything sounds distorted. My first inclination, as a Windows user, would be to update the driver. So, I downloaded the driver from their site in the form of a .tar.gz. I followed the guide here: [URL] But, as soon as I get to the step where I actually compile it (make), I get errors.
Code:
user@user-XFX-Nforce-680i-LT:~/Desktop/XFiDrv_Linux_Public_US_1.00$ sudo make
make -C /lib/modules/2.6.35-22-generic/build M=/home/user/Desktop/XFiDrv_Linux_Public_US_1.00
make[1]: Entering directory `/usr/src/linux-headers-2.6.35-22-generic'
[Code].....
View 5 Replies
View Related