0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Xserver VPSのVNCコンソールでマウスカーソルが表示されない

0
Posted at

Xserver VPS 無料4GBにOSイメージをUbuntuデスクトップ(GNOME)
を選択しサーバーを建てた。
VNCコンソールから接続した時、マウスカーソルが表示されない。
クリックはできているので認識していないわけではない。

解決方法

VPSパネルからシリアルコンソールを開きrootと入力しEnter
契約時に決めたパスワードでrootにログインする。
以下のコードを実行する。

sudo nano /etc/X11/xorg.conf

nanoが開くと思うので、以下を記述する。

Section "Device"
    Identifier "Configured Video Device"
    Driver "qxl"
    Option "SWCursor" "true"
EndSection

保存したら再起動する。
そして、VNCコンソールを開くとマウスカーソルが表示されるはずです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?