
Ubuntu日本語フォーラム

ログインしていません。
解像度が小さく画面の80%ほどです
ディスプレイの検出も不明となっています
スペック
Core 2 Duo E8400 GeForce 9600GT ディスプレイ BenQ E2200HD
エラーメッセージ
You do not appear to be using the NVIDIA X driver. Please edit your X configuration file (just run `nvidia-xconfig` as root), and restart the X server.
ubuntu9.04ではNVIDIA X driverが正常に動作しましたubuntu9.04のxorg.confをubuntu10.04にコピーしても同じ症状でした
またubuntu9.04で設定した解像度が再起動すると低解像度に戻ってしまいますNVIDIA X driverで設定を保存しようとするとエラーが出るのでxorg.confの内容を
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Module"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "BenQ E2200HD"
HorizSync 30.0 - 94.0
VertRefresh 50.0 - 76.0
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9600 GT"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1920x1080 +0+0; nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
としてあります
かなりググりましたが分かりませんでした識者の方どうかお力を貸してください
オフライン
$ DRIVER=nvidia; egrep "(EE|WW|$DRIVER)" /var/log/Xorg.0.log; dpkg -l | grep $DRIVER
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) Loading extension MIT-SCREEN-SAVER
(EE) [drm] failed to open device
(WW) Falling back to old probe method for fbdev
(EE) open /dev/fb0: No such file or directory
(WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
(WW) VESA(0): Unable to estimate virtual size
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
rc nvidia-173 173.14.27-0ubuntu1 NVIDIA binary Xorg driver, kernel module and
ii nvidia-173-modaliases 173.14.27-0ubuntu1 Modaliases for the NVIDIA binary X.Org drive
ii nvidia-180-modaliases 185.18.36-0ubuntu9 Transitional package for nvidia-185-modalias
ii nvidia-185-modaliases 270.29-0ubuntu1~lucid~xup2 Transitional package for nvidia-185-modalias
rc nvidia-96 96.43.18-0ubuntu1 NVIDIA binary Xorg driver, kernel module and
ii nvidia-96-modaliases 96.43.18-0ubuntu1 Modaliases for the NVIDIA binary X.Org drive
ii nvidia-common 0.2.23 Find obsolete NVIDIA drivers
ii nvidia-current 270.29-0ubuntu1~lucid~xup2 NVIDIA binary Xorg driver, kernel module and
ii nvidia-current-modaliases 270.29-0ubuntu1~lucid~xup2 Modaliases for the NVIDIA binary X.Org drive
ii nvidia-glx-185 270.29-0ubuntu1~lucid~xup2 Transitional package for nvidia-glx-185
ii nvidia-kernel-common 20080825+1ubuntu2 NVIDIA binary kernel module common files
ii nvidia-settings 270.29-0ubuntu1~lucid~xup1 Tool of configuring the NVIDIA graphics driv
オフライン
$ lspci
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port (rev 02)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 01)
00:1d.0 USB Controller: Intel Corporation N10/ICH7 Family USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
02:00.0 Ethernet controller: Atheros Communications L2 100 Mbit Ethernet Adapter (rev a0)
04:00.0 VGA compatible controller: nVidia Corporation G94 [GeForce 9600 GT] (rev a1)
コード:
~$ lsmod | grep nvidia
の返答はありませんでした
オフライン
インストールしたNVIDIAのドライバ全てをアンインストールし、改めてシステム > システム管理 > ハードウエアドライバからNVIDIA高性能グラフィックドライバ[推奨]を有効にする。
オフライン
ubuntu9.04で設定した解像度が再起動すると低解像度に戻ってしまいます
昔、NVidia の設定は、メニューから起動するとユーザー権限で起動されていたと思います。
したがって当時、/etc/X11/xorg.conf に保存できずエラーになっていたと。
端末から sudo で起動すれば、保存できます。
プログラム名は覚えていませんが、nvidia- まで入力してタブを二回タイプすると候補が
表示され、次の一文字を入力してまたタブを入力するとプログラム名が補完されます。
オフライン