#1 Le 10/10/2006, à 20:55
- Lalou
[réglé] Dual-Screen avec une Nvidia 6200TC
Voila alors je n'arrive pas à faire cohabiter deux ecran (un 17" TFT et un 15" CTR) mais le serveur plante quand j'essaye d'appliquer le tuto de la doc http://doc.ubuntu-fr.org/materiel/multi-ecran mais ya certaines infos qui n'apparaissent pas sur ma version de xorg.conf la voici:
Section "Device"
Identifier "NVIDIA Corporation NV44 [GeForce 6200 TurboCache]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "782"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV44 [GeForce 6200 TurboCache]"
Monitor "782"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
Quelq'un aurait-il une solution pour savoir quelle modif à apporté au fichier ?
Dernière modification par Lalou (Le 15/10/2006, à 11:36)
Beryl c'est trop fort, stargate aussi
Ubuntu 7.04 Feisty Fawn
Nvidia GeForce 6200 avec turbo cache
Proc: Pentium 4 3GHz avec hyper threading
Hors ligne
#2 Le 11/10/2006, à 11:28
- Lalou
Re : [réglé] Dual-Screen avec une Nvidia 6200TC
personne n'a d'idée ?
Beryl c'est trop fort, stargate aussi
Ubuntu 7.04 Feisty Fawn
Nvidia GeForce 6200 avec turbo cache
Proc: Pentium 4 3GHz avec hyper threading
Hors ligne
#3 Le 11/10/2006, à 11:38
- pcamut
Re : [réglé] Dual-Screen avec une Nvidia 6200TC
il n'est pas complet ton fichier, tu ne l'a pas copié en entier ?
Dernière modification par pcamut (Le 11/10/2006, à 11:40)
Ubuntu 7.04 - Debian Lenny Amd64
Core2Duo E6320@2.8GHz - 2 Go Ram - 7300Gt PCIe - Asus P5B-e plus - 160 Go et 500 Go - Dual Screen
Hors ligne
#4 Le 11/10/2006, à 16:58
- Lalou
Re : [réglé] Dual-Screen avec une Nvidia 6200TC
non le voici en entier:
# /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 NV44 [GeForce 6200 TurboCache]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "782"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV44 [GeForce 6200 TurboCache]"
Monitor "782"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "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
Beryl c'est trop fort, stargate aussi
Ubuntu 7.04 Feisty Fawn
Nvidia GeForce 6200 avec turbo cache
Proc: Pentium 4 3GHz avec hyper threading
Hors ligne
#5 Le 11/10/2006, à 17:37
- loloemr
Re : [réglé] Dual-Screen avec une Nvidia 6200TC
Tu peux essayer d'installer la derniere version des pilotes nvidia (encore en beta).
Perso cela marche pas mal (a part que je ne peux pas fixer la resolution du deuxieme ecran mais c'est peut etre du a beryl)
L'open source est garant de notre indépendance technologique, permet de créer des emplois locaux et véhiculent deux idées fondamentales : la transparence de l'information et la supériorité de la collaboration sur la concurrence ... GNU/Linux c'est bon mangez-en !!
Hors ligne
#6 Le 12/10/2006, à 09:33
- Lalou
Re : [réglé] Dual-Screen avec une Nvidia 6200TC
Bah j'aimerai pas cassé mais pilotes sauf pour edgy à la limite pour installer beryl mais je prefère attendre la sortie finale,quoi que je me tate la pour instllaer edgy j'suis pas encore tout a fais sur
Beryl c'est trop fort, stargate aussi
Ubuntu 7.04 Feisty Fawn
Nvidia GeForce 6200 avec turbo cache
Proc: Pentium 4 3GHz avec hyper threading
Hors ligne
#7 Le 12/10/2006, à 21:31
- Lalou
Re : [réglé] Dual-Screen avec une Nvidia 6200TC
ayant installer edgy pour remplacé windows sur mon pc portable je croit que vais faire parrail pour le fixe par contre je suis un peu décu par l'apparence d'edgy, après la mise à niveau de ma béta l'apparence se raproche de dapper alors qu'il y avait un super thème dans l'ensemble (ce qui m'a choqué sur le coup c'estsourtout cet espece de couleur un peu argent au lieu du orange de départ pour la barre de défiliement du slash screen ca me fait bizare, autre choc le nouvel écren de connexion que j'ai imédiatement remplacé par l'ancien qui se trouvait sur mon cd d'edgy beta)
Beryl c'est trop fort, stargate aussi
Ubuntu 7.04 Feisty Fawn
Nvidia GeForce 6200 avec turbo cache
Proc: Pentium 4 3GHz avec hyper threading
Hors ligne
#8 Le 13/10/2006, à 17:55
- Lalou
Re : [réglé] Dual-Screen avec une Nvidia 6200TC
up, vraiment personne n'a d'idée ?
Beryl c'est trop fort, stargate aussi
Ubuntu 7.04 Feisty Fawn
Nvidia GeForce 6200 avec turbo cache
Proc: Pentium 4 3GHz avec hyper threading
Hors ligne
#9 Le 15/10/2006, à 00:05
- Lalou
Re : [réglé] Dual-Screen avec une Nvidia 6200TC
Bon alors j'ai installé edgy avec les pilotes bêta, maintenant le problème est que j'arrive pas a activer le deuxième écran bien qu'il soit détecté par le driver ,j'ai bien deux écrans dans le nvidia-settings mais je n'arrive à trouver la procédure pour garder le 2e allumé car il se désactiver à chaque redémarrage de X
[edit]: c'est bon le problème est résolu
Dernière modification par Lalou (Le 15/10/2006, à 11:36)
Beryl c'est trop fort, stargate aussi
Ubuntu 7.04 Feisty Fawn
Nvidia GeForce 6200 avec turbo cache
Proc: Pentium 4 3GHz avec hyper threading
Hors ligne