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 05/06/2007, à 17:14

jobherzt

Videoprojecteur

Bien le bonjour, un sujet sauvage... je vous explique ma situation :

- je suis sous feisty, portable Acer travelmate2420, carte graphique intelmachinchose
- la derniere fois que j'ai testé un videobrocjecteur, j'etais encore sous dapper. j'avais une resolution toute petite, ce qui n'etait pas genial (le videoproj ne permettait pas de compenser, donc image minuscule)
- pour autant que je me souvienne, ca se passait pareil avec un ecran tout bete, donc a priori c'est bien un bete pb de resolution, ca ne vient pas du videoproj en tant que tel.

- j'ai une soutenance bientot, je peux imprimer des transparents, mais si j'y arrive j'aimerais bien utiliser mon ordi.

- a priori, je n'ai as de moyen immediat de tester des choses, n'ayant ni ecran ni video proj a disposition. mais je pourrais sans doute tester une fois le video proj avant la soutenance (genre vendredi)

donc je me propose de vous balancer sauvagement mo Xorg.conf, ou autre si vous voulez, en esperant que quelqu'un verra ce qui peut clocher, ca me rendrait service !! peut etre qu'il s'agt seulement de rajouter un truc dans la section "monitor" ???

merci d'avance pour vos suggestions !

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

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

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "fr"
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"
        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/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

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

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  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      "Generic Monitor"
        Option          "DPMS"
        HorizSync       28-50
        VertRefresh     43-75
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
        Monitor         "Generic 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 "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

Hors ligne

#2 Le 05/06/2007, à 20:05

chris974

Re : Videoprojecteur

Section "Device"
	Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller0"
	Driver "i810"
	BusID "PCI:0:2:0"
	Screen 0
	Option "MonitorLayout" "CRT, CRT+LFP"
EndSection

Section "Device"
	Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller1"
	Driver "i810"
	BusID "PCI:0:2:0"
	Screen 1
	Option "MonitorLayout" "CRT, CRT+LFP"
EndSection

Section "Monitor"
	Identifier "Generic Monitor0"
	HorizSync 31-82
	VertRefresh 48-85
	DisplaySize 347 260
	Option "DPMS"
EndSection

Section "Monitor"
	Identifier "Generic Monitor1"
	HorizSync 31-82
	VertRefresh 48-85
	DisplaySize 347 260
	Modeline "1024x768_75.00"  81.80  1024 1080 1192 1360  768 769 772 802  -HSync +Vsync
EndSection

Section "Screen"
	Identifier "Screen0"
	Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller0"
	Monitor "Generic Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Depth		1
		Modes	"1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes	"1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes	"1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes	"1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth 		16
		Modes	"1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth 		24
		Modes	"1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller1"
	Monitor "Generic Monitor1"
	DefaultDepth 24
	SubSection "Display"
		Depth 16
		Modes "1024x768_75.00" "800x600"
	EndSubSection
	SubSection "Display"
		Depth 24
		Modes "1024x768_75.00" "800x600"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier "DualHead"
	Screen "Screen0"
	Screen "Screen1" RightOf "Screen0"
	InputDevice "Generic Keyboard"
	InputDevice "Configured Mouse"
	InputDevice "stylus" "SendCoreEvents"
	InputDevice "cursor" "SendCoreEvents"
	InputDevice "eraser" "SendCoreEvents"
	InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
	Mode 0666
EndSection

je peux ainsi brancher un écran ou un vidéoprojecteur sur ma sortie vidéo annexe
sauvegarder Xorg.conf avant de tester cool


______________
Vaio VGN-BX195VP - Pentium M 1.73GHz - RAM 1Go - Carte graphique intégrée Intel 915GM 128Mo

Hors ligne

#3 Le 07/06/2007, à 17:25

jobherzt

Re : Videoprojecteur

merci, du coup ca fait comme si tu avais 2 ecrans distincts ?? les 2 sorties sont identiques ou non ? et je suppose qu'il ne faut pas que je copie le tien a la place du mien, sauf si on a vraiment le meme matos.

est ce que les options 'CRT' et toussa dans la section device est importante pour le coup des 2 ecrans (je pense pas, m'enfin..) moi je ne l'ai pas...

Hors ligne

#4 Le 07/06/2007, à 17:33

jobherzt

Re : Videoprojecteur

ah : et pourquoi n'y a t il une option "modeline" que dans l'ecran 2, et que du coup ya des _75 sur les resolutions ?

j'essaie de ne pas recopier betement, faut que j'adapte a mon matos..

par exemple, pour

HorizSync 31-82
    VertRefresh 48-85

j'ai mis les valeurs que j'avais pour mon ecran sur les 2 ecrans : est ce que c'est ca ?  par contre je n'avais pas de "DisplaySize" donc j'ai repris le tien... est ce que ces parametres dependent de moi ou du video proj ?

Hors ligne

#5 Le 07/06/2007, à 17:55

jobherzt

Re : Videoprojecteur

ca a l'air de marcher, j'avais juste une sensation bizzare dans la souris, et je viens de comprendre pourquoi : il fait comme si yavait un ecran a droite, du coup... la souris sors de l'ecran lol

merci bien, je croise les doigts pour que ca marche avec un retro !!

Hors ligne