euh.... 😃
tu peux poster ton xorg.conf stp pour qu'on puisse y jeté un oeil, ca fait deja plusieurs jour que je suis dessus avec la meme config que toi sauf que moi c'est pour le bi-ecran qui fonctionne maintenant.
Voila en esperant pouvoir t'aidé!!!!
Ok merci pour ta réponse qui me redonne une lueur d'espoir 🙂

voici mon fichier xorg.cong:

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "Off"
Option "Clone" "on"
EndSection

Section "Files"

# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280x1024"
HorizSync 31.5 - 67.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "TV Out"
ModelName "Sortie TV"
HorizSync 30.0 - 50.0
VertRefresh 60.0 - 60.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard Vendor"
BoardName "NVIDIA GeForce 6600"
Option "dpms"
BusID "PCI:1:0:0"
Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TwinViewOrientation" "Clone"
Option "MetaModes" "1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480;"
Option "TVStandard" "PAL-N"
Option "ConnectedMonitor" "CRT,TV"
Option "NoLogo" "true"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1152x768" "1024x768" "800x600" "640x480"
EndSubSection
Option "TVStandard" "PAL-N"
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard0"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "640x480"
EndSubSection
Option "TVStandard" "PAL-N"
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection
Merci pour ta réponse , mais comme je l'ai dit je suis débutant sous linux et après avoir télécharger les fichiers de nvtv je ne sais pas comment faire 🙁

comment installer nvtv.
Comme c ecrit dans un des deux liens plus haut, as tu active le mode s-video sur ta tele??

Pour nvtv, telecharge celui-la :
http://surfnet.dl.sourceforge.net/sourceforge/nv-tv-out/nvtv-0.4.7-bin.tar.gz

ensuite dans un terminal, a l'endroit ou tu as telecharge le fichier, tu tapes :
tar -xvzf nvtv-0.4.7-bin.tar.gz
puis :
cd nvtv-0.4.7-bin/
Tu te logues en root, puis tu tapes :
./configure
cd src
make
cp nvtv /usr/local/bin/
cp nvtvd /usr/local/bin/

