Olá pessoal, estou com um pequeno problema em rodar alguns jogos no Ubuntu utilizando essa placa de vídeo. Tenho uma placa-mãe Asus que tem vídeo onboard com chip intel e o Wine funcionava muito bem sobre o Ubuntu, inclusive rodando o jogo citado acima, Carom3d! Instalei essa Geforce nessa mesma distribuição, desabilitei o vídeo onboard, instalei os drivers fornecidos pelo próprio Ubuntu e reinstalei o Wine para evitar qualquer problema: resultado, tentei rodar o jogo pelo próprio shell do linux e nenhum erro é mostrado para mim!! Como procedo agora? Não sei para onde correr, o wine está instalado corretamente, ele simplesmente não abre, fica parado na tela do shell do linux =/. OBS: fiz as mesmas configurações que havia feito antes na placa onboard, na qual havia funcionado muito bem por sinal.
Antes que alguém pergunte se estou com os drivers da Nvidia devidamente instalados estou lhes enviando os FPS que consegui rodando o glxgears e o arquivo xorg.conf editado por mim:
FPS's usando o glxgears:
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:~$
Os FPS's para esta placa estão bons? Eu não tenho idéia do quanto essa placa pode dar em processamento gráfico, rodei Quake III Arena a 1024x768 a 32 bits de cor e o jogo rodou sem problemas sem nenhuma lentidão.
Arquivo xorg.conf:
# 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
Algum "gênio no wine" aí para me ajudar? Tentei até debugar o jogo usando o wine mas ficou muito complicado, o que eu queria saber é o "por quê" de o wine não me apresentar nenhum erro na tela, ao menos com isso eu poderia saber qual o problema. Um abraço aí, espero que alguém possa me ajudar!