linux - 在 Firefly RK-3288 板上设置显示分辨率的问题

标签 linux ubuntu linux-kernel ubuntu-14.04 xorg

我有一个 RK-3288 Firefly 开发板(运行 Ubuntu 14.04.5 LTS),但我在通过 HDMI 获得正确的显示分辨率时遇到了问题。看起来我得到的是 720p,然后升级到 1080p,看起来很糟糕。如果我改为插入 VGA 线,它看起来不错。

我已尝试将 HDMI 强制设置为 1080p,但我遇到了问题。看起来 xrandr 没有正确检测到 HDMI 端口:

sudo xrandr --newmode "1920x1080_60.00"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
xrandr: Failed to get size of gamma for output default


sudo xrandr --addmode HDMI-0 1920x1080_60.60
xrandr: Failed to get size of gamma for output default
xrandr: cannot find output "HDMI-0"


sudo xrandr --query
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080
default connected 1920x1080+0+0 0mm x 0mm
   1920x1080      60.0* 
  1920x1080_60.00 (0x6c)  173.0MHz
        h: width  1920 start 2048 end 2248 total 2576 skew    0 clock   67.2KHz
        v: height 1080 start 1083 end 1088 total 1120           clock   60.0Hz

我已经使用“apt-get update/upgrade”下载了所有可用的更新。我尝试过的其他命令:

firefly@firefly:~$ sudo lspci
pcilib: Cannot open /proc/bus/pci
lspci: Cannot find any working access method.

firefly@firefly:~$ sudo lshw -C display

firefly@firefly:~$ cat /etc/X11/xorg.conf.d/*
Section "InputClass"
        Identifier "gslX680 evdev touchscreen"
        MatchProduct    "gslX680"
        MatchDevicePath "/dev/input/event*"
        Option "EmulateThirdButton" "true"
        Option "EmulateThirdButtonTimeout" "500"
        Option "EmulateThirdButtonMoveThreshold" "50"
        Driver "evdev"
EndSection
Section "InputClass"
        Identifier "evdev gsl680"
        #MatchIsTouchscreen "on"
        MatchProduct "gsl680"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

谢谢你的时间

最佳答案

通过将我的 Linux dist 升级到已为 Firefly 开发板移植的 Ubuntu 16.04(测试版)版本,我自己解决了这个问题

关于linux - 在 Firefly RK-3288 板上设置显示分辨率的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48644857/

相关文章:

linux - 在使用 ("6/16"时不能使用字符串 "strict refs") 作为哈希引用

Ubuntu 20.04 中的 java 版本和 javac 版本不同

android - Android和Ubuntu之间的蓝牙串行连接

android-emulator - 将新编译的 Linux 内核镜像加载到 android 模拟器 (1.5) 时出错

linux - 如何读取arm linux中的内核镜像?

linux - 从 linux 机器获取特定的内存和 cpu 值

Linux shell 脚本 - 简单的 awk 脚本问题

python-3.x - Numpy 1.11 未安装在 virtualenv @ Ubuntu Studio 中

c - 错误 : could not insert module. 模块中的未知符号

linux - Awk 返回多列结果