Come capire se Ubuntu sta usando Mesa o ATI ???

Riconoscimento, installazione e configurazione delle periferiche.
cryptos
Prode Principiante
Messaggi: 130
Iscrizione: venerdì 16 marzo 2007, 18:12
Località: Correggio (RE)
Contatti:

Come capire se Ubuntu sta usando Mesa o ATI ???

Messaggio da cryptos »

ciao, allora vengo subito al dunque:
se do il comando "fglrxinfo" eccone l'output:
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON X700
OpenGL version string: 2.0.6458 (8.36.5)

mentre nel pannello "ATI CATALYST CONTROL CENTER"...mi dice che la versione OpenGL è 1.2(1.5 Mesa 6.2.1), ho allegato lo screenshoot ...mentre invece dovrebbe dirmi (2.0.6458 (8.36.5))

le ruote in glxgears girano veloci!

cosa c'è che non và??
Allegati
Immagine.jpg
Avatar utente
danilo84
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 929
Iscrizione: lunedì 27 novembre 2006, 9:24
Località: Taranto

Re: Come capire se Ubuntu sta usando Mesa o ATI ???

Messaggio da danilo84 »

Scusami, mi dici cosa hai installato per avere il Control Center e fglrx?  ???Ti dico questo perchè...ho installato i driver che sono sul sito della ati...ma al riavvio mi è tutto nero. Ho anche io la ATI X700. :'(
Grazie
cryptos
Prode Principiante
Messaggi: 130
Iscrizione: venerdì 16 marzo 2007, 18:12
Località: Correggio (RE)
Contatti:

Re: Come capire se Ubuntu sta usando Mesa o ATI ???

Messaggio da cryptos »

ciao, apri un altro post e posta il tuo xorg.conf e il /var/log/Xorg.0.log.
Avatar utente
danilo84
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 929
Iscrizione: lunedì 27 novembre 2006, 9:24
Località: Taranto

Re: Come capire se Ubuntu sta usando Mesa o ATI ???

Messaggio da danilo84 »

xorg.conf

Codice: Seleziona tutto

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Module"
	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"	"it"
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"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"	"/dev/psaux"
	Option		"Protocol"	"auto-dev"
	Option		"HorizScrollDelta"	"0"
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	"ATI RADEON X700"
	Driver		"ati"
	Busid		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"Monitor Generico"
	Option		"DPMS"
	Horizsync	28-64
	Vertrefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI RADEON X700"
	Monitor		"Monitor Generico"
	Defaultdepth	24
	SubSection "Display"
		Depth	1
		Modes		"1280x800"	"1280x768"	"1200x800"	"1152x864"	"1152x768"	"1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	4
		Modes		"1280x800"	"1280x768"	"1200x800"	"1152x864"	"1152x768"	"1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	8
		Modes		"1280x800"	"1280x768"	"1200x800"	"1152x864"	"1152x768"	"1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	15
		Modes		"1280x800"	"1280x768"	"1200x800"	"1152x864"	"1152x768"	"1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	16
		Modes		"1280x800"	"1280x768"	"1200x800"	"1152x864"	"1152x768"	"1024x768"	"800x600"	"640x480"
	EndSubSection
	SubSection "Display"
		Depth	24
		Modes		"1280x800"	"1280x768"	"1200x800"	"1152x864"	"1152x768"	"1024x768"	"800x600"	"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"
	Inputdevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

Section "Extensions"
	Option		"Composite"	"1"
	Option		"Composite"	"0"
EndSection
Il file xorg.0.log non ce l'ho  :-\
cryptos
Prode Principiante
Messaggi: 130
Iscrizione: venerdì 16 marzo 2007, 18:12
Località: Correggio (RE)
Contatti:

Re: Come capire se Ubuntu sta usando Mesa o ATI ???

Messaggio da cryptos »

danilo84 Apri Un Altro POST...qui sei O.T.!!!
cryptos
Prode Principiante
Messaggi: 130
Iscrizione: venerdì 16 marzo 2007, 18:12
Località: Correggio (RE)
Contatti:

Re: Come capire se Ubuntu sta usando Mesa o ATI ???

Messaggio da cryptos »

up...
Fabbroz75
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 311
Iscrizione: lunedì 2 aprile 2007, 9:40
Località: Adria (RO)
Contatti:

Re: Come capire se Ubuntu sta usando Mesa o ATI ???

Messaggio da Fabbroz75 »

cryptos ha scritto: ciao, allora vengo subito al dunque:
se do il comando "fglrxinfo" eccone l'output:
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON X700
OpenGL version string: 2.0.6458 (8.36.5)

mentre nel pannello "ATI CATALYST CONTROL CENTER"...mi dice che la versione OpenGL è 1.2(1.5 Mesa 6.2.1), ho allegato lo screenshoot ...mentre invece dovrebbe dirmi (2.0.6458 (8.36.5))

le ruote in glxgears girano veloci!

cosa c'è che non và??
fa lo stesso anche a me con una X1600pro...
pare sia cmq abilitato FGLRX ... anche i giochi vanno fluidissimi... :)
gioffry
Prode Principiante
Messaggi: 85
Iscrizione: mercoledì 23 maggio 2007, 13:32
Località: Matera
Contatti:

Re: Come capire se Ubuntu sta usando Mesa o ATI ???

Messaggio da gioffry »

cryptos dove hai trovato il CATALYST CONTROL CENTER per linux? ::)

io ho installato i driver ati-driver-installer-8.36.5-x86.x86_64.run

ma il pannello non credo ci sia ... o dove cacchio l'ha messo boh
Ultima modifica di gioffry il giovedì 24 maggio 2007, 19:39, modificato 1 volta in totale.
cryptos
Prode Principiante
Messaggi: 130
Iscrizione: venerdì 16 marzo 2007, 18:12
Località: Correggio (RE)
Contatti:

Re: Come capire se Ubuntu sta usando Mesa o ATI ???

Messaggio da cryptos »

quando generi i pacchetti deb dal run, si genera anche il file "fglrx-amdcccle_8.36.5-1_i386.deb" che sarebbe quello contenente il Catalyst Control Center. 

P.S Per generare i pacchetti se usi Feisty devi fare "./ati-driver-installer-8.36.5-x86.x86_64.run --buildpkg Ubuntu/feisty", mentre se usi Edgy devi fare ""./ati-driver-installer-8.36.5-x86.x86_64.run --buildpkg Ubuntu/Edgy".
Comunque per avere la lista dei pacchetti disponibili fai ""./ati-driver-installer-8.36.5-x86.x86_64.run --listpkg".

Ciao...
Scrivi risposta

Ritorna a “Driver e periferiche”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 14 ospiti