Zonuの雑記帳。1週間に1回更新が目標です。
×
[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。
ドライバがfxxkなATiのRADEONから(Linux上でのハナシです),nVIDIAにボードを載せ替えたので,Ubuntuでデュアルディスプレイ化してみました.
各スクリーンは以下のとおり.
Screen0: LG L1950H DFP (1280x1024)
Screen1: SONY KV-21DA55 TV (1024x768)
デュアル化自体はnvidia-settingsで簡単に可能です.
かつ,
1.パネルはScreen0だけに表示
2. Screen0とScreen1を接続する
ためには,xineramaオプションをONにしなければなりません.
が,xineramaをONにすると,gnome-terminalが起動しなくなります.
ちょっとエラーメッセージを保存し忘れたのですが・・・.
どうやら,「Screenが2つ(0と1)あるはずなのに,1個しかないぞ!」的なエラーを吐いている模様.
いろいろ探した結果,Fedora Supportのログの通りにすると解決できました.
一番下に解決方法があるのですが,その前のmwetteさん曰く
>"This is a known X server bug which is triggered when using Composite with Xinerama. You should report it to Ubuntu. The current workaround is to disable Composite or Xinerama."
XineramaではCompositeをOFFにしろ,ということらしいです.
xorg.confに以下を追加します.
===============================
Section "Extensions"
Option "Composite" "false"
EndSection
===============================
そもそも,Composite Extensionってなんだって話なんですが,
freedesktop.orgによれば,
>This extension causes a entire sub-tree of the window hierarchy to be rendered to an off-screen buffer. Applications can then take the contents of that buffer and do whatever they like. The off-screen buffer can be automatically merged into the parent window or merged by external programs, called compositing managers. Compositing managers enable lots of fun effects.
だ,そうで.
Off-screen bufferに描画したものをComposite managerで親windowに合成できるとかなんとか.
早い話が,lots of fun effectsにあるように,「透過ウィンドウとかもできるよ!」って話のようです.
現時点では使用していないので,OFFでも問題なし.
各スクリーンは以下のとおり.
Screen0: LG L1950H DFP (1280x1024)
Screen1: SONY KV-21DA55 TV (1024x768)
デュアル化自体はnvidia-settingsで簡単に可能です.
かつ,
1.パネルはScreen0だけに表示
2. Screen0とScreen1を接続する
ためには,xineramaオプションをONにしなければなりません.
が,xineramaをONにすると,gnome-terminalが起動しなくなります.
ちょっとエラーメッセージを保存し忘れたのですが・・・.
どうやら,「Screenが2つ(0と1)あるはずなのに,1個しかないぞ!」的なエラーを吐いている模様.
いろいろ探した結果,Fedora Supportのログの通りにすると解決できました.
一番下に解決方法があるのですが,その前のmwetteさん曰く
>"This is a known X server bug which is triggered when using Composite with Xinerama. You should report it to Ubuntu. The current workaround is to disable Composite or Xinerama."
XineramaではCompositeをOFFにしろ,ということらしいです.
xorg.confに以下を追加します.
===============================
Section "Extensions"
Option "Composite" "false"
EndSection
===============================
そもそも,Composite Extensionってなんだって話なんですが,
freedesktop.orgによれば,
>This extension causes a entire sub-tree of the window hierarchy to be rendered to an off-screen buffer. Applications can then take the contents of that buffer and do whatever they like. The off-screen buffer can be automatically merged into the parent window or merged by external programs, called compositing managers. Compositing managers enable lots of fun effects.
だ,そうで.
Off-screen bufferに描画したものをComposite managerで親windowに合成できるとかなんとか.
早い話が,lots of fun effectsにあるように,「透過ウィンドウとかもできるよ!」って話のようです.
現時点では使用していないので,OFFでも問題なし.
PR
この記事にコメントする
カレンダー
05 | 2025/06 | 07 |
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Internal Search
Category
About
name: Zonu
mail: pico@any.xii.jp
mail: pico@any.xii.jp
某地方国立大学院生。 歯車とか電子回路とかを見るとワクワクする、いわゆるメカフェチ。( not ロボオタ )
情報系学科だったはずなのに、気づけば環境系学科に。 お蔭様で、就職活動の際は説明が大変でした。 (でもその話題をツカミにできたので結果オーライかも)解析メインの研究なので、 FortranとかC++とかをメインにPythonとかOpenGLとかも使ってます。