Geforce 8600 GT 512MB + Wine 1.0 + Carom3d 5.01
Hello, i have installed Wine 1.0 on Ubuntu 8.04 using an onboard video card that came with my Asus motherboard and after installing a game called Carom3d which you can find here Welcome to Carom3D. The best online billiards game ever! (FREE) it worked perfectly but a little slow! So i bought a new video card for playing better games and chose this Geforce! After installing the nvidea drivers and running glxgears i got these results:
Code:
neverstop@neverstop-desktop:~$ glxgears
22986 frames in 5.0 seconds = 4597.163 FPS
23063 frames in 5.0 seconds = 4612.461 FPS
23125 frames in 5.0 seconds = 4624.843 FPS
23148 frames in 5.0 seconds = 4629.441 FPS
23121 frames in 5.0 seconds = 4624.019 FPS
neverstop@neverstop-desktop:~$
Is it right? I don't know if these FPS's are good for this video card.
After installing all drivers i finally installed the game and for my surprise it didn't work!! I don't understand why it didn't work with this video card, i didn't do anything different at installation! I only copied one dll needed to run the game called mfc42.dll from my old Windows system to the system32 folder of wine and that's all. When i run the game from the linux shell it gives me no error =/ nothing happens...i am really lost...how can fix an issue if i don't know what to do? Please someone help me...i need a gods hand ...
Here is my xorg.conf file if necessary:
Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@vernadsky) Tue Mar 4 20:24:34 UTC 2008
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Videocard0"
Screen 0 "Screen0" 0 0
EndSection
Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "extmod"
Load "glx"
Load "type1"
Load "freetype"
Load "speedo"
Load "xtt"
Load "dri"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LG L192WS"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 75.0
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600 GT"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1440x900 +0+0; nvidia-auto-select +0+0"
EndSection
Section "dri"
Mode 0666
EndSection