Pagina 1 di 1

risoluzioni tv out ati con driver open

Inviato: venerdì 12 giugno 2009, 17:29
da Fox -ino
Ciao a tutti, dopo vari tentativi sono riuscito a far vedere kde sulla televisione tramite il tv-out, i driver open, jaunty ed una scheda ati 9250 (vedi qui: http://forum.ubuntu-it.org/viewtopic.php?t=283982)
ora il problema è che il tutto si vede abbastanza male.
Intanto kde a risoluzione di 800x600 non è assolutamente comodo, ogni volta bisogna usare alt+ mouse e spostare la finestra di dialogo, altrimenti non si può nemmeno premere annulla od ok.
Poi i caratteri sono tutti brutti, e piccoli; avendoli ingranditi a 120 dpi riesco a veder qualcosa, peccato che sui siti internet rimangano ancora piccoli (con konqueror).
Le immagini poi e le finestre spesso hanno delle aree piene di puntini in movimento (come quando un televisore non ha un canale sintonizzato).
Ovviamente su un monitor si vede tutto bene.
Qualcuno sa aiutarmi su cosa va configurato per migliorare la situazione?

Qui il mio Xorg.

Codice: Seleziona tutto

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	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"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "GSM"
	ModelName    "3abd"
	HorizSync 30 - 50           #<---------Important line here
	VertRefresh 60 - 75         #<---------Important line here
	Option	    "DPMS"
	ModeLine "800x600"      38.25    800  836  916 1024    600  603  607  616 -hsync +vsync
	#DisplaySize	  280   210	# mm
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Module"
	Load  "extmod"
	Load  "glx"
	Load  "dri"
	Load  "dri2"
	Load  "record"
	Load  "dbe"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Device"
	Option     "TVDACLoadDetect"    	"true"
	Option     "ForceTVOut"         	"true"
	Option     "TVStandard"         	"PAL"
	Identifier  "Card0"
	Driver      "radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "RV350 AS [Radeon 9550]"
	BusID       "PCI:1:0:0"
	Option "TVOutput" "PAL"    #<---------Important line here
	### Available Driver options are:-
	### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
	### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
	### [arg]: arg optional
	#Option     "NoAccel"            	# [<bool>]
	#Option     "SWcursor"           	# [<bool>]
	#Option     "Dac6Bit"            	# [<bool>]
	#Option     "Dac8Bit"            	# [<bool>]
	#Option     "BusType"            	# [<str>]
	#Option     "CPPIOMode"          	# [<bool>]
	#Option     "CPusecTimeout"      	# <i>
	#Option     "AGPMode"            	# <i>
	#Option     "AGPFastWrite"       	# [<bool>]
	#Option     "AGPSize"            	# <i>
	#Option     "GARTSize"           	# <i>
	#Option     "RingSize"           	# <i>
	#Option     "BufferSize"         	# <i>
	#Option     "EnableDepthMoves"   	# [<bool>]
	#Option     "EnablePageFlip"     	# [<bool>]
	#Option     "NoBackBuffer"       	# [<bool>]
	#Option     "DMAForXv"           	# [<bool>]
	#Option     "FBTexPercent"       	# <i>
	#Option     "DepthBits"          	# <i>
	#Option     "PCIAPERSize"        	# <i>
	#Option     "AccelDFS"           	# [<bool>]
	#Option     "IgnoreEDID"         	# [<bool>]
	#Option     "DisplayPriority"    	# [<str>]
	#Option     "PanelSize"          	# [<str>]
	#Option     "ForceMinDotClock"   	# <freq>
	#Option     "ColorTiling"        	# [<bool>]
	#Option     "VideoKey"           	# <i>
	#Option     "RageTheatreCrystal" 	# <i>
	#Option     "RageTheatreTunerPort" 	# <i>
	#Option     "RageTheatreCompositePort" 	# <i>
	#Option     "RageTheatreSVideoPort" 	# <i>
	#Option     "TunerType"          	# <i>
	#Option     "RageTheatreMicrocPath" 	# <str>
	#Option     "RageTheatreMicrocType" 	# <str>
	#Option     "ScalerWidth"        	# <i>
	#Option     "RenderAccel"        	# [<bool>]
	#Option     "SubPixelOrder"      	# [<str>]
	#Option     "ShowCache"          	# [<bool>]
	#Option     "DynamicClocks"      	# [<bool>]
	#Option     "VGAAccess"          	# [<bool>]
	#Option     "ReverseDDC"         	# [<bool>]
	#Option     "LVDSProbePLL"       	# [<bool>]
	#Option     "AccelMethod"        	# <str>
	#Option     "DRI"                	# [<bool>]
	#Option     "ConnectorTable"     	# <str>
	#Option     "DefaultConnectorTable" 	# [<bool>]
	#Option     "DefaultTMDSPLL"     	# [<bool>]
	#Option     "IgnoreLidStatus"    	# [<bool>]
	#Option     "DefaultTVDACAdj"    	# [<bool>]
	#Option     "Int10"              	# [<bool>]
	#Option     "EXAVSync"           	# [<bool>]
	#Option     "ATOMTVOut"          	# [<bool>]
	#Option     "R4xxATOM"           	# [<bool>]
EndSection

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


Re: risoluzioni tv out ati con driver open

Inviato: venerdì 12 giugno 2009, 17:50
da Giorgino01
Io cambierei ModeLine "800x600"  con la risoluzione massima che può raggiungere il tuo schermo ... però prima di farlo o aspetta che ti risponda qualcuno che ne sa di più oppure crea una copia di backup dell'xorg ciao

Re: risoluzioni tv out ati con driver open

Inviato: sabato 13 giugno 2009, 0:51
da Fox -ino
il problema è che essendo un televisore vecchio a tubo catodico non so dove trovare questa informazione. >:(

Re: risoluzioni tv out ati con driver open

Inviato: sabato 13 giugno 2009, 1:03
da Giorgino01
ah ok capisco questa tua situazione ... uhm sinceramente non so nemmeno io come aiutarti ... e per di più tra 2 settimane dovrei farlo pure io ... (mad)

eh vabbè ... ho fatto svelto una ricerca su google eh:

Yahoo answers aiuta ... avolte

Re: risoluzioni tv out ati con driver open

Inviato: sabato 13 giugno 2009, 2:15
da Fox -ino
proverò...sperando che non bruci tutto! :-X

Grazie mille

Re: risoluzioni tv out ati con driver open

Inviato: sabato 13 giugno 2009, 9:22
da Giorgino01
tentare non nuoce :D ... al massimo se non va rimetti come era prima dal CD live ;)