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


ADVERTISEMENT

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

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

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

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

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

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

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 :: 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 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

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 :: 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

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

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

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

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

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

Debian Multimedia :: Libgl1-mesa-dri Blocking Apt / "apt-get Dist-upgrade"?

Jul 24, 2011

I hadn't upgraded my multimedia Squeeze box in a month, so I ran a "apt-get dist-upgrade"; I think henceforth I'll stick to "apt-get upgrade" most of the time. Anywho, I got to the point that restarting PAM required me to restart KDM (I haven't seen that snafu on Ubuntu, it seems like there ought to be a way to upgrade without restarting X and running "dpkg --configure -a" and then continuing the upgrade). Anyway, after restarting my dist-upgrade I got part way through and got an error message. The gist of it seems to be this:

Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
xserver-xorg-core : Recommends: libgl1-mesa-dri (>= 7.10.2-4) but 7.10.2-3 is installed
code....

So apt is wedged and it seems like I have a partial upgrade, various little things are not working in Gnome, KDE & XFCE (like icons, plasma seems to be somewhat borked). Although I'm using the radeon driver this seems to be some variant of this bug from mid June: url

I'm not having the issue with my laptop (Intel) or desktop, both testing, although both of the machines do have issues, particularly the desktop (serves me right for buying newish hardware). But this box is pretty bog-standard.01:05.0 VGA compatible controller: ATI Technologies Inc RS880 [Radeon HD 4290]

Maybe I should just strip off xserver-xorg* and reinstall? Or I can wait libgl1-mesa-dri sorts itself out, but it seems like it has been causing problems for over a month.

View 4 Replies View Related

OpenSUSE Hardware :: Free Mesa Driver Is Alot Faster Than The ATI Propietary Driver?

Dec 17, 2009

Is it normal that the free Mesa driver is alot faster than the ATI propietary driver?, at least for desktop usage. That is, using both latest drivers, 9.11 and 7.7

View 3 Replies View Related

OpenSUSE Install :: Unable To Install The Package Mesa-32bit From Repository?

Dec 16, 2010

Im not able to install the package mesa-32bit from this repository: Index of /repositories/X11:/XOrg/openSUSE_11.3. It tells me to make a huge change on architecture on many packages, plus downgrading mesa to 7.8.2 from 7.9 !

View 9 Replies View Related

Ubuntu :: Roll Back The Version Of Mesa On Install To An Earlier Version?

Oct 18, 2010

Is it possible to just roll back the version of Mesa on my install to an earlier version...I think this is the key to getting my game to work.

View 2 Replies View Related

Slackware :: Installing 13.1 Over Windows XP - Run Slackware And Slackware Only

Dec 19, 2010

I have been given the task to install slackware 13.1 over windows. I have downloaded and copied slackware 13.1 on to a disk, and rebooted the computer, but i am not getting what all the tutorials have shown. I have been looking for tutorials that specifically instruct me as to how to install slackware 13.1 on to a windows xp. I am not trying to dual run I just simply want to run slackware and slackware only.

View 5 Replies View Related

Slackware :: Forwad X11 From A 32 Bit Slackware To A 64bit Slackware?

May 7, 2011

I have a couple questions about Xfoward.

1: How much does it affect securty, over a lan network?
2: Will it cause any other security issues?
3: The most important is can I forwad X11 from a 32 bit slackware to a 64bit slackware

View 1 Replies View Related

Slackware :: Compile 2.6.37 Kernel Patched With The Autogroup Patch On A Slackware 13.1 System?

Jan 13, 2011

it's possible to compile the 2.6.37 kernel patched with the autogroup patch on a Slackware 13.1 system running 2.6.33.4-smp with 2.6.33.4 headers? I just compiled and installed the 2.6.37-autogroup kernel from AUR on my ARCH setup and I like it especially when using firefox with lots of tabs open and other background apps also running. I did notice a speed and smothness difference in my ARCH testing setup with this kernel patch and I can get same results in 13.1??

View 1 Replies View Related

Slackware :: Failed To Initialize NVIDIA Graphics Device On Startx With Slackware 13.1

Aug 24, 2010

I installed slackware 13.1 x86_64 bit with multilib, and its been about a month already, I'm really enjoying slackware but I am being troubled with my nvidia card, and I need to get my 3D acceleration working. And I've been looking around the net for information and kept on trying to make my nvidia card to work but to no avail. I cant get X to start, once I put in a xorg.conf stating to use the nvidia card. After troubleshooting for almost 2 weeks and now at my wits end, I now come humbly looking for help in linuxquestions slackware community forum.I've installed nvidia 64 bit kernel, drivers from slackbuilds (version 256.44). The laptop model I'm trying to get it working is an -ASUS K52J Intel Core i3 2.40Ghz with 2GB RAM and with an Nvidia Geforce 310M with 1GB dedicated VRAM.

View 14 Replies View Related







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