Fedora :: Installing Mesa To Do Open GL Programming?

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


ADVERTISEMENT

Fedora Hardware :: Screen Goes Blank After Installing Mesa?

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

Ubuntu :: Installed, Libgl1-mesa-swx11 Must Be Replaced By Libgl1-mesa-glx.libgl1-mesa-glx Is The Hardware Rasterizer And Doesn't Work?

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

Programming :: GLUT_ACCUM With Mesa 7.2 On 8.10?

Mar 2, 2010

I tried to compile a program from RedBook which uses accumulation buffer for FSAA. Whenever GLUT_ACCUM is present in glutInitDisplayMode argument, i get this error:

Code:

freeglut (./saa): ERROR: Internal error <Visual with necessary capabilities not found> in function fgOpenWindow
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 4 (X_DestroyWindow)

[code]...

View 2 Replies View Related

Fedora Hardware :: Experimental DRI Support For Mesa

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

Fedora Hardware :: ATI Mesa DRI Drivers Experimental - X Not Starting

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

Fedora Hardware :: No 3D Acceleration Support Using Mesa Drivers

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

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 View Related

Red Hat / Fedora :: Install Mesa-libGL-devel Created Circle

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

Fedora Installation :: Installing XEN With 11 - Unable To Open Connection To Hypervisor URI 'xen:///'

Jun 19, 2009

I have been only using the free vmware server thus far for my virtualization I have recently installed Fedora 11 and am currently looking at using the XEN virtualization software. I am currently running and upgrade from F10 to Fedora 11 with the PAE kernel. Also I am using KDE 4 with kmod-nivida drivers. Now here is what I have done

To install Virtualization requirements I did the following: sudo yum groupinstall 'Virtualization'

I then also did: sudo yum install kvm qemu libvirt python-virtinst

I then installed xen:
sudo yum install xen*

Now, I read that i needed "kernel-xen" but it doesn't appear to exists a "yum list kernel*' only displays kernel packages and the kernel PAE pakages so I figured I don't need it I then started all the xen services and libvirtd service Opened virt-manager and added a new connection: hupervisor: Xen and connection: local

I get the following error: Unable to open connection to hypervisor URI 'xen:///': <class 'libvirt.libvirtError'> unable to connect to 'localhost:8000': Connection refused
None

I guess my question now is... what is the difference between the hypervisor: QEMU/KVM and XEN. Because I seem to be able to create a VM using this. My VM is an XP vm for work purposes to run some windows only software I would like to use XEN as I just have my mind set on it but I might just be ignorant and on the wrong track is there a how to guide for fedora 11 and xen? the fedora 7 guide i found needs the kernel-xen installed.

View 13 Replies View Related

Fedora :: Installing MATLAB - Cannot Open Shared Object File

Sep 8, 2011

I am trying to install matlab R2011a student edition in Fedora 15, 64 bits system. This version of matlab do not support 64 bits linux out of the box, but can be installed by adding -glnx86 as an argumenof the installing script.

However after running the installation script I receive the following error message:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/mathworks_32316/java/jre/glnx86/jre/lib/i386/xawt/libmawt.so: libXext.so.6: cannot open shared object file: No such file or directory

It seems to be a problem with libXext.so.6, however, I do have libXext library installed in my computer. The name of the package I have installed is:
X.Org X11 libXext runtime library
libXext-1.2.0-2.fc15 (x86_64)

View 2 Replies View Related

Programming :: Open() Function Of Gnu Gcc3.4.6 - Cannot Open Plots / Results.txt

Aug 14, 2010

Dear experts,I have a question about open() function of gcc3.4.6.I write a example:

Code:
using namespace std;
#include<iostream>
#include<fstream>
int main()
{
[Code].....

It can be compiled and ran.The statement file=txt_stream_file is in order to change char* to const char*. But open() function is not work,and out: can not open plots/results.txt The open() function of gcc3.4.6 is:

[Code]....

View 4 Replies View Related

Ubuntu :: 10.10 & 10.04 Changes In Mesa/3d?

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

Slackware :: Mesa 7.10.1 In 13.37?

Mar 11, 2011

There is new package of Mesa 7.10.1. This is bug fixing release and i think it could be commit to new version of Slackware 13.37.

Code:
Bug fixes
This list is likely incomplete.
Fix an off-by-one bug in a vsplit assertion.
Fix incorrect handling of layout qualifier with in, out, attribute, and varying.

[Code]....

View 6 Replies View Related

Software :: Mesa Compile - Error

Oct 6, 2010

I have this below from a mesa git 20101002, and from the 7.9_rc2 tarball.

Code:

It isn't the only error. I get one about trying to make before make depend, but if I hit up arrow and return, it's gone. This one is persistent.

The issues on configure were libtalloc and libdrm. I have the libdrm .pc files copied from another box in /usr/lib/pkgconfig. talloc I just made, giving it the samba version number. configure passes with no variables passed to it. I am not passing /usr/include to this at any time. It doesn't show in the Makefile afaict.

View 2 Replies View Related

Software :: Running Mesa Demos ?

Apr 3, 2010

I successfully installed Mesa with "yum install Mesa*" and downloaded MesaDemos-7.8.tar.gz archive. Now I try follow instructions from "Mesa3d.org -> Download / Insall -> Compiling and Installing -> 1.5 Running the demos", but in progs/demos there is only *.c files, when I try to compile them, I get many similar errors like:

In beggining of the file there are all necessary #includes:

So I have some questions:

Is there some Mesa forum on the web?
Is there some compiled demos?
Is there some site with well described examples of Mesa using?
What I need for compile those examples?

I have CentOS 5

View 5 Replies View Related

General :: Graphics - Error During Installation Of Mesa ?

Mar 31, 2010

I try to install Mesa 7.8 on CentOS 3.9 for i386 on VMVare 7.0.1 like described here:[url]

When I perform configuration stage:

This is what I get:

(Three dots says that there is some output before) Put attention to error.

View 1 Replies View Related

Ubuntu Multimedia :: ATI & GLX: Mesa Blocking The Driver?

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

Slackware :: Building Mesa-7.8.1 With Osmesa Support?

May 28, 2011

I'm using Slackware 13.1, just messing around with some stuff before I upgrade to 13.37. I really want to get a decent build of Desmume working, but the 3D engine for it requires OSMesa to be enabled. I've removed the initial Mesa package that I installed from the Slackware DVD and I'm trying to recompile mesa-7.8.1 so that OSMesa is available for the system. However, I keep running into problems.

Code:

./configure --enable-gl-osmesa

When I run those options for the configure command and compile it, Mesa builds alright and gives me a working libGL just fine. It also gives me libOSMesa. Yet, when I compile Desmume to specifically use OSMesa, its configure script says that it can't find OSMesa at all. But running ldconfig -p, the output shows libOSMesa.so in /usr/lib. The symlink is up to date too, and I've recreated it several times.

Code:

./configure --with-driver=osmesa

When I build Mesa using these configure options, I don't get libGL (well, that's expected, the manual says as much will happen). But apparently libOSMesa is installed just fine. When I went to compile Desmume, no gripes about OSMesa, but Desmume needs both libGL and OSMesa to work properly.

So my question is, how can I install Mesa so that I have OpenGL and OSMesa working together? I've been able to get one working, but not both. I don't know how to get OpenGL on Slackware without using the Mesa package, but the package isn't cooperating. I'm on Intel graphics too.

View 3 Replies View Related

OpenSUSE :: Compile Mesa To Replace Version In Repo?

Apr 16, 2011

I am compiling mesa and it compiles ok but I think it it compiles to the usr/local/lib but I want to replace the system version as I want applications to use my compiled version instead.

How do I do this?

View 2 Replies View Related

General :: Reverting To Old Or Adding Testing Mesa Driver?

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

Software :: Mesa Uninstall - Feature Not Found In Makefile

Mar 22, 2011

I downloaded mesa from their git repository a few days ago then built it and installed it. I've tried removing it just now with "make uninstall", but that feature isn't in the makefile. How I can remove it?

View 1 Replies View Related

Programming :: Headers From Richard Stevens Network Programming Book Not Installing

Oct 27, 2010

I am learning network programming via a book of Richard Stevens.The sample source codes are given here
http://www.unpbook.com/unpv13e.tar.gz
I downloaded and unzipped the file in /usr/src folder.As per the instructions given in README of downloaded archive I did.

View 5 Replies View Related

OpenSUSE :: Radeon Opensource Driver 6.13 Supporting Xorg 6.5 And Mesa 7.8.1?

May 9, 2010

Is the radeon open source driver 6.13 supporting Xorg 6.5 and Mesa 7.8.1?

View 9 Replies View Related

Slackware :: WxGTK Dependency Of OpenGL Not Fulfilled Despite Mesa Installed?

