Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 17/10/2006, à 19:59

noun29

[nvidia] pb warcarft + wine

noun@noun-desktop:~$ wine "c:\Program Files\Warcraft III\Warcraft III.exe" -opengl
err:ole:CoCreateInstance apartment not initialised
fixme:win:EnumDisplayDevicesW ((null),0,0x34f46c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x34f4a4,0x00000000), stub!
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 16err:wgl:X11DRV_ChoosePixelFormat glXChooseFBConfig returns NULL (glError: 0)
.

De plus une fenetre apparait me disant qu'il n'arrive pas a initialiser directx puis une deuxieme disant qu'il ne trouve pas le cd.
Voila merci de m'aider

Hors ligne

#2 Le 17/10/2006, à 20:09

compte supprimé

Re : [nvidia] pb warcarft + wine

lance en mode fenetré dans un premiers temps...
800X600 en fenetré serait bien...

et dans audio met alsa

#3 Le 17/10/2006, à 20:45

noun29

Re : [nvidia] pb warcarft + wine

heu sa marche pas j'ai tjr le mem probleme

Hors ligne

#4 Le 17/10/2006, à 20:57

compte supprimé

Re : [nvidia] pb warcarft + wine

balance ici le contenu de ton xorg.conf (dans etc/X11)

#5 Le 17/10/2006, à 21:02

noun29

Re : [nvidia] pb warcarft + wine

# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "Files"
    FontPath    "/usr/share/X11/fonts/misc"
    FontPath    "/usr/share/X11/fonts/cyrillic"
    FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/Type1"
    FontPath    "/usr/share/X11/fonts/100dpi"
    FontPath    "/usr/share/X11/fonts/75dpi"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load    "i2c"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbVariant"    "latin9"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ExplorerPS/2"
    Option        "ZAxisMapping"        "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "NVIDIA Corporation NV40 [GeForce 6800]"
    Driver        "nvidia"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "Écran générique"
    Option        "DPMS"
    HorizSync    28-51
    VertRefresh    43-60
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "NVIDIA Corporation NV40 [GeForce 6800]"
    Monitor        "Écran générique"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x1024" "1024x768" "800x600"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection

Hors ligne

#6 Le 17/10/2006, à 21:03

noun29

Re : [nvidia] pb warcarft + wine

Je tiens a preciser que lorsque je lance avec -directx malgrés plein d'erreur le jeu se lance mais malheueusement rame comme c'est pas possible

Hors ligne

#7 Le 17/10/2006, à 21:07

compte supprimé

Re : [nvidia] pb warcarft + wine

ah j'ai compris!
en fait:
wine 0.9.23+carte nvidia=BIG PROBLEM!

donc conseil: passe en version 09.22 et tiens nous au courant!

#8 Le 17/10/2006, à 21:09

noun29

Re : [nvidia] pb warcarft + wine

ok merci heu comment je fais pour descendre d'une version????
et pourkoi j'ai le probleme avec alsa lorsque je tape winecfg:
ALSA lib seq_hw.c:456:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
desole de te faire chier avec tout sa

Hors ligne

#9 Le 17/10/2006, à 21:18

compte supprimé

Re : [nvidia] pb warcarft + wine

meuh non tu m'enbete pas!

je t'ai repondu sur ton mail...

#10 Le 17/10/2006, à 21:52

noun29

Re : [nvidia] pb warcarft + wine

rah font chier nvidia.
snif snif ben y'a plus qu'a attendre la prochaine version ou de tester cedega libre bien sur

Hors ligne

#11 Le 17/10/2006, à 22:03

compte supprimé

Re : [nvidia] pb warcarft + wine

bah sinon tu supprime wine via synaptic et tu va chopper au lien ci dessous wine 0.9.22.
http://wine.budgetdedicated.com/archive/index.html

#12 Le 27/10/2006, à 23:39

Nixio

Re : [nvidia] pb warcarft + wine

Comment lancer une application wine en fenetré ?

car lorsque le jeux émulé bug je dois appuyer sur reboot :s

Hors ligne