[eside-ghost] Tarjeta de video y resoluciones

Ignacio Fernández ifamay en yahoo.es
Lun Oct 22 11:12:35 CEST 2007


Guay tio, funciona!

Al final ha sido tema de cambiar DefaultDepth a 16.

Muchas gracias.

8) Ignacio Fernández a.k.a. MaY

--- altern <altern2 en gmail.com> escribió:

> que raro, las matrox suelen tener muy buen soporte
> para linux. yo tenia 
> una G450 dualhead y funcionaba de cine. Yo probaria
> a bajar 
> "DefaultDepth	24" a 16 a ver si asi te deja poner
> una resolucion mas 
> alta, pero nunca me paso nada parecido, como mucho a
> veces se me quitaba 
> la aceleracion de graficos.
> 
> enrike
> 
> Ignacio Fernández(e)k dio:
> > Buenaaaaaas!!
> > 
> > A ver, tengo un pc nuevecito y le he metido
> Ubuntu. El
> > problema es que la ÚNICA resolución disponible es
> > 640x480.
> > 
> > La salida de lspci es que interesa es:
> > 03:00.0 VGA compatible controller: Matrox
> Graphics,
> > Inc. MGA G200e [Pilot] ServerEngines (SEP1) (rev
> 02)
> > 
> > y el contenido de /etc/X11/xorg.conf es lo que
> viene
> > al final...
> > 
> > ¿Alguien me explica -como si yo fuese tonto- los
> pasos
> > a dar para tener algo más usable?
> > 
> > Gracias.
> > 
> > 8) Ignacio Fernández a.k.a. MaY
> > 
> > #xorg.conf
> > 
> > 
> > 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"	"es"
> > 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	"Matrox Graphics, Inc. MGA G200e
> [Pilot]
> > ServerEngines (SEP1)"
> > 	Driver		"mga"
> > 	BusID		"PCI:3:0:0"
> > 	Option		"OldDmaInit"		"True"
> > EndSection
> > 
> > Section "Monitor"
> > 	Identifier	"M1717S"
> > 	Option		"DPMS"
> > EndSection
> > 
> > Section "Screen"
> > 	Identifier	"Default Screen"
> > 	Device		"Matrox Graphics, Inc. MGA G200e [Pilot]
> > ServerEngines (SEP1)"
> > 	Monitor		"M1717S"
> > 	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 "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
> > 
> > 
> >        
> >
>
____________________________________________________________________________________
> > Sé un Mejor Amante del Cine                       
>  
> > ¿Quieres saber cómo? ¡Deja que otras personas te
> ayuden!
> >
>
http://advision.webevents.yahoo.com/reto/entretenimiento.html
> > _______________________________________________
> > eside-ghost mailing list
> > eside-ghost en deusto.es
> >
>
https://listas.deusto.es/mailman/listinfo/eside-ghost
> > 
> 
> _______________________________________________
> eside-ghost mailing list
> eside-ghost en deusto.es
> 
=== message truncated ===



       
____________________________________________________________________________________
Sé un Mejor Amante del Cine                         
¿Quieres saber cómo? ¡Deja que otras personas te ayuden!
http://advision.webevents.yahoo.com/reto/entretenimiento.html


Más información sobre la lista de distribución eside-ghost