[Risolto]AIGLX + ATI x300

Configurazione e uso dell'interfaccia utente predefinita fino alla versione 16.04 di Ubuntu.
Avatar utente
Abbio
Prode Principiante
Messaggi: 112
Iscrizione: mercoledì 31 maggio 2006, 12:38
Località: Predappio

[Risolto]AIGLX + ATI x300

Messaggio da Abbio »

Leggendo vari post inerenti mi era sembrato di capire che se si utilizzavano i driver ati open (i radeon) era possibile utilizzare aiglx e beryl (o compiz): infatti avviando da live cd ubuntu potevo abilitare gli effetti desktop. Ora ho installato kubuntu e non riesco più ad attivare gli effetti grafici.
Infatti con glxinfo | grep rendering ottengo direct rendering: no.
Ho provato a utilizzare i dirver "ati" ma il monitor mi va in modalità power save.
Posto la mia attuale configurazione di 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"
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	"Scheda video generica"
	Driver		"radeon"
	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		"Scheda video generica"
	Monitor		"Monitor Generico"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "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"
EndSection

Section "DRI"
	Mode	0666
EndSection
dopo vari tentativi l'ho risettato con dpkg-reconfigure -phigh xserver-xorg selezionando i driver radeon....
devo dire che ho effettuato l'installazione con envy dei driver fglrx però ora non sono selezionati....

infine ho notato che in impostazioni di sistema --> monitor &display --> hardware mi vede due schede video: una è quella che ho settato nell'xorg.conf, l'altra è quella dei driver proprietari installati con envy...

qualcuno sa dirmi come posso risolvere?
Ultima modifica di Abbio il sabato 16 giugno 2007, 19:52, modificato 1 volta in totale.
Maledetto Ubuntu.... nella mia calcolatrice non si installa.... ma quanto è pesante... che ne dite provo Xubuntu Alternate? Ma LOL
Avatar utente
maxfact
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 3208
Iscrizione: domenica 28 gennaio 2007, 20:12

Re: AIGLX + ATI x300

Messaggio da maxfact »

con questa guida dovresti risolvere il problema
Massimiliano Ubuntu user # 16155
Potrete ingannare tutti per un po'. Potrete ingannare qualcuno per sempre.
Ma non potrete ingannare tutti per sempre [Abramo Lincoln]
Avatar utente
Abbio
Prode Principiante
Messaggi: 112
Iscrizione: mercoledì 31 maggio 2006, 12:38
Località: Predappio

Re: [Risolto]AIGLX + ATI x300

Messaggio da Abbio »

Grazie ho risolto contemporaneamente al tuo reply con questa guida: http://www.howtoforge.com/ubuntu_feisty_beryl_ati_radeon
Maledetto Ubuntu.... nella mia calcolatrice non si installa.... ma quanto è pesante... che ne dite provo Xubuntu Alternate? Ma LOL
Avatar utente
maxfact
Imperturbabile Insigne
Imperturbabile Insigne
Messaggi: 3208
Iscrizione: domenica 28 gennaio 2007, 20:12

Re: [Risolto]AIGLX + ATI x300

Messaggio da maxfact »

praticamente la stessa guida  (rotfl) (rotfl)
Massimiliano Ubuntu user # 16155
Potrete ingannare tutti per un po'. Potrete ingannare qualcuno per sempre.
Ma non potrete ingannare tutti per sempre [Abramo Lincoln]
Scrivi risposta

Ritorna a “Unity”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 3 ospiti