Se connecter avec
S'enregistrer | Connectez-vous

Pb sortie DVI

Dernière réponse : dans Le monde de Linux

Bonjour,

j'essaie de faire fonctionner un vidéo projecteur avec mon pc portable.
J'ai relié la sortie DVI de mon portable à l'entrée HDMI de mon vidéo projecteur.
Mon PC est un AMilo 3438G, la carte graphique une Geforce go 6800, et je suis sous Ubuntu Feisty. J'utilise les drivers proprio des dépôts, les 96.xx de mémoire.

Lorsque le PC et Ubuntu démarrent, j'ai bien l'affichage sur le vidéo proj, mais dès que j'arrive à l'écran de login d'Ubuntu, plus rien. Impossible alors d'avoir une image sur le vidéo projecteur.

Voici mon xorg.conf:

  1. Section "Files"
  2. Fontpath "/usr/share/fonts/X11/misc"
  3. Fontpath "/usr/share/fonts/X11/cyrillic"
  4. Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
  5. Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
  6. Fontpath "/usr/share/fonts/X11/Type1"
  7. Fontpath "/usr/share/fonts/X11/100dpi"
  8. Fontpath "/usr/share/fonts/X11/75dpi"
  9. # path to defoma fonts
  10. Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  11. EndSection
  12.  
  13. Section "Module"
  14. Load "i2c"
  15. Load "bitmap"
  16. Load "ddc"
  17. Load "extmod"
  18. Load "freetype"
  19. Load "glx"
  20. Load "int10"
  21. Load "vbe"
  22. Load "synaptics"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. Identifier "Generic Keyboard"
  27. Driver "kbd"
  28. Option "CoreKeyboard"
  29. Option "XkbRules" "xorg"
  30. Option "XkbModel" "pc105"
  31. Option "XkbLayout" "fr"
  32. Option "XkbOptions" "lv3:ralt_switch"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36. Identifier "Configured Mouse"
  37. Driver "mouse"
  38. Option "CorePointer"
  39. Option "Device" "/dev/input/mice"
  40. Option "Protocol" "ImPS/2"
  41. Option "ZAxisMapping" "4 5"
  42. Option "Emulate3Buttons" "true"
  43. EndSection
  44.  
  45. Section "InputDevice"
  46. Identifier "Synaptics Touchpad"
  47. Driver "synaptics"
  48. Option "SendCoreEvents" "true"
  49. Option "Device" "/dev/psaux"
  50. Option "Protocol" "auto-dev"
  51. Option "SHMConfig" "true"
  52. EndSection
  53.  
  54. Section "Device"
  55. Identifier "Device1"
  56. Driver "nvidia"
  57. Busid "PCI:3:0:0"
  58. Option "AddARGBVisuals" "True"
  59. Option "AddARGBGLXVisuals" "True"
  60. Option "NoLogo" "True"
  61. EndSection
  62.  
  63. Section "Monitor"
  64. Identifier "Monitor1"
  65. Option "DPMS"
  66. Horizsync 28-72
  67. Vertrefresh 43-60
  68. EndSection
  69.  
  70. Section "Screen"
  71. Identifier "Screen1"
  72. Device "Device1"
  73. Monitor "Monitor1"
  74. Defaultdepth 24
  75. SubSection "Display"
  76. Depth 1
  77. Modes "1440x900"
  78. EndSubSection
  79. SubSection "Display"
  80. Depth 4
  81. Modes "1440x900"
  82. EndSubSection
  83. SubSection "Display"
  84. Depth 8
  85. Modes "1440x900"
  86. EndSubSection
  87. SubSection "Display"
  88. Depth 15
  89. Modes "1440x900"
  90. EndSubSection
  91. SubSection "Display"
  92. Depth 16
  93. Modes "1440x900"
  94. EndSubSection
  95. SubSection "Display"
  96. Depth 24
  97. Modes "1440x900"
  98. EndSubSection
  99. EndSection
  100.  
  101. Section "ServerLayout"
  102. Identifier "Default Layout"
  103. Screen 1 "Screen1"
  104. InputDevice "Generic Keyboard"
  105. InputDevice "Configured Mouse"
  106. InputDevice "Synaptics Touchpad"
  107. EndSection
  108.  
  109. Section "DRI"
  110. Mode 0666
  111. EndSection

J'ai essayé de le modifier (je sais comment régler les soucis en cas de plantage du server X, donc ne vous inquiétez pas) en rajoutant un deuxième écran (ajout d'une autre section Device, Monitore et Screen + modif de la section ServerLayout), mais en vain.

Lorsque je choisis les drivers "nv" au lieu de "nvidia", j'ai une image qui s'affiche sur le vidéoprojecteur, mais ça ne ressemble à rien : plein de petits rectangles de couleurs. Rien d'exploitable, mais j'ai bien un signal qui arrive au vidéo proj. C'est quand même un début de piste.

Des idées ?

Merci d'avance.

Autres pages sur : sortie dvi

Lassé par la pub ? Créez un compte

Bon ben j'ai réussi tout seul...
En passant par l'utilitaire nvidia-settings, j'ai pu configurer un affichage sur l'écran du PC + vidéo projecteur.
Voici le xorg.conf résultant :
  1. # nvidia-settings: X configuration file generated by nvidia-settings
  2. # nvidia-settings: version 1.0 (buildmeister@builder3) Mon Feb 26 23:39:38 PST 2007
  3.  
  4. Section "ServerLayout"
  5. Identifier "Layout0"
  6. Screen 0 "Screen0" 0 0
  7. Screen 1 "Screen1" RightOf "Screen0"
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. EndSection
  11.  
  12. Section "Files"
  13. RgbPath "/usr/lib/X11/rgb"
  14. EndSection
  15.  
  16. Section "Module"
  17. Load "dbe"
  18. Load "extmod"
  19. Load "type1"
  20. Load "freetype"
  21. Load "glx"
  22. EndSection
  23.  
  24. Section "ServerFlags"
  25. Option "Xinerama" "1"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29. # generated from default
  30. Identifier "Mouse0"
  31. Driver "mouse"
  32. Option "Protocol" "auto"
  33. Option "Device" "/dev/psaux"
  34. Option "Emulate3Buttons" "no"
  35. Option "ZAxisMapping" "4 5"
  36. EndSection
  37.  
  38. Section "InputDevice"
  39. # generated from default
  40. Identifier "Keyboard0"
  41. Driver "kbd"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. # HorizSync source: edid, VertRefresh source: edid
  46. Identifier "Monitor0"
  47. VendorName "Unknown"
  48. ModelName "AUO"
  49. HorizSync 30.0 - 75.0
  50. VertRefresh 60.0
  51. Option "DPMS"
  52. EndSection
  53.  
  54. Section "Monitor"
  55. # HorizSync source: edid, VertRefresh source: edid
  56. Identifier "Monitor1"
  57. VendorName "Unknown"
  58. ModelName "Hitachi Projector"
  59. HorizSync 15.0 - 80.0
  60. VertRefresh 50.0 - 85.0
  61. Option "DPMS"
  62. EndSection
  63.  
  64. Section "Device"
  65. Identifier "Videocard0"
  66. Driver "nvidia"
  67. VendorName "NVIDIA Corporation"
  68. BoardName "GeForce Go 6800"
  69. BusID "PCI:3:0:0"
  70. Screen 0
  71. EndSection
  72.  
  73. Section "Device"
  74. Identifier "Videocard1"
  75. Driver "nvidia"
  76. VendorName "NVIDIA Corporation"
  77. BoardName "GeForce Go 6800"
  78. BusID "PCI:3:0:0"
  79. Screen 1
  80. EndSection
  81.  
  82. Section "Screen"
  83. Identifier "Screen0"
  84. Device "Videocard0"
  85. Monitor "Monitor0"
  86. DefaultDepth 24
  87. Option "metamodes" "DFP-0: 1440x900 +0+0"
  88. SubSection "Display"
  89. Depth 24
  90. Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
  91. EndSubSection
  92. EndSection
  93.  
  94. Section "Screen"
  95. Identifier "Screen1"
  96. Device "Videocard1"
  97. Monitor "Monitor1"
  98. DefaultDepth 24
  99. Option "metamodes" "DFP-1: nvidia-auto-select +0+0"
  100. SubSection "Display"
  101. Depth 24
  102. Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
  103. EndSubSection
  104. EndSection



Il faut encore que je le remodifie pour garder certainres options de mon précédents xoro.conf, mais ca marche déjà bien comme ça.
Lassé par la pub ? Créez un compte