public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Video card setting on XPS8940?
@ 2020-12-21  6:41 Walter Dnes
  2020-12-21  6:51 ` thelma
  2020-12-21  6:52 ` J. Roeleveld
  0 siblings, 2 replies; 4+ messages in thread
From: Walter Dnes @ 2020-12-21  6:41 UTC (permalink / raw
  To: Gentoo Users List

  I'm working on setting up a new Dell XPS 8940.  What do I set the
video options to in the kernel and in "VIDEO_CARDS" in make.conf?
Here's the output from "lspci -v".

00:02.0 VGA compatible controller: Intel Corporation Device 9bc8 (rev 03) (prog-if 00 [VGA controller])
        DeviceName: Onboard - Video
        Subsystem: Dell Device 09c5
        Flags: bus master, fast devsel, latency 0, IRQ 255
        Memory at d0000000 (64-bit, non-prefetchable) [size=16M]
        Memory at c0000000 (64-bit, prefetchable) [size=256M]
        I/O ports at 4000 [size=64]
        Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
        Capabilities: [40] Vendor Specific Information: Len=0c <?>
        Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
        Capabilities: [ac] MSI: Enable- Count=1/1 Maskable- 64bit-
        Capabilities: [d0] Power Management version 2
        Capabilities: [100] Process Address Space ID (PASID)
        Capabilities: [200] Address Translation Service (ATS)
        Capabilities: [300] Page Request Interface (PRI)

-- 
Walter Dnes <waltdnes@waltdnes.org>
I don't run "desktop environments"; I run useful applications


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Video card setting on XPS8940?
  2020-12-21  6:41 [gentoo-user] Video card setting on XPS8940? Walter Dnes
@ 2020-12-21  6:51 ` thelma
  2020-12-21  6:53   ` thelma
  2020-12-21  6:52 ` J. Roeleveld
  1 sibling, 1 reply; 4+ messages in thread
From: thelma @ 2020-12-21  6:51 UTC (permalink / raw
  To: gentoo-user

On 12/20/2020 11:41 PM, Walter Dnes wrote:
>   I'm working on setting up a new Dell XPS 8940.  What do I set the
> video options to in the kernel and in "VIDEO_CARDS" in make.conf?
> Here's the output from "lspci -v".
> 
> 00:02.0 VGA compatible controller: Intel Corporation Device 9bc8 (rev 03) (prog-if 00 [VGA controller])
>         DeviceName: Onboard - Video
>         Subsystem: Dell Device 09c5
>         Flags: bus master, fast devsel, latency 0, IRQ 255
>         Memory at d0000000 (64-bit, non-prefetchable) [size=16M]
>         Memory at c0000000 (64-bit, prefetchable) [size=256M]
>         I/O ports at 4000 [size=64]
>         Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
>         Capabilities: [40] Vendor Specific Information: Len=0c <?>
>         Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
>         Capabilities: [ac] MSI: Enable- Count=1/1 Maskable- 64bit-
>         Capabilities: [d0] Power Management version 2
>         Capabilities: [100] Process Address Space ID (PASID)
>         Capabilities: [200] Address Translation Service (ATS)
>         Capabilities: [300] Page Request Interface (PRI)

I think you have to enable: CONFIG_DRM_I915 in kernel .config

VIDEO_CARDS="intel i915"

See:
https://cateee.net/lkddb/web-lkddb/DRM_I915.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Video card setting on XPS8940?
  2020-12-21  6:41 [gentoo-user] Video card setting on XPS8940? Walter Dnes
  2020-12-21  6:51 ` thelma
@ 2020-12-21  6:52 ` J. Roeleveld
  1 sibling, 0 replies; 4+ messages in thread
From: J. Roeleveld @ 2020-12-21  6:52 UTC (permalink / raw
  To: gentoo-user

On 21 December 2020 07:41:08 CET, Walter Dnes <waltdnes@waltdnes.org> wrote:
>  I'm working on setting up a new Dell XPS 8940.  What do I set the
>video options to in the kernel and in "VIDEO_CARDS" in make.conf?
>Here's the output from "lspci -v".
>
>00:02.0 VGA compatible controller: Intel Corporation Device 9bc8 (rev
>03) (prog-if 00 [VGA controller])
>        DeviceName: Onboard - Video
>        Subsystem: Dell Device 09c5
>        Flags: bus master, fast devsel, latency 0, IRQ 255
>        Memory at d0000000 (64-bit, non-prefetchable) [size=16M]
>        Memory at c0000000 (64-bit, prefetchable) [size=256M]
>        I/O ports at 4000 [size=64]
>        Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
>        Capabilities: [40] Vendor Specific Information: Len=0c <?>
>    Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
>        Capabilities: [ac] MSI: Enable- Count=1/1 Maskable- 64bit-
>        Capabilities: [d0] Power Management version 2
>        Capabilities: [100] Process Address Space ID (PASID)
>        Capabilities: [200] Address Translation Service (ATS)
>        Capabilities: [300] Page Request Interface (PRI)

Add all the options starting with "i". (Intel and the ones with numbers)

Also add those to the kernel.

More specific, check what the CPU needs via google and co.

--
Joost
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Video card setting on XPS8940?
  2020-12-21  6:51 ` thelma
@ 2020-12-21  6:53   ` thelma
  0 siblings, 0 replies; 4+ messages in thread
From: thelma @ 2020-12-21  6:53 UTC (permalink / raw
  To: gentoo-user

On 12/20/2020 11:51 PM, thelma@sys-concept.com wrote:
> On 12/20/2020 11:41 PM, Walter Dnes wrote:
>>   I'm working on setting up a new Dell XPS 8940.  What do I set the
>> video options to in the kernel and in "VIDEO_CARDS" in make.conf?
>> Here's the output from "lspci -v".
>>
>> 00:02.0 VGA compatible controller: Intel Corporation Device 9bc8 (rev 03) (prog-if 00 [VGA controller])
>>         DeviceName: Onboard - Video
>>         Subsystem: Dell Device 09c5
>>         Flags: bus master, fast devsel, latency 0, IRQ 255
>>         Memory at d0000000 (64-bit, non-prefetchable) [size=16M]
>>         Memory at c0000000 (64-bit, prefetchable) [size=256M]
>>         I/O ports at 4000 [size=64]
>>         Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
>>         Capabilities: [40] Vendor Specific Information: Len=0c <?>
>>         Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
>>         Capabilities: [ac] MSI: Enable- Count=1/1 Maskable- 64bit-
>>         Capabilities: [d0] Power Management version 2
>>         Capabilities: [100] Process Address Space ID (PASID)
>>         Capabilities: [200] Address Translation Service (ATS)
>>         Capabilities: [300] Page Request Interface (PRI)
> 
> I think you have to enable: CONFIG_DRM_I915 in kernel .config
> 
> VIDEO_CARDS="intel i915"
> 
> See:
> https://cateee.net/lkddb/web-lkddb/DRM_I915.html

Or:
VIDEO_CARDS="intel i965"


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-21  6:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-21  6:41 [gentoo-user] Video card setting on XPS8940? Walter Dnes
2020-12-21  6:51 ` thelma
2020-12-21  6:53   ` thelma
2020-12-21  6:52 ` J. Roeleveld

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox