Sponsored Content
Full Discussion: WIne ... Diablo 2 ?
Operating Systems Linux Fedora WIne ... Diablo 2 ? Post 302365703 by Producer on Tuesday 27th of October 2009 09:58:23 PM
Old 10-27-2009
Power WIne ... Diablo 2 ?

Hello probably not the best website to talk about gaming on your unix box Smilie

but lets say I have wanted to see how well DIABLO 2 Runs on my


Fedora 9 box

What all would I have to DOWNLOAD and or install and what order Smilie
any direction would be great I just want to try out wine , and Microsoft games on this UNIX box


....Also sorry if this is the incorrect section for this kind of question.....
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Wine

Hi! I have installed wine but when I wan't to run it it says Can't open configuration file /root/.wine/config .. I'm root when i run it.. (2 Replies)
Discussion started by: CreamHarry
2 Replies

2. UNIX Desktop Questions & Answers

Know anything about wine?????

Please, for god's sake, if your going to refer me to a web site, please dont bother replying. I have visited all web sites concerning wine and I haven't seen one that quite solves the problem am having. heres the situation: I have a Linux Red Hat 7.2 and Windows 98 operating system. Now, I... (7 Replies)
Discussion started by: TRUEST
7 Replies

3. UNIX for Dummies Questions & Answers

help need help on wine how to put in

how the hell do you put wine in because i don't know i have mandrake please tell how to put in (1 Reply)
Discussion started by: amicrawler
1 Replies

4. Linux

Install with wine

Hello, here I am again with another question! :) I am installing some programs in Linux that are acctually ment for windows (using wine ofcourse), oftenly the installation works just fine and the programs execute fine after the installation is complete. Now to my problem. I cant find my ... (2 Replies)
Discussion started by: Kimm
2 Replies

5. Linux

Wine

Hey, I've switched my main PC over to Mandrake 10.1. Everything is set up except for Wine. I'm having problems installing WoW(world of warcraft). It says that it can not install it because i may be out of hard drive room. I've checked and i'm not. Wine is installed on the correct... (1 Reply)
Discussion started by: byblyk
1 Replies

6. Linux

Wine Problems...

i was under the impression that the Gens Emulator would work fine using Wine, and I have had it function once before (although im not sure how i got it to work)... it loads up fine but when i go to load a ROM it just closes... this is a fresh FC3 installation and ive set everything up the same...... (3 Replies)
Discussion started by: HMSS013
3 Replies

7. Linux

Wine

# wine Endless.exe fixme:mmtime:timeBeginPeriod Stub; we set our timer resolution at minimum fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x3ffaa6a0)->(0001002a,00000008) fixme:dmime:IDirectMusicPerformance8Impl_Init (iface = 0x3ffabd98, dmusic = (nil), dsound = (nil), hwnd = (nil))... (0 Replies)
Discussion started by: Archduke Qualin
0 Replies

8. Solaris

wine could not load

Hi All, I have wine error on solaris 10 , like's below : bash-3.00$ wine wine: creating configuration directory '/usr/user/zonk/.wine'... fixme:file:get_default_drive_device auto detection of DOS devices not supported on this platform fixme:ntdll:NtQueryVolumeInformationFile device info... (0 Replies)
Discussion started by: zonk
0 Replies

9. SuSE

Wine Installation Failure

When I try to install wine either through yast or zypper it fails with below message: zypper in wine Refreshing service 'nu_novell_com'. Loading repository data... Reading installed packages... Resolving package dependencies... Problem: nothing provides libOSMesa.so.8()(64bit) needed by... (0 Replies)
Discussion started by: rupeshkp728
0 Replies
glutDialsFunc(3GLUT)						       GLUT						      glutDialsFunc(3GLUT)

NAME
glutDialsFunc - sets the dial & button box dials callback for the current window. SYNTAX
#include <GLUT/glut.h> void glutDialsFunc(void (*func)(int dial, int value)); ARGUMENTS
func The new dials callback function. DESCRIPTION
glutDialsFunc sets the dial & button box dials callback for the current window. The dial & button box dials callback for a window is called when the window has dial & button box input focus (normally, when the mouse is in the window) and the user generates dial & button box dial changes. The dial parameter will be the dial number (starting at one). The number of available dial & button box dials can be determined with glutDeviceGet(GLUT_NUM_DIALS). The value measures the absolute rotation in degrees. Dial values do not ``roll over'' with each com- plete rotation but continue to accumulate degrees (until the int dial value overflows). Registering a dial & button box dials callback when a dial & button box device is not available is ineffectual and not an error. In this case, no dial & button box dials callbacks will be generated. Passing NULL to glutDialsFunc disables the generation of dial & button box dials callbacks. When a new window is created, no dial & button box dials callback is initially registered. SEE ALSO
glutButtonBoxFunc, glutDeviceGet AUTHOR
Mark J. Kilgard (mjk@nvidia.com) GLUT
3.7 glutDialsFunc(3GLUT)
All times are GMT -4. The time now is 10:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy