Categories

Blogroll

Re: [Wine] Games for Intel graphics

–===============0979487397065020423==
Content-Type: multipart/alternative;
boundary=”—-=_Part_15892_7055268.1201706103649″

——=_Part_15892_7055268.1201706103649
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Age of Empires 2 and Counter Strike work fine with version 0.9.48 and
before( b4 wine defaulted to OpenGL thing). We’ll I’m the guy Alexander has
been referring to, and I will file the bug once I get off with my exams. As
for my system config

C2D E6300, 1 GB ram, 250 GB HDD, Intel DG965RY mobo, and Intel GMA X3000
onboard graphics. BTW, Intel has poor support for graphics under Linux
(Windows driver are better, but not upto the mark).

On Jan 28, 2008 1:34 PM, Rashid N. Achilov wrote:

> On Saturday 26 January 2008, Endre Oma wrote:
> > Hi, I’m new in this list.
> > As the title explains, I would like know which game that work in wine,
> > with intel graphics. I’ve experinced that games like Heroes of Might and
> > Magic III won’t work, but a game like Soldier of Fortune, which is a
> > newer game, works.
> >
> > If you know of a game that works in wine, please try to list them here,
> > with additional tweaks as to how you got it to work, plus the usual info
>
> Do not know about many 3D actions – isn’t my. But:
>
> Heroes of Might and Magic II works fine
> Heroes of Might and Magic III works fine
> Disciples II works OK for gaming, but crashed from time to time when press
> button “Library” or “Go out of castle”
> –
> With Best Regards.
> Rashid N. Achilov (RNA1-RIPE), Web: http://www.askd.ru/~shelton
> OOO “ACK” telecommunications administrator, e-mail: achilov-rn [at]
> askd.ru
> PGP: 83 CD E2 A7 37 4A D5 81 D6 D6 52 BF C9 2F 85 AF 97 BE CB 0A
>
> _______________________________________________
> wine-users mailing list
> wine-users@winehq.org
> http://www.winehq.org/mailman/listinfo/wine-users
>

——=_Part_15892_7055268.1201706103649
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Age of Empires 2 and Counter Strike work fine with version 0.9.48 and before( b4 wine defaulted to OpenGL thing). We'll I'm the guy Alexander has been referring to, and I will file the bug once I get off with my exams. As for my system config

C2D E6300, 1 GB ram, 250 GB HDD, Intel DG965RY mobo, and Intel GMA X3000 onboard graphics. BTW, Intel has poor support for graphics under Linux (Windows driver are better, but not upto the mark).

On Jan 28, 2008 1:34 PM, Rashid N. Achilov <achilov-rn@askd.ru> wrote:
On Saturday 26 January 2008, Endre Oma wrote:
> Hi, I'm new in this list.
> As the title explains, I would like know which game that work in wine,
> with intel graphics. I've experinced that games like Heroes of Might and
> Magic III won't work, but a game like Soldier of Fortune, which is a
> newer game, works.
>
> If you know of a game that works in wine, please try to list them here,
> with additional tweaks as to how you got it to work, plus the usual info

Do not know about many 3D actions – isn't my. But:

Heroes of Might and Magic II works fine
Heroes of Might and Magic III works fine
Disciples II works OK for gaming, but crashed from time to time when press
button "Library" or "Go out of castle"

  With Best Regards.
  Rashid N. Achilov (RNA1-RIPE), Web: http://www.askd.ru/~shelton
  OOO "ACK" telecommunications administrator, e-mail: achilov-rn [at] askd.ru
  PGP: 83 CD E2 A7 37 4A D5 81 D6 D6 52 BF C9 2F 85 AF 97 BE CB 0A

_______________________________________________
wine-users mailing list
wine-users@winehq.org
http://www.winehq.org/mailman/listinfo/wine-users

——=_Part_15892_7055268.1201706103649–

–===============0979487397065020423==
Content-Type: text/plain; charset=”us-ascii”
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
wine-users mailing list
wine-users@winehq.org
http://www.winehq.org/mailman/listinfo/wine-users

–===============0979487397065020423==–

Wednesday ~ January 01, 2008 by admin Posted in linux | 1 Comment

[Wine] Fun Wine Project — Configure Some Default Registry Entries

–===============6732832315678160840==
Content-Type: multipart/alternative;
boundary=”—-=_Part_4892_1607662.1201696848785″

——=_Part_4892_1607662.1201696848785
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

My first post.

Fun Wine Project — Configure Some Default Registry Entries

I’ve begun working on this to import some native calls into wine. More
specifically, OpenOffice.org. I’m trying to get Lotus Notes attachments to
display proper icons, and open natively with OOo.

I’ve come across a dilemma. I can’t seem to “easily” open a Windows path,
i.e. “C:\Windows\temp\test.doc” with openoffice due to path issues.

I’ve implemented a very small fix called “winelaunch”, but I’m afraid the
name is too close to “winelauncher”, and would probably confuse people.
Here’s it’s code:

#!/bin/sh
#/usr/bin/winelaunch
$1 `winepath $2 $3`;
exit 1;

And here’s a sample registry entry:

REGEDIT4

[HKEY_CLASSES_ROOT\.doc]
@=”docfile”
“Content Type”=”application/ooowriter”

[HKEY_CLASSES_ROOT\docfile]

[HKEY_CLASSES_ROOT\docfile\shell]

[HKEY_CLASSES_ROOT\docfile\shell\open]

[HKEY_CLASSES_ROOT\docfile\shell\open\command]
@=”/usr/bin/winelaunch /usr/bin/openoffice %1″

Although icons don’t display properly, it does open the attachment in Lotus
Notes.

Cheers.

-Tres

- Tres.Finocchiaro@gmail.com

——=_Part_4892_1607662.1201696848785
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

My first post.

Fun Wine Project — Configure Some Default Registry Entries

I've begun working on this to import some native calls into wine.  More specifically, OpenOffice.org.  I'm trying to get Lotus Notes attachments to display proper icons, and open natively with OOo.

I've come across a dilemma. I can't seem to "easily" open a Windows path, i.e. "C:\Windows\temp\test.doc" with openoffice due to path issues.

I've implemented a very small fix called "winelaunch", but I'm afraid the name is too close to "winelauncher", and would probably confuse people.  Here's it's code:

   #!/bin/sh
   #/usr/bin/winelaunch
   $1 `winepath $2 $3`;
   exit 1;

And here's a sample registry entry:

   REGEDIT4

 
   [HKEY_CLASSES_ROOT\.doc]

   @="docfile"

   "Content Type"="application/ooowriter"
  
   [HKEY_CLASSES_ROOT\docfile]

    
   [HKEY_CLASSES_ROOT\docfile\shell]

    
   [HKEY_CLASSES_ROOT\docfile\shell\open]

    
   [HKEY_CLASSES_ROOT\docfile\shell\open\command]
   @="/usr/bin/winelaunch /usr/bin/openoffice %1"

Although icons don't display properly, it does open the attachment in Lotus Notes.

Cheers.

-Tres


- Tres.Finocchiaro@gmail.com

——=_Part_4892_1607662.1201696848785–

–===============6732832315678160840==
Content-Type: text/plain; charset=”us-ascii”
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
wine-users mailing list
wine-users@winehq.org
http://www.winehq.org/mailman/listinfo/wine-users

–===============6732832315678160840==–

Wednesday ~ January 01, 2008 by admin Posted in linux | No Comments

Re: [e-users] Undefined symbols error

I don’t even imagine…

It’s this Solaris thing.

On Jan 29, 2008 10:19 PM, The Rasterman Carsten Haitzler wrote:

> On Tue, 29 Jan 2008 10:11:29 -0200 “Jos=E9 Tiburcio Ribeiro Netto”
> babbled:
>
> what on earth is libldap being sucked in for? we have no ldap dependencies
> ourselves.
>
> > Hi there guys!
> >
> > I’m trying to compile the last snapshot from e (2008-01-25) on Solaris
> 10 nv
> > build 78.
> >
> > The configure script went well, and did not report any missing library
> or
> > dependency.
> >
> > But when I do ‘gmake’, I get a mesage saying that there are ‘undefined
> > symbols’:
> >
> > Undefined first referenced
> > symbol in file
> > BIO_set_flags /opt/csw/lib/libldap-2.3.so.0
> > BIO_clear_flags /opt/csw/lib/libldap-2.3.so.0
> > SSL_CTX_set_info_callback /opt/csw/lib/libldap-2.3.so.0
> > ld: fatal: Symbol referencing errors. No output written to enlightenment
> > collect2: ld returned 1 exit status
> >
> > I have installed everything I needed, following the wiki and Ben
> Rockwood’s
> > site.
> >
> > Does anyone have a clue?
> >
> > Thanks!
> >
> ————————————————————————-
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
>
>
> –
> ————- Codito, ergo sum – “I code, therefore I am” ————–
> The Rasterman (Carsten Haitzler) raster@rasterman.com
>
>
————————————————————————-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Wednesday ~ January 01, 2008 by admin Posted in linux | No Comments

« older posts