Moderator: ago


ti capita quando usi un DE ???giusto ????fbcyborg wrote:Da qualche tempo se non tocco il pc per qualche minuto lo schermo mi diventa nero. Non so chi o cosa abbia cambiato questo comportamento.
Lo screensaver è disabilitato ed ho cercato di capire come risolvere il problema anche guardando in centro di controllo e nello xorg.conf.
A volte compare anche la X grande di Xorg.. come una specie di screensaver. Ma la maggior parte delle volte è schermo nero.
Se tocco il mouse torno alla mia sessione.
Come disabilito lo spegnimento automatico dello schermo? non so più dove cercare questa impostazione.
Grazie.
Perdonami, avevo letto che non usavi lo screensaver ma non ho specificato bene. Il fatto è che ho il tuo stesso problema, con sta x poi che appare alcune volte sì altre no, pur utilizzando xscreensaver (kscreensaver invece non solo non è attivo ma non l'ho proprio installato)fbcyborg wrote:Io invece non utilizzo xscreensaver.
Gli unici pacchetti inerenti allo screensaver installati sul mio sistema sono: kdeartwork-kscreensaver e kscreensaver.

però se hai installato "kde-base/kdebase-meta-3.5.5" ,dovrebbe averti installato anche kscreensaver.pingoo wrote:Perdonami, avevo letto che non usavi lo screensaver ma non ho specificato bene. Il fatto è che ho il tuo stesso problema, con sta x poi che appare alcune volte sì altre no, pur utilizzando xscreensaver (kscreensaver invece non solo non è attivo ma non l'ho proprio installato)fbcyborg wrote:Io invece non utilizzo xscreensaver.
Gli unici pacchetti inerenti allo screensaver installati sul mio sistema sono: kdeartwork-kscreensaver e kscreensaver.
Ciao
Infatti ho preferito usare kde-base/kdebase-startkdecrisandbea wrote: però se hai installato "kde-base/kdebase-meta-3.5.5" ,dovrebbe averti installato anche kscreensaver.
Sinceramente non lo so benissimo, cioè, ho attivo acpi per permettere a xscreensaver di spegnere il monitorcomunque a me non capita mai questo problema è pure uso kde anche io. non è che avete configurato qualcosa per il risparmio energetico ????
ciauz
Code: Select all
# ps ax | grep acp
8 ? S< 0:00 [kacpid]
4913 ? Ss 0:00 acpid
5053 ? S 0:00 /usr/libexec/hald-addon-acpi
Code: Select all
# ps aux | grep acp
root 10 0.0 0.0 0 0 ? S< 09:56 0:00 [kacpid]
root 10093 0.0 0.0 2648 548 pts/0 R+ 22:40 0:00 grep --colour=auto acp

Code: Select all
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
Load "glx"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "ServerFlags"
Option "BlankTime" "0"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "My Monitor"
HorizSync 30-70
VertRefresh 60-160
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "My Video Card"
Driver "radeon"
Option "DPMS" "0"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "My Video Card"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "dri"
Mode 0666
EndSection

Code: Select all
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
Load "dri"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/sharefonts/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Buttons" "5"
Option "Protocol" "explorerps/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "LG Flatron 775FT"
HorizSync 30-70
VertRefresh 50-160
Option "DPMS"
EndSection
Section "Device"
Identifier "ATI radeon 7000"
Driver "radeon"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "ATI radeon 7000"
Monitor "LG Flatron 775FT"
DefaultDepth 16
Subsection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "AIGLX" "true"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection

pingoo wrote: Ah, io poi ho sia acpid nel kernel che come pacchetto esterno, probabilmente devo fare pulizia, ma l'ho fatto perché per un periodo stavo provando ad abilitare i sensori. Nel caso siano in conflitto, cosa togliere?
Ciao
Code: Select all
emerge -uDN worldNo, almeno nel mio caso, e comunque non credo. Come gli altri con kde, vero? Quando torno a casa controllo le USE, che sia una USE xscreensaver in qualche pacchetto kde a causare danno?GiRa wrote: Domanda: ma con xscreensaver-demo la si riesce a disabilitare?
Code: Select all
equery h xscreensaver
[ Searching for USE flag xscreensaver in all categories among: ]
* installed packages
[I--] [ ~] kde-base/kdesktop-3.5.5-r1 (3.5)