View previous topic :: View next topic |
Author |
Message |
qrthur n00b
Joined: 01 Apr 2014 Posts: 10
|
Posted: Sun Apr 06, 2014 2:42 pm Post subject: LiveCD: Does it use my video card? Potential silly question |
|
|
Hello folks,
I have a doubt about something, this might be silly but I need to be sure because I am kinda stuck!
How can I determine if when I boot from the LiveCD, it is my graphic card (ATI HD7400M) that is used or my graphic chipset of my processor (Intel® HD Graphics 3000) ?
If I am not wrong, we can be sure it is mandatory using one of them (since framebuffer looks like it is activated because of the 1920x1080p resolution of my terminal). Is this correct ?
When I run lsmod | grep -i radeon, nothing comes out of it. However during boot, the kernel probes my hardware and it sees my graphic card.
Thanks for your insights. |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54830 Location: 56N 3W
|
Posted: Sun Apr 06, 2014 5:16 pm Post subject: |
|
|
qrthur,
Is this a laptop ?
If so, which one? _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
qrthur n00b
Joined: 01 Apr 2014 Posts: 10
|
Posted: Sun Apr 06, 2014 5:32 pm Post subject: |
|
|
NeddySeagoon wrote: | qrthur,
Is this a laptop ?
If so, which one? |
Yes, it is an HP Elitebook 8560p.
Here are the important specs. : (extracted from here)
Code: | Processor Name: Intel Core i7-2640M
RAM: 4 GB
Graphics Card: Intel HD Graphics 3000
Graphics Memory: 64
2nd Graphics Card: AMD Mobility Radeon HD 6470M
2nd Graphics Memory: 512 |
|
|
Back to top |
|
|
vaxbrat l33t
Joined: 05 Oct 2005 Posts: 731 Location: DC Burbs
|
Posted: Sun Apr 06, 2014 5:35 pm Post subject: radeon may not be loaded |
|
|
Check your /var/log/Xorg.0.log and you may find that the radeon driver gave up because the card is too new and that your X fell back to vesa or something else. In that case, the radeon module will no longer be loaded. Because the livedvd is based on stable ebuilds, you will find that it doesn't go native with the Hawaii or other recent series cards. |
|
Back to top |
|
|
qrthur n00b
Joined: 01 Apr 2014 Posts: 10
|
Posted: Sun Apr 06, 2014 5:47 pm Post subject: |
|
|
Allright,
However my cards is in the Northern Islands/BARTS category. Is this "new" enough to be concerned with what you said ?
And on the liveCD, Xorg is not installed. If the radeon module is not loaded, can we be sure that my graphic card is not used? And that it is indeed my intel hd graphics that handles the framebuffer display?
I want to know this because when I will install my gentoo I don't want to setup my radeon card but only use the graphic chipset from my cpu (because I have no use for high graphics but I crave for power saving) |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54830 Location: 56N 3W
|
Posted: Sun Apr 06, 2014 6:04 pm Post subject: |
|
|
qrthur,
The HP Datasheet reads as if you have two complete graphics systems.
Maybe you do.
There are framebuffer drivers for both your graphics chips.
/var/log/Xory.0.log will show which graphics chip is in use. If you don't yet have Xorg, look through dmesg. Its using whichever chip has been assigned fb0
Oh, there are no silly questions, except the one you never ask.
Be on your guard for silly answers. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
qrthur n00b
Joined: 01 Apr 2014 Posts: 10
|
Posted: Mon Apr 07, 2014 8:33 am Post subject: |
|
|
Great, I have all the needed infos !
Thanks for your help,
qrthur |
|
Back to top |
|
|
Ant P. Watchman
Joined: 18 Apr 2009 Posts: 6920
|
Posted: Mon Apr 07, 2014 8:25 pm Post subject: |
|
|
For future reference, just do:
Code: | cat /sys/class/graphics/fb0/name |
|
|
Back to top |
|
|
qrthur n00b
Joined: 01 Apr 2014 Posts: 10
|
Posted: Tue Apr 08, 2014 10:47 am Post subject: |
|
|
Ant P. wrote: | For future reference, just do:
Code: | cat /sys/class/graphics/fb0/name |
|
Good to know ! Cheers. |
|
Back to top |
|
|
|