Pagina 1 di 1

nn riesco a bloccare l'oscuramento del monitor...

Inviato: domenica 16 marzo 2008, 14:13
da volley_3
salve dopo circa 10 minuti il monitor mi si oscura... ho provato a dare dei cambiamenti su xorg ma nn sono riuscito... vi posto il mio xorg

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 "Files"
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"
	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	"ATI Technologies Inc RV380 [Radeon X600 (PCIE)]"
	Driver		"ati"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"NECCI CALL17"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RV380 [Radeon X600 (PCIE)]"
	Monitor		"NECCI CALL17"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
    Option  "BlankTime"  "5"  # Oscura lo schermo dopo 5 minuti (Fake)
    Option  "StandbyTime"  "10"  # Spegne lo schermo dopo 10 minuti (DPMS)
    Option  "SuspendTime"  "20"  # Sospende dopo 20 minuti
    Option  "OffTime"  "30"  # Spegne dopo mezz’ora

# Uncomment if you have a wacom tablet
#	InputDevice     "stylus"	"SendCoreEvents"
#	InputDevice     "cursor"	"SendCoreEvents"
#	InputDevice     "eraser"	"SendCoreEvents"
EndSection
grazie... nn so che fare

Re: nn riesco a bloccare l'oscuramento del monitor...

Inviato: domenica 16 marzo 2008, 14:15
da V
hai controllato screensaver e risparmio energetico?

Re: nn riesco a bloccare l'oscuramento del monitor...

Inviato: domenica 16 marzo 2008, 14:27
da volley_3
si gia visto... e controllato... spegnimento monitor è impostato su mai.... come posso risolvere

http://3v1n0.tuxfamily.org/blog/informa ... o-su-xorg/

anche seguendo al guida sopra riportata... niente nn funge... bo! come faccio... io voglio che il monitor nn si spenga mai

Re: nn riesco a bloccare l'oscuramento del monitor...

Inviato: domenica 16 marzo 2008, 16:35
da V
mi dispiace, l'unico cosa che mi era venuta in mente era il risparmio energetico e la disabilitazione dello screen saver

spero che qualcun'altro abbia altre idee

Re: nn riesco a bloccare l'oscuramento del monitor...

Inviato: domenica 16 marzo 2008, 17:31
da Sakuragno
sudo gedit /etc/X11/xorg.conf

ed infondo aggiungi queste righe :)


Section "ServerFlags"
        Option          "BlankTime"    "0"
        Option          "StandbyTime"  "0"
        Option          "SuspendTime"  "0"
        Option          "OffTime"      "0"
EndSection