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

trident cyberblade + xorg + video player = freeze



ciao a tutti.

ho un toshiba satellite con scheda video trident cyberblade.

uso xorg su debian etch.

quando apro un filmato con un video player (mplayer ad esempio) il
sistema si frizza di brutto: compaiono delle strisciate verdi sullo
schermo e si pianta tutto. sono costretto ad uno spegnimento
forzato.

in realta' cio' non avviene ogni volta che uso il player, ma in media
una volta ogni 4-5.

ho provato a {,dis}abilitare vari moduli in xorg e a usare diversi
video output (-vo) con mplayer, sempre invano.

al riavvio non riesco a trovare traccia di informazione nei log.

qualcuno di voi ha avuto esperienze simili? qualche consiglio?

segue l'output di lspci, allego xorg.conf.

saluti,
fabio.

01:00.0 VGA compatible controller: Trident Microsystems CyberBlade XPAi1 (rev 82) (prog-if 00 [VGA])
        Subsystem: Toshiba America Info Systems Unknown device 0001
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
        Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
        Latency: 8
        Interrupt: pin A routed to IRQ 11
        Region 0: Memory at fc000000 (32-bit, non-prefetchable) [size=32M]
        Region 1: Memory at fbc00000 (32-bit, non-prefetchable) [size=4M]
        Region 2: Memory at f8000000 (32-bit, non-prefetchable) [size=32M]
        Region 3: Memory at f7ff8000 (32-bit, non-prefetchable) [size=32K]
        [virtual] Expansion ROM at 28000000 [disabled] [size=64K]
        Capabilities: [80] AGP version 2.0
                Status: RQ=33 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 64bit- FW- AGP3- Rate=x1,x2,x4
                Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- Rate=<none>
        Capabilities: [90] Power Management version 2
                Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-

-- 
fabio natali
# /etc/X11/xorg.conf (xorg X Window System server configuration file)

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
EndSection

Section "Module"
        Load    "dbe"  # Double buffer extension
	Load	"freetype"
	Load	"type1"
#	Load    "speedo"
#	Load	"i2c"
#	Load	"bitmap"
#	Load	"ddc"
#	Load	"dri"
	Load	"extmod"
#	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		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
Option "MinSpeed" "0.45"
Option "MaxSpeed" "0.75"
Option "AccelFactor" "0.020"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
EndSection

Section "Device"
	Identifier	"Trident Microsystems CyberBlade XPAi1"
	Driver		"trident"
#	Driver		"vesa"
EndSection

Section "Monitor"
	Identifier	"Toshiba"
	Option		"DPMS"
	HorizSync	31.5-48.5
	VertRefresh	50-70
#	HorizSync	28-60
#	VertRefresh	43-60
EndSection

Section "Monitor"
   Identifier   "TV"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
   HorizSync    28 - 48.5
   VertRefresh  50-90
   ModeLine "PALi"  14.16  704 756 828 976 552 556 589 629 +hsync +vsync interlace
EndSection
	       

Section "Screen"
	Identifier	"Default Screen"
	Device		"Trident Microsystems CyberBlade XPAi1"
	Monitor		"Toshiba"
	DefaultDepth	24
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
   Identifier "TVScreen"
   Device     "Trident Microsystems CyberBlade XPAi1"
   Monitor    "TV"
   DefaultColorDepth 16 

   SubSection "Display"
      Depth     8
      Modes        "PALi"
      ViewPort    0 0
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes        "640x400"
      ViewPort    0 0
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes     "800x600" "640x480"
      ViewPort    0 0
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes       "1024x768"
      ViewPort    0 0
   EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "ServerLayout"
        Identifier      "TV"
        Screen          "TVScreen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

Reply to: