FerAeroespacial
(usa Debian)
Enviado em 13/01/2016 - 17:08h
unnslacker escreveu:
Tente então gerar um arquivo /etc/X11/xorg.conf "básico" através deste comando, conforme o @Arthur_Hoch já sugeriu e que, segundo a Wiki do Arch Linux, gera um "esqueleto" deste arquivo:
Xorg :0 -configure
Observe que o comando acima deve ser executado como root, com o "X" maiúsculo, com o ":0" incluído entre os parâmetros e com o "configure" precedido por um traço
Note ainda que, se você executar o comando acima dentro de um WM/DE (ou seja, com o X em execução), você deve trocar o número 0 por qualquer outro diferente dele (1, 2, 3...)
---
~$ seq -f '4/%g' 1 2 99999 | paste -sd-+ | bc -l
# Xorg :2 -configure
X.Org X Server 1.18.0
Release Date: 2015-11-09
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.2.5-1-ARCH x86_64
Current Operating System: Linux ArchLinux 4.3.3-2-ARCH #1 SMP PREEMPT Wed Dec 23 20:09:18 CET 2015 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=21421e42-d9cf-419b-b7e5-b166c400d22a rw quiet
Build Date: 08 January 2016 05:56:16PM
Current version of pixman: 0.32.8
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.2.log", Time: Wed Jan 13 16:55:53 2016
List of video drivers:
intel
modesetting
(++) Using config file: "/root/xorg.conf.new"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Xorg detected your mouse at device /dev/input/mice.
Please check your config if the mouse is still not
operational, as by default Xorg tries to autodetect
the protocol.
Your xorg.conf file is /root/xorg.conf.new
To test the server, run 'X -config /root/xorg.conf.new'
(EE) Server terminated with error (2). Closing log file.
[root@ArchLinux fernando_uvinha]# X -config /root/xorg.conf.new
(EE)
Fatal server error:
(EE) Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.
(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE)
Aí como o sugerido rodei e teve o mesmo erro do comando acima:
[code]# X -config /root/xorg.conf.new[
(EE)
Fatal server error:
(EE) Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.
(EE)
(EE)
Please consult the The X.Org Foundation support
at
http://wiki.x.org
for help.
(EE)
/code]
E agora, posso remover /tmp/.X0-lock?