On 12/26/21 9:34 PM, David Christensen wrote:
On 12/26/21 9:13 PM, Andrew M.A. Cater wrote:

David - there's a very similar set of queries on debian-laptop at the moment also about a Dell E6520. Are you using one that has Nvidia graphics with the
Nvidia N4200M?


I moved the Debian 10 system disk to an Intel DQ67SW motherboard with an Intel Core i7-2600S processor and Intel HD Graphics 2000. It played ~90 minutes of Amazon video flawlessly. I believe Debian 10 is now using the i915 graphics driver (?):

2021-12-27 20:52:38 root@dipsy ~
# cat /etc/debian_version ; uname -a
10.11
Linux dipsy 4.19.0-18-amd64 #1 SMP Debian 4.19.208-1 (2021-09-29) x86_64 GNU/Linux

2021-12-27 20:57:17 root@dipsy ~
# lsmod | egrep 'Module|video|i915'
Module                  Size  Used by
i915                 1736704  4
video                  49152  1 i915
i2c_algo_bit           16384  1 i915
drm_kms_helper        208896  1 i915
drm                   495616  5 drm_kms_helper,i915

2021-12-27 20:57:25 root@dipsy ~
# dmesg | grep -i i915
[ 1.859295] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 2.098349] [drm] Initialized i915 1.6.0 20180719 for 0000:00:02.0 on minor 0
[    2.297398] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 43.468419] snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])


David

Reply via email to