Software :: Where Is The Source Codes For The Open Source Drivers For Each Distros

Jan 2, 2009

We all know we can install a linux system such as Fedora 10 and use it. Being linux, one should in principle get the source codes for everything that has been precompiled (except the proprietary drivers such as nvidia) in the installation DVDs/CDs. Where are the source codes ? Is there a place I can download them ?
To avoid confusion, I am not referring to the kernel source that can be compiled to give a linux kernel, but that does not include the drivers, such as intel_drv.so.

To be more specific, the intel graphic i810 driver has been built into any linux system, but where is the exact source? One answer may be that primary source intellinuxgraphics.com. However, if anyone tries to download the every changing (i.e., keep updated almost every single day) driver source codes from freedesktop.org, it is almost certain that the source codes will not be the same as the one that is finalized in Fedora 10.

View 9 Replies


ADVERTISEMENT

Ubuntu :: Restore ATI Open Source Drivers?

Apr 22, 2010

I have been testing with the ATI Catalyst drivers. I have made a package from the 9.12. I have found that they were not working the way I want, so i tried to switch back via synaptic. I have removed everything which had to do to "fglrx"

now when I restart, here is the message i get

Quote:

UBUNTU is running in low graphic mode The following error was encountered. You may need to update your configuration to solve this. (EE) failed to load module "fglrx" (module does not exist, 0)

For information, it does start in low graphic mode. I have reinstalled the "fglrx" module, but the problem is still the same. If I reinstall the fglrx drivers from synaptic or terminal, I am back with the newer catalyst driver. I cannot switch back to the ubuntu repository one it seem.

I have done the following to try to get the open source back

Quote:

sudo /usr/share/ati/fglrx-uninstall.sh # (if it exists)
sudo apt-get remove --purge fglrx*
sudo apt-get remove --purge xserver-xorg-video-ati xserver-xorg-video-radeon
sudo apt-get install xserver-xorg-video-ati
sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
sudo dpkg-reconfigure xserver-xorg

I still have the same problem. Now I do not have any package installed with "fglrx" I have reconfigured xserver-xorg and it will only start in low graphic mode.

View 5 Replies View Related

Ubuntu :: Open Source Virtual Machine - Study The Source In Order To Create My Own?

Jun 28, 2011

Is there any open source virtual machine so i can study the source in order to create my own? i'm gonna write my own, so it doesNT matter if license does not allow further development of the code.

View 1 Replies View Related

Debian Configuration :: Installing ATI Open Source Drivers

Mar 1, 2016

I just set up a computer with debian (im no linux expert) and now i have trouble with getting the packages for my graphics card (its an RV635)

Im tried to do it like this page says: [URL]....

However when i try to Code: Select allapt-get update he throws an error:

W: Fehlschlag beim Holen von http://httpredir.debian.org/debian/dists/jessie/Release Erwarteter Eintrag »nonfree/binary-amd64/Packages« konnte in Release-Datei nicht gefunden werden (falscher Eintrag in sources.list oder missgebildete Datei)

View 1 Replies View Related

OpenSUSE :: Broadcom Releasing Open Source Drivers

Sep 9, 2010

any idea if openSUSE will be able to get this into 11.4?Broadcom swims upstream, tackles Linux WiFi woes with new open drivers

View 1 Replies View Related

Ubuntu :: Sound Through HDMI With Open Source Drivers?

Jul 12, 2010

I have been trying to get sound to work through the open source HDMI drivers, does anyone know how to do this?

I get a perfect picture through HDMI but no sound. The ATI HDMI option is not muted and is enabled. I dont know what else to do. I opened a terminal and did "aplay -l" and I can see the device in there. I DO get sound using the proprietary drivers supplied by ATI, but I get screen tearing and makes the picture look horrible.. So for now its Sound vs Picture quality... Why cant I have both :/

View 2 Replies View Related

Ubuntu :: ATI Open Source Drivers: No Hardware Acceleration

Mar 13, 2011

I have an ATI Mobility Radeon HD 5000 series (I believe 5470, but I forget). I installed the open source ATI drivers using instructions at https://help.ubuntu.com/community/RadeonDriver. Wonderfully, this gives me triple monitor support (LVDS, VGA, and HDMI at the same time), which the proprietary drivers couldn't do for me. But now I don't have 3D support (and XBMC crawls horribly as a result.) glxinfo shows me I have software rendering:

Code:
$ glxinfo | grep OpenGL
OpenGL vendor string: Mesa Project
OpenGL renderer string: Software Rasterizer
OpenGL version string: 2.1 Mesa 7.9-devel
OpenGL shading language version string: 1.20
OpenGL extensions:

View 1 Replies View Related

Ubuntu :: Replacing FGLRX With The Open Source ATI Drivers?

Apr 3, 2011

I have an ATI Radeon 4200 HD Mobility, with 256 MB of my RAM dedicated to it. I installed FGLRX, but the performance actually dropped compared to the open source drivers that come installed by default. I removed fglrx, and reinstalled the Radeon packages, but no avail.

