x11サーバー


 

[root@falcon21 ~]# dnf --enablerepo=PowerTools install xorg-x11-apps

インストール済み:

  xorg-x11-apps-7.7-21.el8.x86_64

  xorg-x11-fonts-misc-7.5-19.el8.noarch

  xorg-x11-xbitmaps-1.1.1-13.el8.noarch

 

完了しました!

 

 

 

  カードを確認

 

[root@falcon21 ~]# lspci | grep -e VGA -e 3D

00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integra                       ted Graphics Controller (rev 03)

 

 

  適切なドライバーをインストール  ・・・無視

 

[root@falcon21 ~]# pacman -Ss xf86-video

bash: pacman: コマンドが見つかりませんでした...

 

 

  pacmanをインストール出来ない

 

 

 xorg.conf のスケルトンを生成するには

 

 

[root@falcon21 ~]# Xorg :0 -configure

 

X.Org X Server 1.20.6

X Protocol Version 11, Revision 0

Build Operating System:  4.19.34-300.el7.x86_64

Current Operating System: Linux falcon21.space 4.18.0-193.28.1.el8_2.x86_64 #1 SMP Thu Oct 22 00:20:22 UTC 2020 x86_64

Kernel command line: BOOT_IMAGE=(hd0,msdos1)/vmlinuz-4.18.0-193.28.1.el8_2.x86_64 root=/dev/mapper/cl-root ro crashkernel=auto resume=/dev/mapper/cl-swap rd.lvm.lv=cl/root rd.lvm.lv=cl/swap rhgb quiet

Build Date: 24 April 2020  02:49:29AM

Build ID: xorg-x11-server 1.20.6-3.el8

Current version of pixman: 0.38.4

        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.0.log", Time: Sat Nov 28 18:10:48 2020

List of video drivers:

        ati

        intel

        nouveau

        qxl

        radeon

        vmware

        modesetting

(++) Using config file: "/root/xorg.conf.new"

(==) Using system config directory "/usr/share/X11/xorg.conf.d"

modprobe: FATAL: Module fbcon not found in directory /lib/modules/4.18.0-193.28.1.el8_2.x86_64

intel: waited 2020 ms for i915.ko driver to load

Number of created screens does not match number of detected devices.

  Configuration failed.

(EE) Server terminated with error (2). Closing log file.

 

      --------------------------------------------------

 

modprobe: FATAL: Module fbcon not found in directory /lib/modules/4.18.0-193.28.1.el8_2.x86_64

 

 

 

 

motifを導入しstartxが参照するファイルの記述を修正

 

[root@falcon21 ~]# yum install motif

インストール済み:

  libXp-1.0.3-3.el8.x86_64                motif-2.3.4-16.el8.x86_64

 

完了しました!

 

 

  diff コマンド

#  diff -u 

 

 

 

デスクトップ上でマウス以外の操作を行えるように

[root@falcon21 ~]# yum install xterm

インストール済み:

  xterm-331-1.el8.x86_64               xterm-resize-331-1.el8.x86_64

 

完了しました!

 

  -------------  リモートで、xterm だけ、表示された。-------------

 

 

[root@falcon21 ~]# yum install xclock

メタデータの期限切れの最終確認: 0:44:46 時間前の 2020年11月28日 17時55分29秒 に実施しました。

パッケージ xorg-x11-apps-7.7-21.el8.x86_64 はすでにインストールされています。

依存関係が解決しました。

行うべきことはありません。

完了しました!

 
投票数:0 平均点:0.00

 
Back to Top