使用 AMD 卡移动屏幕两个驱动程序

使用 AMD 卡移动屏幕两个驱动程序

运行 OS 12.3 时,我在使用 AMD HD 7670M 和 FGLRX 和/或 radeon 驱动程序时遇到了屏幕参差不齐和/或移动的问题。

完整帐户可在此处找到: SuSE硬件论坛

简而言之:无论我做什么 - 屏幕要么向右移动并包裹(从显示器的 1/4 到 3/4 不等),要么出现奇怪的移动条纹(重新启动时宽度会有所不同)。

唯一有效的是故障安全模式。

任何帮助将非常感激!这是我运行 get-edid 时得到的结果:

./get-edid: get-edid version 2.0.0

Performing real mode VBE call
Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
Function unsupported
Call failed

VBE version 0
VBE string at 0x0 "O"

VBE/DDC service about to be called
Report DDC capabilities

Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
Function unsupported
Call failed

Reading next EDID block

VBE/DDC service about to be called
Read EDID

Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
Function unsupported
Call failed

The EDID data should not be trusted as the VBE call failed
Error: output block unchanged

这是 parse-edid 强制转换的输出:

./parse-edid: parse-edid version 2.0.0
./parse-edid: EDID checksum failed - data is corrupt. Continuing anyway.
./parse-edid: first bytes don't match EDID version 1 header
./parse-edid: do not trust output (if any).

    # EDID version 105 revision 100
Section "Monitor"
    Identifier "ZKD:3a20"
    VendorName "ZKD"
    ModelName "ZKD:3a20"
    # DPMS capabilities: Active off:yes  Suspend:yes  Standby:no

    Mode    "1381x578"  # vfreq 134.753Hz, hfreq 87.185kHz
        DotClock    257.110000
        HTimings    1381 1496 1593 2949
        VTimings    578 632 644 647
    EndMode
    Mode    "1909x1824" # vfreq 24.545Hz, hfreq 96.217kHz
        DotClock    292.980000
        HTimings    1909 1958 2006 3045
        VTimings    1824 1826 1842 3920
    EndMode
    Mode    "1824x1853" # vfreq 7.869Hz, hfreq 31.073kHz
        DotClock    123.360000
    HTimings    1824 1872 1920 3970
        VTimings    1853 1891 1894 3949
    EndMode
Mode    "1902x1641" # vfreq 18.599Hz, hfreq 99.246kHz
        DotClock    300.220000
        HTimings    1902 1950 2067 3025
        VTimings    1641 1647 1709 5336
    EndMode
EndSection

xrandr --prop w 的输出。 fglrx nomodeset:

    Screen 0: minimum 320 x 200, current 1366 x 768, maximum 1600 x 1600
LVDS connected 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x  193mm
    SignalFormat:   DisplayPort
    ConnectorType:  Panel
   1366x768       60.0*+
   1360x768       60.0  
   1280x768       60.0  
   1280x720       60.0  
   1024x768       60.0  
   1024x600       60.0  
   800x600        60.0  
   800x480        60.0  
   640x480        60.0  
DFP1 disconnected (normal left inverted right x axis y axis)
SignalFormat:   TMDS
ConnectorType:  HDMI
CRT1 disconnected (normal left inverted right x axis y axis)
SignalFormat:   VGA
ConnectorType:  VGA

相关内容