Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] Help With VGA... Intel Corporation Device 4e55

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
lindylex
Posts: 123
Joined: 2007-05-23 12:50

[Solved] Help With VGA... Intel Corporation Device 4e55

#1 Post by lindylex »

I am trying to install Debian 11 on this computer with the following specs. I can not get the video to be greater than 800 X 600.

Code: Select all

# lspci
00:00.0 Host bridge: Intel Corporation Device 4e24
00:02.0 VGA compatible controller: Intel Corporation Device 4e55 (rev 01)
00:04.0 Signal processing controller: Intel Corporation Device 4e03
00:14.0 USB controller: Intel Corporation Device 4ded (rev 01)
00:14.2 RAM memory: Intel Corporation Device 4def (rev 01)
00:14.5 SD Host controller: Intel Corporation Device 4df8 (rev 01)
00:15.0 Serial bus controller [0c80]: Intel Corporation Device 4de8 (rev 01)
00:15.2 Serial bus controller [0c80]: Intel Corporation Device 4dea (rev 01)
00:16.0 Communication controller: Intel Corporation Device 4de0 (rev 01)
00:17.0 SATA controller: Intel Corporation Device 4dd3 (rev 01)
00:19.0 Serial bus controller [0c80]: Intel Corporation Device 4dc5 (rev 01)
00:19.1 Serial bus controller [0c80]: Intel Corporation Device 4dc6 (rev 01)
00:1c.0 PCI bridge: Intel Corporation Device 4dbc (rev 01)
00:1c.5 PCI bridge: Intel Corporation Device 4dbd (rev 01)
00:1e.0 Communication controller: Intel Corporation Device 4da8 (rev 01)
00:1e.3 Serial bus controller [0c80]: Intel Corporation Device 4dab (rev 01)
00:1f.0 ISA bridge: Intel Corporation Device 4d87 (rev 01)
00:1f.3 Audio device: Intel Corporation Device 4dc8 (rev 01)
00:1f.4 SMBus: Intel Corporation Device 4da3 (rev 01)
00:1f.5 Serial bus controller [0c80]: Intel Corporation Device 4da4 (rev 01)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
02:00.0 Network controller: Intel Corporation Wireless 7265 (rev 59)

Code: Select all

# lsusb
Bus 002 Device 002: ID 0781:55a3 SanDisk Corp.  SanDisk 3.2Gen1
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 0573:1573 Zoran Co. Personal Media Division (Nogatech) USB Audio and HID
Bus 001 Device 003: ID 8087:0a2a Intel Corp. Bluetooth wireless interface
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Code: Select all

lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation Device 4e55 (rev 01)
	DeviceName: Onboard - Video
	Kernel modules: i915
00:04.0 Signal processing controller: Intel Corporation Device 4e03
Thanks in advance.
Last edited by lindylex on 2023-02-13 19:36, edited 1 time in total.

only_someone
Posts: 24
Joined: 2023-01-24 22:12
Has thanked: 3 times

Re: Help With VGA... Intel Corporation Device 4e55

#2 Post by only_someone »

Is this Package [1] already installed ?

-------
[1] https://packages.debian.org/bullseye/xs ... ideo-intel

lindylex
Posts: 123
Joined: 2007-05-23 12:50

Re: Help With VGA... Intel Corporation Device 4e55

#3 Post by lindylex »

I will check thanks.

User avatar
NorthEast
Posts: 349
Joined: 2018-11-18 04:35
Has thanked: 12 times
Been thanked: 30 times

Re: Help With VGA... Intel Corporation Device 4e55

#4 Post by NorthEast »

The package: firmware-misc-nonfree, includes i915 firmware so perhaps install that if not already installed.

lindylex
Posts: 123
Joined: 2007-05-23 12:50

Re: Help With VGA... Intel Corporation Device 4e55

#5 Post by lindylex »

I installed firmware-misc-nonfree fist then rebooted and the screen has the same 640 X 480 resolution. I then installed xserver-xorg-video-intel. That was installed when I installed firmware-misc-nonfree . The screen resolution remain small.

Is there any additional information you could use to help me resolve this?

Code: Select all

uname -a
Linux js 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1 (2023-01-21) x86_64 GNU/Linux

lindylex
Posts: 123
Joined: 2007-05-23 12:50

Re: Help With VGA... Intel Corporation Device 4e55

#6 Post by lindylex »

Code: Select all

lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation Device 4e55 (rev 01)
	DeviceName: Onboard - Video
	Kernel modules: i915
00:04.0 Signal processing controller: Intel Corporation Device 4e03



lindylex
Posts: 123
Joined: 2007-05-23 12:50

Re: Help With VGA... Intel Corporation Device 4e55

#7 Post by lindylex »

Code: Select all

