[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problemas con portatil y X



pepesan dijo:
> tarjeta de video agp sis 630 aceleradora con memoria  compartida con la
> ram ajustable de 4 a 32 megas
> pantalla tft 13.3 que soporta unna resolución de 1024x768

El mío es más viejo, pero te mando mi archivo y así lo ajustas

> Section "Files"
> 	FontPath	"unix/:7100"			# local font server
> 	# if the local font server has problems, we can fall back on these
> 	FontPath	"/usr/lib/X11/fonts/misc"
> 	FontPath	"/usr/lib/X11/fonts/cyrillic"
> 	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
> 	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
> 	FontPath	"/usr/lib/X11/fonts/Type1"
> 	FontPath	"/usr/lib/X11/fonts/Speedo"
> 	FontPath	"/usr/lib/X11/fonts/100dpi"
> 	FontPath	"/usr/lib/X11/fonts/75dpi"
> EndSection

Pon primero las 75dpi y después las 100dpi (es cambiar de orden las líneas).
A mí me gusta más.

> Section "Monitor"
> 	Identifier	"Generic Monitor"
> 	HorizSync	28-33
> 	VertRefresh	43-72
> 	Option		"DPMS"
> EndSection

Mi monitor da más y el tuyo seguro que también:
HorizSync       30-64
VertRefresh     50-100

> Section "Screen"
> 	Identifier	"Default Screen"
> 	Device		"Generic Graphics Device"
> 	Monitor		"Generic Monitor"
> 	DefaultDepth	24

Con tu hard yo pondría: DefaultDepth 32

> 	SubSection "Display"
> 		Depth		1
> 		Modes		"640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		4
> 		Modes		"640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		8
> 		Modes		"640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		15
> 		Modes		"640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		16
> 		Modes		"640x480"
> 	EndSubSection
> 	SubSection "Display"
> 		Depth		24
> 		Modes		"640x480"
> 	EndSubSection

Pon todos los Modes así: 
                Modes           "1280x1024" "1024x768" "800x600"
Y cargará los que soporte tu hard para cada profundidad.
Y metele un display de 32:

       SubSection "Display"
                      Depth           32
		      Modes           "1280x1024" "1024x768" "800x600"
       EndSubSection

> EndSection

Si te falla, dejas el DefaultDepth a 24 y palante.
Yo arranco las X así:

startx -- -depth 24 2> /dev/tty12 &

Y me va de cine :-)

> (++) VESA(0): DPI set to (100, 100)
> Searching for matching VESA mode(s):
> 
> Total Memory: 64 64Kb banks (4M)
> (II) UnloadModule: "vesa"
> (II) UnloadModule: "ddc"
> (II) UnloadModule: "vbe"
> (II) UnloadModule: "int10"
> (EE) Screen(s) found, but none have a usable configuration.
> 
> Fatal server error:
> no screens found

Prueba lo de arriba a ver qué pasa.


-- 
     With reference to you identity, I'll take your word at face value and
   consider your PGP key to be authentic. I don't often argue with 256 bytes.

 Barbwired (The Translatrix)  -  U. Complutense de Madrid  -  Filología Inglesa
                 Web personal  http://www.bigfoot.com/~barbwired/            
  Proudly running Debian GNU/Linux 2.3 Woody (Kernel 2.2.17) on a Dell Laptop 



Reply to: