Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Intel i915 or i965?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Thu Mar 29, 2018 7:56 pm    Post subject: [SOLVED] Intel i915 or i965? Reply with quote

I used to use the i915 driver for my video card but I believe I need to use the i965 now. The thing is, my desktop seems sluggish since switching.
Code:

00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a42] (rev 07)
        Subsystem: Dell Mobile 4 Series Chipset Integrated Graphics Controller [1028:0233]
        Kernel driver in use: i915
00:02.1 Display controller [0380]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a43] (rev 07)
        Subsystem: Dell Mobile 4 Series Chipset Integrated Graphics Controller [1028:0233]

It says it is using i915 but I only have 965 in the kernel.
Code:

VIDEO_CARDS="intel i915"

I have that in my make.conf from way back. How should I properly configure my system for the hardware listed above?
_________________
Ever picture systemd as what runs "The Borg"?


Last edited by The_Great_Sephiroth on Tue Apr 03, 2018 4:36 pm; edited 1 time in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30888
Location: here

PostPosted: Thu Mar 29, 2018 8:16 pm    Post subject: Reply with quote

You tried Modesetting DDX as wiki intel page suggest?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8935

PostPosted: Thu Mar 29, 2018 8:28 pm    Post subject: Reply with quote

Use modesetting.
Back to top
View user's profile Send private message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Thu Mar 29, 2018 8:58 pm    Post subject: Reply with quote

If I read that article correctly, modesetting is enabled by default. I can almost assure you it is because as soon as the system starts booting I get a high-res screen to watch OpenRC and such start. I was asking if I should be using i965 or i915 and if i915, where is it in the kernel? Also, since it appears that i915 is gone, should I set VIDEO_CARDS to i965 instead?
_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Thu Mar 29, 2018 9:46 pm    Post subject: Reply with quote

You are making me sad. fedeliallalinea gave you the link, you didn't bother to read the wiki page even after it was provided to you on silver platter ...
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Fri Mar 30, 2018 1:46 am    Post subject: Reply with quote

OK, what am I not reading. I quote:
[quote]
As mentioned above, the modesetting DDX driver is now the default driver on newer Intel graphics chipsets for Gentoo. This driver uses GLAMOR to accelerate 2D graphical over Mesa (the open source OpenGL implementation). As of x11-base/xorg-drivers-1.19, this has become the default for Gentoo.
[/code]
I read that to mean that modesetting is already enabled. Perhaps I am not understanding it?
Code:

~ $ equery uses x11-base/xorg-drivers
[ Legend : U - final flag setting for installation]
[        : I - package is installed with flag     ]
[ Colors : set, unset                             ]
 * Found these USE flags for x11-base/xorg-drivers-1.19

I have 1.19 like the article states so isn't the default set to on? What am I missing in reading that section?
_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
bunder
Bodhisattva
Bodhisattva


Joined: 10 Apr 2004
Posts: 5934

PostPosted: Fri Mar 30, 2018 3:57 am    Post subject: Reply with quote

4 series should be i965. but that gpu is rather old, so i can't imagine it doing much more than youtube.
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30888
Location: here

PostPosted: Fri Mar 30, 2018 6:13 am    Post subject: Reply with quote

The_Great_Sephiroth wrote:
I was asking if I should be using i965 or i915 and if i915, where is it in the kernel? Also, since it appears that i915 is gone, should I set VIDEO_CARDS to i965 instead?

Like wiki wrote use for your card
VIDEO_CARDS="intel i965"
you also can enable vaapi use flag for your GMA X4500HD vide card.
In kernel correct driver is i915 (it's only driver for all intel card)
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Sat Mar 31, 2018 12:18 am    Post subject: Reply with quote

I already have vaapi enabled, but thanks. I switched to i965 but need to rebuild. Will be doing that tonight when the laptop gets home to a power supply. I will report success or failure.
_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
The_Great_Sephiroth
Veteran
Veteran


Joined: 03 Oct 2014
Posts: 1602
Location: Fayetteville, NC, USA

PostPosted: Tue Apr 03, 2018 4:35 pm    Post subject: Reply with quote

Just wanted to mark this as solved and reply with success. The laptop is liquid-smooth again, even in Chromium. Fonts look right again, etc. When i setup this laptop 915 was what I had to use. I did not realize there was a switch to 965. After changing to 965 in make.conf and rebuilding, everything is good. Thanks for the help.

As a side note, I did not need to force modesetting or anything, just change make.conf to use "intel i965" for the "VIDEO_CARDS" section and rebuild.
_________________
Ever picture systemd as what runs "The Borg"?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum