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 10/07/2006, à 13:03

mashiba

7800 en sli avec deux ecrans probleme de configuration

bonjours j'ai deux cartes graphiques sur la premiere il y a mes deux ecrans de brancher dessus je n'arrive pas a activer le dual screen voici ma config de mon xorg

# /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 NVIDIA Default Card"
    Driver        "nvidia"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "B91A"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "NVIDIA Corporation NVIDIA Default Card"
    Monitor        "B91A"
    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 "Screen"
    Identifier    "Screen2"
    Device        "NVIDIA Corporation NVIDIA Default Card"
    Monitor        "B91A"
    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    "BothTwinView"
    Screen        "Default Screen"
        Screen        "Screen2"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection


sous windows quand j'activer le mode sli je perdais un ecran je voudrais activer en toute priorite mes deux ecrans pr le sli on verras plus tard mes ecrans sont des hyundai 19pouces reference b91a

merci d'avance pour votre aide un grand merci a vous tous

ps voici les infos sur mon pc est-ce que mes carte graphique sont ttes les deux reconnus ???

nunux@nunux-desktop:~$ lspci
0000:00:00.0 Memory controller: nVidia Corporation CK804 Memory Controller (rev a3)
0000:00:01.0 ISA bridge: nVidia Corporation CK804 ISA Bridge (rev a3)
0000:00:01.1 SMBus: nVidia Corporation CK804 SMBus (rev a2)
0000:00:02.0 USB Controller: nVidia Corporation CK804 USB Controller (rev a2)
0000:00:02.1 USB Controller: nVidia Corporation CK804 USB Controller (rev a3)
0000:00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio C ontroller (rev a2)
0000:00:06.0 IDE interface: nVidia Corporation CK804 IDE (rev f2)
0000:00:07.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev f3)
0000:00:08.0 IDE interface: nVidia Corporation CK804 Serial ATA Controller (rev f3)
0000:00:09.0 PCI bridge: nVidia Corporation CK804 PCI Bridge (rev a2)
0000:00:0a.0 Bridge: nVidia Corporation CK804 Ethernet Controller (rev a3)
0000:00:0b.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
0000:00:0c.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
0000:00:0d.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
0000:00:0e.0 PCI bridge: nVidia Corporation CK804 PCIE Bridge (rev a3)
0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Hyp erTransport Technology Configuration
0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Add ress Map
0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRA M Controller
0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Mis cellaneous Control
0000:01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0092 (rev a1)
0000:02:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0092 (rev a1)
0000:05:08.0 Multimedia video controller: Internext Compression Inc iTVC16 (CX23 416) MPEG-2 Encoder (rev 01)
0000:05:0b.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000  Controller (PHY/Link)
nunux@nunux-desktop:~$ proc/ c
bash: proc/: No such file or directory
nunux@nunux-desktop:~$ cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 35
model name      : AMD Athlon(tm) 64 X2 Dual Core Processor 4800+
stepping        : 2
cpu MHz         : 2412.530
cache size      : 1024 KB
physical id     : 0
siblings        : 2
core id         : 0
cpu cores       : 2
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy
bogomips        : 2012.53

processor       : 1
vendor_id       : AuthenticAMD
cpu family      : 15
model           : 35
model name      : AMD Athlon(tm) 64 X2 Dual Core Processor 4800+
stepping        : 2
cpu MHz         : 2412.530
cache size      : 1024 KB
physical id     : 0
siblings        : 2
core id         : 1
cpu cores       : 2
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy
bogomips        : 2012.53

#2 Le 10/07/2006, à 20:53

michel2652

Re : 7800 en sli avec deux ecrans probleme de configuration

Bonjour,

je ne vois que ça :

Section "Device"
    Identifier    "NVIDIA Corporation NVIDIA Default Card"    #1
    Driver        "nvidia"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "B91A"                                                   #1
    Option        "DPMS"
EndSection

et tes 2 Screen font référence à la même carte et au même écran :

Section "Screen"
    Identifier    "Default Screen"
    Device        "NVIDIA Corporation NVIDIA Default Card"
    Monitor        "B91A"

Section "Screen"
    Identifier    "Screen2"
    Device        "NVIDIA Corporation NVIDIA Default Card"
    Monitor        "B91A"

?


Ce serait pas plutot genre :

Section "Device"
	Identifier	"NVIDIA Corporation NV34 [GeForce FX 5500]"
        Driver       "nvidia"    
        VideoRam     131072
	BusID		"PCI:1:0:0"
EndSection


Section "Device"
	Identifier	"NVIDIA Corporation NV34 [GeForce FX 5500]1"
        Driver       "nvidia"    
        VideoRam     131072
	BusID		"PCI:1:0:0"
	Option      "TVOutFormat" "SVIDEO"
        Option      "TVStandard" "PAL-N"
        Option      "ConnectedMonitor" "TV"
     	Screen      1
EndSection


Section "Monitor"
    Identifier    "Écran générique"
    Option        "Hyundai L72S"
    HorizSync     31-80
    VertRefresh   56-75
    Modeline      "1280x1024@70" 83.91 1280 1312 1624 1656 800 816 824 841
    DisplaySize 338 212