Now, when I boot, I get the error, "unable to load module 'fglrx'," and my only option is to run Ubuntu in Safe Graphics Mode. This tells me that the computer is still trying to load FGLRX, and there's something that needs to be altered down at the boot level.

View 6 Replies View Related

Ubuntu Multimedia :: How To Install ATI Open Source Drivers

May 23, 2011

As far as I can tell, I have the proprietary AMD drivers installed.

I want to install the open source drivers instead to see if I can get better performance.

According to this site, I have to install the PPA to my software sources as instructed here. I've done that. But how do I actually install the open source drivers?

View 9 Replies View Related

Ubuntu :: How To See Source Code Of Open Source Software

Sep 12, 2010

I want to see the source code of smplayer software.from where i can see source code of open source softwares?

View 9 Replies View Related

Debian Multimedia :: No 3D With Radeon HD 4200, Open-source Drivers?

Feb 21, 2010

I'm running a Squeeze system on a PC with an ATI Radeon HD 4200 graphics card. Until recently I had been using the fglrx drivers without difficulty, but a recent upgrade removed fglrx - apparently this is because ATI has yet to release drivers for Xorg 1.7. So I've switched to the open source driver (radeon), but am not getting any 3D acceleration - hence can't run desktop effects in either kwin or compiz. When I run "glxinfo | grep OpenGL" I get the following:

OpenGL vendor string: Mesa Project
OpenGL renderer string: Software Rasterizer
OpenGL version string: 2.1 Mesa 7.6.1
OpenGL shading language version string: 1.20
OpenGL extensions:

