Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index International Gentoo Users Forum italiano (Italian) Forum di discussione italiano
  • Search

Spegnimento automatico dello schermo

Tutte le discussioni direttamente correlabili all'informatica e/o a GNU/*nix.

Moderator: ago

Post Reply
  • Print view
Advanced search
34 posts
  • Previous
  • 1
  • 2
Author
Message
riverdragon
Veteran
Veteran
User avatar
Posts: 1269
Joined: Thu Sep 14, 2006 9:16 am
Location: Verona

  • Quote

Post by riverdragon » Wed Oct 24, 2007 9:23 pm

Hai controllato all'interno delle opzioni per il risparmio energetico?
Top
fbcyborg
Advocate
Advocate
User avatar
Posts: 3056
Joined: Sun Oct 16, 2005 12:08 pm
Location: ROMA

  • Quote

Post by fbcyborg » Thu Oct 25, 2007 5:34 pm

Si ma non sono riuscito a "beccare" l'opzione giusta da impostare... Magari sarò ciecato.. ma non sono riuscito a vederla.
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
Top
Tigerwalk
Guru
Guru
User avatar
Posts: 475
Joined: Tue May 15, 2007 12:31 pm
Location: Napoli

  • Quote

Post by Tigerwalk » Thu Oct 25, 2007 9:06 pm

in xorg.conf alla section server layout, aggiungere Option "OffTime" "n°min." come nell'es. sotto

Code: Select all

Section "ServerLayout"
Option "AIGLX" "true"
Option "OffTime" "10"
e si spegne dopo "10" min. ad esempio
Linux user N°447789
Carpe diem (quam minimum credula postero) -Orazio (I,11)
Top
fbcyborg
Advocate
Advocate
User avatar
Posts: 3056
Joined: Sun Oct 16, 2005 12:08 pm
Location: ROMA

  • Quote

Post by fbcyborg » Fri Oct 26, 2007 12:14 pm

OK, Grazie! :wink:

In realtà però nel mio xorg.conf avevo già un

Code: Select all

Option "OffTime" "30"
:!: :!: :!: :!: :!:
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
Top
the_mk
n00b
n00b
Posts: 28
Joined: Mon Feb 27, 2006 7:53 pm
Location: Italian and Proud

  • Quote

Post by the_mk » Fri Nov 02, 2007 8:23 pm

salve a tutti.

anche io soffro di questo problema, o almeno di un problema decisamente simile.
Dopo pochi minuti di inattività il monitor si spegne e lo schermo diventa nero.

il bello (o il brutto, dipende) è che ho ri-compilato il kernel togliendo tutto il supporto ad acpi
(mi sono assicurato di non avere /proc/acpi)
nella lista dei processi non compare alcuna gestione acpi (tipo kacpi)
e una volta fatto partire X, (e twm, il mio gestore delle finestre), eseguo
setterm -powerdown 0
setterm -powersave off

questo è il xorg.conf:

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"
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"    "Auto"	# Auto detect
    Option "Device"      "/dev/psaux"
    Option "ZAxisMapping"   "4 5 6 7"
EndSection
Section "Monitor"
   Identifier  "MONITOR"
      Option          "IgnoreEDID"
       VertRefresh     30-90
       HorizSync       20-150
ModeLine "ATSC-720p60Hz" 74.160 1280 1352 1392 1648 720 725 730 750
ModeLine "My720p"  73.825 1280 1320 1368 1640 720 722 724 751 +hsync +vsync # 74.086 MHz 44.955 kHz 5$
ModeLine "My720p2" 73.825 1280 1320 1368 1640 720 722 724 751 +hsync +vsync # 74.086 MHz 44.955 kHz 5$
Modeline "1280x720_60.00" 74.25 1280 1352 1432 1648 720 725 730 750 -hsync -vsync
Modeline "1280x720_50.00" 74.25 1280 1360 1400 1984 720 725 730 750 -hsync -vsync
ModeLine "ATSC-720-59.94p" 74.176 1280 1320 1376 1650 720 722 728 750
ModeLine "ATSC-720-60p" 74.25 1280 1320 1376 1650 720 722 728 750
       DisplaySize             320 180
       #DisplaySize            1085.34125 610.504451
EndSection
Section "Device"
    Identifier	"Standard VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"
EndSection
Section "Device"
    Identifier  "VIDEOCARD"
    Driver      "nvidia"
	# unsupported card
    VideoRam    65536
    # Insert Clocks lines here if appropriate
 	 Option       "RenderAccel" "true"
       Option       "AllowGLXWithComposite" "true"
       Option       "ConnectedMonitor" "DFP"
EndSection  
Section "Screen"
    Identifier  "Screen 1"
    Device      "VIDEOCARD"
    Monitor     "MONITOR"
    DefaultDepth 24
    Subsection "Display"
       Viewport   0 0
       Depth     24
       Modes "720p2"
   EndSubSection
EndSection
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
 Section "DRI"
    Mode 0666
 EndSection


(c'è un pò di confusione perchè ho fatto alcune prove con la risoluzione hdready e la mia tv)
inoltre (almeno consapevolmente) non ho installato nessun screensaver)


qualche idea?

edit: ho editato come consigliato, effettivamente la formattazione è nettamente migliore, concordo con la scelta pienamente.
Last edited by the_mk on Fri Nov 02, 2007 11:47 pm, edited 4 times in total.
Top
bandreabis
Advocate
Advocate
User avatar
Posts: 2497
Joined: Fri Feb 18, 2005 4:21 pm
Location: イタリアのロディで

  • Quote

Post by bandreabis » Fri Nov 02, 2007 11:02 pm

togli i commenti e usa i tag, per favore :wink:
Il numero di post non fa di me un esperto! Anzi!
Top
fbcyborg
Advocate
Advocate
User avatar
Posts: 3056
Joined: Sun Oct 16, 2005 12:08 pm
Location: ROMA

  • Quote

Post by fbcyborg » Fri Nov 02, 2007 11:27 pm

bandreabis wrote:togli i commenti e usa i tag, per favore :wink:
the_mk: che t'avevo detto??? :D L'hai letto il mio messaggio privato? :D Mi sa che non hai fatto in tempo!!! ;)
[HOWTO] Come criptare la /home usando cryptsetup e luks
[HOWTO] Abilitare il supporto al dom0 XEN su kernel 3.X
Help answer the unanswered
Top
the_mk
n00b
n00b
Posts: 28
Joined: Mon Feb 27, 2006 7:53 pm
Location: Italian and Proud

  • Quote

Post by the_mk » Sat Nov 03, 2007 8:18 am

ho aggiunto:

Code: Select all


Option	"BlankTime"	"0"
Option	"StandbyeTime"	"0"
Option	"SuspendTime"	"0"
Option	"OffTime"	"0"

ma senza risultati
Top
GiRa
l33t
l33t
Posts: 717
Joined: Thu Apr 07, 2005 1:33 pm

  • Quote

Post by GiRa » Sat Nov 03, 2007 9:08 am

Tempo fa io aggirai il problema con xset.
Top
Post Reply
  • Print view

34 posts
  • Previous
  • 1
  • 2

Return to “Forum di discussione italiano”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic