LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-01-2018, 03:53 AM   #16
Linux questions
LQ Newbie
 
Registered: Aug 2018
Location: Hungary
Distribution: Deepin Linux, elementary OS.
Posts: 8

Original Poster
Rep: Reputation: Disabled

Do you know what are these? These services are using around 40ms/s:

/bin/warm-daemon -auto -etc=/var/lib/warm-sched/etc -cache=/var/lib/warm-sched/cache

/usr/lib/xorg/Xorg -background none :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt1 -novtswitch
 
Old 09-01-2018, 03:56 AM   #17
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
Xorg is the graphical engine. So you need it definitely.
 
Old 09-01-2018, 10:36 AM   #18
Linux questions
LQ Newbie
 
Registered: Aug 2018
Location: Hungary
Distribution: Deepin Linux, elementary OS.
Posts: 8

Original Poster
Rep: Reputation: Disabled
Thank you! And what is the first one?
 
Old 09-01-2018, 10:53 AM   #19
Timothy Miller
Moderator
 
Registered: Feb 2003
Location: Arizona, USA
Distribution: Debian, EndeavourOS, OpenSUSE, KDE Neon
Posts: 4,005
Blog Entries: 26

Rep: Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521Reputation: 1521
warmd manages "intelligent" caching.
 
Old 09-01-2018, 11:42 AM   #20
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
if you want to play movies on your laptop probably you can create/recompile a hardware-accelerated version of VLC. At least I read something like this somewhere.
Also if you want to fine-tune that linux probably you need to compile/build your own kernel too.
 
Old 09-01-2018, 04:01 PM   #21
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Linux questions View Post
Code:
00:02.0 VGA compatible controller: Intel Corporation Device 5917 (rev 07)
	Subsystem: Lenovo Device 3979
	Kernel driver in use: i915
	Kernel modules: i915
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
	Subsystem: Lenovo Sunrise Point-LP USB 3.0 xHCI Controller
--
01:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Device 699f (rev c0)
	Subsystem: Lenovo Device 3804
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
	Subsystem: Lenovo RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
so there's two gpus in there.
these laptops save battery by switching to the more resource-intensive (the amd) only when it is necessary, and run the onboard gpu otherwise.
under linux this does not always work so well.
you should check that out.
keywords: hybrid graphics, bumblebee
 
Old 09-02-2018, 02:35 AM   #22
Linux questions
LQ Newbie
 
Registered: Aug 2018
Location: Hungary
Distribution: Deepin Linux, elementary OS.
Posts: 8

Original Poster
Rep: Reputation: Disabled
Hybrid graphics works fine for me. Not with bumblebee because it's for Nvidia cards only, but with "DRI_PRIME=1 programname" I can use GPU heavy apps with AMD GPU when I want to, but normally it's not in use.
 
Old 09-04-2018, 07:34 PM   #23
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,830
Blog Entries: 17

Rep: Reputation: 638Reputation: 638Reputation: 638Reputation: 638Reputation: 638Reputation: 638
Quote:
Originally Posted by Linux questions View Post
I've set the CPU governor to powersave.
Personally I don't like "powersave", and my general dislike for it and general like for "conservative" was confirmed when I read an article about performance and power saving abilities of the different CPU governors. Powersave was very poor at high performance, while by most vectors "conservative" was very good. This leads me to believe that "conservative" is a reasonable choice. It is in a way like powersaves, but it scales up better "ondemand" and saves power better than the "ondemand" governor.

This leads me to believe it could take longer to perform the same tasks using powersave rather than conservative, and per task have a higher power consumption with powersave than conservative. I am no expert, this is just my feeling about the issue. Conservative does not burst to max performance as quickly as "ondemand" either.
 
Old 09-04-2018, 07:37 PM   #24
zeebra
Senior Member
 
Registered: Dec 2011
Distribution: Slackware
Posts: 1,830
Blog Entries: 17

Rep: Reputation: 638Reputation: 638Reputation: 638Reputation: 638Reputation: 638Reputation: 638
Quote:
Originally Posted by ondoho View Post
so there's two gpus in there.
these laptops save battery by switching to the more resource-intensive (the amd) only when it is necessary, and run the onboard gpu otherwise.
under linux this does not always work so well.
you should check that out.
keywords: hybrid graphics, bumblebee
There is no real need to use the AMD in Linux is there? If he runs the Intel one? This should definetely save power, by using only the Intel one.

Unless ofcourse he plans do play games or render 3d stuff.
 
Old 09-05-2018, 12:34 AM   #25
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
but return back to the original post, would like to know if windows was booted which gpu had been used/activated (and how was that video played at all).
 
Old 09-05-2018, 04:36 AM   #26
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
https://www.makeuseof.com/tag/easily...ife-tlp-linux/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Laptop Mode Tools 1.68.1 Is Out to Extend Your Laptop's Battery Life LXer Syndicated Linux News 0 09-28-2015 02:54 AM
Gateway VTX-400 extend battery life (Jupiter v. TLP) mathman48 Linux - Laptop and Netbook 2 01-24-2014 11:50 PM
Laptop Battery life.. Does Distro affect battery life?? jeevanism Linux - Hardware 6 07-09-2011 02:16 AM
best long battery life laptop for linux grubber33 Linux - Laptop and Netbook 1 10-01-2007 01:21 PM
LXer: Intel and PowerTOP extend Linux laptop battery life LXer Syndicated Linux News 0 05-17-2007 11:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration