indicator-multiload 显示效果应该怎样设置呢?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
感受下
帖子: 62
注册时间: 2018-03-03 19:36
系统: ubuntu

indicator-multiload 显示效果应该怎样设置呢?

#1

帖子 感受下 » 2018-03-06 9:14

装了indicator 这个软件,但是我的现实效果很捉鸡。
显示的监控图标很小。
和网络上其他人展示出来的效果差远了?
搜索了很多内容,基本上就只说怎么安装。
附件
Screenshot from 2018-03-06 09-07-44.png
w(゚Д゚)w

linux_ubuntu新手,正在坚持长期使用
希望将来能为社区做贡献
(๑•̀ㅂ•́)و✧
w(゚Д゚)w
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: indicator-multiload 显示效果应该怎样设置呢?

#2

帖子 poloshiao » 2018-03-06 9:34

1. 把下面指令 複製 貼進終端機 執行
1-1. sudo cat /etc/os-release
1-2. sudo lshw -numeric -class video
1-3. lsmod | grep -P "(video|drm)"
1-4. echo $DESKTOP_SESSION
1-5. echo $XDG_SESSION_TYPE
把結果直接複製貼上來
感受下
帖子: 62
注册时间: 2018-03-03 19:36
系统: ubuntu

Re: indicator-multiload 显示效果应该怎样设置呢?

#3

帖子 感受下 » 2018-03-06 10:04

poloshiao 写了:1. 把下面指令 複製 貼進終端機 執行
1-1. sudo cat /etc/os-release
1-2. sudo lshw -numeric -class video
1-3. lsmod | grep -P "(video|drm)"
1-4. echo $DESKTOP_SESSION
1-5. echo $XDG_SESSION_TYPE
把結果直接複製貼上來
--------
1.
li@li-pc:~/Desktop$ sudo cat /etc/os-release
[sudo] password for li:
NAME="Ubuntu"
VERSION="17.10 (Artful Aardvark)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 17.10"
VERSION_ID="17.10"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and- ... acy-policy"
VERSION_CODENAME=artful
UBUNTU_CODENAME=artful
-----------
2.
li@li-pc:~/Desktop$ sudo lshw -numeric -class video
*-display
description: VGA compatible controller
product: Haswell-ULT Integrated Graphics Controller [8086:A16]
vendor: Intel Corporation [8086]
physical id: 2
bus info: pci@0000:00:02.0
version: 0b
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:45 memory:d0000000-d03fffff memory:c0000000-cfffffff ioport:5000(size=64) memory:c0000-dffff
*-display
description: Display controller
product: Jet XT [Radeon R5 M240] [1002:6664]
vendor: Advanced Micro Devices, Inc. [AMD/ATI] [1002]
physical id: 0
bus info: pci@0000:05:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi bus_master cap_list rom
configuration: driver=radeon latency=0
resources: irq:43 memory:b0000000-bfffffff memory:d0500000-d053ffff ioport:3000(size=256) memory:d0540000-d055ffff

-----------------------
3.
li@li-pc:~/Desktop$ lsmod | grep -P "(video|drm)"
uvcvideo 90112 0
videobuf2_vmalloc 16384 1 uvcvideo
videobuf2_memops 16384 1 videobuf2_vmalloc
videobuf2_v4l2 24576 1 uvcvideo
videobuf2_core 40960 2 uvcvideo,videobuf2_v4l2
videodev 176128 3 uvcvideo,videobuf2_core,videobuf2_v4l2
media 40960 2 uvcvideo,videodev
drm_kms_helper 167936 3 amdgpu,radeon,i915
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
drm 356352 21 amdgpu,radeon,i915,ttm,drm_kms_helper
video 40960 2 thinkpad_acpi,i915
--------
4.
li@li-pc:~/Desktop$ echo $DESKTOP_SESSION
ubuntu-xorg
------------
5.
li@li-pc:~/Desktop$ echo $XDG_SESSION_TYPE
x11


--------------
您好,根据您提供命令,显示如上。
非常感谢您的帮助。
w(゚Д゚)w

linux_ubuntu新手,正在坚持长期使用
希望将来能为社区做贡献
(๑•̀ㅂ•́)و✧
w(゚Д゚)w
感受下
帖子: 62
注册时间: 2018-03-03 19:36
系统: ubuntu

Re: indicator-multiload 显示效果应该怎样设置呢?

#4

帖子 感受下 » 2018-03-06 10:05

poloshiao 写了:1. 把下面指令 複製 貼進終端機 執行
1-1. sudo cat /etc/os-release
1-2. sudo lshw -numeric -class video
1-3. lsmod | grep -P "(video|drm)"
1-4. echo $DESKTOP_SESSION
1-5. echo $XDG_SESSION_TYPE
把結果直接複製貼上來
--------
1.
li@li-pc:~/Desktop$ sudo cat /etc/os-release
[sudo] password for li:
NAME="Ubuntu"
VERSION="17.10 (Artful Aardvark)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 17.10"
VERSION_ID="17.10"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and- ... acy-policy"
VERSION_CODENAME=artful
UBUNTU_CODENAME=artful
-----------
2.
li@li-pc:~/Desktop$ sudo lshw -numeric -class video
*-display
description: VGA compatible controller
product: Haswell-ULT Integrated Graphics Controller [8086:A16]
vendor: Intel Corporation [8086]
physical id: 2
bus info: pci@0000:00:02.0
version: 0b
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:45 memory:d0000000-d03fffff memory:c0000000-cfffffff ioport:5000(size=64) memory:c0000-dffff
*-display
description: Display controller
product: Jet XT [Radeon R5 M240] [1002:6664]
vendor: Advanced Micro Devices, Inc. [AMD/ATI] [1002]
physical id: 0
bus info: pci@0000:05:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi bus_master cap_list rom
configuration: driver=radeon latency=0
resources: irq:43 memory:b0000000-bfffffff memory:d0500000-d053ffff ioport:3000(size=256) memory:d0540000-d055ffff

-----------------------
3.
li@li-pc:~/Desktop$ lsmod | grep -P "(video|drm)"
uvcvideo 90112 0
videobuf2_vmalloc 16384 1 uvcvideo
videobuf2_memops 16384 1 videobuf2_vmalloc
videobuf2_v4l2 24576 1 uvcvideo
videobuf2_core 40960 2 uvcvideo,videobuf2_v4l2
videodev 176128 3 uvcvideo,videobuf2_core,videobuf2_v4l2
media 40960 2 uvcvideo,videodev
drm_kms_helper 167936 3 amdgpu,radeon,i915
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
drm 356352 21 amdgpu,radeon,i915,ttm,drm_kms_helper
video 40960 2 thinkpad_acpi,i915
--------
4.
li@li-pc:~/Desktop$ echo $DESKTOP_SESSION
ubuntu-xorg
------------
5.
li@li-pc:~/Desktop$ echo $XDG_SESSION_TYPE
x11


--------------
您好,根据您提供命令,显示如上。
非常感谢您的帮助。
w(゚Д゚)w

linux_ubuntu新手,正在坚持长期使用
希望将来能为社区做贡献
(๑•̀ㅂ•́)و✧
w(゚Д゚)w
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: indicator-multiload 显示效果应该怎样设置呢?

#5

帖子 poloshiao » 2018-03-06 19:33

echo $DESKTOP_SESSION
ubuntu-xorg
1. Ubuntu-xorg 修改自 Gnome-xorg 基於 gnome-shell
所以大量採用 Gnome shell extension
1-1. https://launchpad.net/~gnome-shell-exte ... ubuntu/ppa
1-2. 參見
1-2-1. https://askubuntu.com/a/973946
1-2-2. https://askubuntu.com/questions/968641/ ... g-in-17-10
1-2-3. https://www.omgubuntu.co.uk/2017/03/use ... nome-shell

2. 如果你習慣於 unity 桌面環境 可以安裝 unity-session
感受下
帖子: 62
注册时间: 2018-03-03 19:36
系统: ubuntu

Re: indicator-multiload 显示效果应该怎样设置呢?

#6

帖子 感受下 » 2018-03-06 23:00

poloshiao 写了:
echo $DESKTOP_SESSION
ubuntu-xorg
1. Ubuntu-xorg 修改自 Gnome-xorg 基於 gnome-shell
所以大量採用 Gnome shell extension
1-1. https://launchpad.net/~gnome-shell-exte ... ubuntu/ppa
1-2. 參見
1-2-1. https://askubuntu.com/a/973946
1-2-2. https://askubuntu.com/questions/968641/ ... g-in-17-10
1-2-3. https://www.omgubuntu.co.uk/2017/03/use ... nome-shell

2. 如果你習慣於 unity 桌面環境 可以安裝 unity-session
感谢,我看有不有其它方式,或者不用这个工具。

我才开始用ubuntu的新手,并且官方也不再支持unity,下个版本18.04TLS,gnome 和 xorg 都是默认的。
昨天使用teamviwer,发现必须在xorg环境下才能正常被远程访问。
让我想到之前安装shutter 那个问题,应该也是这样,只能在xorg下运行,wanyland可能不行(目前没测试,只是推断)。

刚开始用ubuntu,很吃力(为了加快适应,未装双系统)
一开机,很害怕遇到前几天的问题,进不了桌面,然后各种搜索折腾一通后,选择重装,很是绝望啊。
当时想在论坛上提这个问题,但是那天我们论坛(forum.ubuntu.org.cn)好像挂了404.
w(゚Д゚)w

linux_ubuntu新手,正在坚持长期使用
希望将来能为社区做贡献
(๑•̀ㅂ•́)و✧
w(゚Д゚)w
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: indicator-multiload 显示效果应该怎样设置呢?

#7

帖子 poloshiao » 2018-03-07 18:00

刚开始用ubuntu,很吃力
入門級參閱資料

https://help.ubuntu.com/17.10/ubuntu-help/index.html
Ubuntu 桌面指南

https://help.ubuntu.com/lts/serverguide/index.html
Ubuntu 伺服器指南
回复