Displaying 20 results from an estimated 400 matches similar to: "3D accelleration and Intel 940/945GM/GMS/GML"
2007 Mar 19
1
OpenGL support on wine 0.9.21 in Fedora Core 5
I need wine to compile with OpenGL support for various applications
that I am trying to run, but during the configuration I get this error
message:
configure: WARNING: Wine will be build without OpenGL or Direct3D
support
configure: WARNING: because something is wrong with the OpenGL setup:
configure: WARNING: No OpenGL library found on this system.
here is the GL configration message:
checking
2006 Aug 26
2
Compiling wine on AMD64
I've been trying various ways of getting wine running on my 64 bit
ubuntu machine. So far I haven't been very successful. I am trying
the source for 0.9.20 and I'm using the latest k8 kernel in ubuntu.
I have an nvidia card and am using the latest glx drivers available
in ubuntu (1.0.8762).
I am using the guide here:
http://wiki.winehq.org/WineOn64bit
with help from here:
2011 Apr 15
1
Can't use attributes from gml file in Cytoscape
Hello,
I am exporting a graph in "gml" format from igraph 0.5.5. When I open the
file in Cytoscape v.2.7 I can't map the color attribute that I assign to the
graph when I export it from igraph. Could anyone help me in this?
Thanks.
--
Warm Regards,
Sandeep Amberkar
BioQuant,BQ26,
Im Neuenheimer Feld 267,
D-69120,Heidelberg
Tel: +49-6221-5451354
[[alternative HTML version
2012 Jun 10
0
[PATCH] More explicit error message when the kernel module has been configured 'noaccel' but the xorg configuration doesn't disable accelleration
I ran into this the other day - this more explicit error message might save someone some
head-scratching ;).
---
src/nv_dma.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/nv_dma.c b/src/nv_dma.c
index d2a6d00..339b4fe 100644
--- a/src/nv_dma.c
+++ b/src/nv_dma.c
@@ -53,8 +53,13 @@ NVInitDma(ScrnInfoPtr pScrn)
ret = nouveau_object_new(device, 0,
2009 Jun 04
2
Problem compiling Wine with Freetype on Ubuntu Hardy 64
I have a problem compiling Wine with Freetype. Not sure what to do:
dpkg -i wine*.deb
Code:
checking for freetype-config... freetype-config
checking for -lfreetype... not found
configure: error: FreeType development files not found.
Fonts will not be built. Dialog text may be invisible or unaligned.
Use the --without-freetype option if you really want this.
make: *** [config.status] Error 1
2007 Aug 13
1
GML with tweedie: AIC=NA
Dear Catarina,
I prefer to leave the AIC value as NA for the tweedie GLM family
because it takes extra time to compute and is only occasionally
wanted. It's easy to compute the AIC yourself using the dtweedie()
function of the tweedie package.
Best wishes
Gordon
At 03:05 AM 14/08/2007, Catarina Miranda wrote:
>Dear Gordon;
>
>I have also sent this email to R help mailing list,
2007 Sep 19
0
Compiling 0.9.4x on Fedora 6 32bit - OpenGL not found warning
I have been compiling my own wine RPMs using the fedora extras .spec
file for a while now.
Normally after very little editing of the .spec, the wine RPMs build and
I am running the latest & greatest wine.
Now I am having problems building *any* wine rpms ( including some of
the 0.9.3x versions) on my yum updated Fedora core 6 box.
Even when I extract a fresh copy of wine-0.9.42.tar.bz2
2010 Oct 21
3
R-2.12.0 hangs while installing some packages on FreeBSD
I am working with R-2.12.0 on FreeBSD 9.0-CURRENT for a while now. I
successfully installed more than 300 packages (most as dependencies of
others).
There are two packages I am not able to install: RGtk2 and rggobi.
For example rggobi builds fine and after that it wants to load:
------------------------------------------------------
# R CMD INSTALL rggobi_2.1.16.tar.gz
[..SNIP..]
gcc
2010 Oct 21
3
R-2.12.0 hangs while installing some packages on FreeBSD
I am working with R-2.12.0 on FreeBSD 9.0-CURRENT for a while now. I
successfully installed more than 300 packages (most as dependencies of
others).
There are two packages I am not able to install: RGtk2 and rggobi.
For example rggobi builds fine and after that it wants to load:
------------------------------------------------------
# R CMD INSTALL rggobi_2.1.16.tar.gz
[..SNIP..]
gcc
2003 Apr 27
1
XFree86-4 is broken ?
Hi guys, I just cvsuped my box to latest stable, as well as did upgrade of
almost all the ports. I cant get XFree86-4-Clients running. The build fails
here:
/usr/ports/x11/XFree86-4-clients/work/xc/programs/xcursorgen
rm -f xcursorgen
cc -o xcursorgen -O -pipe -ansi -Dasm=__asm -Wall -Wpointer-arith -Wundef
-L/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib xcursorgen.o -lXcursor
-lXrender
2001 Jun 22
0
Half-Life: Selected Mode is not supported by your card
Hi,
following the explainations of the Linux Half-Life Howto I ran into the
problem. Since some places are menshioned in the HOWTO, that you should check
after this error, I get:
root@notch:/home/pwk/wine/wine > ./configure
creating cache ./config.cache
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the
2006 May 18
2
Problems compiling Wine
Hello,
The lack of debian packages for 0.9.13 have made me decide to compile
from source instead. So I uninstalled all wine files and downloaded the
sources. I'm using a system based mostly on Debian Sarge, but with some
backports.
I ran ./configure and there were some packages I had to get, but soon it
worked well.
When I tried make depend the problems started. This is the output I get
2009 Mar 30
1
Trouble adding a pci device to a a linux domU
Hi,
I want to give direct access to my monitor for my linux domU so that my
graphics can run smoothly inside domU which is Ubuntu 8.10
I tried doing the following, but things didn''t work out.
1. I boot my Xen on Debian ( lenny ) using
kernel /boot/xen-3.2-1-i386.gz
module /boot/vmlinuz-2.6.26-1-xen-686 root=/dev/sdc4 ro console=tty0
pciback.permissive pciback.hide=(00:02.0)
2007 Feb 13
2
anyone has C++ STL classes stability issue if used with R
Hello,
is there any one who uses C++ STL classes when programming shared libs
for R and has had any problems with STL?
In the very simple example below I am constantly getting segfaults when
trying to populate the queue. The segfault occurs at what looks like a
random index in the loop when pushing another element to the queue.
Reproduced on 4 machines. Object x is an Image as in EBImage,
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
Hi all,
I have been trying to build wine from source on my imac, but I encountered errors that I have no idea how to fix [Crying or Very sad]
I configured with:
Code:
./configure CPPFLAGS='-I/usr/X11/include -I/opt/local/include' LIBS='-lGL -lGLU' LDFLAGS='-L/usr/X11/lib -L/opt/local/lib'
I installed the dependencies for wine with MacPorts (hence the /opt/local).
2008 Mar 30
0
Problem installing a Ragnarok Online Client
Hello,
I tried to install a Ragnarok Online (private) Client that should work with Wine (I followed a tutorial to install it)
The problem is that the game doesnt start, the window gets killed right after it appear and I dont even see what s in it. Here is a pastebin of the d3d debug outputs :
http://pastebin.com/d4567b9b9
My lspci gives :
00:00.0 Host bridge: Intel Corporation Mobile
2009 Jul 21
1
problem installing cairo on freebsd
G'day all,
I am trying to install the cairo package on FreeBSD and receiving an
error to do with Makevars - (I'm not very good at this stuff) so here
is my various bits of information. I guess this is a problem with a
missing library, but I have just been through a lot of grief trying to
get png and jpeg to work (they do now work!), so I'm not sure where to
go for this.
R
2008 Jan 04
2
Ubuntu + Wine = Can't See My WoW :(
Hello all,
I've been struggling for a while now to get World of Warcraft running
under wine, and there's lots of helpful information out there, but
nothing seems to address the particular problem that I am having.
Rather than try to explain it to you, it would be easier just to show
you a screenshot:
http://www.maj.com/gallery/servo/00-BitBucket/wow-opengl.png
In a nutshell, the
2009 Jun 23
2
Shader error with GMA 950 in The Sims 3
I have an Intel GMA 950 and I installed Sims 3 on vista. It works but crash after 10 min. I reinstalled Sims 3 on Ubuntu 9.04 with playonlinux script.
Install works fine but when I start the game, I have this error :
" impossible de d?marrer le jeu. L'appareil 0 ne peut pas ex?cuter ce titre. Votre carte vid?o ne semble pas prendre en charge Shader Model version 2 ou ult?rieure.
2012 May 25
2
STABLE/9 SMP ACPI suspend/resume - video mode not being restored
Hi,
I'm toying with the SMP/i386 ACPI suspend/resume patches in -9. Thanks
so much for this!
I've noticed though that the video backlight stays off after resume. A
common problem on -9, so I set hw.acpi.reset_video=1. That restores
the backlight.
However, the video mode isn't restored. I have my console set to
VGA_80x60 and the resume seems to set it up "wrong". I get half