EndSection

Section "Monitor"
    Identifier   "TV_Monitor"
    VendorName   "Samsung"
    ModelName    "PAL TV"
    HorizSync    30.0 - 50.0
    VertRefresh  60.0 - 60.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "NVIDIA Corporation NV34 [GeForce FX 5500]"
    Monitor       "Écran générique"
    DefaultDepth  16
    SubSection "Display"
        Depth     1
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes     "1280x1024"
    EndSubSection
EndSection

Section "Screen"
    Identifier "TV"
    Device     "NVIDIA Corporation NV34 [GeForce FX 5500]1"
    Monitor    "TV_Monitor"
    DefaultDepth  24
    SubSection "Display"
        Depth    16
        Modes    "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

A+

Dernière modification par michel2652 (Le 10/07/2006, à 20:57)

#3 Le 11/07/2006, à 14:58

Mosheeba

Re : 7800 en sli avec deux ecrans probleme de configuration

ok je comprend ce que tu veut me dire mais je ne sais pas comment l'appliquer j'ai retenter de configurer mon xorg conf mais a chaque fois ca plante heuresement que je l'avais sauvegarder je te remercie de ton aide c'est tres gentils de ta part si eventuellement tu pourrais te pencher sur mon cas pour resoudre ce procleme ca serais tres sympas de ta part un grand merci

Hors ligne

#4 Le 11/07/2006, à 15:06

michel2652

Re : 7800 en sli avec deux ecrans probleme de configuration

Re,

Je te colle le mien, modifie le en fonction de tes cartes graphiques( modèle, PCI, etc...), écrans (Nom, VertRefresh, HorizSinc (notice), fréquence, résolution).

# /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 NV34 [GeForce FX 5500]"
        Driver       "nvidia"    
#       Option       "NoLogo"
        #Option       "NoDCC"
        #Option       "VideoOverlay"          "on"
        #Option       "OpenGLOverlay"         "on"
        #Option       "UseInternalAGPGART"    "no"
        Option       "NvAGP"                 "3"
#       Option "AllowGLXWithComposite" "True"
        #Option       "RenderAccel"           "true"
        #Option       "Coolbits"              "1"
        VideoRam     131072
	BusID		"PCI:1:0:0"
EndSection


Section "Device"
	Identifier	"NVIDIA Corporation NV34 [GeForce FX 5500]1"
        Driver       "nvidia"    
#       Option       "NoLogo"
        #Option       "NoDCC"
        #Option       "VideoOverlay"          "on"
        #Option       "OpenGLOverlay"         "on"
        #Option       "UseInternalAGPGART"    "no"
        Option       "NvAGP"                 "3"
#	Option "AllowGLXWithComposite" "True"
        #Option       "RenderAccel"           "true"
        #Option       "Coolbits"              "1"
        VideoRam     131072
	BusID		"PCI:1:0:0"
	Option      "TVOutFormat" "SVIDEO"
        Option      "TVStandard" "PAL-N"
        Option      "ConnectedMonitor" "TV"
     	Screen      1
EndSection


Section "Monitor"
    Identifier    "Écran générique"
    Option        "Hyundai L72S"
    HorizSync     31-80
    VertRefresh   56-75
    Modeline      "1280x1024@70" 83.91 1280 1312 1624 1656 800 816 824 841
    DisplaySize 338 212
EndSection

Section "Monitor"
    Identifier   "TV_Monitor"
    VendorName   "Samsung"
    ModelName    "PAL TV"
    HorizSync    30.0 - 50.0
    VertRefresh  60.0 - 60.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "NVIDIA Corporation NV34 [GeForce FX 5500]"
    Monitor       "Écran générique"
    DefaultDepth  16
    SubSection "Display"
        Depth     1
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     4
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     8
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     15
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     16
        Modes     "1280x1024"
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes     "1280x1024"
    EndSubSection
EndSection

Section "Screen"
    Identifier "TV"
    Device     "NVIDIA Corporation NV34 [GeForce FX 5500]1"
    Monitor    "TV_Monitor"
    DefaultDepth  24
    SubSection "Display"
        Depth    16
        Modes    "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

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

Section "DRI"
    Mode    0666
EndSection

En espérant que ça puisse t'aider.
Sinon, il y a plein de posts sur le forum : bi-ecran, dual-screen, etc...
Et la doc sur le site nvidia...

A+

#5 Le 11/07/2006, à 17:04

Mosheeba

Re : 7800 en sli avec deux ecrans probleme de configuration

Je te remercie c'est tres gentils de ta part de prendre le temps de m'aider passe une bonne journée et encore merci je te tiendrais au courant avant je termine mon  openbsd et apres je me colle a ce dual screen

Hors ligne

#6 Le 11/07/2006, à 17:20

Mosheeba

Re : 7800 en sli avec deux ecrans probleme de configuration

Rebonjours g reussis avec un soft je vais le publier sur le forum pr aider les autres merci pr ts en ts cas

Hors ligne