It's the software rasterizer that is the problem, I gather. After Googling for similar problems encountered by others, I've installed firmware-linux and firmware-linux-nonfree, but to no effect. All fglrx-* packages are purged. Does anyone have any other thoughts? (I don't currently have an xorg.conf file in use.)

View 10 Replies View Related

Debian Hardware :: Switchable Graphics And Open Source Drivers

Sep 10, 2014

My questions is about switching graphics card on a Intel/AMD hybrid system using open source drivers (Envy 15 with HD4000 and AMD 7690M). I was waiting for an proprietary driver from AMD but apparently it will not be released in the near future and I need to use AMD chip for my 3D intense applications.

View 0 Replies View Related

Debian Hardware :: 8.0 Crashed After Installing ATI Open Source Drivers

Sep 11, 2015

The ATI/AMD graphics hardware is:

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Oland [Radeon HD 8570 / R7 240 OEM]

I installed "AMD/ATI Open Source Drivers" according to: "[URL] ....":

Reboot after "apt-get install firmware-linux-nonfree", the system automaticly reboot after grub, then went black screen forever (no tty1,tty2.., seems cannot booting). I reinstalled serveral times but same problem (having tried both cd/live dvd, debian8.1/8.2).

It seems that "firmware-linux-nonfree" is the cause, since debian crashed once firmware-linux-nonfree installed.

The problem went away by installing ATIProprietary driver("[URL] ....").

PC is dell 9020, i7

View 6 Replies View Related

Software :: GUI Tool For Configuring Open Source Radeon Drivers

Sep 4, 2010

Last year I had a gui tool for configuring the radeon open source drivers in my old slackware install but now I forgot the name of it. I'm pretty sure it was gtk based and no matter what I type in google I can't seem to find any reference to it. There is a radeontool but that's not it. Anyone know what the name for it was, or something else that provides easy configuring of the open source radeon drivers? I remember it had lots of options to configure including some I've never heard of. Thought it'd be easy to find now since it seemed so officially supported during the time I used it!

View 1 Replies View Related

Ubuntu Multimedia :: ATi Radeon 9200 + TV Out Work With The Open Source Drivers?

Aug 3, 2010

A friend of mine is looking for a cheap PCI graphics card to do TV-out from his PCI only PC for MythTV duties. We've found cheap old PCI Radeon 9200's with TV Out on eBay. These appear to only be supported by the open source drivers now, but will the TV out work with the open source drivers?

View 3 Replies View Related

Fedora Hardware :: ATI X1950Pro Install Open Source Drivers Radeon And Radeonhd?

Jan 12, 2010

How can I install some open source drivers like radeon or radeonh, I just want make my desktop effects work, can't even watch a movie I have these installed:

Code:
#X -version
X.Org X Server 1.7.1
Code:
#rpm -qa | grep -i radeon
radeontool-1.5-6.fc12.i686

[Code]...

View 4 Replies View Related

Programming :: Build Whole Distribution From Source Codes?

Dec 11, 2008

I have downloaded whole linux source codes of fedora in a dvd. There are several rpm packages and lots of directories in it. I want to load all source codes to version control system (svn or cvs) which is loacated in a server and develop it step by step .During this time I want to build my own distribution. So I need to know how to build all these packages at once. Is there anyone who can explain "how to do" to me

View 1 Replies View Related

Ubuntu Installation :: Search For Drivers Since Many Hardware Manufacturers Do Not Have A Driver Site For Open Source

Feb 19, 2010

[URL].. One of my reference link: A very good place for search for drivers since many hardware manufacturers do not have a driver site for open source.

View 1 Replies View Related

CentOS 5 :: Get The Source Codes Of The RPM Package Alsa-driver-1.0.20-78.el5.i386.rpm

May 23, 2009

I want to get the source codes of the RPM package alsa-driver-1.0.20-78.el5.i386.rpm, but I don't know where I can find it,

View 2 Replies View Related

CentOS 5 Hardware :: Where Are Driver Source Codes And List Of Supported Hardwares?

Jun 27, 2011

I would like to get driver source code and list of supported hardware for CentOS.If one can get (some of) these from CentOS-5.6-x86_64-bin-DVD-1of2.iso, where or how could I get?

View 2 Replies View Related

Ubuntu Multimedia :: Upgrade Open Source Drivers To Newer Ubuntu?

Nov 15, 2010

I have a thin client HP t5730 with a ATI x1250 ()Running Ubuntu 10.04 everything works fine, the graphic card is recognized with the open source drivers and everything looks good. I am planning on installing XBMC Live, which is built upon Ubuntu 9.10, and no matter what i do, it never detects the card. I have tried everything, installing the appropriate ATI drivers, installing EvnyNG and the list goes on. Aticonfig still shows: no supported adapters. My question is, is it possible to upgrade to the newer open source drivers that Ubuntu comes with or does anyone have any other idea?

View 1 Replies View Related

General :: Non Rolling Release Source Based Distros?

Sep 11, 2010

I've used worked with gentoo for a little while but I kind of get annoyed by the rolling release. It seems that I need to emerge something every week. So I was wondering if there was a source based distro that had a dated release of stable packages, kind of like ubuntu. The primary use of this distro will be for my latitude 2100 net-book with touchscreen and an atom processor, so it will need to have a fairly new kernel. Also, I love the way gentoo is built from scratch. It allows for a very clean system. I would be happy with either linux or bsd based system. Also, since it is this is a notebook, I would like to be able to compile through a nfs network so i can use the resources from another system.

View 11 Replies View Related

Fedora :: Does Fedora Come With Open Source Drivers Installed By Default Too?

Feb 5, 2011

i understand ubuntu comes with opensource ati drivers installed by default?(Correct me if I am wrong)So does Fedora come with open source drivers installed by default too? or do i need to install them as well.I have radeon x700 card...and there is only one game that i would like to play on fedora 14 is Warhammer 4000: Soulstorm (2008 game)Will the open source drivers be enough or do i need to install the proprietary ones...(and is it hard?).

View 1 Replies View Related

Ubuntu :: Source Code Of The Krnel From The Kernel.org - Source Trees Organization

Apr 11, 2011

i am already a little bit familiar with linux and now i want to know better the linux OS. i have downloaded the source code of the krnel from the kernel.org and i dont understand the linux source trees organization, so can somebody do me a favor and give me a link to some internet page (or at least a book) that explains that?? i have searched in the internet with the tag:::linux source trees organization and i have not found nothing interesting

View 1 Replies View Related

Fedora Installation :: Use The Source Dvd To Install The Source Package?

Feb 19, 2010

installed the fedora 12, but dont know how to use the source dvd to install the source package.

View 3 Replies View Related

Ubuntu :: How To Install Printer Source Drivers On Server 10.04

Nov 1, 2010

I use Ubuntu Server 10.04 and would like to share my printer from it. I have a Canon Pixia MP270 and I can download the source drivers from URL...There is also a deb file driver download tested on ubuntu 9.04 but I fails to install.Im not worried about the scanner option on the printer I just want to be able to share the printer to my Windows 7 PC.

How do I install the source drivers?I presume once its installed I can share the printer through webmin and install it on my Windows 7 machine?

View 2 Replies View Related

Ubuntu Networking :: Compile Drivers Or Hostapd From Source + Ath9k = No 11n

Nov 19, 2010

I've been running hostapd for a while in 11g mode with great success. Having upgraded the router machine to maverick today, I had a poke at getting hostapd working in 11n mode without too much fuss. From cursory reading of old forum posts, this appears to now be built in functionality without needing to compile drivers or hostapd from source - this is borne out by a few 11n-related lines in the default configuration file.

When adding those two lines to my config file, though, I get the same error message I did a few years ago when trying this out for the first time:

[Code].....

View 2 Replies View Related

Ubuntu :: Open Source Pdf Plugin

Oct 8, 2010

I can not seem to find a pdf viewer browser plugin other than the actual craprobat plugin from Adobe. The default Ubuntu install comes with a perfectly good open source stand alone pdf viewer, but this means that the browser has to save it to your download directory then run the external viewer, and eventually your download directory is all cluttered up. I would much rather just view the pdf in the browser.Is there no open source browser plugin?

View 1 Replies View Related

Ubuntu :: How To Contribute To Open Source

Apr 5, 2011

i want to know how to contribute to open source...i don't know from where to start??where to look for??

View 9 Replies View Related

Programming :: Use For Open Source Development?

May 19, 2011

I wish to start development for the open source projects. And going to start working on some project in C/C++ and shell/python scripts. I wish to know the best suitable development environment for this purpose? What about eclipse? I will be interacting with git, make and other open source utilities.

View 2 Replies View Related







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