LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   How to know video card work in debian 8 (https://www.linuxquestions.org/questions/debian-26/how-to-know-video-card-work-in-debian-8-a-4175541609/)

Raied_F1 05-04-2015 02:25 PM

How to know video card work in debian 8
 
Hi
How to know video card work in debian 8 ?
becouse u see my laptop very slow and the fan work with full speed.
also i have overheating problem.
i try
Quote:

lspci -vnn|grep VGA
and get this.

Quote:

00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
01:00.0 VGA compatible controller [0300]: AMD/ATI [Advanced Micro Devices, Inc.] Seymour [Radeon HD 6400M/7400M Series] [1002:6760] (prog-if 00 [VGA controller])
Quote:
also this
Quote:

lspci -k|grep -A3 VGA
Quote:

bash-4.2# lspci -k|grep -A3 VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
Subsystem: Hewlett-Packard Company Device 166c
Kernel driver in use: i915
Kernel modules: i915
i try to black list the amd card with this
Quote:

echo "blacklist radeon" > /etc/modprobe.d/blacklist-radeon.conf
but nothing work


my card modile amd Radeon 7450 m
any advice please ?
thanks

Head_on_a_Stick 05-04-2015 03:06 PM

You should disable the AMD card from your firmware (BIOS) menu options.

I have no idea how to configure an AMD/Intel hybrid graphics set up, sorry.

You have an Intel HD3000 -- you can try these module options to reduce the power consumption of this device:
Code:

# /etc/modprobe.d/i915.conf
options i915 i915_enable_rc6=7 i915_enable_fbc=1 lvds_downclock=1

You can also try opening up your laptop and cleaning out all the dust and giving the fan, vents & heatsink a thorough clean -- this will make a surprisingly large difference to the running temperatures of your device.

EDIT: You could try setting up the AMD card by following this guide:
https://wiki.debian.org/AtiHowTo

Alternatively, try the non-free (fglrx) driver but this will not work under GNOME:
https://wiki.debian.org/ATIProprietary

I have no idea if just configuring the AMD card will get your hybrid set up working but you can try it...

m_yates 05-08-2015 03:51 PM

If it were me, I'd install Linux Mint or Ubuntu on a laptop. Those distros are designed for desktop use, and they have most of the same packages available as Debian. I know Debian can be installed on just about anything, but it takes a lot more tinkering to get power management, display, etc. working on a laptop. At least Debian used to be like that. I haven't used Debian on a laptop in years. My laptop has Mint on it, and there was very little post install configuration needed. If you enjoy tinkering and want to learn, you'll get more of that from Debian on a laptop. If you just want to get your laptop up and running quickly, Mint is great.

jefro 05-08-2015 08:12 PM

Why do I get the feeling you are using the Intel driver?

"Kernel driver in use: i915"

273 05-09-2015 04:21 AM

Quote:

Originally Posted by m_yates (Post 5359800)
If it were me, I'd install Linux Mint or Ubuntu on a laptop. Those distros are designed for desktop use, and they have most of the same packages available as Debian. I know Debian can be installed on just about anything, but it takes a lot more tinkering to get power management, display, etc. working on a laptop. At least Debian used to be like that. I haven't used Debian on a laptop in years. My laptop has Mint on it, and there was very little post install configuration needed. If you enjoy tinkering and want to learn, you'll get more of that from Debian on a laptop. If you just want to get your laptop up and running quickly, Mint is great.

I've never known Mint or Ubuntu to install the proprietary drivers on install -- have they changed the installer? If you need to install proprietary drivers then unless you are very lucky and Jockey works properly it's slightly easier to install them under Mint or Ubuntu but it's not necessarily trivial.


All times are GMT -5. The time now is 02:12 PM.