Nous sommes le Jeu 19 Juin, 2025 12:23
Supprimer les cookies

Page 1 sur 21, 2 Suivant[résolu] ubuntu videoprojecteur & résolution d'écran

Le choix d'Ubuntu pour mes premiers pas Linux

Dim 27 Mai, 2007 22:43

Bonsoir,
ubuntu fonctionne sur mon portable depuis peu. L'autre jour, j'étais dans ma classe, pour projeter un document, et là, horreur, l'écran est mangé sur le bord droit ainsi qu'une bande en haut et à gauche (de ce qui est projeté, sur mon ordi, tout va bien, merci).
Je pensais qu'il ferait automatiquement la bascule de la résolution, comme windows. Je cherche donc dans les paramètres, je trouve rapidement, mais là, aucune possibilité de changement : il n'y a qu'une seule résolution possible.
Je n'imagine pas devoir utilisé windows chaque fois que je projète qc dans ma classe (c'est à dire plusieurs fois par jour !)
Quelqu'un aurait-il la solution ?
Merci d'avance
Dernière édition par tib71 le Mer 06 Juin, 2007 22:16, édité 1 fois au total.
tib71

Messages : 184
Géo : Meyzieu (Lyon)

Dim 27 Mai, 2007 23:04

Il te faut je pense créer un fichier xorg.conf avec 2 écrans : celui de ton portable et celui de ton projo. Il ne faut pas que ce soit un seul grand bureau, mais bien 2 bureaux distincts. Comme ça même si le rétro n'est pas branché, aucun soucis.

Quelle carte vidéo as-tu et quel driver utilises-tu ?
Si tu veux un modèle de fichier xorg.conf pour ça demande. Mais tu en trouveras aussi plein sur le net.

Vivement Xorg 7.3 qui devrait gérer tout ça automatiquement avec des branchements à chaud :).
Quand tout le reste a échoué, lisez le mode d'emploi.
yostral

Avatar de l’utilisateur
Messages : 5403
Géo : Là-haut dans la montagne...

Lun 28 Mai, 2007 13:07

Salut,
merci pour ta réponse Yostral. Ma carte video? Le driver ? J'en sais rien. Je suis sous windows en ce moment, je ne sais même pas où trouver l'info ! C'est pareil que la carte graphique ? Parce que ça, j'ai trouvé :P !
Grâce à ta réponse, j'ai trouvé ça sur le site de ubuntu :
Je devrais trouver réponse à mes questions, non ?
tib71

Messages : 184
Géo : Meyzieu (Lyon)

Lun 28 Mai, 2007 13:28

Oui, quelle est ta carte graphique. Donne ici le contenu de ton fichier /etc/X11/xorg.conf . Il y aura toutes les infos dont on a besoin.

Et oui, sur ton lien tu auras des infos pour t'aider.
Quand tout le reste a échoué, lisez le mode d'emploi.
yostral

Avatar de l’utilisateur
Messages : 5403
Géo : Là-haut dans la montagne...

Lun 28 Mai, 2007 13:35

Mobile Intel 915GM/GMS,910GML Express Chipset Family
Ca, c'est le doux nom de ma carte graphique.
Je me connecterais sous ubuntu d'ici demain, et j'indiquerai le contenu du fichier xorg.conf

Merci !
tib71

Messages : 184
Géo : Meyzieu (Lyon)

Mar 29 Mai, 2007 20:21

Voici le contenu de mon fichier xorg.conf

Code: Tout sélectionner
# /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 xorg.conf(5) manual page.
# (Type "man 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 ***spam*** command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
   FontPath   "/usr/share/fonts/X11/misc"
   FontPath   "/usr/share/fonts/X11/cyrillic"
   FontPath   "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/Type1"
   FontPath   "/usr/share/fonts/X11/100dpi"
   FontPath   "/usr/share/fonts/X11/75dpi"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load   "i2c"
   Load   "bitmap"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "vbe"
EndSection

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

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

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizScrollDelta"   "0"
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "stylus"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "stylus"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "eraser"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "eraser"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "cursor"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "cursor"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "Device"
   Identifier   "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
   Driver      "i810"
   BusID      "PCI:0:2:0"
EndSection

Section "Monitor"
   Identifier   "Écran générique"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
   Monitor      "Écran générique"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x800"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice     "stylus"   "SendCoreEvents"
   InputDevice     "cursor"   "SendCoreEvents"
   InputDevice     "eraser"   "SendCoreEvents"
   InputDevice   "Synaptics Touchpad"
EndSection

Section "DRI"
   Mode   0666
EndSection


C'est vraiment hermétique pour moi tout ça ! :shock:
tib71

Messages : 184
Géo : Meyzieu (Lyon)

Mar 29 Mai, 2007 20:32

Ok.

