#1 Le 05/09/2005, à 19:37
- fsail
[résolu] Encore une question sur le mode clone nvidia : pb de metamode
Bonjour, voilà je viens de faire l'acquisition du écran 19', je suis en 1280x1024. J'ai une sortie tv qui fonctionne, mais je ne peux avoir l'image sur toute ma tv. L'image est trop grande (cela est dû à ma résolution pc de 1280).
J'ai vu sur ce forum que le driver nvidia ne permettait pas une sortie tv avec une résolution supérieure à 1024. Seule solution trouvée : créer 2 fichiers xorg afin de basculer sur l'un ou l'autre en fonction que je souhaite utiliser mon 19' ou ma tv. Pas encore tester car je cherche une solution plus simple : avoir la possibilité de passer de 1280 à 1024 en passant par le menu "Résolution de l'écran". Mais voilà chez moi je n'ai que 3 possibilités qui s'affichent : 1280, 800 ou 640
Pour info voici 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 commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorg
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr-latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
Option "Buttons" "7"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]"
Driver "nvidia"
BusID "PCI:2:0:0"
Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TVStandard" "PAL-N"
Option "TwinViewOrientation" "CLONE"
Option "ConnectedMonitor" "CRT, TV"
Option "MetaModes" "1280x1024,1024x768,1024x768;800x600,800x600;640x480,640x480"
Option "TVOutFormat" "S-VIDEO"
EndSection
Section "Monitor"
Identifier "BenQ FP91G"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
Monitor "BenQ FP91G"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "RENDER" "Enable"
EndSection
Mon xorg est-il juste ? Y a t-il une solution ?
Merci pour vos réponses !
Dernière modification par fsail (Le 06/09/2005, à 11:45)
Hors ligne
#2 Le 06/09/2005, à 05:29
- samefab
Re : [résolu] Encore une question sur le mode clone nvidia : pb de metamode
essaie #dpkg-reconfigure xserver-xorg
puis dans les choix qui te sont proposés tu peux définir les résolutions acceptées par xorg.
essaie par exemple de mettre uniquement 1280 et 1024
Dernière modification par samefab (Le 06/09/2005, à 05:30)
Hors ligne
#3 Le 06/09/2005, à 09:35
- fsail
Re : [résolu] Encore une question sur le mode clone nvidia : pb de metamode
J'ai oublier de préciser que le mode en 1024 fonctionne avec mon ancien xorg (avant que je le modifie pour prendre en compte ma sortie tv). Si j'enlève :
Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TVStandard" "PAL-N"
Option "TwinViewOrientation" "CLONE"
Option "ConnectedMonitor" "CRT, TV"
Option "MetaModes" "1280x1024,1024x768,1024x768;800x600,800x600;640x480,640x480"
Option "TVOutFormat" "S-VIDEO"
de ma section device tout reviens dans l'ordre ... j'ai bien les possibilités de basculer en 1280, 1024, 800 ou 640, mais alors je n'ai plus de sortie tv.
Hors ligne
#4 Le 06/09/2005, à 09:41
- Kitty
Re : [résolu] Encore une question sur le mode clone nvidia : pb de metamode
tu peux tester ma solution que j'ai mise dans le HowTo suivant :
http://forum.ubuntu-fr.org/viewtopic.php?id=10177
Hors ligne
#5 Le 06/09/2005, à 11:44
- fsail
Re : [résolu] Encore une question sur le mode clone nvidia : pb de metamode
Merci Kitty ! Ce n'est pas exactement ce que je cherchais, mais c'est mieux. J'avais déjà essayé ta méthode mais j'avais oublié de rajouter la partie à la fin de ton xorg. Là ça marche parfaitement merci beaucoup !
Je rajoute résolu au titre !
Hors ligne
#6 Le 06/09/2005, à 11:51
- Kitty
Re : [résolu] Encore une question sur le mode clone nvidia : pb de metamode
Cool !!!!!!!
C'est si bon de se sentir utile...
Si tu vois des améliorations possibles, n'hésitez pas à m'en faire part (perso, je trouve l'affichage télé un peu "flou", malgrè les réglages que la carte nvidia propose). Pour les DVDs, ça va. Pour naviguer dans les menus, c'est plus sport.
Hors ligne