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 09/03/2007, à 23:00

rilemre

[resolu][xorg]une seule resolution definit, et pourtant non listée

bonjour a tous

voila j'ai un petit soucis de configuration de mon dual screen.
mes deux ecrans sont differents.
et ce sont deux bureaux separés.
Pour mon premier ecran - l'ACER -, je peux monter theoriquement jusqu'a 1900 * 1200.
Or dans la configuration de gnome, il n'y a que 1280 * 1024 qui est listée.

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

Section "Files"

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

Section "Module"
    Load           "bitmap"
    Load           "ddc"
    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"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier     "MFM"
    HorizSync       30.0 - 65.0
    VertRefresh     50.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "ACER"
    Option         "DPMS"
    HorizSync       24-80
    VertRefresh     49-75
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NVIDIA Default Card"
    Driver         "nvidia"
    BusID          "PCI:5:0:0"
	Screen 0
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NVIDIA Default Card2"
    Driver         "nvidia"
    BusID          "PCI:5:0:0"
	Screen 1
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NVIDIA Default Card"
    Monitor        "MFM"
    DefaultDepth    24
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen 2"
    Device         "NVIDIA Corporation NVIDIA Default Card2"
    Monitor        "ACER"
    DefaultDepth    24
    SubSection     "Display"
        Depth       4
	Modes 	   "1920x1200"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1920x1200"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1920x1200"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1920x1200"
    EndSubSection
EndSection

pour l'autre ecran - le MFM, je n'ai pas de soucis de configuration, en tout cas, j'ai bien la resolution attendue.
Auriez vous une explication sur la facon dont je pourrais monter en resolution sur l'ecran qui me pose probleme - le ACER?

Dernière modification par rilemre (Le 10/03/2007, à 14:55)

Hors ligne

#2 Le 09/03/2007, à 23:19

dreazer

Re : [resolu][xorg]une seule resolution definit, et pourtant non listée

Salut,

En faisant un modeline par écran le problème pourrait peut-être être réglé:
http://doc.ubuntu-fr.org/materiel/fix_p … _modelines
Partie "Résolutions/raffraichissements exotiques : les Modelines"

Je n'ai jamais utilisé plusieurs écran en même temps, mais je pense que sa devrai marché. wink

++

Hors ligne

#3 Le 10/03/2007, à 01:02

rilemre

Re : [resolu][xorg]une seule resolution definit, et pourtant non listée

bonsoir

merci pour cette info.
ca semble tres interessant.
malheureusement, j'ai l'impression que la commande gtf ne fonctionne que sur le premier ecran: sur les deux ecrans, le retour est le meme, bien que les ecrans soient differents.
comment puis je faire pour le connaitre pour celui qui me pose probleme?
cordialement

Hors ligne

#4 Le 10/03/2007, à 11:16

rilemre

Re : [resolu][xorg]une seule resolution definit, et pourtant non listée

bonjour

en complement d'information j'ai donc modifié mon xorg.conf
qui ressemble maintenant a ceci:

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

Section "Files"

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

Section "Module"
    Load           "bitmap"
    Load           "ddc"
    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"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier     "MFM"
    HorizSync       28.0 - 65.0
    VertRefresh     57.0 - 63.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "ACER"
    Option         "DPMS"
#    HorizSync       24-80
#    VertRefresh     49-75
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NVIDIA Default Card"
    Driver         "nvidia"
    BusID          "PCI:5:0:0"
    Screen 0
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NVIDIA Default Card2"
    Driver         "nvidia"
    BusID          "PCI:5:0:0"
    Screen 1
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NVIDIA Default Card"
    Monitor        "MFM"
    DefaultDepth    24
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen 2"
    Device         "NVIDIA Corporation NVIDIA Default Card2"
    Monitor        "ACER"
    DefaultDepth    24
    SubSection "Display"
    	Depth 1
	Modes "1920x1920" "1920x1200" "1680x1680" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
	Depth 4
	Modes "1920x1920" "1920x1200" "1680x1680" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
	Depth 8
	Modes "1920x1920" "1920x1200" "1680x1680" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
	Depth 15
	Modes "1920x1920" "1920x1200" "1680x1680" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
	Depth 16
	Modes "1920x1920" "1920x1200" "1680x1680" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
	Depth 24
	Modes "1920x1920" "1920x1200" "1680x1680" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

mais dans mon log, il ne m'accepte pas les resolutions definies:

(II) NVIDIA(1): Assigned Display Device: DFP-0
(WW) NVIDIA(1): No valid modes for "1920x1920"; removing.
(WW) NVIDIA(1): No valid modes for "1920x1200"; removing.
(WW) NVIDIA(1): No valid modes for "1680x1680"; removing.
(WW) NVIDIA(1): No valid modes for "1600x1200"; removing.
(WW) NVIDIA(1): No valid modes for "1152x864"; removing.
(WW) NVIDIA(1): No valid modes for "832x624"; removing.
(WW) NVIDIA(1): No valid modes for "720x400"; removing.
(II) NVIDIA(1): Validated modes:
(II) NVIDIA(1):     "1280x1024"
(II) NVIDIA(1):     "1280x960"
(II) NVIDIA(1):     "1024x768"
(II) NVIDIA(1):     "800x600"
(II) NVIDIA(1):     "640x480"
(II) NVIDIA(1): Virtual screen size determined to be 1280 x 1024

pourtant les resolutions sont les données constructeurs, je ne comprends pas :S

Hors ligne

#5 Le 10/03/2007, à 14:54

rilemre

Re : [resolu][xorg]une seule resolution definit, et pourtant non listée

bonjour

j'ai pu trouver la solution a mon probleme.
il fallait ajouter

Option "UseDisplayDevice" "DFP"

dans la section device

voici une copie de mon xorg.conf
si ca peut en aider quelques uns

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

Section "Files"

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

Section "Module"
    Load           "bitmap"
    Load           "ddc"
    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"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"          # Change to 
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier     "MFM"
    HorizSync       28.0 - 65.0
    VertRefresh     57.0 - 63.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "ACER"
    Option         "DPMS"
    HorizSync       24-80
    VertRefresh     49-75
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NVIDIA Default Card"
    Driver         "nvidia"
    BusID          "PCI:5:0:0"
    Option "UseDisplayDevice" "DFP"
#    Option "UseEDIDFreqs" "FALSE"
#    Option "ModeValidation" "NoEdidModes"
    Screen 0
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NVIDIA Default Card2"
    Driver         "nvidia"
    BusID          "PCI:5:0:0"
    Screen 1
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NVIDIA Default Card"
    Monitor        "MFM"
    DefaultDepth    24
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen 2"
    Device         "NVIDIA Corporation NVIDIA Default Card2"
    Monitor        "ACER"
    DefaultDepth    24
    SubSection "Display"
    	Depth 1
	Modes "1920x1920" "1920x1200" "1680x1680" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
	Depth 4
	Modes "1920x1920" "1920x1200" "1680x1680" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
	Depth 8
	Modes "1920x1920" "1920x1200" "1680x1680" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
	Depth 15
	Modes "1920x1920" "1920x1200" "1680x1680" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
	Depth 16
	Modes "1920x1920" "1920x1200" "1680x1680" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
	Depth 24
	Modes "1920x1920" "1920x1200" "1680x1680" "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Hors ligne