Apr 3, 2010

I am trying to build more packages these days than in years before, it seems, but somehow I manage to run into trouble quite often. This time I want to install Truecrypt 6.3a on my system. According to the description there are two dependencies, one of them being wxGTK.Ok, downloaded wxGTK and tried to build it both with sbopkg and on the CLI just by executing the SBo script. But:

Code:
checking for Xinerama... yes
checking for Xxf86vm extension... yes

[code]...

View 4 Replies View Related

Debian Hardware :: Aptitude Install Libgl1-mesa-dri / Removes A Lot Of Packages?

May 17, 2011

Can anyone explain why aptitude install libgl1-mesa-dri actually removes a lot of packages? I just ran it without checking and the job was done...

aptitude install libgl1-mesa-dri
The following packages will be REMOVED:
bsh{u} bsh-gcj{u} gcj-4.4-jre{u} gcj-jre{u} libcolamd2.7.1{u}
libcommons-beanutils-java{u} libcommons-collections3-java{u}
libcommons-compress-java{u} libcommons-digester-java{u}
libcommons-logging-java{u} libdb-je-java{u} libdb4.7-java{u}
libdb4.7-java-gcj{u} libgcj10-awt{u} libgraphite3{u} libhsqldb-java{u}
code....

View 1 Replies View Related

OpenSUSE :: How To Download Or Set Up And Where To Open It After Installing

Aug 26, 2010

I frequently do the progeamming especially in java.I have very slow internet connection and I want to access the java API - documentations offline .step by step procedure how to download or set up and where to open it after installing ....Since I have installed package called " gjdoc " but it I couldn;t find it after I installed it any where

View 1 Replies View Related

Ubuntu :: Can't Open More Than One Programs After Installing To Another Partition?

Jun 23, 2011

So I just downloaded Ubuntu to be put on my other partition(I have a C: and a D: drive) So stupid me had a brain fart and ended up not making a new partition and putting Ubuntu on the D: drive which was 3/4 of my total hard drive. So now I have 120 GB for Windows and 350 GB for Ubuntu. So I went to Gparter on Ubuntu and tried to open it and it had an error before it even opened. And when I first went in to Ubuntu it had like 2 things pop up with errors. So I went back to Windows 7 and tried to use the partitioner there and it wouldn't let me expand my C: drive. What am I supposed to do?

View 4 Replies View Related

SUSE / Novell :: Format Whole Hdd And Installing Open

May 19, 2009

I have 1 Pentium IV 1.7 Ghz machine with 40 gb Seagate hdd which was previously running RedHat version4. Yes very old version running squid.

I am trying to format whole hdd and installing OpenSuSe but after installing it shows booting GRUB and show L letter thats it.

I tried manually creating partitions and 2nd time automatic lay out.

View 3 Replies View Related

Debian Installation :: Can't Open CDROM Drive While Installing VM 7.6

Oct 9, 2014

VirtualBox 4.3.14
Windows 7
Debian 7.6

I'm trying to create a new VM with Debian 7.6. I downloaded the 3 install iso discs and tried to install. When I begin the installation it seems to take control of the CDROM and I am no longer able to eject it by either pressing the eject button or trying to eject through Windows. The installation goes fine until it asks if I have any other discs to install (which I do ... I have 2 more). At this point I say "Yes" but I cannot get the CDROM to open up at all since it doesn't automatically eject for another disc and as I mentioned before ... I can't do it manually or in Windows.

- I cannot do an installation over the internet because this is a government computer which is requires to be hooked to a government network. There are certain certificates required to access the network which are not available to my newly made (or in the process of making) Linux system but rather only to my host Windows system.
- I cannot use a newer version of VirtualBox because that opens up a whole new set of issues dealing with WinVerifyTrust getting CERT_E_REVOCATION_FAILURE most likely due to our symantec security software.

So my Storage Settings in VirtualBox are as follows for my CDROM drive:
- Controller: IDE Controller
- Type: PIIX4
- "Use Host I/O Cache" is checked
- Host Drive D:
- CD/DVD Drive: IDE Secondary Master
- "Passthrough" is checked

I cannot install the Debian 7.6 OS because I cannot eject each disc and put in the next disc. The only way I can eject the disc is if I reboot my entire system (host windows system) which obviously leaves me at an unfinished point in my install and therefore I have to restart the install and end up right where I was 30 minutes earlier.

View 6 Replies View Related







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