X Window の解像度 & 色数の設定が自分の場合は自動でうまくできませんでした。 そこで、手動で設定する場合のメモをとっておきます。
通常は、インストール時またはコマンドで setup を実行して 「X Window System 設定」 などでモニタの自動設定が可能なのですが ・・・(T^T)
設定方法
こちらのマウスの設定でも少しいじりましたが、設定ファイルは xorg.conf です。/etc/X11/xorg.conf を開きます。
Section "Monitor"
Identifier "RDT194S"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31 - 81
VertRefresh 56 - 75
Option "dpms"
EndSection
上記がモニタの設定・・・自分の場合はここもダメだったので手動で設定しました。Identifier "RDT194S"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31 - 81
VertRefresh 56 - 75
Option "dpms"
EndSection
重要なのが HorizSync(水平走査周波数)と、VertRefresh(垂直走査周波数)です。 これはご使用のモニタの説明書を参考に設定してください。
Section "Device"
Identifier "NVIDIA GeForce 4 MX (generic)"
Driver "nv"
BoardName "Unknown"
EndSection
上記がビデオカード (ドライバ)の設定・・・ここも汎用ドライバが設定されていたので自分のカードにあったドライバに変更しました。 nv が NVIDIA GeForce 4 MX のドライバになります。Identifier "NVIDIA GeForce 4 MX (generic)"
Driver "nv"
BoardName "Unknown"
EndSection
Section "Screen"
Identifier "Screen0"
Device "NVIDIA GeForce 4 MX (generic)"
Monitor "RDT194S"
DefaultDepth 16
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
上記が今回の目的の 解像度 & 色数 の設定箇所です。Identifier "Screen0"
Device "NVIDIA GeForce 4 MX (generic)"
Monitor "RDT194S"
DefaultDepth 16
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
Depth が色数
Modes が解像度
自分の場合は上記のように各3種類を設定しました。
以上、こんな感じでうまく行きました。 (^ー゚)ノ
人気度: 出来たて新鮮! これを見れる人は運が良い! (⌒^⌒)b



関係のある記事
No user の書き込みがあります
コメントほしぃ~よぉ~ σ(^◇^;)