Portatile con video i810: come si imposta il monitor esterno?

Riconoscimento, installazione e configurazione delle periferiche.
Avatar utente
EffE
Prode Principiante
Messaggi: 71
Iscrizione: lunedì 12 giugno 2006, 9:52
Contatti:

Re: Portatile con video i810: come si imposta il monitor esterno?

Messaggio da EffE »

Come detto io ho risolto e per rendere più visibile la cosa (da sperimentare) ho creato un nuovo topic  qui.
Non me ne volgiano i mod, capisco che si poteva anche continuare qui, ma a me piacciono le discussioni "pulite" ;) Se volete unirle fate pure.
EffE
marinosumo
Prode Principiante
Messaggi: 179
Iscrizione: venerdì 24 marzo 2006, 0:03
Desktop: ubuntu
Distribuzione: ubuntu 14.04 - x86_64

Re: Portatile con video i810: come si imposta il monitor esterno?

Messaggio da marinosumo »

ciao, ho letto sia la guida che il wiki, ma non mi sono chiare alcune cose.
ho un portatile hp compaq nx6110 con scheda intel 915GM e vorrei abilitare l'uscita per vedere il desktop su un televisore. è fattibile la cosa? le procedure sono le stesse o cambia qualcosa?tra l'altro non saprei come pescare i dati del tv come frequenze d'aggiornamento o risoluzione massima
Avatar utente
kaiowas
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 1053
Iscrizione: giovedì 14 aprile 2005, 11:18
Contatti:

Re: Portatile con video i810: come si imposta il monitor esterno?

Messaggio da kaiowas »

marinosumo ha scritto: ciao, ho letto sia la guida che il wiki, ma non mi sono chiare alcune cose.
ho un portatile hp compaq nx6110 con scheda intel 915GM e vorrei abilitare l''uscita per vedere il desktop su un televisore. è fattibile la cosa? le procedure sono le stesse o cambia qualcosa?tra l''altro non saprei come pescare i dati del tv come frequenze d''aggiornamento o risoluzione massima
Credo che per mandare il segnale su una tv, tu debba usare l''uscita TV-OUT (quella rotonda), mentre qua si parla di uscita VGA (quella trapezoidale). Per la TV devi far uscire un segnale interpolato (mezza immagine alla volta, divisa in righe orizzontali: prima le pari e poi le dispari), mentre sul monitor da pc no...

Fattibile credo sia fattibile, ma non ci ho mai provato. Sorry...

Dimenticavo: se non sbaglio tutte le tv sono 640x480 e a refresh fisso... ma ripeto: il problema è che sulle TV il segnale è interpolato...
"Se tutto sembra venirti incontro, probabilmente sei nella corsia sbagliata"
Anonimo
Avatar utente
PetrizzelliGraphics
Entusiasta Emergente
Entusiasta Emergente
Messaggi: 2273
Iscrizione: giovedì 2 novembre 2006, 15:34
Località: Verona
Contatti:

Re: Portatile con video i810: come si imposta il monitor esterno?

Messaggio da PetrizzelliGraphics »

EffE ha scritto: Io ho risolto senza tanti artifici, sto facendo una guida adesso per chi come me vuole clonare su un monitor esterno ma a risoluzione maggiore. Entro il fine settimana vi farò sapere. ;)
riapro il post...dove sarebbe la guida?ank'io non riesco ad attivare la mia uscita del mio laptop e fra un po devo esporre la mia tesi con questo  :'(
Avatar utente
Shaytan
Prode Principiante
Messaggi: 62
Iscrizione: venerdì 9 febbraio 2007, 17:18
Località: pianeta terra

Re: Portatile con video i810: come si imposta il monitor esterno?

Messaggio da Shaytan »

Allora dopo 12 ore di B......E sono riuscito nel mio intento e qui vi posto un pò di xorg:

1) per clonare il desktop con beryl funzionante su entrambe i monitor funzionanti alla stessa risoluzione

Codice: Seleziona tutto

# /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 command:
# sudo dpkg-reconfigure -phigh xserver-xorg

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

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

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"it"
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"
	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 945GM/GMS/940GML Express Integrated Graphics Controller"
         Boardname "Intel 945"
         Busid "PCI:0:2:0"
         Driver "i810"
         Option "DevicePresence" "On"
         Screen 0
         Vendorname "Intel"
         Option "MonitorLayout" "CRT, CRT+LFP"
         Option "Clone" "on"
EndSection


Section "Monitor"
	Identifier	"Monitor Generico"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
EndSection

Section "Monitor"
        Identifier "CRT"
        ModelName "External Device"
        Option "DPMS"
        HorizSync 28-51
        VertRefresh 43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
	Monitor		"Monitor Generico"
	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 "CRT-Screen"
        Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
        Monitor "CRT"
        DefaultDepth 24
        SubSection "Display"
        Depth 16
        Modes "1024x768"
EndSubSection
        SubSection "Display"
        Depth 24
        Modes "1024x768"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier "Multihead"
        Screen 0 "Default Screen" 0 0
        Screen 0 "CRT-Screen" 0 0
# option "Xinerama" "on"
# option "AIGLX" "true"
        InputDevice "Generic Keyboard"
        InputDevice "Configured Mouse"
        InputDevice "stylus" "SendCoreEvents"
        InputDevice "cursor" "SendCoreEvents"
        InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
        Mode 0666
EndSection
2) per avere due desktop separati con risoluzione e frequenze diverse configurabili direttamente a xorg avviato (Beryl parte ma fa riavviare lo xorg)

Codice: Seleziona tutto

# /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 the following 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"	"it"
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"
	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 945GM/GMS/940GML Express Integrated Graphics Controller"
	Driver		"i810"
	BusID		"PCI:0:2:0"
        Screen          0
        Option "DevicePresence" "true"
        Option "MonitorLayout" "CRT, DFP+LFP"
EndSection
Section "Device"
        Identifier      "Card1"
        Driver          "i810"
        BusID           "PCI:0:2:1"
        Screen          1
        Option "DevicePresence" "true"
        Option "MonitorLayout" "CRT, DFP+LFP"
EndSection

Section "Monitor"
	Identifier	"Monitor Generico"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
EndSection

Section "Monitor"
        Identifier	"Proiettore"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
	Monitor		"Monitor Generico"
	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      "Screen1"
        Device          "Card1"
        Monitor         "Proiettore"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "800x600"
        EndSubSection
EndSection


Section "ServerLayout"
	Identifier "Default Layout"
        Screen "Screen1" LeftOf "Default Screen"
        Screen "Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus"	"SendCoreEvents"
	InputDevice     "cursor"	"SendCoreEvents"
	InputDevice     "eraser"	"SendCoreEvents"
        Option          "clone"         "true"
EndSection

Section "DRI"
	Mode	0666
EndSection
3) il classico xorg

Codice: Seleziona tutto

# /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 the following 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"	"it"
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"
	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 945GM/GMS/940GML Express Integrated Graphics Controller"
	Driver		"i810"
	BusID		"PCI:0:2:0"
EndSection

Section "Monitor"
	Identifier	"Monitor Generico"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
	Monitor		"Monitor Generico"
	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"
EndSection

Section "DRI"
	Mode	0666
EndSection

Tali xorg sono stati provati e testati su di una intel 945gm 128 mb condivise con driver i810 e i915 resolution, come monitor esterni sono stati utilizzati rispettivamente un proiettore epson ed un crt nec con ottimi risultati.

Ciao a tutti.

P.S.: @kaiowas
scusa se ti ho disturbato con l'email ma accetto malvolentieri delle sconfitte da un sistema informatico e quindi a forza di sbatterci la testa ho            risolto da solo, grazie comunque e scusa dinuovo per il disturbo.
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: tottobuono e 11 ospiti