Forum
  • MUGs
  • Help fund the Mandriva Linux project

The time now is Fri Sep 03, 2010 1:26 am

Become a registered member of the Mandriva community.It takes only 5 mns and it's free ... Learn more ...
besoin d'aide configuration twinview gforce 6600 + 2 19"

 
Post new topic   Reply to topic    Mandriva Forum Index -> Cartes Graphiques, Vidéo, Webcams
View previous topic :: View next topic  
Author Message
YANNOU.LINUX

Non Figura

Joined: 09 Feb 2006
Posts: 13

View user's profile Send private message
PostPosted: Thu Feb 09, 2006 4:48 pm    Post subject: besoin d'aide configuration twinview gforce 6600 + 2 19" Reply with quote Report

je voudrais mettre en place une configuration twinview et je me casse les dents depuis quelques jours

configuration : 2 ecrans 19" tube identique + 1 carte video gforce 6600LE avec 1 sortie rgb 1 sortie dvi et une sortie tv

mes 2 ecran son branché de la facon suivante : 1 sur rgb et l'autre sur la sortie dvi avec un adaptateur dvi/rgb

voici ma config xorg.conf:


Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "/usr/X11R6/lib/modules/extensions/nvidia/libglx.so"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "T910B "
HorizSync 30-98
VertRefresh 50-160

# Monitor preferred modeline (85.0 Hz vsync, 91.1 kHz hsync, ratio 5/4)
ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce"
Driver "nvidia"
Option "DPMS"
Option "IgnoreEDID" "1"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Virtual 1280 1024
EndSubsection

Subsection "Display"
Depth 15
Virtual 1280 1024
EndSubsection

Subsection "Display"
Depth 16
Virtual 1280 1024
EndSubsection

Subsection "Display"
Depth 24
Virtual 1280 1024
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection



merci pour votre aide
Back to top
Christophe_deR

Non Figura

Joined: 14 Dec 2004
Posts: 3392
Location: Europe

View user's profile Send private message
PostPosted: Thu Feb 09, 2006 5:07 pm    Post subject: Reply with quote Report

Peut-être jeter un coup d'oeil là :
/usr/share/doc/nvidia-xorg-8178/README.txt ?
Parait que c'est très bien fait.

Essayer l'option xinerama dans la section ServerLayout ? (voir le manuel)

Sinon essayer :
Virtual 2520 1024 dans la subsection Display ? (2560 = 2 * 1280)
_________________
Bénévole et sans garantie.
Voluntary and unwarranted.
Back to top
YANNOU.LINUX

Non Figura

Joined: 09 Feb 2006
Posts: 13

View user's profile Send private message
PostPosted: Thu Feb 09, 2006 6:00 pm    Post subject: Reply with quote Report

j'ai installe les dernier pilotes de nvidia suite a ta reponse mais ma config a changer

Section "ServerLayout"
Identifier "layout1"
Screen "screen1" 0 0
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "/usr/X11R6/lib/modules/extensions/nvidia/libglx.so"
Load "glx"
EndSection

Section "ServerFlags"

#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
# allows the server to start up even if the mouse does not work
Option "allowmouseopenfail"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"

# Monitor preferred modeline (85.0 Hz vsync, 91.1 kHz hsync, ratio 5/4)
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "T910B "
HorizSync 30.0 - 98.0
VertRefresh 50.0 - 160.0
ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultDepth 24
Option "DPMS"
Option "IgnoreEDID" "1"
SubSection "Display"
Virtual 1280 1024
Depth 8
EndSubSection
SubSection "Display"
Virtual 1280 1024
Depth 15
EndSubSection
SubSection "Display"
Virtual 1280 1024
Depth 16
EndSubSection
SubSection "Display"
Virtual 1280 1024
Depth 24
EndSubSection
EndSection


je rajoute l'option xinerama a quel niveau
merci

juste une question xinerama est mieux que twinview ou pas ??

@+++
Back to top
Christophe_deR

Non Figura

Joined: 14 Dec 2004
Posts: 3392
Location: Europe

View user's profile Send private message
PostPosted: Thu Feb 09, 2006 6:49 pm    Post subject: Reply with quote Report

yann delarche wrote:

je rajoute l'option xinerama a quel niveau
merci

juste une question xinerama est mieux que twinview ou pas ??

@+++


Je sais pas désolé. J'ai pas encore eu le temps de me pencher sur le pb.

Faut lire la doc.

Je suis persuadé que la solution est dans : /usr/share/doc/nvidia-xorg-8178/README.txt .

Ou cherchez sur internet des xorg.conf kivonbien.

Ou alors qq1 d'autre peut vous aider ?

Si vous trouvez , postez votre résultat, comme ça, ça nous aidera.
_________________
Bénévole et sans garantie.
Voluntary and unwarranted.
Back to top
YANNOU.LINUX

Non Figura

Joined: 09 Feb 2006
Posts: 13

View user's profile Send private message
PostPosted: Fri Feb 10, 2006 9:17 am    Post subject: pb resolu Reply with quote Report

voici mon fichier XF86Config


Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "/usr/X11R6/lib/modules/extensions/nvidia/libglx.so"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
Identifier "monitor0"
VendorName "Plug'n Play"
ModelName "T910B "
HorizSync 30.0 - 98.0
VertRefresh 50.0 - 160.0
ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
ModeLine "768x576" 63.1 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView"
Option "TwinViewOrientation" "RightOf"
Option "UseEdidFreqs"
Option "MetaModes" "1280x1024, 1280x1024"
Option "Connection monitor" "crt-0; crt-1"
Option "SecondMonitorHorizSync" "30.0 - 98.0"
Option "SecondMonitorVertRefresh" "50.0 - 160.0"
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Back to top
Christophe_deR

Non Figura

Joined: 14 Dec 2004
Posts: 3392
Location: Europe

View user's profile Send private message
PostPosted: Fri Feb 10, 2006 7:31 pm    Post subject: Reply with quote Report

Et....

Ca marche ?
_________________
Bénévole et sans garantie.
Voluntary and unwarranted.
Back to top
YANNOU.LINUX

Non Figura

Joined: 09 Feb 2006
Posts: 13

View user's profile Send private message
PostPosted: Fri Feb 10, 2006 7:49 pm    Post subject: Reply with quote Report

oui oui impek
Back to top
Christophe_deR

Non Figura

Joined: 14 Dec 2004
Posts: 3392
Location: Europe

View user's profile Send private message
PostPosted: Fri Feb 10, 2006 7:53 pm    Post subject: Reply with quote Report

Super, je viens de copier-coller votre fichier et je l'essaierai qd j'aurai le temps.

Vous avez trouver la soluce dans la doc ou vous avez tatonné ?
_________________
Bénévole et sans garantie.
Voluntary and unwarranted.
Back to top
YANNOU.LINUX

Non Figura

Joined: 09 Feb 2006
Posts: 13

View user's profile Send private message
PostPosted: Fri Feb 10, 2006 11:40 pm    Post subject: Reply with quote Report

en mettant les mains dans le cambouis

visiblement la ligne la + importante etait : Option "connectec monitor" "crt-0; crt-1" qui permet l'utilisation des 2 sorties video d'une meme carte sinon il cherche une 2eme carte graphique et c'est pour cela que çà ne fonctionnais pas dans mon cas

voili voilou

aller je retourne metre les mains dans le cambos j'ai encore plein de truk qui ne fonctionne pas Smile les joies de l'informatique

@++++
yannn
Back to top
pamfer

pamfer

Joined: 16 Mar 2002
Posts: 443
Location: Le Rove

View user's profile Send private message Send e-mail
PostPosted: Sun Feb 12, 2006 9:16 pm    Post subject: Reply with quote Report

j 'ais eu le même probléme mais ce n' est pas les options "connectec monitor" "crt-0; crt-1" qui permet l'utilisation des 2 sorties si tu veux paufiner ton fichier regarde mon post et le lien qui s'y trouve c' est le fichier d' install de nvidia en français toutes les options y sont décrites

le post
http://forum.mandrivaclub.com/viewtopic.php?t=41669&highlight=

le fichier en français

http://www.nvidia.fr/docs/io/23540/README_linux_7667_fr.txt


salut Laughing
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Mandriva Forum Index -> Cartes Graphiques, Vidéo, Webcams All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group