similar to: hardware accelerated 3D-graphics in Win-XP-domU possible?

Displaying 20 results from an estimated 2000 matches similar to: "hardware accelerated 3D-graphics in Win-XP-domU possible?"

2008 Jan 17
1
Samsung OfficeServ Manager for OfficeServ 500 does not working
Wine 0.9.53, FreeBSD 6.3-PRERELEASE. When I installed Samsung OfficeServ Manager (OSM) for Samsung PBX, it works for OSM7200, but does not works for OSM 500. When I try to run it appear small error window with 'Run-time error 3633' and program closes. OSM ver. 3.17 at 2007.10.04. These lines appear in log file: fixme:spoolsv:serv_main (0 0x0) err:iphlpapi:getRouteTable Received
2013 Dec 06
1
mapas de OpenStreetMap
Hola a Todos En la ayuda del paquete OpenStreetMap hay diferentes formas de obtener y trabajar con mapas desde diversos servidores, pero todas desde una conexion online. Mi pregunta es si alguien conoce una forma de leer un archivo .osm desde un directorio local ?. Muchas gracias de antemano. ortiz -- Este mensaje le ha llegado mediante el servicio de correo electronico que ofrece Infomed
2012 Jul 18
1
convert deldir$delsgs to a X3D IndexedTriangleSet
Anyone knows how to convert a deldir$delsgs to a X3D IndexedTriangleSet? Are there already any functions/packages? [[alternative HTML version deleted]]
1999 Mar 31
1
Runing R on Xemacs
Hi, can someone running R on Xemacs can give me some hints about the installation/connfiguration.(I mean in a Linux box) I have already downloaded ESS. One of the steps in the installation guide is to edit the file : ess-site.el and "uncomment corresponding lines " ....I really don't get what are these lines ??. any help will be appreciated, orlando
2019 Mar 19
2
Como generar el dibujo de un mapa, tipo los de maptools::data(wrld_simpl)
Muchas gracias, Carlos. Estaba emperrado con usar OSM. Pero sevuramente los de Google presentaran alguna solucion. Intento probar pronto. Juan Abasolo. telefomotik, barjatu trebezi falta Carlos Ortega <cof en qualityexcellence.es> igorleak hau idatzi zuen (2019 mar. 19, ar. 23:13): > Hola, > > No sé si esto seguirá siendo vigente, con los cambios en las APIs de > Google...
2009 Jan 29
2
Accessing R as a Web service (UNCLASSIFIED)
Classification: UNCLASSIFIED Caveats: NONE I am new to R and somewhat to Web server programming. I am a Java programmer, however, and have done quite a bit with X3D (extensible 3D) computer graphics. A statistician that I work with is doing multidimensional scaling (MDS) and provides some x,y,z's which I display using X3D. Currently he is using Permap which more than gets the job done
2019 May 15
2
Identificar por coordenadas geográficas una calle de una ciudad
Estimados Sobre como obtener la geolocalización, aparte de lo aportado por Rubén Casal, también existe el api de Microsoft, lo que yo descartaría es tomar una base de datos con geolocalización, teóricamente andarían pero si uno por casualidad conoce la geografía real, se da cuenta de errores, salvo que en España los datos estén correctos. Javier Rubén Marcuzzi El mié., 15 may. 2019 a las 8:50,
2006 May 11
11
[PATCH] Integrating applications into Mini-OS
I sent this patch directly to Gregor, and neglected to CC this list. Sorry about that. I''d like to make it so that there is no need to modify any Mini-OS source files when extending it with an application. All that is required is a change to Makefile, and a small change to kernel.c, printf.c, and string.c. I have enclosed the patch. With this patch, one could write an application in a
2007 Apr 03
7
question about memory auto-translate and paravirtual and no pseudophysical overlay
hi I try to understand the code of xen memory there are gmfn, gpfn and pfn in the xen and in the /xen/include/xen/mm.h there are some explanation about them as follows: * 1. gpfn/gpaddr: A guest-specific pseudo-physical frame number or address. * 2. gmfn/gmaddr: A machine address from the p.o.v. of a particular guest. * 3. mfn/maddr: A real machine frame number or address. * 4.
2005 Aug 15
3
Pinning L1 page table with wrpt
hi, it seems I no longer need to pin l1 pages when running with writable page tables in xen-unstable -- e.g. I can now pin a l2 table without having pinned its l1 descendants first, without Xen complaining. Do I understand things correctly? thanks, Jacob _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Oct 30
2
not accelerated wine on all X3100 cards
Hello, I have Lenovo thinkpad R61i. I am beginer in Linux (Curently I have Arch64). In this computer is Intel Graphics Media Accelerator X3100. Drivers are runing corectly (momentaly don't works accelerated kwin and compiz, but on Ubuntu works). I think this can be good card for some "small playing", but I have a big problem with wine. On every distribution what I tested every
2005 Jul 16
5
Running a game in full screen mode?
UT2004 runs nearly flawlessly under Wine, and is about 10,000 times easier to install than its Linux counterpart. The only problem I'm having is running it full screen. What's the command for that? For example, is it something like: $wine UT2004.exe --full-screen I know --full-screen is the right option, so which is it? (Without editing the config file, or course.) :) Thanks! Hiji
2005 Oct 16
2
Can we install both Wine and Cedega okay?
Can we install both Wine and Cedega okay? no conflict? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20051016/c6ab284f/attachment.htm
2005 Oct 09
3
bcmxcp - Powerware 9125
I'm currently testing the bcmxcp driver for NUT, and it causes me some trouble. And when scanning the archives it seems like the 3110 USB problem reported recently. The bcmxcp daemon stops running, and the logs shows the following: Oct 6 14:22:32 host.dom.tld bcmxcp[82628]: Communications with UPS lost: Receive error (data): got -1 bytes instead of 28!!! Oct 6 14:22:33 host.dom.tld
2008 Oct 23
4
flatout2 multiplayer -- cedega yes / wine no
Is there any chance that wine will run flatout2 in multiplayer mode? If I start multiplayer, it simply hangs..... But I'm told that flatout2 multiplayer runs fine in cedega ? Anyone knows a solution for wine? ( Singleplayer flatout 2 runs perfect in wine.)
2007 Jun 04
2
help to understand is_running _on_xen ?
help to understand is_running _on_xen ?    I don''t  understand why we check this condition is_running_on_xen  ?In all drivers(front &amp; back) code we are checking this condition ?what is this function stands for ? what it does ? DISCLAIMER: ----------------------------------------------------------------------------------------------------------------------- The contents of this
2004 Aug 24
3
diablo 1 fun and troubles
I have installed Diablo 1 lately and found Wine can't load the game succesfully. I see a few frames of Blizzard's intro, then it freezes. With Cedega 4.0 it works pretty well> I played for a couple hours then found later I can't load my games back. Ain't that funny? It seems to be a menu problem. Another thing I noticed with Cedega is, multiplayer hangs really quick.
2005 Oct 03
26
xenstore documentation
hi, it would be extremely useful for me if someone with knowledge of how the current tools and drivers use Xenstore would be kind enough to update the Wiki with current information. I have been spending quite a lot of time trying to get my domU connected to a block device in dom0 using a home-brewed domain creation tool, and I am still at the ''Timeout connecting to device!''
2004 Aug 12
2
Group management
I'm trying to add a user to the domain admins group in vain. I've tried using the windows usrgrp tool. I've tried doing 'pdbedit -u username -G S-1-5-21-2351621536-730267382-1598341932-512' I've tried 'net groupmember ADD 'Domain Admins' username. The user I'm trying to add is already in the unixgroup that's mapped to the NTgroup. Does any one know
2007 Jan 03
4
Xenbus watch firing over and over
hi, I am trying to add xenbus watch support to mini-os, but am getting into a endless loop of watches firing over and over. Below is an excerpt from the xenstore tracefile: IN 0x805acc8 20070103 19:32:18 WATCH (/local/domain/0/backend/vif/26/0/state 00043818 ) CREATE watch 0x805a8b8 OUT 0x805acc8 20070103 19:32:18 WATCH (OK ) OUT 0x805acc8 20070103 19:32:18 WATCH_EVENT