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 07/09/2007, à 11:46

phidef

probleme geforce 7600gs

Salut a tous
   
je suis un debutant dans le monde de linux . Je voudrais justes configure mes drivers pour jouer a steam a   
l aide de wine.
voila ma configuration:

Je suis sur ubuntu feisty 7.04
AMD athlon xp 2000
1024 ram
carte graphique geforce 7600 gs 512 mo  agp x8

j ai trouve que ce lien sur votre site sur ma carte graphique
http://forum.ubuntu-fr.org/viewtopic.php?id=124142

hier soir j ai essaye de faire :
sudo aptitude install nvidia-glx-new
sudo aptitude install linux-restricted-modules-$(uname -r)
sudo nvidia-xconfig

Mais plantage du serveur x et comme je sais pas comment regler le probleme je formate ces la merde!!!

dans ma synaptic  d origine j 'ai :

linux-restricted-modules-2.6.20-15-generic x86-64
linux-restricted-modules-2.6.20-16-generic  x84-64
nvidia-kernel-common
restricted-manager
xserver-xorg-video-nv

mon ubuntu est tout propre j ai juste mis   nvidia-glx-new a partir du terminal
mon 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 xorg.conf(5) 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 "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/share/fonts/X11/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	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"oss"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

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

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

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

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	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

pas d accelration graphique
glxinfo | grep "direct rendering"
phidef@ubuntu:~$ glxinfo | grep "direct rendering"
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".

j espere avoir bien explique mon pb
merci a tous smile:)

Hors ligne

#2 Le 07/09/2007, à 11:50

ben13

Re : probleme geforce 7600gs

faut remplacer "vesa" par "nvidia"

Section "Device"
    Identifier    "Carte vidéo générique"
    Driver        "vesa"
    BusID        "PCI:1:0:0"


Ubuntu 12.04.01 LTS 64 Bits.

Hors ligne

#3 Le 07/09/2007, à 13:38

phidef

Re : probleme geforce 7600gs

ben13
merci de m aide smile
j ' ai remplacer"vesa"par "nvidia"
apres j ai redemarre serveur x a plante donc
j ai encore formate, je sais pas faire autrement lol.
ma ubuntu est propre maintenant

Dernière modification par phidef (Le 07/09/2007, à 13:39)

Hors ligne

#4 Le 07/09/2007, à 13:55

ben13

Re : probleme geforce 7600gs

c'est pas croyable ca
si tu as installé le paquet nvidia-glx-new et que tu met "nvidia " a la place du driver generique vesa , tu ne dois pas avoir un crash de x !

et c'est pas la peine de reinstaller à chaque fois

il suffit de faire une sauvegarde de ton xorg.con et de le restaurer
la procedure est expliqué dans le wi ki


Ubuntu 12.04.01 LTS 64 Bits.

Hors ligne

#5 Le 07/09/2007, à 14:08

phidef

Re : probleme geforce 7600gs

j ai fait   ma sauvegarge xorg conf
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
pour la restaurer :
sudo cp /etc/X11/xorg.conf.bak /etc/X11/xorg.conf
on va reessayer merci:)

Hors ligne

#6 Le 07/09/2007, à 14:20

ECO419

Re : probleme geforce 7600gs

Je mettrais plutôt "nv" à la place de Nvidia car ça marche beaucoup mieux apparament !

Hors ligne

#7 Le 07/09/2007, à 14:25

ben13

Re : probleme geforce 7600gs

Je mettrais plutôt "nv" à la place de Nvidia car ça marche beaucoup mieux apparament !

il veut avoir la 3D et activer les pilotes proprietaires !

abstiens toi quand tu sais pas roll

Dernière modification par ben13 (Le 07/09/2007, à 14:28)


Ubuntu 12.04.01 LTS 64 Bits.

Hors ligne

#8 Le 07/09/2007, à 14:38

phidef

Re : probleme geforce 7600gs

root@ubuntu:/home/phidef# sudo cp /etc/xll/xorg.conf /etc/xll/xorg.conf.bak
cp: ne peut évaluer `/etc/xll/xorg.conf': Aucun fichier ou répertoire de ce type
il ne veut pas sauvegarde mon xorg  ctrl+alt-f1 par le prompt

Sur mon terminal sa donne :
root@ubuntu:/home/phidef# sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
root@ubuntu:/home/phidef# sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak

je veux qui sauvegarde bien mon xorg j en ai marre de formate smile:)

Dernière modification par phidef (Le 07/09/2007, à 14:43)

Hors ligne

#9 Le 07/09/2007, à 16:15

ben13

Re : probleme geforce 7600gs

X11 , le X est en majuscule
lors de la sauvegarde , tu as bien mis X en, majuscule ?  sinon ca a sauvegardé un fichier inexistant ...


root@ubuntu:/home/phidef# sudo cp /etc/xll/xorg.conf /etc/xll/xorg.conf.bak

ensuite pour restaurer la sauvegarde , il faut inverser le code

sudo cp /etc/X11/xorg.conf.back /etc/X11/xorg.conf

il faut que la sauvegarde prenne la place de ton xorg modifié ...c'est logique

je te met le wik i correspondant

Petite précaution

Avant toute manipulation, j'ai suivi le conseil d'Ostaquet : "Je vous conseille FORTEMENT de faire une sauvegarde de votre fichier xorg.conf" (à restaurer en cas de problème)

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.backup

Pour restaurer :

sudo cp /etc/X11/xorg.backup /etc/X11/xorg.conf

"Ceci vous évitera peut-être bien des maux de têtes. :-) "

et je vois pas ou ets le probleme
tu peut toujours verifier si le xorg.conf.bak a été crée

tu vas dans systeme de fichier avec nautilus et voila

Dernière modification par ben13 (Le 07/09/2007, à 16:19)


Ubuntu 12.04.01 LTS 64 Bits.

Hors ligne

#10 Le 09/09/2007, à 01:55

phidef

Re : probleme geforce 7600gs

Après pas mal de galère j ai reussi a comprendre la sauvegarde
trop content fini les formatages:)
merci smile:)ben13
j ai installe les drivers du site nvidia
  NVIDIA-Linux-x86-100.14.11-pkg1.run
voici mon xorg.conf plantage:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Jun 13 18:39:30 PDT 2007

# /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 xorg.conf(5) 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     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

	# path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "fr"
    Option         "XkbVariant" "oss"
    Option         "XkbOptions" "lv3:ralt_switch"
EndSection

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

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

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

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

Section "Monitor"
    Identifier     "Écran générique"
    HorizSync       28.0 - 51.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Carte vidéo générique"
    Driver         "nvidia"
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

merci d avance smile:)

Dernière modification par phidef (Le 09/09/2007, à 01:57)

Hors ligne

#11 Le 09/09/2007, à 05:11

hal9mil

Re : probleme geforce 7600gs

j'ai la meme CG que toi, j'ai tout simplement fait :
"systeme, administration, gestionnaire de pilotes propriétaires"

voilou neutral


Sempron 2800+ sur k8m800 --- 1go RAM --- GeForce 7600 GS drivers
noyau 2.6.20-386 i686   Feisty

Hors ligne

#12 Le 09/09/2007, à 10:11

david breizh

Re : probleme geforce 7600gs

il te marque quoi lors du plantage de xorg, ça pourrait aider.


ah ! du fin fond de la bretagne grâce au libre on se sent moins seul!
Vive le libre et toutes les distributions qui m'ont fait découvrir le monde de linux!

Hors ligne

#13 Le 09/09/2007, à 13:06

phidef

Re : probleme geforce 7600gs

j ai essaye de mettre les drivers proprietaire ces la meme
mon xorg plante
Nvidia (gpu-0):your geforce 7600 gs graphics card does not have the necessary

# /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 xorg.conf(5) 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 "Files"
	Fontpath	"/usr/share/fonts/X11/misc"
	Fontpath	"/usr/share/fonts/X11/cyrillic"
	Fontpath	"/usr/share/fonts/X11/100dpi/:unscaled"
	Fontpath	"/usr/share/fonts/X11/75dpi/:unscaled"
	Fontpath	"/usr/share/fonts/X11/Type1"
	Fontpath	"/usr/share/fonts/X11/100dpi"
	Fontpath	"/usr/share/fonts/X11/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		"extmod"
	Load		"freetype"
	Load		"glx"
	Load		"int10"
	Load		"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"oss"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

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

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

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

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

Section "Device"
	Identifier	"Carte vidéo générique"
	Driver		"nvidia"
	Busid		"PCI:1:0:0"
	Option		"AddARGBVisuals"	"True"
	Option		"AddARGBGLXVisuals"	"True"
	Option		"NoLogo"	"True"
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

merci d avance smile:)

Hors ligne

#14 Le 09/09/2007, à 14:00

ben13

Re : probleme geforce 7600gs

pourquoi tu as mis ces lignes dans section device ?

Option        "AddARGBVisuals"    "True"
    Option        "AddARGBGLXVisuals"    "True"
    Option        "NoLogo"    "True"

c'est dans la section screen qu'il faut les rajouter


Ubuntu 12.04.01 LTS 64 Bits.

Hors ligne

#15 Le 09/09/2007, à 14:27

phidef

Re : probleme geforce 7600gs

j ai pas toucher a ces lignes ,ces d origine avec les drivers proprietaire
je l' ai rechange comme tu me la dit sa change rien
voici mon xorg apres modife:

# /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 xorg.conf(5) 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 "Files"
	Fontpath	"/usr/share/fonts/X11/misc"
	Fontpath	"/usr/share/fonts/X11/cyrillic"
	Fontpath	"/usr/share/fonts/X11/100dpi/:unscaled"
	Fontpath	"/usr/share/fonts/X11/75dpi/:unscaled"
	Fontpath	"/usr/share/fonts/X11/Type1"
	Fontpath	"/usr/share/fonts/X11/100dpi"
	Fontpath	"/usr/share/fonts/X11/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		"extmod"
	Load		"freetype"
	Load		"glx"
	Load		"int10"
	Load		"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"oss"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

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

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

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

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

Section "Device"
	Identifier	"Carte vidéo générique"
	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		"Carte vidéo générique"
	Monitor		"Écran générique"
	Defaultdepth	24
	Option		"AddARGBVisuals"	"True"
	Option		"AddARGBGLXVisuals"	"True"
	Option		"NoLogo"	"True"
        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

merci d avance:)

Dernière modification par phidef (Le 09/09/2007, à 14:28)

Hors ligne

#16 Le 09/09/2007, à 16:49

akurane

Re : probleme geforce 7600gs

simple question

Ta carte elle est d'origine dans le PC ou c'est toi qui l'a rajouté ?

Hors ligne

#17 Le 09/09/2007, à 16:59

phidef

Re : probleme geforce 7600gs

je l ai rajoute

Hors ligne

#18 Le 09/09/2007, à 17:12

akurane

Re : probleme geforce 7600gs

la mienne a besoin d'une alimentation independante pour fonctionner en 3D (je ne sais pas si c'est le cas pour toutes les 7600) donc tu a peut etre oublié de le faire ça coute rien de verifier sur la carte

Hors ligne

#19 Le 09/09/2007, à 17:50

phidef

Re : probleme geforce 7600gs

ta tape dans le mille akurane
bien penser je pouvais toujours essaye
mille fois merci a tous smile:)
sujet resolu steam marche tout marche smile:)

Hors ligne