Pagina 1 di 1

[RISOLTO]strano fruscio di fondo...

Inviato: lunedì 6 luglio 2009, 21:04
da parkinson
nel normale utilizzo del pc,sento ad esempio quando scorro una pagina web o ridimensiono una finestra,uno strano fruscio che sembra provenire da un hard disk(da portatile montato su un fisso).
avete idea di cosa possa essere e se può dare problemi? grazie

Re: strano fruscio di fondo...

Inviato: lunedì 6 luglio 2009, 21:05
da ub4ever
che scheda video hai?
che driver sono in uso?
io con la mia ati e driver open ho avuto in problemino simile al tuo

Re: strano fruscio di fondo...

Inviato: lunedì 6 luglio 2009, 21:09
da parkinson
ho un ati x1650pro agp,i driver sono quelli open.

Re: strano fruscio di fondo...

Inviato: lunedì 6 luglio 2009, 21:20
da ub4ever
ok.....
crea un backup del tuo xorg.conf col comado

Codice: Seleziona tutto

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
ora edita detto file con

Codice: Seleziona tutto

sudo gedit /etc/X11/xorg.conf
aggiungendo nella sezione "Device" la riga

Codice: Seleziona tutto

Option          "AccelMethod"   "XAA"
salva il file, chiudi, riavvia la sessione e il fruscio dovrebbe diminuire notevolmente   ;)

ti posto il mio xorg.conf a mo' di esempio

Codice: Seleziona tutto

# xorg.conf (X.Org 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Monitor"
	Identifier	"Configured Monitor"
	Option		"DPMS"  "true"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Ati X1250"
	SubSection "Display"
		Virtual	2304 800
	EndSubSection
EndSection

Section "Module"
	Load "dbe"
	Load "dri"
	Load "glx"
EndSection

Section "DRI"
	Mode 0666
EndSection

Section "Extensions"
	Option "Composite" "Enable"
	Option "RENDER" "true"
	Option "DAMAGE" "true"
EndSection

Section "ServerLayout"
	Identifier      "Default Layout"
	Screen          "Default Screen"
	Option 		"AIGLX" "true"
EndSection

Section "Device"
	Identifier	"Ati X1250"
	Driver		"radeon"
	BusID		"PCI:1:5:0"
	Option "XAANoOffscreenPixmaps"
	Option "RenderAccel" "true"
	Option "AddARGBGLXVisuals" "true"
	Option "AllowGLXWithComposite" "true"
	Option          "AGPMode"       "8"
	Option          "AccelMethod"   "XAA"
	#Option          "ColorTiling"   "on"
EndSection

Section "ServerFlags"
	Option         "DontZap" "off"
EndSection

Re: strano fruscio di fondo...

Inviato: lunedì 6 luglio 2009, 21:26
da parkinson
# xorg.conf (X.Org 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Virtual 1280 960
EndSubSection
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection



scusa ma... non cè!

Re: strano fruscio di fondo...

Inviato: lunedì 6 luglio 2009, 21:31
da ub4ever
parkinson ha scritto: Section "Device"
Identifier "Configured Video Device"
EndSection

scusa ma... non cè!
deve diventare così:

Section "Device"
Identifier "Configured Video Device"
        Option          "AccelMethod"  "XAA"
EndSection

[Risolto] Re: strano fruscio di fondo...

Inviato: lunedì 6 luglio 2009, 21:39
da parkinson
incredibile! non so come ma funziona,non fa più il sibilio...
adesso però sono curioso,che mi hai detto di fare?

Re: strano fruscio di fondo...

Inviato: lunedì 6 luglio 2009, 21:49
da ub4ever
in pratica ho fatto in modo che il server grafico utilizzi il metodo di accelerazione XAA invece di quello EXA (più aggressivo, di nuova generazione e piu instabile) per maggiori approfondimenti ti consiglio una lettura al wiki paragrafo "Configurare xorg"

Re: strano fruscio di fondo...

Inviato: lunedì 6 luglio 2009, 21:51
da ub4ever
Se hai risolto modifica il titolo del primo post aggiungendo [RISOLTO]  (b2b)