Pagina 1 di 1

[Video] i810 su intel 855 GM, prima funzionavano ora no...

Inviato: martedì 12 febbraio 2008, 18:40
da giani
Salve a tutti,
come si capisce dall'oggetto ho dei problemi con una intel 855GM.
fino a qualche giorno fa' non avevo problemi, con i Driver i810 funzionava tutto, rendering 3D compreso.
poi ho connesso un monitor esterno,e anche li nessun problema, quando però ho riacceso il pc con il monitor esterno ancora collegato  :o non riuscivo a fare il login, come se avessi la home piena... ma non è cosi..
riconfigurando con vesa nessun problema, ma addio rendering 3D..
ho provato a rimettere i810 e intel, ma con entrambe o non mi fa il login (torna alla schermata di login dopo aver inserito la password) o dopo aver inserito password mi compare una bella schermata nera e non riesco nemmeno ad accendere al testuale..
ah stessa cosa se provo a fare login testuale...
ho girato nel forum, ho ricontrollato ci fossero cose strane nell'xorg.conf che funzionava prima del fattaccio, ma sembra tutto ok..ma non ho nessuna idea..
essendo un po' incapace...disperato mi affido a voi..

Re: [Video] i810 su intel 855 GM, prima funzionavano ora no...

Inviato: martedì 12 febbraio 2008, 18:56
da Guiodic
puoi postare lo xorg.conf ?

Re: [Video] i810 su intel 855 GM, prima funzionavano ora no...

Inviato: martedì 12 febbraio 2008, 19:13
da giani
cert eccolo:

Codice: Seleziona tutto

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"
	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 82852/855GM Integrated Graphics Device"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	VideoRam 	65536
EndSection

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

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation 82852/855GM Integrated Graphics Device"
	Monitor		"Monitor Generico"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	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

non sono sicuro che con questo xorg.conf funzionasse il rendering,ma tutto il resto sono sicuro di si.
già che ci sono ti faccio anche una domanda di profonda ignoranza, in /etc/X11/ c'è anche "xorg.xconf" cos' è?

Re: [Video] i810 su intel 855 GM, prima funzionavano ora no...

Inviato: martedì 12 febbraio 2008, 19:25
da Guiodic
ma hai feisty?

in ogni caso un bel

sudo dpkg-reconfigure xserver-xorg

dovrebbe mettere tutto a posto.

Re: [Video] i810 su intel 855 GM, prima funzionavano ora no...

Inviato: martedì 12 febbraio 2008, 19:35
da giani
si 7.04
ho provato dpkg-reconfigure xserver-xorg, ma niente..solo vesa funziona, con i810 e intel problema scritto sopra..hai idea di cosa potrebbe essere cambiato..sono mesi uso i810, con un'applicazione che usa openGL...il collegare il monitor esterno chiudendo il moditor del portatile potrebbe aver indotto qualche modifica automatica da qualche parte?