ATI Radeon problema di configurazione

Postate qui per tutte le discussioni legate a Linux in generale.

Moderatore: Staff

Regole del forum
1) Citare sempre la versione di Slackware usata, la versione del Kernel e magari anche la versione della libreria coinvolta. Questi dati aiutano le persone che possono rispondere.
2) Per evitare confusione prego inserire in questo forum solo topic che riguardano appunto Gnu/Linux in genere, se l'argomento è specifico alla Slackware usate uno dei forum Slackware o Slackware64.
3) Leggere attentamente le risposte ricevute
4) Scrivere i messaggi con il colore di default, evitare altri colori.
5) Scrivere in Italiano o in Inglese, se possibile grammaticalmente corretto, evitate stili di scrittura poco chiari, quindi nessuna abbreviazione tipo telegramma o scrittura stile SMS o CHAT.
6) Appena registrati è consigliato presentarsi nel forum dedicato.

La non osservanza delle regole porta a provvedimenti di vari tipo da parte dello staff, in particolare la non osservanza della regola 5 porta alla cancellazione del post e alla segnalazione dell'utente. In caso di recidività l'utente rischia il ban temporaneo.
Rispondi
killer
Linux 0.x
Linux 0.x
Messaggi: 28
Iscritto il: lun 21 feb 2005, 0:00

ATI Radeon problema di configurazione

Messaggio da killer »

Salve a tutti....
sto impazzendo nella configurazione della mia ATI RADEON e non so più dove sbattere la testa....

In pratica...

Ho installato i driver...CREDO CORRETTAMENTE:

Codice: Seleziona tutto

simone@gerda:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON X600 SE Generic
OpenGL version string: 2.0.5582 (8.21.7)
Ho Configurato XORG...con buone prestazioni:

Codice: Seleziona tutto

simone@gerda:~$ glxgears
16126 frames in 5.0 seconds = 3225.200 FPS
19346 frames in 5.0 seconds = 3869.200 FPS
18882 frames in 5.0 seconds = 3776.400 FPS
19046 frames in 5.0 seconds = 3809.200 FPS
Il problema che mi TEDIA è questo...

Se nel file xorg.conf abilito l'utilizzo dei driver XV

Option "VideoOverlay" "on"

Ottengo ottima qualità MA, le dimesioni del video sono ridotte rispetto alla finestra, ovvero se metto in FULL SCREEN MODE non occupo tutto lo schermo ma solo una piccola parte (PROVATI MOLTI PLAYER: noatun, mplayer, xine)

Se disabilito tale opzione:

Option "VideoOverlay" "off"

con noatun vedo in full screnn (male)
con mplayer e xine vedo in full screen ma a scatti (in pratica non vedo perchè il risultato è pessimo)

Ovviamente quando disabilito i driver XV modifico anche i parametri driver in mplayer e xine (li ho provati tutti), il risultato è sempre scattoso...

COME POSSO FARE???

URGE UNA SOLUZIONE!!! SIATE GENTILI
(IO VORREI USARE XV PERCHE' la QUALITA' é OTTIMA)

P.S. ecco altre info:

XVINFO

Codice: Seleziona tutto

simone@gerda:~$ xvinfo
X-Video Extension version 2.2
screen #0
  Adaptor #0: "ATI Radeon Video Overlay"
    number of ports: 1
    port base: 67
    operations supported: PutImage
    supported visuals:
      depth 24, visualID 0x23
      depth 24, visualID 0x24
      depth 24, visualID 0x25
      depth 24, visualID 0x26
      depth 24, visualID 0x27
      depth 24, visualID 0x28
      depth 24, visualID 0x29
      depth 24, visualID 0x2a
      depth 24, visualID 0x2b
      depth 24, visualID 0x2c
      depth 24, visualID 0x2d
      depth 24, visualID 0x2e
      depth 24, visualID 0x2f
      depth 24, visualID 0x30
      depth 24, visualID 0x31
      depth 24, visualID 0x32
    number of attributes: 12
      "XV_SET_DEFAULTS" (range 0 to 1)
              client settable attribute
      "XV_AUTOPAINT_COLORKEY" (range 0 to 1)
              client settable attribute
              client gettable attribute (current value is 0)
      "XV_COLORKEY" (range 0 to -1)
              client settable attribute
              client gettable attribute (current value is 30)
      "XV_DOUBLE_BUFFER" (range 0 to 1)
              client settable attribute
              client gettable attribute (current value is 1)
      "XV_BRIGHTNESS" (range -1000 to 1000)
              client settable attribute
              client gettable attribute (current value is 0)
      "XV_CONTRAST" (range -1000 to 1000)
              client settable attribute
              client gettable attribute (current value is 0)
      "XV_SATURATION" (range -1000 to 1000)
              client settable attribute
              client gettable attribute (current value is 0)
      "XV_COLOR" (range -1000 to 1000)
              client settable attribute
              client gettable attribute (current value is 0)
      "XV_HUE" (range -1000 to 1000)
              client settable attribute
              client gettable attribute (current value is 0)
      "XV_RED_INTENSITY" (range -1000 to 1000)
              client settable attribute
              client gettable attribute (current value is 0)
      "XV_GREEN_INTENSITY" (range -1000 to 1000)
              client settable attribute
              client gettable attribute (current value is 0)
      "XV_BLUE_INTENSITY" (range -1000 to 1000)
              client settable attribute
              client gettable attribute (current value is 0)
    maximum XvImage size: 2048 x 2048
    Number of image formats: 4
      id: 0x32595559 (YUY2)
        guid: 59555932-0000-0010-8000-00aa00389b71
        bits per pixel: 16
        number of planes: 1
        type: YUV (packed)
      id: 0x59565955 (UYVY)
        guid: 55595659-0000-0010-8000-00aa00389b71
        bits per pixel: 16
        number of planes: 1
        type: YUV (packed)
      id: 0x32315659 (YV12)
        guid: 59563132-0000-0010-8000-00aa00389b71
        bits per pixel: 12
        number of planes: 3
        type: YUV (planar)
      id: 0x30323449 (I420)
        guid: 49343230-0000-0010-8000-00aa00389b71
        bits per pixel: 12
        number of planes: 3
        type: YUV (planar)
XORG.CONF

Codice: Seleziona tutto

#XORG FROM SIMONE

# DRI Section
Section "dri"
	#All User
	Mode					0666
	#Restriction
	#Group					100
	#Mode					0660
EndSection

#MODULE
Section "Module"
	Load						"dbe"	#Double Buffer Extension
	Load						"extmod"
	Load						"fbdevhw"
	Load						"glx"
	Load						"record"
	Load						"type1"
	Load						"freetype"
	Load						"dri"
EndSection

#FILES
Section "Files"
	#RGB Database
	RgbPath					"/usr/X11R6/lib/X11/rgb"
	#FontPath
	#FontPath					"/usr/X11R6/lib/X11/fonts/local/"
	FontPath					"/usr/X11R6/lib/X11/fonts/misc/"
	FontPath					"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath					"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath					"/usr/X11R6/lib/X11/fonts/Type1/"
	#FontPath					"/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath					"/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath					"/usr/X11R6/lib/X11/fonts/100dpi/"
	#Modules
	ModulePath				"/usr/X11R6/lib/modules"
EndSection

#KEYBOARD
Section "InputDevice"

	Identifier					"Keyboard0"
	Driver						"kbd"
	Option "AutoRepeat"				"500 30"
	Option "XkbRules"				"xfree86"
	Option "XkbModel"				"pc105"
	Option "XkbLayout"				"it"

EndSection

#MOUSE
Section "InputDevice"

	Identifier					"Mouse0"
	Driver						"mouse"
	Option "Protocol"				"IMPS/2"
	Option "ZAxisMapping"				"4 5"
	Option "Device"					"/dev/input/mice"

EndSection

#MONITOR
Section "Monitor"

	Identifier					"Monitor0"
	HorizSync					31.5 - 68.7
	VertRefresh				60 - 85
	Option					"DPMS"
	# XVGA @ 100Hz
	#Modeline "1024x768@100" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync
	# XVGA @ 120Hz
	# Modeline "1024x768@120" 139.054 1024 1104 1216 1408 768 769 772 823 +hsync +vsync
	# SXGA @ 100Hz
	# Modeline "1280x1024@100" 190.960 1280 1376 1520 1760 1024 1025 1028 1085 +hsync +vsync
	# SXGA @ 120Hz
	# Modeline "1280x1024@120" 233.793 1280 1384 1528 1776 1024 1025 1028 1097 +hsync +vsync

EndSection

#SCHEDA GRAFICA
Section "Device"
	Identifier					"Standard VGA"
	Driver					"vga"
EndSection

Section "Device"
	Identifier					"Ati Radeon"
	Driver					"fglrx"
	VendorName				"ATI RADEON"
	BoardName				"ATI RADEON"
	VideoRam					65536
	#Option					"NoDCC"		#Disable PNP Monitor
	Option	"no_accel"			"no"			#Disable XAA
	Option	"no_dri"			"no"			#Disable DRI
	Option	"mtrr"			"off"			#Disable DRI MTRR MAPPER
	#Screen Management
	Option	"DesktopSetup"	"mirror" 
	#Option	"MonitorLayout"		"AUTO, AUTO"
	Option	"ScreenOverlap"	"0" 
	Option	"GammaCorrectionI"	"0x00000000"
	Option	"GammaCorrectionII"	"0x00000000"
	#Option	"IgnoreEDID"		"off"
	#OpenGL
	Option	"Capabilities"		"0x00000000"
	Option	"CapabilitiesEx"		"0x00000000"
	#XV/OPENGL Driver Overlay (one a time)
	Option	"VideoOverlay"		"on"
	Option	"OpenGLOverlay"	"off"
	#MISC
	Option	"CenterMode"			"off"			#LAPTOP
	Option	"PseudoColorVisuals"	"off"			#8-bit visuals
	Option	"Stereo"				"off"			#QBS Management
	Option	"StereoSyncEnable"		"1"			#QBS Management
	#FSAA Management
	Option	"FSAAEnable"			"yes"
	Option	"FSAAScale"			"1"
	Option	"FSAADisableGamma"	"no"
	Option	"FSAACustomizeMSPos"	"no"
	Option	"FSAAMSPosX0"		"0.000000"
	Option	"FSAAMSPosY0"			"0.000000"
	Option	"FSAAMSPosX1"			"0.000000"
	Option	"FSAAMSPosY1"			"0.000000"
	Option	"FSAAMSPosX2"		"0.000000"
	Option	"FSAAMSPosY2"			"0.000000"
	Option	"FSAAMSPosX3"		"0.000000"
	Option	"FSAAMSPosY3"			"0.000000"
	Option	"FSAAMSPosX4"		"0.000000"
	Option	"FSAAMSPosY4"			"0.000000"
	Option	"FSAAMSPosX5"			"0.000000"
	Option	"FSAAMSPosY5"			"0.000000"
	#Other
	Option	"UseFastTLS"			"0"
	Option	"BlockSignalsOnLock"	"on"
	Option	"UseInternalAGPGART"	"yes"
	Option	"ForceGenericCPU"		"no"
	BusID	"PCI:1:0:0"
	Screen 0
EndSection

#SCREEN
Section "Screen"
	Identifier				"Screen0"
	Device				"Ati Radeon"
	Monitor				"Monitor0"
	DefaultDepth			24
	SubSection "Display"
		Depth			24
		Modes			"1024x768"
	EndSubSection
EndSection

#SERVER LAYOUT
Section "ServerLayout"
	Identifier	"Default Layout"
	Screen	0	"Screen0"		0 0
	InputDevice	"Mouse0"		"CorePointer"
	InputDevice	"Keyboard0"	"CoreKeyboard"
EndSection
OGNI CONSIGLIO è BENE ACCETTO

GRAZIE

killer
Linux 0.x
Linux 0.x
Messaggi: 28
Iscritto il: lun 21 feb 2005, 0:00

Messaggio da killer »

DOPO PERIGLIOSE INDAGINI NEI LOG DI SISTEMA....

DOPO AVER BEVUTO ETTOLITRI DI MONTENEGRO PER LA FRUSTAZIONE (ci stavano)

Credo di aver capito il problema...

Quindi sono a metà dell'opera...

ovvero:

Codice: Seleziona tutto

(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using hardware cursor (scanline 768)
(II) fglrx(0): Largest offscreen area available: 1024 x 505
(**) Option "dpms"
(**) fglrx(0): DPMS enabled
quel largest offscreen area dovrebbe essere 1024x768

ORA...
come ca**o faccio a dirgli che deve essere di tali dimensioni...


DATEMI UN INPUT...

non so se devo usare un ECHO da qualche parte

o

semplicemente un option in xorg.conf


PS il messaggio viene dai log di xorg

killer
Linux 0.x
Linux 0.x
Messaggi: 28
Iscritto il: lun 21 feb 2005, 0:00

Messaggio da killer »

Questo TOPIC sta diventando un DIARIO PERSONALE...

comunque per amor di chiarezza ho scoperto il motivo (o supposto tale) che determina le vari problematiche sulle dimensioni video...

In pratica XV non funziona correttamente perchè non ho un RTC (Real Time Clock)
o meglio lo ho, altrimenti l'ora andrebbe a farsi fottere ad ogni riavvio, però per qualche oscuro motivo non esiste in /proc/sys/dev/rtc

Xv usa quel device per sincronizzarsi e quindi NADA....

comunque per ottenere buone qualità video ho lasciato in xorg.conf

VIDEO OVERLAY = ON

e quando voglio vedere un film in full size

uso

mplayer -vo x11 -zoom FILM

il problema è che l'opzione di zoom tartassa il processore...quindi se qualcuno ha altre soluzioni....

TUTTO E' BENE ACCETTO

Ciao a tutti...

Rispondi