PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : LCD beleuchtung ausschalten?



Masta Pete
14.12.04, 22:44
Hi Leute,
ich hätte gerne gewusst, wie ich auf meinem notebook die LCD-Hintergrundbeleuchtung auschalten kann. ich habe es schon mit xset -display :0 dpms force off probiert, aber da wird nur das bild schwarz und die beleutung bleibt an. Vil. weis ja jemand was dazu??

thx
pete

tictactux
14.12.04, 23:46
für XFree86 gilt (siehe auch man XF86Config):
in Section ServerFlags (Beispielzeiten mit xset änderbar)
Option "BlankTime" "5"
Option "StandbyTime" "10"
Option "OffTime" "15"

Die DPMS-Ausschalten wird nur wirksam, wenn in der "Section Monitor"
ein Eintrag Option "DPMS" steht (wie in der manpage betont).

Und damit tut's bei mir (vermute, Du hast in "Monitor" kein DPMS stehen).
Ab Stufe "Standby" geht das Backlight aus.

HTH
Wolfgang

Masta Pete
15.12.04, 18:12
@tictactux: Danke, funktioniert mit der Option DPMS wunderbar.

lg
pete

Dermannweg
17.03.06, 13:26
hallo,

ich kann mein Bild auch abschalten, aber die Beleuchtung bleibt an
xset dpms force off.
Habe in der Section "Monitor" DMPS eingetragen, jedoch kann ich keine Section "ServerFlags" finden. Allerdings nutze ich xorg.
Könnte mir jemand sagen, wie ich das hinbekomme?

Danke,
mfg mw

BSM
17.03.06, 21:41
Dann poste doch mal deine Config.

Und wenn du DPMS schon eingetragen hast, kannst du mit xset q abfragen ob dein Monitor das unterstützt.

Gruß Robert

Dermannweg
17.03.06, 22:32
gesagt getan

elle@mtix:~$ xset q
Keyboard Control:
auto repeat: on key click percent: 0 LED mask: 00000000
auto repeat delay: 500 repeat rate: 30
auto repeating keys: 00ffffffdffffbbf
fadfffdfffdfe5ef
ffffffffffffffff
ffffffffffffffff
bell percent: 50 bell pitch: 400 bell duration: 100
Pointer Control:
acceleration: 2/1 threshold: 4
Screen Saver:
prefer blanking: yes allow exposures: yes
timeout: 0 cycle: 0
Colors:
default colormap: 0x20 BlackPixel: 0 WhitePixel: 65535
Font Path:
/usr/share/X11/fonts/misc,/usr/share/X11/fonts/100dpi/:unscaled,/usr/share/X11/fonts/75dpi/:unscaled,/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/100dpi,/usr/share/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
Bug Mode: compatibility mode is disabled
DPMS (Energy Star):
Standby: 1800 Suspend: 2700 Off: 3000
DPMS is Enabled
Monitor is On
File paths:
Config file: /etc/X11/xorg.conf
Modules path: /usr/X11R6/lib/modules
Log file: /var/log/Xorg.0.log
elle@mtix:~$



und die nette xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

Section "Device"
Identifier "NVIDIA Corporation NV11 [GeForce2 Go]"
Driver "nv"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Standardbildschirm"
Option "DPMS"
HorizSync 28-70
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV11 [GeForce2 Go]"
Monitor "Standardbildschirm"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 4
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 8
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 15
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 16
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 24
Modes "1400x1050"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection