X11允許我更改為其他分辨率,但僅限系統第一次啟動時

X11允許我更改為其他分辨率,但僅限系統第一次啟動時

我用的是 Wine 1.8。我第一次(有時是第二次,很少是第三次)運行遊戲:它可以毫無問題地在解析度之間切換

之後,就失敗了。從控制台運行 wine 顯示它無法告訴 X11 切換到該解析度。

xrandr證實了這一點:

Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
LVDS connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   1366x768      60.00*+
   1280x720      59.86  
   1152x768      59.78  
   1024x768      59.92  
   800x600       59.86  
   848x480       59.66  
   720x480       59.71  
   640x480       59.38  
HDMI-0 disconnected (normal left inverted right x axis y axis)
VGA-0 disconnected (normal left inverted right x axis y axis)

之後,當失敗時:

Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
LVDS connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   1366x768      60.00*+
HDMI-0 disconnected (normal left inverted right x axis y axis)
VGA-0 disconnected (normal left inverted right x axis y axis)

為什麼決議會消失?這並不是說我的顯示器無法處理這個問題,因為它第一次、第二次、有時甚至第三次都可以工作。

編輯:核心驅動是radeon,GPU 是AMD Radeon 6310 (Lenovo Wrestler)

相關內容