web-dev-qa-db-ja.com

GMA500で外部モニターが正しく表示されない

 Asus "T91mt"(解像度1024x600)。
外部モニター17 "VGA 1280x1024。
 Ubuntu 12.04.1。
 GMA500。

解像度独自のディスプレイの一般的なgma500の問題を解決しましたただし、外部モニターを正しく接続できません。
外付けモニターの画像は75%のフィールドに表示されます。
つまり、75%の視野でのみデスクトップの全体像を見ることができますが、他の25%は黒色またはプルーム(テール)です。コンソール。


追加情報:

  • xrandrが2番目の画面を表示しない(デフォルトのみ)。
  • Wiki-Poulsboで最適化メモリと解像度(1024x600)のgrubファイルを変更しましたが、役に立ちませんでした。
  • 私の新しいxorg.confは:
セクション "ServerLayout" 
識別子 "X.org Configured" 
画面0 "Screen0" 0 0 
画面1 "Screen1" RightOf "Screen0" 
 InputDevice "Mouse0" "CorePointer" 
 InputDevice "Keyboard0" "CoreKeyboard" 
 EndSection 
 
 Section "Module" 
 Load "extmod" 
「dbe」をロード
「dri」をロード
「glx」をロード
「record」をロード
「dri2」をロード
 EndSection 
 
 Section "Monitor" 
 Identifier "Monitor0" 
 VendorName "Monitor Vendor" 
 ModelName "Monitor Model" 
 EndSection 
 
セクション "Monitor" 
識別子 "Monitor1" 
 VendorName "Monitor Vendor" 
 ModelName "Monitor Model" 
 EndSection 
 ###: "文字列"、: "Hz/kHz/MHz "、
 ###:"% "
 ### [arg]:arg optional 
 #Option" ShadowFB "#[] 
 #Option"回転 "#
#オプション" fbdev "#
#オプション"デバッグ "#[] 
識別子" Card0 "
ドライバー" fbdev "
 BusID "PCI:0:2:0" 
 EndSection 
 
 Section "Device" 
 ###使用可能なドライバーオプションは次のとおりです:-
# ##値::整数、:浮動小数点、: "True"/"False"、
 ###: "文字列"、: "Hz/kHz/MHz"、
 ###: "%" 
 ### [arg]:arg optional 
 #Option "ShadowFB"#[] 
 #Option "DefaultRefresh"#[] 
 #Option "ModeSetClearScreen"#[] 
識別子 "Card1" 
ドライバー "vesa" 
 BusID "PCI:0:2:0" 
 EndSection 
 
セクション「画面」
識別子"Screen0" 
 Device "Card0" 
 Monitor "Monitor0" 
 SubSection "Display" 
 Viewport 0 0 
 Depth 1 
 EndSubSection 
 SubSection "Display" 
 Viewport 0 0 
 Depth 4 
 EndSubSection 
 SubSection "Display" 
 Viewport 0 0 
深さ8 
 EndSubSection 
サブセクション "表示" 
ビューポート0 0 
深さ15 
 EndSubSection 
サブセクション "表示" 
ビューポート0 0 
深さ16 
 EndSubSection 
サブセクション "ディスプレイ" 
ビューポート0 0 
深さ24 
 EndSubSection 
 EndSection 
 
 
2
Nwbie

解決済み!この問題は、カーネルのバージョンを3.4に変更することで解決されました!

2
Nwbie