Donc avant de te faire mettre les mains dans le cambouis à modifier ce fichier à la main, essaye en installant le paquet (avec synaptic) : displayconfig-gtk

Il est fait pour justement configurer ce fichier sans y perdre son latin. Il est encore jeune, donc peut merder. Donc avant toute chose, fait une copie de ton fichier xorg.conf actuel.
Quand tout le reste a échoué, lisez le mode d'emploi.
yostral

Avatar de l’utilisateur
Messages : 5403
Géo : Là-haut dans la montagne...

Mar 29 Mai, 2007 21:00

Bon, j'ai déjà mis les mains dans le cambouis :? en faisant comme indiqué sur le site de ubuntu (dual desktop).
J'avais installé le paquet que tu mentionnes, mais sans trouver comment l'utiliser ensuite. Il est installé, mais que dois-je faire ?

Sinon, suite à mes manips, je peux modifier la résolution de mon écran, mais ça ne règle pas le pb.
[/list] lorsque mon écran est visible, et rien par le videopro => OK
lorsque mon écran est noir et que le videopro projète le bureau => OK
lorsque mon écran est visible, et que le vidéopro projète => l'écran est mangé en partie.
[/list]

Je remets le contenu de mon xorg.conf ci dessous
Code: Tout sélectionner
# /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 xorg.conf(5) manual page.
# (Type "man 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 ***spam*** command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
   FontPath   "/usr/share/fonts/X11/misc"
   FontPath   "/usr/share/fonts/X11/cyrillic"
   FontPath   "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/Type1"
   FontPath   "/usr/share/fonts/X11/100dpi"
   FontPath   "/usr/share/fonts/X11/75dpi"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load   "i2c"
   Load   "bitmap"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "vbe"
EndSection

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

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

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizScrollDelta"   "0"
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "stylus"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "stylus"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "eraser"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "eraser"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "cursor"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "cursor"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "Device"
   Identifier   "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
   Driver      "i810"
   BusID      "PCI:0:2:0"
EndSection

Section "Monitor"
   Identifier   "Écran générique"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
   Monitor      "Écran générique"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x800"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice     "stylus"   "SendCoreEvents"
   InputDevice     "cursor"   "SendCoreEvents"
   InputDevice     "eraser"   "SendCoreEvents"
   InputDevice   "Synaptics Touchpad"
EndSection

Section "DRI"
   Mode   0666
EndSection


Merci !
tib71

Messages : 184
Géo : Meyzieu (Lyon)

Mar 29 Mai, 2007 23:36

Si displayconfig-gtk n'apparait pas dans le menu, essaie de le lancer à partir d'un terminal en tapant :
Code: Tout sélectionner
gksudo displayconfig-gtk


Sinon, je t'ai fait un xorg.conf. Je ne garantis rien, mais tu ne perds rien à essayer :
Code: Tout sélectionner
Section "Files"
   FontPath   "/usr/share/fonts/X11/misc"
   FontPath   "/usr/share/fonts/X11/cyrillic"
   FontPath   "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/Type1"
   FontPath   "/usr/share/fonts/X11/100dpi"
   FontPath   "/usr/share/fonts/X11/75dpi"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load   "i2c"
   Load   "bitmap"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "vbe"
EndSection

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

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

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizScrollDelta"   "0"
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "stylus"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "stylus"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "eraser"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "eraser"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "cursor"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "cursor"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection





Section "Monitor"
    Identifier     "Monitor"
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Retro"
EndSection

Section "Device"
    Identifier     "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
    Driver         "i810"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "i810"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
    Monitor        "Monitor"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x800""
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen Retro"
    Device         "Device1"
    Monitor        "Retro"
    DefaultDepth    24
    Option         "TVOutFormat" "SVIDEO"
    Option         "TVStandard" "PAL"
    Option         "ConnectedMonitor" "Retro"
    SubSection     "Display"
        Depth       24
        Modes      "800x600" "640x480"
    EndSubSection
EndSection



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

Quand tout le reste a échoué, lisez le mode d'emploi.
yostral

Avatar de l’utilisateur
Messages : 5403
Géo : Là-haut dans la montagne...

Mer 30 Mai, 2007 12:57

Merci Yostral, c'est super sympa.
J'ai testé, mais ça ne change rien. C'est OK tant que je n'ai pas les 2 écrans qui fonctionnent en même temps. Je patauge, je n'y comprends plus rien !

J'ai vraiment envie de passer à linux, ubuntu est la distrib que j'ai essayé qui fonctionne le mieux pour l'instant, mais j'ai impérativement besoin que ça fonctionne aussi avec un videopro.
D'autres idées pour me sortir de cette panade ? :cry:
tib71

Messages : 184
Géo : Meyzieu (Lyon)

Qui est en ligne ?

Utilisateur(s) parcourant actuellement ce forum : Aucun utilisateur inscrit