Ubuntu Multimedia :: Remove Video Driver Module For VESA
Sep 16, 2010
I'm trying to remove 3Dlabs / Oxygen gmx , and install vesa - Generic VESA-compliant video driver module.How do I remove 3Dlabs / Oxygen gmx ?I can click on VESA in the 'Choose By Name...' , but when I close that box, it shows No Driver.
View 4 Replies
ADVERTISEMENT
Jun 13, 2010
Does anyone know how I can get xubuntu to boot up using the glint video driver instead of vesa? I am trying to get it loaded on an older machine and a previous version of ubuntu worked using the glint driver but the latest version of xubuntu (10.04) is using the vesa driver. Which is not working for me. I have tried ubuntu, xubuntu and lubuntu all version 10.04 and neither of them has worked. They all boot up into a terminal window (no GUI).
I tried creating an xorg.conf file and added a line specifying the glint driver. After doing that and trying to startxfce4 I get an error saying that it cannot load the glint module. Unfortunately that machine has no internet connection either. I guess it hasn't recognized my wireless card either.
View 2 Replies
View Related
Jul 15, 2010
Here goes the problem: I have a Amilo M7400 notebook with an Intel 82852/82855 GME video card, and X is a bit uncompatible with it.I've tried using the vesa driver in the xorg.conf, but when i start Xserver, it hangs hard in a blank screen. I can't open a new terminal and control+alt+backspace won't work.
what can i do? is there a log file for X which details the initialization of it?
View 8 Replies
View Related
May 5, 2011
I recently took my Compaq Presario 2175US notebook completely apart and resoldered the power jack so that it could be used again (after 2 years of dormancy). After successfully putting it back together (with a handful of leftover screws ) , I was able to successfully install Ubuntu 10.04 (Windows XP seemed silly at this point and I really like using Open Office). Anyway, after a couple of days looking for the wireless driver for the internal wireless, I found the answer and got that working.
Unfortunately, the video does not seem to be working other than a basic VESA configuration. The notebook has the ATI Radeon IGP 320M video chip installed. I have searched for many days (about a week) on the internet for a way to get this working, but have been unsuccessful. Although I have found many posts all over the net (here included) that list folks with similar problems, and having tried many of the "fixes", I am still unsuccessful at getting the video card to work in any more than a minimal manner (no games, no 3D of any kind...etc.)
View 5 Replies
View Related
Jan 16, 2010
I have an Asus z9100 laptop with an Intel 855GM integrated graphics chip, which is running Karmic (the purpose of the laptop is to be a MythTV frontend so my understanding is that it needs to run 9.x in order to connect to the MythTV 0.22 backend - I have installed and configured this using the installable Mythbuntu package) and the laptop is subject to this bug which causes random freezes:
[URL]
So, following advice for similar freezes I've seen, I have added the following options to my grub menu.lst on the kernel line:
nolapic nomodeset
and I have edited xorg.conf so that it makes use of the vesa driver instead of the Intel driver. This results in no freezes and if I wanted to watch Myth on the laptop screen I'd be squared away. However, the laptop has a damaged screen so the point was always to output the signal to an external monitor via its VGA out.
When I attach the external monitor and boot with the setup as described, the external monitor is never detected. But I noticed that if I remove the "nolapic nomodeset" from the kernel boot line, it is detected. However, signal is only output to it during the earliest part of boot (when the Ubuntu logo is in the center of the screen before the full-screen graphic with the animated progress line), after which the external monitor goes black and all the display output goes to the laptop screen. The external monitor power button is still lit up green as if it has been detected and is receiving signal, but it's just a black screen.
get the signal out to the external monitor after the initial part of the boot process, using the vesa driver? Here is the current state of my xorg.conf:
Code:
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection
[Code].....
View 2 Replies
View Related
Feb 12, 2010
I am looking for a generic vesa driver xorg.conf file that will work with most any 1024x768 monitor.
This is for a network appliance and our field people have many different type of monitors.
This product will mostly be used "headless" but sometimes our field people will plug in a monitor.
The intel driver will not even start x without a monitor plugged in so I found it necessary to go to the vesa driver.
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
Feb 20, 2011
With the upgrade to Squeeze and the 2.6.32-5-686 kernel, my Dell GX260's 82845 video chip suffers from the documented intel driver bug (freezes within a few minutes). I tried to fall back to the vesa driver, but am only able to get 640x480 resolution. The monitor is an LG L1720P.
I turned off kernel mode setting (via /etc/modprobe.d/i915-kms.conf), and modified xorg.conf -- added Modeline entries (from gtf) and
additional Mode lines to try to force resolution. Relevant portions of xorg.conf, dmesg and Xorg.0.log are shown below.
xorg.conf:
Code:
Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
[code]....
View 6 Replies
View Related
Sep 12, 2011
I am running openSUSE 11.1 with modified Kernel. While trying to run make on the downloaded driver for the RTL2831 I am getting an error message that I do not full understand. That is:
Code:
linux-2c5j:~/rtl2831-r2 # make
make -C /root/rtl2831-r2/v4l
make[1]: Entering directory `/root/rtl2831-r2/v4l'
No version yet, using 3.0.4-41-desktop
[code]...
I am not sure what is required when the error is "first use this function". How can I use the function T_DIGITAL_TV if I first have to install my driver in order to use the stick?
View 1 Replies
View Related
Jun 1, 2009
When I try to load the Realtek 8187 modules to kernel using the ./wlan1up command, I get the following error:
[root@localhost rtl8187_linux_26.1025.0328.2007]# ./wlan1up
insmod: error inserting 'ieee80211_crypt-rtl.ko': -1 File exists
[code]...
Can someone tell me how to correct the "Invalid module format"? I hope that correcting the "Invalid module format" error, I will not have the "Unknown symbol in module" error.
Note: I am using wlan1 for this module as I previously am online with the wlan0 network.The same error occurs if I use ./wlan0up.
View 3 Replies
View Related
Apr 22, 2010
I want to add some code in existing linux2.6.33.2 to enhance kernelI want to know how to start and where to add code.
View 2 Replies
View Related
May 3, 2010
what I did was searched a solution on google and i read something about install alsa-driver. So I downloaded it and tried to install it (took a very long time) and didn't installed (errormsg). When I looked a little further i saw my microphone was muted in the audio settings (DOH !)but now everytime i do an apt-get i get this error message from alsa-driver that want to setup
Quote:
sudo apt-get install gcc
Reading package lists... Done
Building dependency tree
Reading state information... Done
[code]....
View 1 Replies
View Related
Feb 3, 2016
How to enable native screen resolution in X using VESA driver? I have IBM/Lenovo ThinkPad T61 with a native screen resolution of 1680x1050, but I am getting 1024x768 instead.
This is a fresh install of Debian 8.3 (latest stable) (Jessie).
The root cause of this is that nouveau graphics driver (which I was using before) was causing me kernel crashes. Full story here: [URL] .....
View 7 Replies
View Related
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
Jun 11, 2011
I would like to remove the audio tracks from various video clips (.avi, .mpg. .wmv, .flv, etc.).I Googled and found lots of ways to strip off the audio and save that sound as an mp3 file, but I have found nothing that would allow me to remove the audio and save my video clip (silently)
View 5 Replies
View Related
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
Mar 27, 2010
i couldn't enable any of the desktop effects. So i searched available drivers and found one for my graphics card. After installing it and rebooting, the system doesn't start, i tried ctrl+alt+f1 for entering in console mode but that doesn't work either.
View 9 Replies
View Related
Apr 13, 2010
I am attempting to make a video machine only... which mean I have a Compaq 6435cl and I have installed the latest verion of ubuntu on it. All I want this machine to do is play video from off the net on my LCD HD TV. The video on board was all choppy when going into full screen mode so I put in a 3dfx Voodoo card and the same thing happens. I cannot figure out how to install the drivers for this card in ubuntu so I was wondering if I should by a new video card. Do you have a recomended video card for ubuntu that would push HD video?
View 2 Replies
View Related
Jun 27, 2010
I have just installed UBUNTU 10.0.4 (32 bit Generic) on a Compaq CQ50 -AMD Athlon 64 X2 1.9GHZ . The install went flalessly, and everything simply worked out of the box. I also Installed the NVIDIA Propriatery graphics driver, and it worked OK. The box has an NVIDIA GeForce 8200M G. When I did a "free" I discovered that UBUBTU was not using all available RAM. After a bit of research I found that to fix this, I needed to change the kernel to a PAE enabled one. I installed 2.6.32-22-generic-pae #36-Ubuntu SMP Thu Jun 3 23:14:23.On reboot the system complained bitterly that it could not start X. With log entry:
I) Loading /usr/lib/xorg/extra-modules/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Video Driver (EE) NVIDIA: Failed to load the NVIDIA
[code]....
So, I selected to boot with the "generic" driver and all was well. I then issued-- nvidia-xconfig command and rebooted again. Same problem, this time I selected to go to shell and did a reboot, thinking that the driver needed to be recompiled for the new kernel, but I got the same result.I believe I am loading an NVIDIA driver into a PAE kernel which is compiled for the non-PAE kernel.I tried to de-Install/Re-Install the propriatery driver while running under the PAE kernel, but the driver still fails to load.
View 1 Replies
View Related
Jul 29, 2010
I am trying to install the video driver for my hp a1010n. The video device is a 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics. I have seen a few sites that have referenced this but they were not written for new users and I could not figure out how to install it. I am fairly adept at usage of computers (mostly Windows OS) but am not yet familiar with Ubuntu so I am aware of the absolute basics... I am just not sure what commands to use in the terminal and etc.. I am running Ubuntu 10.04 LTS
View 2 Replies
View Related
Sep 21, 2010
I'm using my Ubuntu 10.04 as a server, headless or with HDMI receiver/TV setup. There is a lot's of topics how to make it work headless/VNS. I found the least trouble is to make a fake VGA from old VGA cable and 3 resistors. However, when I start my Ubuntu with Fake VGA it won't switch to HDMI when I turn my Receiver/HDMI on. If I restart X it is fastest way to pick the HDMI Video/7.1 Audio up. I can do it via VNC or ssh and going to do it with 'irexec' so my wife will be able to redetect the HDMI and run XBMC with one button click of the remote.The problem is restarting X kills all my GUI apps (KTorrent, ...). Is there a way to force the video driver to restart or redetect the screens?
View 1 Replies
View Related
Jul 6, 2011
How do I permanently set my video driver to generic? I have an ATI rage 128 pro video card that I just installed because my onboard video wasn't supported. But it will only work if i go through the recovery and run the session with the generic driver. I've tried to get it to run it permanently through the recovery console, but it won't let me select the option.
View 8 Replies
View Related
Sep 1, 2011
CPU: Intel i3-2100
Video works OK in Windoze XP but just a black screen in Ubuntu 11.04. when somebody will come up with a working driver?
View 6 Replies
View Related
May 10, 2011
As of late I've been getting annoying video anomalies (see attachment) when using nvidias proprietary driver. I'm running ubuntu 11.04 64bit, my card is a 240 GTX and the nvidia driver version is 270.41.06.
View 1 Replies
View Related
Jun 6, 2010
I am following the how to at ATI drivers - openSUSE and I am getting an error. I installed the opensuse 11.2 x64bit version and I have a Radeon x600 video card. When trying to install the propietary driver (which I guess I need to enable 3d HCL/ATI Video Cards - openSUSE) I get the following error:
administrator@linux-fsvg:~> su
Password:
linux-fsvg:/home/administrator # zypper in kernel-source linux-kernel-headers kernel-syms module-init-tools
[code]....
View 2 Replies
View Related
Jul 27, 2010
I am really not sure where to get the flash player and/or video driver. Is it on the DVD like Mandriva, just not installed by default or do you need to search for this online?
View 2 Replies
View Related
Feb 4, 2011
My gentoo laptop doesn't have a serial port, so I got a usb-serial (RS-232) adapter from ebay. However when I plug it in, the only thing dmesg mentiones is: Code:usb 5-1: new full speed USB device using uhci_hcd and address 2I've tried to look for a kernel driver in "make menuconfig" by pressing "/" and typing 232. Nothing about RS-232. Device Drivers -> Character drivers -> Serial drivers has 8250 and UART as a module. Device Drivers -> USB support -> USB serial converter support has in-kernel: USB generic serial driver, and FTDI Single port driver as a module, but it still isn't getting recognized.Is there some module i forgot to enable, or do i have to download a separate module from somewhere?
View 5 Replies
View Related
Feb 20, 2010
I have Centos5.4 loaded on a late 2008 MACBOOK Pro and would like to get wireless working. I've attempted to download the broadcom driver and create a driver module with no luck.
Using these instructions....
[url]
When I make the WLAN driver, I get this:
View 2 Replies
View Related
Oct 14, 2010
I have the most bizarre problem that started with 10.04. Up until 10.04 I had zero problems with my setup. I am convinced this has something to do with NVIDIA 7100GS and 10.04.
Here is the problem in a nutshell. I have my home desktop, which I upgraded to 10.04 from 9.10. Everything went just fine except when it booted up and I logged in, the video "shut off", the computer "hung" for about 10 seconds, then came back. I'm able to use it for about 10 seconds then the same thing happens. Video blanks, system hangs, comes back.
I've tried turning off compiz, no effect. I've tried nvidia-current along with other versions (including the one from the website) and they ALL have the same problem. I know it's not a hardware issue as I can boot the live CD just fine. I also upgraded to 10.04.1 and that worked fine until I installed the nvidia drivers. Here is what I dont understand either. I did a apt-get remove --purge nvidia* and the problem still existed after that.
Something is seriously wonky. I REALLY don't want to re-install the entire box. Now, here is something else that doesnt make sense. I have 10.04 installed on my work box with a Nvidia 9800 graphics card and I have no issues at all.
View 3 Replies
View Related
Jan 4, 2011
I recently swapped a hard drive from another computer I was using.The previous computer had nVidia video card (i think it was 9500? something like that), and the new computer has an ATI Radeon 4200 HD video card. Now, when I boot it up on my new comp using the same hard drive, I get a black screen and my monitor just switches from digital, analog, hdmi. I'm guessing that the video card drivers are still installed, but I cannot switch back the hard drive since my other comp is far away from where I live. If I boot up with ubuntu CD however, it loads fine.
I have many important files on the previous install though, and I'm not sure how to get to it. I wouldnt mind reinstalling ubuntu as long as I can get those files back.
View 7 Replies
View Related