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 23/03/2006, à 21:03

djibi

{RéSOLU}Dual screen: comment ... pour ma config, est-ce une utopie?

Bonjour,
j'ai décidé de tenter l'expérience du double écran.
Seul problème, c'est que je n'ai aucune idée de la manière dont je dois m'y prendre pour configurer tout ça. J'ai cru comprendre en cherchant sur ce forum qu'il fallait deux server X.
Bref, ça me ferait plaisir que quelqu'un m'explique le b à bas du dual screen.

Voici ma config:
Processeur AMD Athlon XP 1800+ (1,5Ghz)
512 Mo Ram (sdram j crois)
Carte graphique nvidia Geforce 5600 fx (256 Mo)

Je me demandais donc s'il était possible, avec cette config de faire du dual screen ou si ça relevait de l'utopie.

Merci bien.

Dernière modification par djibi (Le 23/03/2006, à 23:40)


Linux, c'est bien.
Dites le avec des pavés!

Hors ligne

#2 Le 23/03/2006, à 21:50

michel2652

Re : {RéSOLU}Dual screen: comment ... pour ma config, est-ce une utopie?

Bonjour,

Seul problème, c'est que je n'ai aucune idée de la manière dont je dois m'y prendre pour configurer tout ça. J'ai cru comprendre en cherchant sur ce forum qu'il fallait deux server X.
Bref, ça me ferait plaisir que quelqu'un m'explique le b à bas du dual screen.

Prend le temps de faire des recherches sur le Forum.
Le sujet a fait l'objet de nombreux posts .

Tu devrais trouver comment modifier ton xorg.conf en fonction de ta configuration.

Bonne recherche (le temps passé à rechercher sur le Forum ou la Documentation n'est jamais du temps perdu) wink

A+

#3 Le 23/03/2006, à 21:57

djibi

Re : {RéSOLU}Dual screen: comment ... pour ma config, est-ce une utopie?

Ouaips, et je n'ai pas attendu que tu me le dises pour le faire :-p
Je n'allais quand même pas attendre que quelqu'un me passe mon xorg.conf tout fait, c'aurait été trop facile.
J'ai trouvé ceci sur Ubuntuforums parce que ici, il n'y a pas grand chose:

I have attached my xorg.conf file. It is a bit of a mess because I have
a lot of hacks and time put into it. The important part for the average
person is the device section for card0 with the special settings for
enabling the second monitor. I have dual SUN workstation monitors that
only support a single resolution/frequency so your monitor values will
be different. I also have all forms of acceleration disabled, glx,
hwcursor, renderaccel. The nvagp option is also uneeded for just about
everyone (I have a dual athlon board with known agp bugs). So let me
distill this out for you:

Section "Module"
#Load "GLcore" # must be disabled
#Load "dri" # must be disabled
Load "glx"
...
EndSection

Section "Device"
Identifier "Card0"
Driver "nvidia"
# must be "nvidia" NOT "nv"
VendorName "nVidia Corporation"
BoardName "geForce 5200 Ultra" #
your info here
BusID "PCI:1:5:0"
# Fill in your device id here, use lspci
Option "TwinView"
Option "MetaModes" "1280x1024,1280x1024" # fill in
your resolutions here
Option "TwinViewOrientation" "LeftOf"
Option "SecondMonitorHorizSync" "61.8-81.1" # fill in
your monitor capabilities
Option "SecondMonitorVertRefresh" "66-76" # fill in
your monitor capabilities
#Option "SecondMonitorHorizSync" "UseEdidFreqs" # turn
this on and it might just detect the second monitors abilities
#Option "SecondMonitorVertRefresh" "UseEdidFreqs" # turn
this on and it might just detect the second monitors abilities

# All these options arent that important, you might hack with them
later though:
#Option "RenderAccel"
#Option "HWcursor"
#Option "CursorShadow"
#Option "CursorShadowAlpha" "32"
#Option "CursorShadowXOffset" "3"
#Option "CursorShadowYOffset" "3"
# if you want Composite and GLX (they don't cooperate):
#Option "AllowGLXWithComposite"
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "Monitor" # an old 19" monitor, good
starting point though
Identifier "GemStar"
HorizSync 30-100
VertRefresh 50-85
Option "DPMS"
EndSection

Section "ServerFlags"
# Option "Xinerama" "true" # nvidia driver provides the
xinerama feature
EndSection

Section "DRI"
# Mode 0666 # you do not use dri
with nvidia binary driver
EndSection


Obviously there is more to the file, but these are the important pieces.
You must of course have the nvidia drivers installed, the ubuntu guide
has instructions on how to get that done.

Good luck,
Matt

Et je me demandais si je devais créer une 2ième section "Monitor" (pour documenter mon nouvel écran)? merci


Linux, c'est bien.
Dites le avec des pavés!

Hors ligne

#4 Le 23/03/2006, à 22:17

michel2652

Re : {RéSOLU}Dual screen: comment ... pour ma config, est-ce une utopie?

Bonjour,

J'ai trouvé ceci sur Ubuntuforums parce que ici, il n'y a pas grand chose:

Tu exagères, sur ce forum, en recherchant vite fait j'ai trouvé ces posts parmi d'autres:

celui ci , celui la , ou peut être , et encore .

Regarde dans ces posts tu devrais trouver ce que tu cherches...:)

A+

Dernière modification par michel2652 (Le 23/03/2006, à 22:19)

#5 Le 23/03/2006, à 22:27

djibi

Re : {RéSOLU}Dual screen: comment ... pour ma config, est-ce une utopie?

Ah, il y en a 2 que j'avais vu (les 2 premiers) mais les deux autres pas...
Le 3ième à l'air intéressant...
Il y a moyen que je me débrouille avec ce-dernier...
J'vais essayer et je vous tiens au courant de mon ava,cement :-p


Linux, c'est bien.
Dites le avec des pavés!

Hors ligne

#6 Le 23/03/2006, à 23:39

djibi

Re : {RéSOLU}Dual screen: comment ... pour ma config, est-ce une utopie?

Ben voilà, c'est configuré....
C'était plus facile que que je le pensais....

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Dec 14 16:39:22 PST 2005

# /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 "ServerLayout"
    Identifier     "TwinView Configuration"
    Screen 0       "Default Screen" 0 0
#   Screen         "Screen2" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    Option         "Xinerama" "Off"
EndSection

Section "Files"

        # paths to defoma fonts
    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/CID"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
#   Load           "GLcore" # must be disabled
#   Load           "dri" # must be disabled
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "be"
EndSection

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

Section "Monitor"
    Identifier     "712B"
    Option         "DPMS"
EndSection

#Section "Monitor2" 
#    Identifier     "CA-54"
#    HorizSync      30-100
#    VertRefresh    50-85
#    Option         "DPMS"
#EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV31 [GeForce FX 5600XT]"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"
    Option         "TwinView"
    Option         "MetaModes" "1280x1024,1280x1024" # fill in your resolutions here
    Option         "TwinViewOrientation" "LeftOf"
    Option         "SecondMonitorHorizSync" "61.8-81.1" # fill in your monitor capabilities
    Option         "SecondMonitorVertRefresh" "50-60" # fill in your monitor capabilities
#   Option         "SecondMonitorHorizSync" "UseEdidFreqs" # turn this on and it might just detect the second monitors abilities
EndSection
#   Option         "SecondMonitorVertRefresh" "UseEdidFreqs" # turn this on and it might just detect the second monitors abilities


Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV31 [GeForce FX 5600XT]"
    Monitor        "712B"
    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 "ServerFlags"
#    Option        "Xinerama" "true" # nvidia driver provides the xinerama feature
EndSection

Section "DRI"
#    Mode          0666 # you do not use dri with nvidia binary driver
EndSection

Voilà, pour ceux que ça interesserait...


Linux, c'est bien.
Dites le avec des pavés!

Hors ligne

#7 Le 23/03/2006, à 23:42

michel2652

Re : {RéSOLU}Dual screen: comment ... pour ma config, est-ce une utopie?

Allez djibi, un petit [Résolu] dans le titre de ton post, merci. smile

Edit :Oups trop rapide djibi big_smile:D:D

A+

Dernière modification par michel2652 (Le 23/03/2006, à 23:43)

#8 Le 24/03/2006, à 08:58

djibi

Re : {RéSOLU}Dual screen: comment ... pour ma config, est-ce une utopie?

;-)
et merci pour tes raccourcis versd'autres posts...
c'était...utile...


Linux, c'est bien.
Dites le avec des pavés!

Hors ligne