TTY1
마지막 GUI 세션이 정지된 이유에 대한 단서를 제공할 수 있다고 생각되는 몇 가지 출력이 있습니다 ( CtrlAltBackspace터미널로 돌아가서 GUI를 다시 로드할 수 있음).
그러나 화면의 텍스트를 복사하는 방법을 찾을 수 없는 것 같지만 (희망합니다) 아직 파일/장치에서 사라지지는 않습니다. 어떤 제안이 있으십니까?
답변1
/dev/tty0
Linux에서는 현재 가상 터미널이고 /dev/tty1
...는 /dev/tty2
각 가상 터미널입니다.
/dev/vcs1
/dev/vcs2
장치 또는 /dev/vcs
(때때로 ) 현재 장치를 통해 /dev/vcs0
각 콘텐츠의 덤프를 얻을 수 있습니다 .
# cp /dev/vcs1 some-file
# stty size < /dev/tty1
67 240
# fold -w 240 < some-file | sed 's/ *$//'
[...]
X.Org X Server 1.12.4
Release Date: 2012-08-27
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.2.0-4-amd64 x86_64 Debian
Current Operating System: Linux sc 3.10-2-amd64 #1 SMP Debian 3.10.7-1 (2013-08-17) x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10-2-amd64 root=/dev/mapper/linux-debian64 ro quiet
Build Date: 17 April 2013 10:22:47AM
xorg-server 2:1.12.4-6 (Julien Cristau <[email protected]>)
Current version of pixman: 0.30.2
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.1.log", Time: Mon Sep 2 10:19:44 2013
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
resize called 1920 1080
[...]
답변2
아직 설치하지 않으셨다면 꼭 설치해주세요갤런/분.
그런 다음 마우스를 사용하여 필요한 텍스트를 쉽게 복사하여 편집기(또는 cat -> tmpfile.txt
)에 붙여넣습니다(가운데 버튼 사용).
대부분의 배포판에서 사용할 수 있으며 다음과 같은 경우에도 사용할 수 있습니다.타르볼과 GitHub 저장소.