Fedora :: Latest Testing Mesa Drivers Looking Good
Jul 13, 2011
I just found new mesa-dri drivers in the updates-testing repo, installed all of them, uninstalled kmod-nvidia, and it just worked with my geforce 9500GT. For me, this is a huge step forward, the only thing still giving problems is the DVI signal, so I'm stuck in VGA. Even then, I was able to get a better resolution with the DVI signal using this testing drivers than with the nvidia ones (I tried several links suggested by DBelton in the nvidia-installation thread for fixing the DVI issue, to no avail).
View 4 Replies
ADVERTISEMENT
Feb 15, 2010
In several threads I read about installing an ati card on fc12. mesa-dri-drivers-experimental should be a good choice. So I installed it, made a reboot and nothing changed. In the xorg.conf "vesa" ist set. When I put "mesa" there and reboot, x dont starts. Whats wrong? Btw I am using igp hd 4200 and fc12-64bit
View 3 Replies
View Related
Sep 18, 2010
I've been struggling with getting my graphics card configured under a fresh install of F13. I have an ATI Radeon HD 5450 1GB DDR3 and when I run glxinfo this is the result:
Code:
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, ....
What concerns me are the lines:
OpenGL vendor string: Mesa Project
OpenGL renderer string: Software Rasterizer
If I try to enable Desktop Effects it tells me I have no 3D acceleration. So 3D acceleration not supported for this card using the open source, stock install drivers? I'd like to avoid the proprietary ATI ones if I can. Background on the video card here: [URL]. It's the cheap-o model in the HD 5XXX series and based on the article above it seems to be more of a beefed up version of the HD 4XXX chip design than a true HD5XXX series card.
View 13 Replies
View Related
Jan 22, 2011
i have been messing with my mesa opengl drivers and ati proprietary drivers for a while now. i cannot get them to work smootly for games (urban terror, nexuiz, WoW)i am currently on mesa experimental 7.9 i know that 7.8 with FC13 worked and there is 7.10 in rawhide right now.Problem is,n't know how to revert back to 7.8 or install 7.10 from rawhideshould be a simple answer from someone that knows
View 3 Replies
View Related
Jun 6, 2010
Short description of the problem: I need to have freeglut3-dev, libglu1-mesa-dev, libgl1-mesa-dev and libgl1-mesa-swx11 installed at the same time. How to do it?There are no hardware drivers for my GPU (ATI Radeon HD 4290), so I must use the software rasterizer:libgl1-mesa-swx11. Fortunately I have a very fast hex-core CPU so rendering in software doesn't slow down the computer.I make OpenGL games in C, so I need these packages to be able to compile my games:freeglut3-devlibglu1-mesa-devlibgl1-mesa-devBut if they are installed, libgl1-mesa-swx11 must be replaced by libgl1-mesa-glx.libgl1-mesa-glx is the hardware rasterizer and doesn't work, because I don't have the needed hardware drivers.Currently, I have to install/remove/reinstall those 4 packages before compiling a program and then do it again after compiling to be able to run the program,
View 1 Replies
View Related
Jun 27, 2010
how to check what my latest installed drivers are and how to install the latest? If I search for Nvidia in YaST then noting comes up. I beleive the latest drivers from Nvidia are 195.xxx
View 7 Replies
View Related
Aug 9, 2011
I'm getting a Dell XPS laptop soon and it comes with Intel Centrino Wireless-N 1030 and I was wondering if anyone else has this chipset and how well supported it is under Fedora or Linux in general.
View 1 Replies
View Related
Apr 12, 2011
After the latest update of testing, Debian started to reboot at at startup, after just few messages shown (that's all after GRUB choice is made). If I pick up older kernel it boots OK. What should I look for to determine the cause? (I.e. what log etc.).
View 4 Replies
View Related
Aug 30, 2010
I need address of ftp server that has the latest .iso of Debian testing (weekly build).unfortunately, cdimage.debian.org/cdimage/weekly-builds/ is useless to me as it does NOT support ACTIVE FTP.
View 3 Replies
View Related
Apr 12, 2010
I tried to do Debian netinstall from minimum iso image in my brother's pc. My Network Interface card is Intel 82578DC GIGABYTE Network Connection. The installer gives a list of drivers to install but I don't know what to do. Should I download and install from first CD/DVD? Will it have appropriate drivers then?
View 5 Replies
View Related
Dec 22, 2010
I have been trying to install fglrx drivers for my ATI card with Debian testing (x86) but without any luck. I have tried what it says here http://wiki.debian.org/ATIProprietary but I only come up with a blank screen (and also invoke-rc.d gdm stop does not work either?) I have also followed the directions at [URL]....html and that doesn't work either (make error 127). I must be doing something totally wrong.
View 6 Replies
View Related
Jun 2, 2011
Can anyone please recommend a good sound card with a optical out that has Linux drivers? I'm planning on making this an Ubuntu based system and have been looking at getting an X-Fi but there seems to be a lot of posts online about Creative stopping drivers for Linux a few years ago
View 5 Replies
View Related
May 12, 2010
Where can I download the latest Red Hat drivers for AMANDA?
View 2 Replies
View Related
Jul 3, 2010
I read somewhere that the compositor of XFCE make a nice effect. But when I activated it became significantly slower. I have a core i7 and a Ati 5730, with the latest Ati drivers.
I need to do something in xorg.conf or another configuration?
View 10 Replies
View Related
Jan 3, 2010
I'm using an ATI Mobility Radeon 3450, an R6xx card, with the radeon driver. I've been wanting 3D acceleration and was considering trying the experimental DRI support with Mesa 3D. So my questions are:
1. How experimental is experimental at this point? Is the specific mesa-dri-drivers-experimental package more-or-less static?
2. Would I be better off with Mesa 7.6 from the repository or 7.7? What would be the best approach before installing it?
View 5 Replies
View Related
Jan 7, 2010
I'm taking a course in school on computer graphics and we are using Linux as the main operating system. I myself am more accustomed to using windows but have always wanted to give Linux a try. So the other day I dual-booted my laptop with Fedora 12 and so far I'm liking it. I do have one main question however. I need to install Mesa to do my OpenGL programming with but I'm not sure how to install it. I have downloaded a tar.gz file from the Mesa website and have tried running it from the terminal by using these commands: (note: the commands are from the Linux Newbie Guide i found on google)
cd /Tudor's Home/local
tar -xvzf /Tudor's Home/MESA/MesaLib-7.7.tar.gz
cd "the new directory it was extracted to" (gets changed to the actual extraction folder)
./configure
make
make install
Now, I'm not sure why this doesn't work. The extracting doesn't even work so I'm not sure whether these commands are the same in Fedora or what I am doing wrong? I have installed aMSN from an rpm file and it worked perfectly but I'm not sure how to install using makeFiles. Any good tutorials on makeFiles and how to install them? or a link to Mesa as an rpm file? So I can start learning OpenGL.
View 8 Replies
View Related
Mar 22, 2010
I've just installed ubuntu 9.04 (had the disc from before) and I'm upgrading to 9.10 of course but I have a question. How do I check that I have the latest drivers installed for everything in my laptop? I'm the kind of person that has that nagging feeling in the back of my head telling me that everything isn't installed perfectly and I need to install my drivers properly (or at least ask).
View 6 Replies
View Related
Feb 21, 2010
I installed mesa-dri-drivers-experimental package using yum in Fedora 12. I have an ATI Mobility Radeon HD 3450. After the reboot as soon as the fedora bubble fills up the screen goes blank with a blinking cursor. You can type in that black screen and do nothing else. When you press alt+ctrl+del a few services are stopped and the system is rebooted.
View 2 Replies
View Related
Mar 2, 2011
I have an Asus A52J, my problem is that automute is not working well when I put on my headphones. There's solution for that in latest alsa source but I prefer to install it from repositories, I don't want to get my system dirty with make installs. Is there a way to get alsa packages version 1.0.24 as a package? It is safe and clean to install them from alsa page sources?
View 14 Replies
View Related
May 30, 2010
Has anyone been able to get latest catalyst drivers (10.3 or 10.5) working on kernel 2.6.34?
View 7 Replies
View Related
Mar 6, 2010
Anyone knows the easiest way to switch from the nvidia drivers to teh nouveau drivers in the latest kernel?
View 2 Replies
View Related
Jul 6, 2010
I am running kernel 2.6.32-23-generic-pae and since updating nvidia drivers do not work. I go into hardware drivers and activate but I get dropping to low resolution desktop or VGA not supported.
View 2 Replies
View Related
Aug 6, 2011
I had 10.04 and my wireless worked out of the box.
I just installed the latest and my wireless says "firmware missing"
The card is : 00:09.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 03)
View 1 Replies
View Related
Sep 30, 2010
following attempt to install mesa-libGL-devel?
[code]...
Look like I've created a circle as the last rpm depends on the first? Note that for the second rpm, Xau and Xdmcp are loaded:
[code]...
View 1 Replies
View Related
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
Jun 22, 2010
I am using Fedora 13 and I have one program (wine) that I need to start grabbing for the updates-testing repo instead of the default repositories in order to get newer versions. I think I can figure out how to add that repository, but I need to know if there are any others I need to disable or any other changes I need to make to my system so that I don't confuse my set up with conflicting updates.
Also, is there anything special I need to do to be sure that only that one program is grabbed from the testing repo when I run regular updates?
View 6 Replies
View Related
Mar 7, 2010
[URL] I just updated and then saw this news , whats the solution for me, I either want to go beta or downgrade, If i try to boot to previous kernel, boot hangs in graphic mode, I cant start X and gdm . How to install kmod with beta drivers? Or whats the solution, nvidia ver: 195.36.08
[Code]....
View 16 Replies
View Related
Feb 15, 2009
I've been trying to get online for the better part of a week now with no luck. I can't get my network up to download drivers for my hardware - without the drivers I have no GUI so I'm stuck trying to do this in text mode.
View 14 Replies
View Related
Nov 29, 2010
The latest in experimental is 1.1... the stable by upstream is 1.2 and the latest unstable is 1.3. So is there a repository where I can get the latest unstable automatically?
View 7 Replies
View Related
Jan 9, 2011
What changes have been made in Mesa/3d drivers + xorg from 9.10 to 10.04 ? I tried now on 10.10, and the same bug remains.
On my laptop, 3d doesn't work correctly anymore... OpenArena & UrbanTerror crash Xorg.
I needed to download the OpenArena source from openarena.ws (the apt-get source repository's version doesn't compile btw., apt-get build-dep I did) and needed to compile OpenArena myself, until it halfway worked... (still, the mouse blocks when one tries to move position (keyboard) and view (mouse) simultaniously).
This has now been simultaniously on 2 laptops, so it's not a hardware failure, and it's not an OpenArena bug, because it worked before from the same source.
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
View 4 Replies
View Related