Dell Inspiron 13 (5378)

HardwarePCI/USB IDWorking?
GPU8086:5916Yes
Wireless0cf3:e007Yes
Bluetooth0cf3:e007Yes
Audio8086:9d71Yes
Touchpad0740:0006CBYes
Touchscreen04f3:2494Yes
Webcam0bda:58c2Yes
Infrared CameraUnknownNo

Installation

Nearly everything works out of the box when the Installation guide is followed.

If the laptop cannot boot the Arch Linux installation medium, USB boot could be disabled; this can be fixed using the Enable Boot Support option under System Configuration/USB Configuration in the firmware. See #Firmware.

Graphics

The Intel integrated graphics work well with the mesa OpenGL driver. Install mesa and, if desired, mesa-utils.

The i915 driver built into the kernel is reliable. The i915 kernel module should be loaded automatically as long as nomodeset is not set as a kernel parameter. See Intel graphics#Loading.

The Intel Vulkan drivers may cause issues with display managers such as lightdm or sddm if these are running in X: sometimes the machine will boot to a black screen with magenta stripes. These issues can be fixed by reverting to the i915 driver.

Touchscreen

The touchscreen works out of the box. See Tablet PC and Touchscreen for information on getting the most from your touchscreen.

Tip: If you use Firefox, you may want to enable touchscreen scrolling, zooming, and long-press gestures. See Firefox/Tweaks#Enable touchscreen gestures.

Infrared camera

The Realtek infrared camera[dead link 2025-01-19 ] is optional and is not present in all Inspiron 13 (5378) models. It can be used for facial recognition software such as howdyAUR.

Howdy has been tested and works on the Dell Inspiron 5379, which has the same IR camera model as the 5378.

Accessibility

The firmware is graphical and has a tightly-packed simple text menu (with expandable categories) on the left, with fairly small text. All the settable options are in a large pane on the right, again. Apply must be clicked to make any changes. Note that the touch screen and the touchpad work in the firmware, and the tabulation and arrow keys also allow cursoring around the different options and buttons. The Tab key alternates between three zones: the menu at the left, the settings pane at the right, and the Apply, Restore Settings, and Exit buttons. The arrow keys must then be used to cursor around the items within each of those zones.

The firmware contains many radio buttons and check boxes, but these are only in the right pane.

As of version 371, the UEFI firmware does not have a "simple" or "classic" switch that can be turned on.

The boot menu is simple text (not graphical) against a black background.

See the #Firmware section below for instructions to access the firmware.

Firmware

UEFI firmware and other device firmware is available through the Linux Vendor Firmware Service (LVFS), and can be installed using fwupd.

The boot menu can be accessed by pressing (spamming) F12 at boot, when the Dell logo first appears. This will bring up a text-only boot menu which will contains two headings (unless legacy/BIOS boot devices are available): UEFI Boot and Other Options. No keys need to be pressed to switch between headings. The BIOS Setup entry at the bottom. Cursor to this using the arrow keys and hit Enter to select it.

The firmware can be accessed directly by pressing (spamming) F2 at boot, when the Dell logo first appears. A message, Entering Setup, should appear when the system acknowledges the F2 keypress.

Note: The Fn lock is on by default. The keystroke is Fn+F2 instead of F2 if Fn lock is enabled. See #Function keys.

Function keys

KeyVisible?Marked?Effect
Fn+EscNoYesToggles Fn lock
Fn+F1YesYesXF86AudioMute
Fn+F2YesYesXF86AudioLowerVolume
Fn+F3YesYesXF86AudioRaiseVolume
Fn+F4YesYesXF86AudioPrev
Fn+F5YesYesXF86AudioPlay
Fn+F6YesYesXF86AudioNext
Fn+F7NoNoNone
Fn+F8YesYesPresses Super+P
Fn+F9YesYesXF86Search
Fn+F10NoYesToggles keyboard backlight
Fn+F11YesYesXF86MonBrightnessDown
Fn+F12YesYesXF86MonBrightnessUp
Fn+PrtScrYesYesXF86RFKill
Fn+UpNoYesPgUp
Fn+DownNoYesPgDn
Fn+LeftNoYesHome
Fn+RightNoYesEnd
Fn+Ctrl (Right)NoYesMenu

Fan control

The default fan settings allow the CPU to reach 70-85 °C before the fan speeds up. To make the laptop to run cooler, use i8kutilsAUR to manually set the fan start temperature. The BIOS seems to override fan control by default, so install dell-bios-fan-control-gitAUR to give control of the fan to the OS. Note that manually setting the fan profile has a drawback of not letting the fan reach full speed (6000 RPM BIOS control, 5000 RPM manual) since Dell did not publish documentation for the fan.

This model only has one fan, and it is identified as the right fan. Setting the left fan speed has no effect. A working fan profile using dell-bios-fan-control-gitAUR will look something like this:

set config(0)   {{- 0}  -1  50  -1  50}
set config(1)   {{- 1}  45  65  45  65}
set config(2)   {{- 2}  60  75  60  75}
set config(3)   {{- 2}  70 128  70 128}

See Fan speed control#Dell laptops for more information.

This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.