Jeuxlinux - Le site des jeux pour linux - Forum

Forum francophone des jeux pour GNU/Linux

Vous n'êtes pas identifié.

#1 24-02-2007 03:39:33

radu92
Membre

ecran noir quand je lance tremulous

alors voila tout est dans le titre.
SA fait 2 semaines que je suis sur linux alors voila j'ai lancer le jeu en console(en root) et voila se que sa me donne si quelqu'un pourait m'aider.
root@radu-desktop:/usr/local/games/tremulous# ./tremulous.x86
tremulous 1.1.0 linux-x86 Feb 28 2006
----- FS_Startup -----
Current search path:
/root/.tremulous/base
/usr/local/games/tremulous/base/vms-1.1.0.pk3 (4 files)
/usr/local/games/tremulous/base/map-uncreation-1.1.0.pk3 (110 files)
/usr/local/games/tremulous/base/map-tremor-1.1.0.pk3 (45 files)
/usr/local/games/tremulous/base/map-transit-1.1.0.pk3 (135 files)
/usr/local/games/tremulous/base/map-niveus-1.1.0.pk3 (134 files)
/usr/local/games/tremulous/base/map-nexus6-1.1.0.pk3 (151 files)
/usr/local/games/tremulous/base/map-karith-1.1.0.pk3 (118 files)
/usr/local/games/tremulous/base/map-atcs-1.1.0.pk3 (87 files)
/usr/local/games/tremulous/base/map-arachnid2-1.1.0.pk3 (67 files)
/usr/local/games/tremulous/base/data-1.1.0.pk3 (1229 files)
/usr/local/games/tremulous/base

----------------------
2080 files in pk3 files
execing default.cfg
couldn't exec autogen.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok
----- Client Initialization -----
----- Initializing Renderer ----
-------------------------------
----- Client Initialization Complete -----
----- R_Init -----

------- Input Initialization -------
Joystick is not active.
------------------------------------
...loading libGL.so.1:
Calling SDL_Init(SDL_INIT_VIDEO)...
SDL_Init(SDL_INIT_VIDEO) passed.
QGL_Init: Can't load libGL.so.1 from /etc/ld.so.conf or current dir: No dynamic GL support in video driver
failed
----- CL_Shutdown -----
RE_Shutdown( 1 )
-----------------------
----- CL_Shutdown -----
-----------------------
Sys_Error: GLimp_Init() - could not load OpenGL subsystem

root@radu-desktop:/usr/local/games/tremulous#                                 


P.S. je suis sous ubuntu dapper si sa peut aider smile

Dernière modification par radu92 (24-02-2007 03:40:15)

Hors ligne

 

#2 24-02-2007 12:10:39

JerhuM
Administrateur

Re: ecran noir quand je lance tremulous

Quel est la carte graphique ? les drivers sont il installés ?
pas besoin de lancer le jeu en root

Hors ligne

 

#3 24-02-2007 14:56:17

radu92
Membre

Re: ecran noir quand je lance tremulous

ma carte video est la suivante  VIA/S3G Unichrome Pro IGP
mais pour les drivers je crois pas les avoir installer ou pourais-je trouver driver pour ma carte?
ok merci pour l'info du root sur ce a+

Hors ligne

 

#4 24-02-2007 16:06:16

lululaglue
Administrateur

Re: ecran noir quand je lance tremulous

Salut, il faut que tu install le paquet xserver-xorg-driver-via et peut être aussi le paquet libxvmc1 avec ton gestionnaire de paquet synaptic.
Ensuite il faut modifier ton fichier /etc/X11/xorg.conf et mettre le pilote via et ça devrait marcher wink


https://lululaglue.jeuxlinux.fr/userbar/jeuvinux.jpg

Hors ligne

 

#5 24-02-2007 20:40:53

radu92
Membre

Re: ecran noir quand je lance tremulous

merci pour l'aide mais je veut pas faire de gaffe que faudrait que je marque dans /etc/X11/xorg.conf???
edit voici ce qu'il y a dans mon dans xorg.conf
# /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"    "ca"
    Option        "XkbVariant"    "fr"
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    "Carte vidéo générique"
    Driver        "vesa"
    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        "Carte vidéo générique"
    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        "1024x768" "800x600" "640x480"
    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
erci pour la future reponse

Dernière modification par radu92 (24-02-2007 20:51:30)

Hors ligne

 

#6 24-02-2007 22:13:17

lululaglue
Administrateur

Re: ecran noir quand je lance tremulous

une fois que les paquets cités plus sont installés, tu ouvres ton fichier /etc/X11/xorg.conf et tu modifie à la section Device la ligne driver :
Section "Device"
    Identifier    "Carte vidéo générique"
    Driver        "vesa"
    BusID        "PCI:1:0:0"
EndSection
par :
Section "Device"
    Identifier    "Carte vidéo générique"
    Driver        "via"
    BusID        "PCI:1:0:0"
EndSection

Ensuite il faut relancer X en faisant :
sudo /etc/init.d/gdm restart

mais fait bien attention, car en cas de soucis ton X (l'interface graphique en gros) ne se lancera plus et tu te retrouvera en ligne de commande, il te faudra alors remettre l'ancienne valeur (vesa) pour revenir sous X.
Et si tu ne sais pas faire cette manipe en ligne de commande tu seras bien embété...

L'ideal étant de faire une sauvegarde de ton fichier xorg.conf pour pouvoir la restaurer en cas de soucis :
sudo cp /etc/X11/xorg.conf /root/xorg.conf.save
et en cas de soucis pour restaurer :
sudo cp /root/xorg.conf.save /etc/X11/xorg.conf
puis relancer gdm: sudo /etc/init.d/gdm restart


https://lululaglue.jeuxlinux.fr/userbar/jeuvinux.jpg

Hors ligne

 

#7 25-02-2007 01:42:58

radu92
Membre

Re: ecran noir quand je lance tremulous

merci mtn tout va bien meme que je me suis rendu compte que il y a plus de fps sur linux que chez windows en tout cas chez moi smile

Hors ligne

 

Pied de page des forums

Propulsé par FluxBB
Traduction par FluxBB.fr