auxiliar escribió:En XFree86, eso se hace toqueteando la sección "ServerFlags" del fichero de configuración de las X (/etc/X11/XFConfig-4). En Xorg debe de ser algo parecido...
Epsilon-e escribió:K -> Sistema ->configuracion ->configurar escritorio ->control de energia ->pantalla de control de energia. Y de grafico, ahi va.
capisergio escribió:Uso gentoo, xorg y fluxbox.
Option "DPMS" "on"
Option "BlankTime" "0" # minutos
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
bpeople escribió:Desde que me he pasado a xorg no me funciona bien el modo de ahorro de energía, y se me queda la pantalla iluminada pero en negro. He probado todas las opciones (poniendo un 1 minuto y esperando) y no he conseguido que se apague completamente el monitor. Con XFree y estas mismas opciones podía hacerlo sin problemas, bien desde KDE o bien desde XF86Config. Según leí era un bug de Xorg-6.7.0, y en 6.8.0 sería solventado, pero con XOrg-6.8.0 me sigue ocurriendo.
¿A alguien más le ocurre?
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/corefonts/"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "logiinkseusb"
Option "XkbLayout" "es"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5 - 48.5
VertRefresh 50.0 - 70.0
Option "DPMS" "on"
Option "Blanktime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection
Section "Device"
Identifier "Card0"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "NV5 [Aladdin TNT2]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection