Che stupido non l'ho visto, thanksFregTuX ha scritto:Invece di gedit usa nano.jonbonjovi ha scritto:ma come faccio a farlo? non mi fa usare l'interfaccia grafica!!FregTuX ha scritto:
Prova a cambiare questo:
in questo:Codice: Seleziona tutto
Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
e riavvia.Codice: Seleziona tutto
Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350" Viewport 0 0 Depth 24 EndSubSection EndSection
Le soluzioni agli errori:daWsOn_s ha scritto: Salve io avevo questo problema:
Ho seguito i passaggi ma ora invece ho questo errore e compiz non si avvia comunque
3: Can't open /etc/xdg/compiz/compiz-manager.ubuntu
Dopo di che rimane tutto fermoCodice: Seleziona tutto
sandro@sandro-desktop:~$ compiz Checking for Xgl: not present. Detected PCI ID for VGA: 01:00.0 0300: 1002:9589 (prog-if 00 [VGA]) Checking for texture_from_pixmap: not present. Trying again with indirect rendering: Checking for texture_from_pixmap: present. Checking for non power of two support: present. Checking for Composite extension: present. Comparing resolution (1680x1050) to maximum 3D texture size (8192): Passed. Checking for nVidia: not present. Checking for FBConfig: present. Checking for Xgl: not present. /usr/bin/compiz: 378: /usr/local/bin/compiz: not found
il mio xorg.conf
Codice: Seleziona tutto
# xorg.conf (xorg X Window System server configuration file) # # This file was generated by failsafeDexconf, using # values from the debconf database and some overrides to use vesa mode. # # You should use dexconf or another such tool for creating a "real" xorg.conf # For example: # sudo dpkg-reconfigure -phigh xserver-xorg Section "ServerLayout" Identifier "Default Layout" screen 0 "aticonfig-Screen[0]" 0 0 Inputdevice "Generic Keyboard" Inputdevice "Configured Mouse" EndSection Section "Files" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Load "extmod" Load "freetype" Load "int10" Load "vbe" Load "glx" Load "GLcore" Load "v4l" 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 "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" Option "AccelMethod" "XAA" Option "XAANoOffscreenPixmaps" EndSection Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" Defaultdepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
l'output di fgrlxinfo
Consigli?Codice: Seleziona tutto
sandro@sandro-desktop:~$ fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: ATI Radeon HD 2600 Pro OpenGL version string: 2.1.7059 Release
Codice: Seleziona tutto
3: Can't open /etc/xdg/compiz/compiz-manager.ubuntusono scritte nella guidaCodice: Seleziona tutto
/usr/bin/compiz: 378: /usr/local/bin/compiz: not found![]()
[Guida] Installare i nuovi driver ATI: dalla versione 8.1 alla 11.5
- -Sandro-
- Prode Principiante
- Messaggi: 145
- Iscrizione: venerdì 1 settembre 2006, 16:25
- Località: prov. Pescara
- Contatti:
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
Dai questo comando:jonbonjovi ha scritto:ok, ma io avevo il mio vecchio xorg.conf salvato sulla scrivania in caso di backup (cosa che ora mi servirebbe eccome!). come faccio a dirgli di rimpiazzare il mio xorg.conf con xorg.conf-backup.txt che ho sul desktop? tutto ciò da riga di comando..sarebbe l'unica speranza :-\FregTuX ha scritto:
Invece di gedit usa nano.
Codice: Seleziona tutto
sudo rm /etc/X11/xorg.conf && sudo cp /home/nome_utente/Scrivania/xorg.conf-backup.txt /etc/X11/xorg.confDebian Sid 32bit con kernel 2.6.32-2
[Guida] Installare i nuovi driver ATI: dalla versione 8.1 alla 10.7
[Guida] Installare i nuovi driver ATI: dalla versione 8.1 alla 10.7
- jonbonjovi
- Scoppiettante Seguace

- Messaggi: 935
- Iscrizione: lunedì 9 gennaio 2006, 23:51
- Località: Milano
- Contatti:
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
grande! sei un mito..ora devo sistemare il casino che ho fatto con i driver ati..mi ritrovo il CCC, ma non ho il direct rendering!!FregTuX ha scritto:
Dai questo comando:
dove al posto di nome_utente devi mettere ovviamente il tuoCodice: Seleziona tutto
sudo rm /etc/X11/xorg.conf && sudo cp /home/nome_utente/Scrivania/xorg.conf-backup.txt /etc/X11/xorg.conf![]()
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
Prova a disinstallare e reinstallare i driverjonbonjovi ha scritto:grande! sei un mito..ora devo sistemare il casino che ho fatto con i driver ati..mi ritrovo il CCC, ma non ho il direct rendering!!FregTuX ha scritto:
Dai questo comando:
dove al posto di nome_utente devi mettere ovviamente il tuoCodice: Seleziona tutto
sudo rm /etc/X11/xorg.conf && sudo cp /home/nome_utente/Scrivania/xorg.conf-backup.txt /etc/X11/xorg.conf![]()
![]()
Debian Sid 32bit con kernel 2.6.32-2
[Guida] Installare i nuovi driver ATI: dalla versione 8.1 alla 10.7
[Guida] Installare i nuovi driver ATI: dalla versione 8.1 alla 10.7
- jonbonjovi
- Scoppiettante Seguace

- Messaggi: 935
- Iscrizione: lunedì 9 gennaio 2006, 23:51
- Località: Milano
- Contatti:
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
manulamente intendi? con envy può andare bene? o anche solo col gestore driver con restrizioni?FregTuX ha scritto: [
Prova a disinstallare e reinstallare i driver![]()
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
Ma prima di installare questi driver hai disinstallato quelli precedenti?
Debian Sid 32bit con kernel 2.6.32-2
[Guida] Installare i nuovi driver ATI: dalla versione 8.1 alla 10.7
[Guida] Installare i nuovi driver ATI: dalla versione 8.1 alla 10.7
- jonbonjovi
- Scoppiettante Seguace

- Messaggi: 935
- Iscrizione: lunedì 9 gennaio 2006, 23:51
- Località: Milano
- Contatti:
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
li avevo disabilitati dal gestore driver con restrizioni :-\ ma evidentemente non era bastato :-[FregTuX ha scritto: Ma prima di installare questi driver hai disinstallato quelli precedenti?
cmq ora ho sistemato..grazie a tutti (b2b)
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
Ciao a tutti, ho seguito la guida passo passo ma ora se do il comando
mi restituisce
inoltre soffro anche io del problema
le azioni che ho fatto sono:
-levare la spunta dai driver ati del restriction driver (gli unici che avevo installato)
-seguire la guida all'installazione
-riavviare
il mio xorg.conf:
ho un acer aspire 3023wlmi con una ati mobility radeon x700 128mb e uso kubuntu 7.10
Avete qualche soluzione? :-\
Codice: Seleziona tutto
glxinfo | grep "direct rendering"Codice: Seleziona tutto
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)Codice: Seleziona tutto
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.1)-levare la spunta dai driver ati del restriction driver (gli unici che avevo installato)
-seguire la guida all'installazione
-riavviare
il mio xorg.conf:
Codice: Seleziona tutto
# 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 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 "ServerLayout"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
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 "HorizEdgeScroll" "0"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
Monitor "Generic Monitor"
DefaultDepth 24
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Avete qualche soluzione? :-\
Ultima modifica di gandred il mercoledì 30 gennaio 2008, 14:10, modificato 1 volta in totale.
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
@gandred
prova a controllare se in questo file:
/etc/default/linux-restricted-modules-common
hai questa voce.
DISABLED_MODULES="fglrx"
se non c'è aggiungila
devi essere root per aggiungerla
poi controlla in quest'altro file
/etc/modprobe.d/blacklist-restricted
di avere questo simbolo # davanti alla linea "blacklist fglrx"
se non c'è bisogna metterlo e per farlo devi essere sempre root
poi prova a dare anche un
sudo apt-get install -f
prova a controllare se in questo file:
/etc/default/linux-restricted-modules-common
hai questa voce.
DISABLED_MODULES="fglrx"
se non c'è aggiungila
devi essere root per aggiungerla
poi controlla in quest'altro file
/etc/modprobe.d/blacklist-restricted
di avere questo simbolo # davanti alla linea "blacklist fglrx"
se non c'è bisogna metterlo e per farlo devi essere sempre root
poi prova a dare anche un
sudo apt-get install -f
Massimiliano Ubuntu user # 16155
Potrete ingannare tutti per un po'. Potrete ingannare qualcuno per sempre.
Ma non potrete ingannare tutti per sempre [Abramo Lincoln]
Potrete ingannare tutti per un po'. Potrete ingannare qualcuno per sempre.
Ma non potrete ingannare tutti per sempre [Abramo Lincoln]
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
Ha funzionato!!! Grazie mille!! Risolto! 
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
@gandred
se dici quale passaggio ti ha risolto il problema dopo FregTux lo inserisce nella guida cosi che anche altri risolvano il problema
se dici quale passaggio ti ha risolto il problema dopo FregTux lo inserisce nella guida cosi che anche altri risolvano 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]
Potrete ingannare tutti per un po'. Potrete ingannare qualcuno per sempre.
Ma non potrete ingannare tutti per sempre [Abramo Lincoln]
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
Li ho seguiti tutti e tre... non saprei quale abbia risolto il problema... Posso dire però che in
/etc/default/linux-restricted-modules-common
la voce era:
DISABLED_MODULES=""
e l'ho modificata in
DISABLED_MODULES="fglrx"
e che mancava il # davanti a "blacklist fglrx" in /etc/modprobe.d/blacklist-restricted
Posto anche gli output e l'xorg.conf
restituisce
restituisce
xorg.conf
Grazie ancora! 
/etc/default/linux-restricted-modules-common
la voce era:
DISABLED_MODULES=""
e l'ho modificata in
DISABLED_MODULES="fglrx"
e che mancava il # davanti a "blacklist fglrx" in /etc/modprobe.d/blacklist-restricted
Posto anche gli output e l'xorg.conf
Codice: Seleziona tutto
glxinfo | grep "direct rendering"Codice: Seleziona tutto
direct rendering: Yes
Codice: Seleziona tutto
fglrxinfoCodice: Seleziona tutto
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON X700
OpenGL version string: 2.1.7276 ReleaseCodice: Seleziona tutto
# 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 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 "ServerLayout"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
EndSection
Section "Module"
Load "glx"
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 "HorizEdgeScroll" "0"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
Monitor "Generic Monitor"
DefaultDepth 24
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Ultima modifica di gandred il mercoledì 30 gennaio 2008, 15:39, modificato 1 volta in totale.
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
Grazie, aggiungo subito alla guida 
Debian Sid 32bit con kernel 2.6.32-2
[Guida] Installare i nuovi driver ATI: dalla versione 8.1 alla 10.7
[Guida] Installare i nuovi driver ATI: dalla versione 8.1 alla 10.7
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
grazie per questa guida!!
mi hai risolto moltissimi problemi!!!

mi hai risolto moltissimi problemi!!!
-
Lich
- Prode Principiante
- Messaggi: 145
- Iscrizione: lunedì 21 gennaio 2008, 15:18
- Località: Trebaseleghe
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
quando vado a far partire l'installer dei driver mi esce questo messaggio:
"Error: vdck is missing. Installation aborted"
che devo fare?
"Error: vdck is missing. Installation aborted"
che devo fare?
- Only Win and no Linux makes Lich a dull boy -
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
Benerojo ha scritto: grazie per questa guida!!
mi hai risolto moltissimi problemi!!!![]()
![]()
Non so che errore sia...Lich ha scritto: quando vado a far partire l'installer dei driver mi esce questo messaggio:
"Error: vdck is missing. Installation aborted"
che devo fare?
Che scheda video hai?
Debian Sid 32bit con kernel 2.6.32-2
[Guida] Installare i nuovi driver ATI: dalla versione 8.1 alla 10.7
[Guida] Installare i nuovi driver ATI: dalla versione 8.1 alla 10.7
-
Lich
- Prode Principiante
- Messaggi: 145
- Iscrizione: lunedì 21 gennaio 2008, 15:18
- Località: Trebaseleghe
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
ho una ati x1950proFregTuX ha scritto:Benerojo ha scritto: grazie per questa guida!!
mi hai risolto moltissimi problemi!!!![]()
![]()
Non so che errore sia...Lich ha scritto: quando vado a far partire l'installer dei driver mi esce questo messaggio:
"Error: vdck is missing. Installation aborted"
che devo fare?
Che scheda video hai?
- Only Win and no Linux makes Lich a dull boy -
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
Pensavo che avessi una scheda non supportata...
Cercando sia nel forum che su internet non ho trovato niente a riguardo del tuo errore, non so cosa possa essere :-\
Cercando sia nel forum che su internet non ho trovato niente a riguardo del tuo errore, non so cosa possa essere :-\
Debian Sid 32bit con kernel 2.6.32-2
[Guida] Installare i nuovi driver ATI: dalla versione 8.1 alla 10.7
[Guida] Installare i nuovi driver ATI: dalla versione 8.1 alla 10.7
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
vdck
sicuramente non è un pacchetto di ubuntu
forse c'è qualcosa di strano nel file che hai scaricato dal sito ati
sicuramente non è un pacchetto di ubuntu
forse c'è qualcosa di strano nel file che hai scaricato dal sito ati
Massimiliano Ubuntu user # 16155
Potrete ingannare tutti per un po'. Potrete ingannare qualcuno per sempre.
Ma non potrete ingannare tutti per sempre [Abramo Lincoln]
Potrete ingannare tutti per un po'. Potrete ingannare qualcuno per sempre.
Ma non potrete ingannare tutti per sempre [Abramo Lincoln]
Re: [Guida] Installare i nuovi driver ATI: dalla versione 8.1
Può darsi...prova a riscaricare i driver.
Debian Sid 32bit con kernel 2.6.32-2
[Guida] Installare i nuovi driver ATI: dalla versione 8.1 alla 10.7
[Guida] Installare i nuovi driver ATI: dalla versione 8.1 alla 10.7
Chi c’è in linea
Visualizzano questa sezione: 0 utenti iscritti e 7 ospiti