puis tjrs en root tu lances l'un ou l'autre (je ne l'ai jamais utilise, mais bon j'en avais deja entendu parle...... c pour ca que je t'orientais dessus...)

@+
Lichi a écrit:
Comme c ecrit dans un des deux liens plus haut, as tu active le mode s-video sur ta tele??
je n'ai pas ce mode sur ma tv
la sortie Svideo est branché sur un adaptateur péritelle
(le cablage fonctionnait très bien avant de changé de pc:
ancienne config:
video: geforce MX440
os :windows XP
format video: composite PAL-B
Tu te logues en root, puis tu tapes :
./configure
@+
ici j'ai la réponse suivante:
bash: ./configure: Aucun fichier ou répertoire de ce type

en effet il n'y a pas de fichier configure 🙁
Dsl, je t'ai file le mode d'emploi pour les sources..... g deconne!

donc, je reprends, une fois que tu es dans le repertoire nvtv-XXXX, en root, tu copies juste nvtv et nvtvd dans /usr/local/bin
Et apres tu appelles nvtv
Lichi a écrit:
Dsl, je t'ai file le mode d'emploi pour les sources..... g deconne!
c'est pas grave
donc, je reprends, une fois que tu es dans le repertoire nvtv-XXXX, en root, tu copies juste nvtv et nvtvd dans /usr/local/bin
Et apres tu appelles nvtv
- je télécharge le fichier nvtv-0.4.7-bin.tar.gz
- après avoir extrait les fichier je copie le fichier nvtv et nvtvd dans le dossier /usr/local/bin
- toujours en root je tappe ./nvtv

et la réponse est:
Fatal: No supported video card found. :-o
Ben je viens d'essayer, et moi ma geforce 4MX 420 et bien reconnue.....
Dsl, mais je ne peux pas t'aider plus.....

Au hasard, tu as installe les drivers nvidia??
oui j'ai installer:

NVIDIA-Linux-x86_64-1.0-7667-pkg2.run

et les drivers sont bien installer car mon économisuer d'écran fonctionne normalement alors qu'avant l'installation des pilotes il clignotais
:-D
Alors essaye de telecharger les sources plutot que la version que je t dis d'utiliser, et tu suis la procedure d'install que je t file au debut.... En te souhaitant que ca marche mieux....
bon ok il y a 3 fichier à télécharger:

libnvtvsimple-0.4.7a.tar.gz
nvtv-0.4.7-bin.tar.gz
nvtv-0.4.7.tar.gz

lequelle je doit installer, ou peut-etre les 3?

libnvtvsimple-0.4.7a.tar.gz
nvtv-0.4.7.tar.gz
contiennent des fichiers configure
A priori, je t'orienterais vers nvtv-0.4.7.tar.gz, et si ca ne marche pas, essaye la premiere que tu as donne.....
lorsque j'ai tapper ./configure

voici le résultat:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for debugging info... enabled
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/X11R6/lib64, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for gtk-config... no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... yes (version 2.6.7)
checking for XOpenDisplay in -lX11... yes
checking for XMissingExtension in -lXext... yes
checking for main (direct) backend... unix
checking for client backend... enabled
checking for sin in -lm... yes
checking for pci_init in -lpci... yes
checking for XF86VidModeQueryVersion in -lXxf86vm... yes
checking for XmuClientWindow in -lXmu... yes
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/io.h usability... yes
checking sys/io.h presence... yes
checking for sys/io.h... yes
checking pci/pci.h usability... yes
checking pci/pci.h presence... yes
checking for pci/pci.h... yes
checking X11/Xmu/WinUtil.h usability... yes
checking X11/Xmu/WinUtil.h presence... yes
checking for X11/Xmu/WinUtil.h... yes
checking for X11/extensions/xf86vmode.h presence... yes
checking for XBox support... disabled
path to use for fifo pipes... /var/run
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating test/Makefile
config.status: creating src/config.h
config.status: executing default-1 commands

c'est bon signe ou pas?
A priori, c tout bon!
N'hesite pas a me contacter sur msn si tu veux que ca aille un poil plu vite.....
j'ai suivi le tuto et le résultat est le meme video non compatible

j'ai essayé d'installer l'autre fichier, mais là, voici le résultat après un make:

/bin/sh ./libtool --mode=compile gcc -I. -I. -I../src -DHAVE_X -DHAVE_RANDR -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/X11R6/include -g -c nvtv_simple.c
mkdir .libs
gcc -I. -I. -I../src -DHAVE_X -DHAVE_RANDR -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/X11R6/include -g -Wp,-MD,.deps/nvtv_simple.pp -c nvtv_simple.c -fPIC -DPIC -o .libs/nvtv_simple.o
nvtv_simple.c:30:48: error: local.h: No such file or directory
nvtv_simple.c:40:25: error: back_client.h: No such file or directory
nvtv_simple.c:63: error: syntax error before 'back_card'
nvtv_simple.c:63: warning: data definition has no type or storage class
nvtv_simple.c:64: error: syntax error before 'back_access'
nvtv_simple.c:64: warning: data definition has no type or storage class
nvtv_simple.c:69: error: syntax error before 'old_tvregs'
nvtv_simple.c:69: warning: data definition has no type or storage class
nvtv_simple.c:70: error: syntax error before 'old_settings'
nvtv_simple.c:70: warning: data definition has no type or storage class
nvtv_simple.c:79: error: syntax error before 'opt_system'
nvtv_simple.c:79: error: 'TV_SYSTEM_PAL' undeclared here (not in a function)
nvtv_simple.c:79: warning: data definition has no type or storage class
nvtv_simple.c:80: error: syntax error before 'opt_connect'
nvtv_simple.c:80: error: 'CONNECT_NONE' undeclared here (not in a function)
nvtv_simple.c:80: warning: data definition has no type or storage class
nvtv_simple.c:82: error: syntax error before '*' token
nvtv_simple.c:82: warning: data definition has no type or storage class
nvtv_simple.c:84: error: syntax error before '*' token
nvtv_simple.c:84: warning: data definition has no type or storage class
nvtv_simple.c: In function 'tvmode_connect':
nvtv_simple.c:92: error: 'CardPtr' undeclared (first use in this function)
nvtv_simple.c:92: error: (Each undeclared identifier is reported only once
nvtv_simple.c:92: error: for each function it appears in.)
nvtv_simple.c:92: error: syntax error before 'main_card_list'
nvtv_simple.c:99: error: 'main_card_list' undeclared (first use in this function)
nvtv_simple.c:117: error: 'main_card' undeclared (first use in this function)
nvtv_simple.c:128: error: invalid type argument of '->'
nvtv_simple.c: In function 'tvmode_disconnect':
nvtv_simple.c:141: error: invalid type argument of '->'
nvtv_simple.c: In function 'tvmode_savestate':
nvtv_simple.c:149: error: invalid type argument of '->'
nvtv_simple.c:150: error: invalid type argument of '->'
nvtv_simple.c: In function 'tvmode_restorestate':
nvtv_simple.c:161: error: invalid type argument of '->'
nvtv_simple.c: In function 'tvmode_settvstate':
nvtv_simple.c:176: error: 'TVSettings' undeclared (first use in this function)
nvtv_simple.c:176: error: syntax error before 'settings'
nvtv_simple.c:177: error: 'TVMode' undeclared (first use in this function)
nvtv_simple.c:178: error: 'modes' undeclared (first use in this function)
nvtv_simple.c:208: error: 'TV_SYSTEM_NTSC' undeclared (first use in this function)
nvtv_simple.c:226: error: invalid type argument of '->'
nvtv_simple.c:226: error: 'mode' undeclared (first use in this function)
nvtv_simple.c:261: error: invalid type argument of '->'
nvtv_simple.c:273: error: invalid type argument of '->'
nvtv_simple.c:273: error: 'settings' undeclared (first use in this function)
nvtv_simple.c:277: error: 'CONNECT_BOTH' undeclared (first use in this function)
nvtv_simple.c:280: error: 'DEV_MONITOR' undeclared (first use in this function)
nvtv_simple.c:280: error: 'DEV_TELEVISION' undeclared (first use in this function)
nvtv_simple.c:281: error: 'TV_DESC_DUALVIEW' undeclared (first use in this function)
nvtv_simple.c:287: error: invalid type argument of '->'
nvtv_simple.c: In function 'init_modes':
nvtv_simple.c:304: error: invalid type argument of '->'
nvtv_simple.c:306: error: invalid type argument of '->'
nvtv_simple.c:306: error: 'TV_SYSTEM_NTSC' undeclared (first use in this function)
nvtv_simple.c: In function 'nvtv_simple_set_tvsystem':
nvtv_simple.c:451: error: 'TV_SYSTEM_NTSC' undeclared (first use in this function)
nvtv_simple.c: In function 'raise_msg':
nvtv_simple.c:492: error: 'MSG_DEBUG_NL' undeclared (first use in this function)
nvtv_simple.c:506: error: 'MSG_ABORT' undeclared (first use in this function)
nvtv_simple.c:509: error: 'MSG_WARNING' undeclared (first use in this function)
nvtv_simple.c:512: error: 'MSG_INFO' undeclared (first use in this function)
nvtv_simple.c:515: error: 'MSG_DEBUG' undeclared (first use in this function)
nvtv_simple.c:519: error: 'MSG_ERROR' undeclared (first use in this function)
make: *** [nvtv_simple.lo] Erreur 1
Pour libnvtvsimple-0.4.7a.tar.gz, faut juste remplacer le dossier lib dans le repertoire extrait de l'archive nvtv-0.4.7.tar.gz par le repertoire lib provenant de libnvtvsimple-0.4.7a.tar.gz.
Et apres tu reprends la methode exposee au debut!

Courage.....
bon désolé je suis un peut en retard pour les réponses 🙂
ba ton xorg.conf me parait bizzare je te poste le mien si ca peut t'aidé :
# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" LeftOf "Screen1"
# Screen 1 "Screen1" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"
Option "Clone" "on"
EndSection

Section "Files"

# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib64/modules"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "record"
Load "freetype"
Load "type1"
Load "glx"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Huyndai"
ModelName "ImageQuest Q995"
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 150.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Sony"
ModelName "Sony CPD-210GS/210EST/T9"
HorizSync 30.0 - 70.0
VertRefresh 48.0 - 120.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Asus"
BoardName "NVIDIA GeForce 6600 GT"
# Option "TwinView"
# Option "TwinViewOrientation" "RightOf"
# Option "ConnectedMonitor" "CRT,TV"
# Option "SecondMonitorHorizSync" "30-50"
# Option "SecondMonitorVertRefresh" "50"
# Option "MetaModes" "1280x1024, 1024x768; 1280x1024, 800x600; 1024x768, 1024x768; 1024x768, 800x600; 1280x1024; 1024x768; 800x600"
# Option "TVStandard" "PAL-N"
EndSection

Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "Asus"
BoardName "NVIDIA GeForce 6600 GT"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "1280x1024" "800x600"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection
voila je txplique vite fait 🙂 :
pour activé le 2eme écran il faut décommenter la ligne
# Screen 1 "Screen1" 0 0
en enlevant le "#" ce qui donne :
Screen 1 "Screen1" 0 0
apres il faudrais que tu modifie la configuration des ecrans et... plein d'autres truc a mon gout 😃 , donc j'ai adapté mon xorg.conf par rapport au tien, essaye le et SOURTOUT avant fait une copie de ton xorg.conf original:
# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" LeftOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"
Option "Clone" "on"
EndSection

Section "Files"

# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib64/modules"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "record"
Load "freetype"
Load "type1"
Load "glx"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280x1024"
HorizSync 31.5 - 67.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "TV Out"
ModelName "Sortie TV"
HorizSync 30.0 - 50.0
VertRefresh 60.0 - 60.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard Vendor"
BoardName "NVIDIA GeForce 6600"
# Option "TwinView"
# Option "TwinViewOrientation" "RightOf"
# Option "ConnectedMonitor" "CRT,TV"
# Option "SecondMonitorHorizSync" "30-50"
# Option "SecondMonitorVertRefresh" "60"
# Option "MetaModes" "1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480"
# Option "TVStandard" "PAL-N"
EndSection

Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "Videocard Vendor"
BoardName "NVIDIA GeForce 6600"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection
voila j'espere que j'ai rien oublié 🙂
tien nous au courant
5 jours plus tard
merci de ta réponse, car je pense que mon pb viens seulement d'une erreur de config et non d'un logiciels à installer.

J'ai donc copier tous le fichier xorg.conf que tu as modifier et remplacer le miens (je l'ai sauvegardé avant :-D )

et le pb reste le meme pas de couleur. J'ai alors essayé de supprimer les # mettant en commentaire les paramètre dans la section device, et cela ne change rien

🙁