我在2009 年末的 27 英寸 iMac上运行 Kubuntu 22.04 。它也称为iMac 11,1。
这台计算机有图形,除非设置了AMD ATI Mobility Radeon HD 4850
该选项,否则它只会在 grub 之外显示黑屏。nomodeset
现在,无法更改亮度或色温。
输出xrandr
是
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 2560 x 1440, current 2560 x 1440, maximum 2560 x 1440
default connected primary 2560x1440+0+0 0mm x 0mm
2560x1440 93.00*
xrandr
无法更改屏幕对比度,因为它无法设置伽玛大小。因此,像 redshift(或 KDE Night Color)这样的工具不起作用。
的输出ls /sys/class/backlight/
为空白。我尝试设置acpi_backlight=vendor
和acpi_backlight=native
in /etc/default/grub
,但它没有任何作用。
这是输出sudo lshw -c video
*-display UNCLAIMED
description: VGA compatible controller
product: RV770/M98L [Mobility Radeon HD 4850]
vendor: Advanced Micro Devices, Inc. [AMD/ATI]
physical id: 0
bus info: pci@0000:01:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi vga_controller bus_master cap_list
configuration: latency=0
resources: memory:c0000000-cfffffff memory:d0620000-d062ffff ioport:2000(size=256) memory:d0600000-d061ffff
*-graphics
product: EFI VGA
physical id: 1
logical name: /dev/fb0
capabilities: fb
configuration: depth=32 resolution=2560,1440
如何设置亮度和色温?即使xrandr
不起作用,也有一些软件可以在屏幕上显示颜色。有什么办法可以改变它的对比度或色温吗?
屏幕亮度的部分答案:我找到了屏幕亮度的解决方法。
重新安装 OSX(如果尚未安装)。将 Ubuntu 安装为与 OSX 的双引导。设置 rEFInd 进行双启动,并确保
nomodeset
在 Ubuntu 中启用。然后,在 OSX 中设置亮度。当您运行 Ubuntu 时,它将在双引导中保留。