grep i915 /etc/modprobe.d/*
grep: /etc/modprobe.d/*: No such file or directory

lindylex
Posts: 123
Joined: 2007-05-23 12:50

Re: Help With VGA... Intel Corporation Device 4e55

#8 Post by lindylex »

Code: Select all

cat /etc/default/grub
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=2
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"


lindylex
Posts: 123
Joined: 2007-05-23 12:50

Re: Help With VGA... Intel Corporation Device 4e55

#9 Post by lindylex »

Code: Select all

lsmod
Module                  Size  Used by
snd_hda_codec_hdmi     73728  0
cmac                   16384  3
algif_hash             16384  1
algif_skcipher         16384  1
af_alg                 32768  6 algif_hash,algif_skcipher
bnep                   28672  2
snd_sof_pci            24576  0
snd_usb_audio         319488  2
snd_sof_intel_byt      24576  1 snd_sof_pci
snd_sof_intel_ipc      20480  1 snd_sof_intel_byt
snd_usbmidi_lib        45056  1 snd_usb_audio
hid_generic            16384  0
snd_sof_intel_hda_common   102400  1 snd_sof_pci
snd_rawmidi            45056  1 snd_usbmidi_lib
snd_seq_device         16384  1 snd_rawmidi
snd_sof_xtensa_dsp     16384  2 snd_sof_intel_hda_common,snd_sof_intel_byt
usbhid                 65536  0
mc                     61440  1 snd_usb_audio
snd_sof               139264  4 snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_byt,snd_sof_intel_ipc
intel_rapl_msr         20480  0
snd_sof_intel_hda      20480  1 snd_sof_intel_hda_common
hid                   151552  2 usbhid,hid_generic
snd_soc_hdac_hda       24576  1 snd_sof_intel_hda_common
mei_hdcp               24576  0
snd_hda_ext_core       36864  3 snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
btusb                  65536  0
snd_soc_acpi_intel_match    45056  2 snd_sof_pci,snd_sof_intel_hda_common
x86_pkg_temp_thermal    20480  0
btrtl                  28672  1 btusb
apple_mfi_fastcharge    20480  0
intel_powerclamp       20480  0
snd_soc_acpi           16384  3 snd_soc_acpi_intel_match,snd_sof_intel_hda_common,snd_sof_intel_byt
btbcm                  20480  1 btusb
ledtrig_audio          16384  1 snd_sof
btintel                32768  1 btusb
coretemp               20480  0
bluetooth             753664  28 btrtl,btintel,btbcm,bnep,btusb
snd_hda_intel          57344  0
kvm_intel             331776  0
iwlmvm                348160  0
snd_intel_dspcfg       28672  3 snd_hda_intel,snd_sof_pci,snd_sof_intel_hda_common
kvm                   937984  1 kvm_intel
mac80211              995328  1 iwlmvm
soundwire_intel        45056  2 snd_sof_intel_hda_common,snd_intel_dspcfg
jitterentropy_rng      16384  1
irqbypass              16384  1 kvm
soundwire_generic_allocation    16384  1 soundwire_intel
libarc4                16384  1 mac80211
snd_soc_core          319488  4 soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_soc_hdac_hda
snd_compress           32768  1 snd_soc_core
soundwire_cadence      36864  1 soundwire_intel
snd_hda_codec         176128  3 snd_hda_codec_hdmi,snd_hda_intel,snd_soc_hdac_hda
drbg                   40960  1
ghash_clmulni_intel    16384  0
intel_cstate           20480  0
snd_hda_core          110592  7 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_intel_hda
iwlwifi               299008  1 iwlmvm
snd_hwdep              20480  2 snd_usb_audio,snd_hda_codec
soundwire_bus          94208  3 soundwire_intel,soundwire_generic_allocation,soundwire_cadence
snd_pcm               143360  10 snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,soundwire_intel,snd_sof,snd_sof_intel_hda_common,snd_compress,snd_soc_core,snd_hda_core
nls_ascii              16384  1
nls_cp437              20480  1
snd_timer              49152  1 snd_pcm
vfat                   20480  1
snd                   110592  16 snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_usb_audio,snd_usbmidi_lib,snd_hda_codec,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi
aes_generic            36864  0
fat                    86016  1 vfat
pcspkr                 16384  0
efi_pstore             16384  0
cfg80211              983040  3 iwlmvm,iwlwifi,mac80211
wmi_bmof               16384  0
soundcore              16384  1 snd
iTCO_wdt               16384  0
intel_pmc_bxt          16384  1 iTCO_wdt
iTCO_vendor_support    16384  1 iTCO_wdt
watchdog               32768  1 iTCO_wdt
aesni_intel           372736  4
crypto_simd            16384  1 aesni_intel
cryptd                 24576  3 crypto_simd,ghash_clmulni_intel
glue_helper            16384  1 aesni_intel
sg                     36864  0
ansi_cprng             16384  0
ecdh_generic           16384  2 bluetooth
processor_thermal_device    28672  0
rfkill                 32768  6 bluetooth,cfg80211
mei_me                 45056  1
intel_rapl_common      28672  2 intel_rapl_msr,processor_thermal_device
ecc                    36864  1 ecdh_generic
int340x_thermal_zone    16384  1 processor_thermal_device
mei                   139264  3 mei_hdcp,mei_me
libaes                 16384  3 bluetooth,aesni_intel,aes_generic
intel_soc_dts_iosf     20480  1 processor_thermal_device
tpm_crb                20480  0
tpm_tis                16384  0
tpm_tis_core           28672  1 tpm_tis
tpm                    73728  3 tpm_tis,tpm_crb,tpm_tis_core
rng_core               16384  1 tpm
evdev                  28672  6
acpi_pad              184320  0
int3400_thermal        20480  0
acpi_thermal_rel       16384  1 int3400_thermal
intel_pmc_core         45056  0
acpi_tad               20480  0
parport_pc             40960  0
ppdev                  24576  0
lp                     20480  0
parport                73728  3 parport_pc,lp,ppdev
fuse                  167936  1
configfs               57344  1
efivarfs               16384  1
ip_tables              36864  0
x_tables               53248  1 ip_tables
autofs4                53248  2
ext4                  942080  1
crc16                  16384  2 bluetooth,ext4
mbcache                16384  1 ext4
jbd2                  151552  1 ext4
crc32c_generic         16384  0
sd_mod                 61440  4
spi_pxa2xx_platform    32768  0
t10_pi                 16384  1 sd_mod
crc_t10dif             20480  1 t10_pi
dw_dmac                16384  0
crct10dif_generic      16384  0
dw_dmac_core           36864  1 dw_dmac
i915                 2772992  0
ahci                   40960  3
libahci                45056  1 ahci
libata                299008  2 libahci,ahci
xhci_pci               20480  0
crct10dif_pclmul       16384  1
crct10dif_common       16384  3 crct10dif_generic,crc_t10dif,crct10dif_pclmul
crc32_pclmul           16384  0
xhci_hcd              311296  1 xhci_pci
i2c_algo_bit           16384  1 i915
i2c_i801               32768  0
drm_kms_helper        278528  1 i915
crc32c_intel           24576  2
i2c_smbus              20480  1 i2c_i801
r8169                 102400  0
scsi_mod              270336  3 sd_mod,libata,sg
realtek                24576  1
cec                    61440  2 drm_kms_helper,i915
mdio_devres            16384  1 r8169
libphy                155648  3 r8169,mdio_devres,realtek
drm                   626688  2 drm_kms_helper,i915
sdhci_pci              73728  0
usbcore               331776  7 xhci_hcd,snd_usb_audio,usbhid,snd_usbmidi_lib,apple_mfi_fastcharge,btusb,xhci_pci
intel_lpss_pci         24576  2
intel_lpss             16384  1 intel_lpss_pci
idma64                 20480  0
cqhci                  32768  1 sdhci_pci
sdhci                  81920  1 sdhci_pci
mmc_core              192512  3 sdhci,cqhci,sdhci_pci
usb_common             16384  2 xhci_hcd,usbcore
wmi                    36864  1 wmi_bmof
fan                    20480  0
video                  61440  1 i915
button                 24576  0


lindylex
Posts: 123
Joined: 2007-05-23 12:50

Re: Help With VGA... Intel Corporation Device 4e55

#10 Post by lindylex »

Code: Select all

xrandr
Screen 0: minimum 640 x 480, current 640 x 480, maximum 640 x 480
default connected 640x480+0+0 0mm x 0mm
   640x480       73.00* 

lindylex
Posts: 123
Joined: 2007-05-23 12:50

Re: Help With VGA... Intel Corporation Device 4e55

#11 Post by lindylex »

] SOLVED SOLUTION [

Modify /etc/apt/source

Code: Select all

nano /etc/apt/sources.list
Add Backports to the sources.list file using the line bellow to your Bullseye source list.

deb http://deb.debian.org/debian bullseye-backports main

ctrl - x ( close ) and ctrl - s ( save )

Update

Code: Select all

apt-get update
Install a newer kernel.

Code: Select all

apt -t bullseye-backports install linux-image-amd64
More info here:

https://backports.debian.org/Instructions/

User avatar
sunrat
Administrator
Administrator
Posts: 6412
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 116 times
Been thanked: 462 times

Re: Help With VGA... Intel Corporation Device 4e55

#12 Post by sunrat »

Great you solved it. A more recent kernel is often a solution for getting newer hardware to run.

Please edit the title of your first post and add prefix [Solved] so it may help others with the same issue.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

lindylex
Posts: 123
Joined: 2007-05-23 12:50

Re: Help With VGA... Intel Corporation Device 4e55

#13 Post by lindylex »

sunrat wrote: 2023-02-12 00:00 Great you solved it. A more recent kernel is often a solution for getting newer hardware to run.

Please edit the title of your first post and add prefix [Solved] so it may help others with the same issue.
Will do and thanks.

Post Reply