fabricio8800
Tô em todas
Registrado
1.6K Mensagens
33 Curtidas
Coloque o comando no seu arquivo rc.local que fica em /etc/init.d/ assim o comando sera executado durante o boot.
mshonorato
General de Pijama
Registrado
3.8K Mensagens
156 Curtidas
Eu nao quero que inicie como "root", testei o comando como root e nao funcionou...
Quero que execute como usuário comum...
Marcos Honorato
Debian Bullseye
kubuntu 22.04.2 LTS
fabricio8800
Tô em todas
Registrado
1.6K Mensagens
33 Curtidas
Algum erro foi retornado quando executou o comando como root?
Raptor.X
Veterano
Registrado
947 Mensagens
37 Curtidas
Tente coloca-lo em /etc/rc.local assim será executado antes que o login seja feito.
Portanto ele não sera executado nem como root nem como usuário normal.
Abraço
Proc. I5 4570 - Mobo Intel Q87 Exp Chipset
16GB Smart DDR3 1666 - GForce GT 720 - SSD HyperX Kingston 480GB
“O talento educa-se na calma; o carácter, no tumulto da vida.” by Goethe
Ev3rTon
Super Participante
Registrado
475 Mensagens
9 Curtidas
Se esiver usando KDE, crie um arquivo de texto.sh com o comando a ser executado e coloque dentro da pasta /home/seu_usuario/.kde/Autostart
Espero ter ajudado...
Windows 7 Ultimate/ Ubuntu 10.04
Foxconn 45GMX
Intel Pentium e5300
2x 1GB DDR2 667
Point of View GeForce 9800GT
HD Samsung 160GB Sata II
DVD-RW Samsung
3RSystem IceAge 450w
DJ.
Zumbi
Registrado
7.9K Mensagens
135 Curtidas
Porque não resolve o problema ao invés de ficar nessa gambiarra ??
É só desativar/configurar o controle de energia. O que tem no xorg.conf ??
mshonorato
General de Pijama
Registrado
3.8K Mensagens
156 Curtidas
Olá DJ
Onde fica o xorg.conf, já tentei localizar com o "whereis xorg.conf" mas nao acha...
Marcos Honorato
Debian Bullseye
kubuntu 22.04.2 LTS
Raptor.X
Veterano
Registrado
947 Mensagens
37 Curtidas
Fica em /etc/X11/
Abraço!
Proc. I5 4570 - Mobo Intel Q87 Exp Chipset
16GB Smart DDR3 1666 - GForce GT 720 - SSD HyperX Kingston 480GB
“O talento educa-se na calma; o carácter, no tumulto da vida.” by Goethe
mshonorato
General de Pijama
Registrado
3.8K Mensagens
156 Curtidas
Valew raptor.x encontrei...
Mas dentro do arquivo nao entendi como desabilito o standby do monitor
E nada parecido com "xset -dpms"
Marcos Honorato
Debian Bullseye
kubuntu 22.04.2 LTS
Raptor.X
Veterano
Registrado
947 Mensagens
37 Curtidas
Oi
Ola, não tenho certeza mas... dentro do arquivo, procure o bloco de texto:
Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce 3 to GeForce 4"
Driver "nvidia"
Option "DPMS" "false"
Option "RenderAccel" "false"
Option "DynamicTwinView" "false"
Option "AddARGBGLXVisuals"
Option "IgnoreEDID" "1"
EndSection
Deixe a linha como esta acima neglito.
Abraço!
Proc. I5 4570 - Mobo Intel Q87 Exp Chipset
16GB Smart DDR3 1666 - GForce GT 720 - SSD HyperX Kingston 480GB
“O talento educa-se na calma; o carácter, no tumulto da vida.” by Goethe
mshonorato
General de Pijama
Registrado
3.8K Mensagens
156 Curtidas
Meu xorg.conf está assim:
# xorg.conf (X.Org 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
Marcos Honorato
Debian Bullseye
kubuntu 22.04.2 LTS
Raptor.X
Veterano
Registrado
947 Mensagens
37 Curtidas
Ok
Tente deixa-lo assim:
# xorg.conf (X.Org 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
arkRed">Option "DPMS" "false"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
Testa ai e posta os resultados!
Proc. I5 4570 - Mobo Intel Q87 Exp Chipset
16GB Smart DDR3 1666 - GForce GT 720 - SSD HyperX Kingston 480GB
“O talento educa-se na calma; o carácter, no tumulto da vida.” by Goethe
mshonorato
General de Pijama
Registrado
3.8K Mensagens
156 Curtidas
Não funcionou colocar a linha:
arkRed">Option "DPMS" "false"
No xorg.conf
Marcos Honorato
Debian Bullseye
kubuntu 22.04.2 LTS
mshonorato
General de Pijama
Registrado
3.8K Mensagens
156 Curtidas
Quando eu executo o comando "xset -dpms" como "root", aparece a mensagem:
"xset: unable to open display"
Marcos Honorato
Debian Bullseye
kubuntu 22.04.2 LTS