Linux Mint 14をインストールしたばかりで、画面の解像度を変更できません。適切な解像度1920 x 1200は、選択肢の1つではありません。
私は this 解決策を試しましたが、それは報告します:
xrandr: cannot find output "VGA1"
私も試しました this がそれは報告します:
Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
Edit1
私のグラフィックカード情報:
Graphics: Card: NVIDIA GF108 [GeForce GT 440] bus-ID: 01:00.0 X.Org: 1.13.0 driver: nvidia Resolution: [email protected]
GLX Renderer: GeForce GT 440/PCIe/SSE2 GLX Version: 4.3.0 NVIDIA 313.26 Direct Rendering: Yes
Sudo lshw -class
出力の実行:
*-display
description: VGA compatible controller
product: GF108 [GeForce GT 440]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
configuration: driver=nvidia latency=0
resources: irq:16 memory:fa000000-faffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(size=128) memory:fb000000-fb07ffff
*-display
description: Display controller
product: 2nd Generation Core Processor Family Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm bus_master cap_list
configuration: driver=i915 latency=0
resources: irq:57 memory:fb400000-fb7fffff memory:b0000000-bfffffff ioport:f000(size=64)
Edit2
端末出力でxrandrコマンドを実行します。
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
DVI-I-1 disconnected (normal left inverted right x axis y axis)
HDMI-3 disconnected (normal left inverted right x axis y axis)
VGA-2 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*
800x600 60.3 56.2
848x480 60.0
640x480 59.9
これにはnvidiaドライバーがインストールされていません。
Edit3
コマンドxrandr --newmode "1920x1200_60.00" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync
を実行すると、次のように報告されます。
X Error of failed request: BadName (named color or font does not exist)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 16 (RRCreateMode)
Serial number of failed request: 29
Current serial number in output stream: 29
Edit4
here を実行してSudo Xorg -configure
を実行すると、次のようになります。
Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE)
上記のxrandr出力に基づいて、2つの問題があります。 1つは出力名がVGA-2(VGA0ではない)で、2つ目は1920x1200で使用できるモードがないようです。
まず、解像度を設定してみてください:
xrandr --output VGA-2 --size 1920x1200
それが機能しない場合(1920x1200はモードではないので、私はそうは思わないでしょう)、次のようにします:
cvt 1920 1200
完全なモードライン情報をコピーして貼り付けます。私にとっては:
Modeline "1920x1200_60.00" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync
コピーしたいのは、Modelineの後のものです。 "1920x1200_60.00" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync + vsync
次のようにします。
xrandr --newmode <WHAT_WE_COPIED_FROM_MODELINE>
xrandr --addmode VGA-2 1920x1200_60.00
例えばVGA-2の後の2番目のコマンドで、ビットをモードラインから引用符で囲みます
最後に:
xrandr --output VGA-2 --mode 1920x1200_60.00
モードの同じ記述子。
これにより、1920x1200の新しいモードが作成され、そのモードがVGA-2に割り当てられ、VGA-2がそのモードを使用するように設定されます。
次のようなxrandrのグラフィカルフロントエンドを使用して解像度を設定してみませんか。
アランドル
http://christian.amsuess.com/tools/arandr/
xramdr
http://kde-apps.org/content/show.php/xramdr?content=70521
おじいさん
https://launchpad.net/grandr
lxrar
http://wiki.lxde.org/en/LXRandR
Xorg -configureを行う前にXServerを停止してください。
Sudo service mdm stop
を実行しますnvidia-settings
を実行するか、Xorg -configure
を実行しますSudo service mdm start
を実行します私にとってうまくいったのは、Dave Cと同様のアプローチでした。私のモニターは識別されていなかったので、ドライバーは私に標準的な解像度しか与えませんでした。
まず、モニターの水平および垂直のリフレッシュレートを調べます。モニターに付属のマニュアルに記載されていない場合(またはマニュアルが手元にない場合)は、おそらく製造元のWebサイトから入手できます。その情報を/etc/X11/xorg.conf.d/50-monitor.confに追加します。
これらのリフレッシュレートをcvtで使用してモードラインを計算し、50-monitor.confファイルに追加します。結果は次のようになります。
Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "Samsung S27C230"
HorizSync 30-81
VertRefresh 56-75
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
EndSection
次に、同じディレクトリの50-screen.confにモードを追加します。
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
これらはすべて/etc/X11/xorg.confで行うことができますが、Xorgサーバーはこれらの小さいファイルを優先します。まだ行っていない場合は、xorg.confファイルからxorg.conf.d/50-device.confにDeviceセクションをコピーし、xorg.confの名前を変更して競合を回避します。これで、Xサーバーを再起動(再起動)すると、新しいモードが使用可能になります。
インストールされていない場合はnvidia-settingsを使用する必要があります。独自のnvidiaドライバーに直接アクセスし、それらを構成できるはずです。それがうまくいかない場合は、ここで答えを試してください: http://community.linuxmint.com/tutorial/view/176
端末ベースの回答が必要な場合は申し訳ありません。私はそれほどハードコアではありません。