
Ubuntu日本語フォーラム

ログインしていません。
ubuntu初心者です。
新規にPCを購入してubuntu7.04をインストールしました。
ハード内容は、以下の通りです。
CPU:Athlon64 X2 4200+
マザーボード:BiostarTF7070-M2(Nvidia Geforce7050)
MEM:1GBメモリ (DDR2 SDRAM / デュアルチャンネル)
HDD:320GB ハードディスク (7200rpm / シリアルATA II)
ドスパラのPrimeパソコンです。
ドライバのインストールの目的
解像度 1024×768→1280×1024に設定したい。
現象)
1.システム>システム管理>制限付きドライバの管理
Nvidiaのドライバをインストールしました。
2.再起動
3.Xが立ち上がらずに真っ黒な画面が表示されました。
現在は、リカバリモードからログインして、Xorg.confを元に変更して
利用しています。
ご教授の程、よろしくお願い致します。
オフライン
NVIDIAのドライバのバージョン問題な気がします。最新のものが必要かもしれません。
http://albertomilone.com/wordpress/?p=111
この記事によるとenvyでうまいきそうですが。
最後の編集者: anoir (2007-08-28 23:15:22)
オフライン
昨晩に再度、システム>システム管理>制限付きドライバの管理からNvidiaのドライバをインストールにトライしました。
xorg.confの内容
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp,jp"
Option "XkbVariant" "latin,"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "NVIDIA Corporation NVIDIA Default Card"
Driver "nvidia"
Busid "PCI:0:18:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 28-80
Vertrefresh 50-75
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "Generic Monitor"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
----------------------------------------
やっぱり上手くいかず、下記をSection "Device"の Driver欄を"nvidia"→”vesa”に変更してみたら
1280×1024で表示できるようになりました。
しかし、システム>システム管理>制限付きドライバの管理をみるとドライバは、使用していない状態になっています。
中途半端な解決でモヤモヤしていますが、利用する上では、問題ないのでしょうか?
ちなみにモニターは、EIZOのFlexScan S1901ーST
オフライン
Eddie による投稿:
Section "Device"の Driver欄を"nvidia"→”vesa”に変更してみたら
1280×1024で表示できるようになりました。
しかし、システム>システム管理>制限付きドライバの管理をみるとドライバは、使用していない状態になっています。
中途半端な解決でモヤモヤしていますが、利用する上では、問題ないのでしょうか?
vesaというのは、殆どのグラフィックボードがサポートしている汎用ドライバです。
ですので、最近流行りの「デスクトップの効果」等の高級なことは出来ません。
Nvidia Geforce7050 をサポートした最新のドライバを、Nvidiaから入手しそれを使うか、
Debian,Ubuntuのレポに、上記の新しいドライバがアップされるのを待つかのどちらかでしょう
(経験上、Nvidiaの場合は、問題のない限り、そんなに時間はかからないと思いますよ)
最後の編集者: si (2007-08-29 23:37:23)
オフライン