お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2010-12-19 19:20:14

hyagni
メンバ
登録日: 2010-10-23

Mac Proで画面の最大解像度が変更されない

Mac Pro3 にubuntu 10.10をインストールし、デュアルモニタ環境を構築しようとしています。
プロプライエタリなドライバを追加のドライバからインストールした結果、現在1280x1024のディスプレイをふたつ接続しており、両方の画面におなじ映像をだすことに成功しています。

しかし、xrandrでふたつのディスプレイをならべようとすると、つぎのエラーがでます。
$ xrandr --auto  --output DFP1 --right-of DFP2
xrandr: screen cannot be larger than 1600x1600 (desired size 2560x1024)

たしかに、xrandr -q を確認してみると、つぎのような表示で、最大サイズが1600x1600に制限されています。

Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1600 x 1600
DFP1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270mm
   1280x1024      60.0*+   75.0 
   1152x648       60.0 +
   1280x960       75.0     60.0 
   1280x800       75.0     60.0 
   1152x864       75.0     60.0 
   1280x768       74.9     59.9 
   1280x720       60.0 
   1024x768       75.0     70.1     60.0 
   800x600        72.2     75.0     70.0     60.3     56.2 
   720x480        60.0 
   640x480        75.0     72.8     60.0 
DFP2 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270mm
   1280x1024      60.0 +   75.0*
   1152x648       60.0 +
   1280x960       75.0     60.0 
   1280x800       75.0     60.0 
   1152x864       75.0     60.0 
   1280x768       74.9     59.9 
   1280x720       60.0 
   1024x768       75.0     70.1     60.0 
   800x600        72.2     75.0     70.0     60.3     56.2 
   720x480        60.0 
   640x480        75.0     72.8     60.0 
CRT1 disconnected (normal left inverted right x axis y axis)
CRT2 disconnected (normal left inverted right x axis y axis)
TV disconnected (normal left inverted right x axis y axis)

いっぽう、/etc/X11/xorg.confの設定はつぎのように2560x1028にかえてあります(手動でかえました)。

Section "Monitor"
    Identifier "Generic Monitor"
    Option "DPMS"
EndSection
Section "Screen"
    Identifier    "Default Screen"
    DefaultDepth    24
    Device "Default Device"
    Monitor "Generic Monitor"
    SubSection "Display"
        Virtual    2560 1024
    EndSubSection
EndSection

Section "Module"
    Load    "glx"
EndSection

Section "Device"
    Identifier    "Default Device"
    Driver    "fglrx"
EndSection


なんらかの原因でこの設定がほかの設定によって上書きされていることがうたがわれますが、その原因がわかりません。
/usr/share/X11/xorg.conf.dのファイルがよまれているようだったので、中身を確認しましたが、ディスプレイにかんする記述はありませんでした。

どなたか原因にこころあたりがおありの方がいらっしゃいましたら、ぜひお教えいただきがくおもいます。

オフライン

 

Board footer

Powered by FluxBB