Pagina 1 di 1

Mobile Intel GS45 Express problemi col monitor esterno

Inviato: mercoledì 18 marzo 2009, 1:53
da ilcontegis
Ciao ragazzi sul mio vaio tt50b ho questa scheda video Mobile Intel GS45 Express che essendo intel funziona bene con i driver open. Ho però qualche problema quando devo collegarmi a un monitor/proiettore esterno.
1. Quando collego il monitor lo schermo del portatile diventa tutto a quadretti (riavvio la sessione e è ok poi)
2. Non posso settare la risoluzione nativa del monitor ma mi da delle altre risoluzioni che non vanno bene come disponibili
E' possibile fare qualcosa per ovviare questi problemini?
Grazie

Re: Mobile Intel GS45 Express problemi col monitor esterno

Inviato: venerdì 27 marzo 2009, 9:50
da ilcontegis
up

Re: Mobile Intel GS45 Express problemi col monitor esterno

Inviato: domenica 29 marzo 2009, 15:18
da ilcontegis
cavolo ma sono l'unico sfigato che ha sempre problemi a cui nessuno sa porre soluzione :(
qui il mio xorg

Codice: Seleziona tutto

# xorg.conf (X.Org 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 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	SubSection "Display"
		Virtual	1401 1792
	EndSubSection
EndSection

Section "Device"
	Identifier	"Configured Video Device"
EndSection

Section "ServerFlags"
	Option	"DontZap"	"False"
EndSection