私は2020 Dell XPS 13でKDE Neon 5.20を実行しています。他の設定については何も得られないので、私はいます/etc/default/grub
。ただし、カーネルパラメータにベンダがある場合というディレクトリがありますが。ディレクトリの明るさファイルを調整して再起動して、明るさを変更できます。とにかく明るさを変更するために再起動する必要はありませんか?acpi_backlight=vendor
GRUB_CMDLINE_LINUX_DEFAULT
/sys/class/backlight
dell_backlight
intel_backlight
すでにテスト済み:
- https://github.com/udifuchs/icc-brightness/blob/master/icc-brightness
- https://askubuntu.com/questions/762764/cannot-change-brightness-ubuntu-16-04-lts-and-onward
- https://itsfoss.com/fix-brightness-ubuntu-1310/
- https://www.debugpoint.com/2016/10/2-ways-fix-laptop-brightness-problem-ubuntu-linux/
出力sudo inxi -Fz
:
System: Kernel: 5.4.0-58-generic x86_64 bits: 64 Console: tty 1 Distro: KDE neon 20.04 5.20
Machine: Type: Laptop System: Dell product: XPS 13 9310 v: N/A serial: <filter>
Mobo: Dell model: 0DXP1F v: A00 serial: <filter> UEFI: Dell v: 1.0.3 date: 10/05/2020
Battery: ID-1: BAT0 charge: 4.1 Wh condition: 50.4/51.0 Wh (99%)
CPU: Topology: Quad Core model: 11th Gen Intel Core i7-1185G7 bits: 64 type: MT MCP L2 cache: 12.0 MiB
Speed: 1222 MHz min/max: 400/4800 MHz Core speeds (MHz): 1: 1200 2: 1201 3: 1202 4: 1202 5: 1201
6: 1037 7: 1201 8: 1145
Graphics: Device-1: Intel Iris Xe Graphics driver: N/A
Display: server: X.Org 1.20.8 driver: fbdev,intel unloaded: modesetting,vesa
resolution: 1920x1200~77Hz
OpenGL: renderer: llvmpipe (LLVM 10.0.0 256 bits) v: 3.3 Mesa 20.0.8
Audio: Device-1: Intel Tiger Lake-LP Smart Sound Audio driver: snd_hda_intel
Sound Server: ALSA v: k5.4.0-58-generic
Network: Device-1: Intel Wi-Fi 6 AX201 driver: iwlwifi
IF: wlp0s20f3 state: up mac: <filter>
Drives: Local Storage: total: 476.94 GiB used: 12.61 GiB (2.6%)
ID-1: /dev/nvme0n1 vendor: Micron model: 2300 NVMe 512GB size: 476.94 GiB
RAID: Hardware-1: Intel Volume Management Device NVMe RAID Controller driver: vmd
Partition: ID-1: / size: 354.66 GiB used: 12.53 GiB (3.5%) fs: ext4 dev: /dev/nvme0n1p7
Sensors: System Temperatures: cpu: 33.0 C mobo: N/A
Fan Speeds (RPM): N/A
Info: Processes: 291 Uptime: 1d 22h 48m Memory: 15.37 GiB used: 3.02 GiB (19.6%) Shell: bash inxi: 3.0.38
私はまだLinuxを初めて使用しています。助けてくれてありがとう。
ベストアンサー1
「sudo inxi -Fz」の出力を貼り付けます。ここで試すことができるいくつかのことがあります。https://wiki.archlinux.org/index.php/backlight
5.6-oem カーネルは、9310 の Dell/Ubuntu で使用されるカーネルです。 Ubuntu派生オペレーティングシステムを使用していますので、ぜひお試しください。
apt-cache search linux-image-generic-hwe-20.04
または適切なキャッシュ検索linux-image-oem
答えの1つをインストールしてください。 Ubuntuパッケージが利用できない場合は、リポジトリを追加できます。
echo "deb http://dell.archive.canonical.com/ focal somerville
deb http://dell.archive.canonical.com/ focal somerville-bulbasaur" \
> /etc/apt/sources.list.d/oem-somerville-bulbasaur-meta.list
または、ここで見つけたパッチを使って自分でビルドします。
https://code.launchpad.net/~canonical-kernel/ubuntu/+source/linux-oem/+git/focus/+ref/oem