Nvidia 奇怪的登入問題 (已解決) [論壇 - Ubuntu硬體支援---顯示卡專區]
正在瀏覽:
1 名遊客
Nvidia 奇怪的登入問題 (已解決) |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員四級
![]() ![]() 註冊日期:
2007/11/25 1:18 所屬群組:
已註冊使用者 等級: 16
HP : 0 / 385
![]() |
1.配備:
筆電:Lenovo T420s, 顯卡為 NVIDIA 4200M OS:Ubuntu 12.04 2.Lenovo T420s BIOS裡對顯卡有三種選項:Integrated Graphics 或 Discrete Graphics 或 NVIDIA optimus,之前係置於 NVIDIA optimus。 3.今天安裝 Wings 3D,卻發現無法執行。(如石沈大海),推斷是顯卡的設定未搭配。進BIOS,改設為 Discrete Graphics,並設為 不允許系統自動切換。 4.開機進Linux選單,選Linux後,硬碟跑一陣子,就不動了。黑畫面,沒反應,當了。 5.關機重啟,這回選 Linux 的recovery mode,進入後,直接選 resume 啟動 Linux,結果成功啟動Xbuntu,執行 Wings 3D,OK。 6.重新開機,選 Linux,一樣當。但若是用 敍述5(先進recovery mode), 就可以啟動進入 Xbuntu。 請教有經驗者,此問題可有解決之法? 附:登入成功後,若按螢幕亮度調整的功能鍵
2012/5/15 13:57
|
||||||||||
![]() |
回覆: Nvidia 奇怪的登入問題 |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() 註冊日期:
2009/12/6 10:32 所屬群組:
已註冊使用者 等級: 71
HP : 1053 / 1756
![]() |
sudo cat /boot/grub/grub.cfg
直接 copy 貼上來
2012/5/15 14:14
|
||||||||||
![]() |
回覆: Nvidia 奇怪的登入問題 |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員四級
![]() ![]() 註冊日期:
2007/11/25 1:18 所屬群組:
已註冊使用者 等級: 16
HP : 0 / 385
![]() |
sudo cat /boot/grub/grub.cfg # # DO NOT EDIT THIS FILE # # It is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # ### BEGIN /etc/grub.d/00_header ### if [ -s $prefix/grubenv ]; then set have_grubenv=true load_env fi set default="0" if [ "${prev_saved_entry}" ]; then set saved_entry="${prev_saved_entry}" save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function recordfail { set recordfail=1 if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi } function load_video { insmod vbe insmod vga insmod video_bochs insmod video_cirrus } insmod part_msdos insmod ext2 set root='(hd1,msdos7)' search --no-floppy --fs-uuid --set=root 540f80b6-2419-4df9-a8b6-135b8be40f47 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=auto load_video insmod gfxterm insmod part_msdos insmod ext2 set root='(hd1,msdos7)' search --no-floppy --fs-uuid --set=root 540f80b6-2419-4df9-a8b6-135b8be40f47 set locale_dir=($root)/boot/grub/locale set lang=zh_TW insmod gettext fi terminal_output gfxterm if [ "${recordfail}" = 1 ]; then set timeout=-1 else set timeout=10 fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### set menu_color_normal=white/black set menu_color_highlight=black/light-gray if background_color 44,0,30; then clear fi ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### function gfxmode { set gfxpayload="$1" if [ "$1" = "keep" ]; then set vt_handoff=vt.handoff=7 else set vt_handoff= fi } if [ ${recordfail} != 1 ]; then if [ -e ${prefix}/gfxblacklist.txt ]; then if hwmatch ${prefix}/gfxblacklist.txt 3; then if [ ${match} = 0 ]; then set linux_gfx_mode=keep else set linux_gfx_mode=text fi else set linux_gfx_mode=text fi else set linux_gfx_mode=keep fi else set linux_gfx_mode=text fi export linux_gfx_mode if [ "$linux_gfx_mode" != "text" ]; then load_video; fi menuentry 'Ubuntu,Linux 3.2.0-24-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail gfxmode $linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='(hd1,msdos7)' search --no-floppy --fs-uuid --set=root 540f80b6-2419-4df9-a8b6-135b8be40f47 linux /boot/vmlinuz-3.2.0-24-generic root=UUID=540f80b6-2419-4df9-a8b6-135b8be40f47 ro quiet splash $vt_handoff initrd /boot/initrd.img-3.2.0-24-generic } menuentry 'Ubuntu,Linux 3.2.0-24-generic (修復模式)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root='(hd1,msdos7)' search --no-floppy --fs-uuid --set=root 540f80b6-2419-4df9-a8b6-135b8be40f47 echo '載入 Linux 3.2.0-24-generic ...' linux /boot/vmlinuz-3.2.0-24-generic root=UUID=540f80b6-2419-4df9-a8b6-135b8be40f47 ro recovery nomodeset echo '載入初始化記憶體虛擬磁碟 (initial ramdisk) ...' initrd /boot/initrd.img-3.2.0-24-generic } submenu "Previous Linux versions" { menuentry 'Ubuntu,Linux 3.2.0-23-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail gfxmode $linux_gfx_mode insmod gzio insmod part_msdos insmod ext2 set root='(hd1,msdos7)' search --no-floppy --fs-uuid --set=root 540f80b6-2419-4df9-a8b6-135b8be40f47 linux /boot/vmlinuz-3.2.0-23-generic root=UUID=540f80b6-2419-4df9-a8b6-135b8be40f47 ro quiet splash $vt_handoff initrd /boot/initrd.img-3.2.0-23-generic } menuentry 'Ubuntu,Linux 3.2.0-23-generic (修復模式)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod gzio insmod part_msdos insmod ext2 set root='(hd1,msdos7)' search --no-floppy --fs-uuid --set=root 540f80b6-2419-4df9-a8b6-135b8be40f47 echo '載入 Linux 3.2.0-23-generic ...' linux /boot/vmlinuz-3.2.0-23-generic root=UUID=540f80b6-2419-4df9-a8b6-135b8be40f47 ro recovery nomodeset echo '載入初始化記憶體虛擬磁碟 (initial ramdisk) ...' initrd /boot/initrd.img-3.2.0-23-generic } } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_linux_xen ### ### END /etc/grub.d/20_linux_xen ### ### BEGIN /etc/grub.d/20_memtest86+ ### menuentry "Memory test (memtest86+)" { insmod part_msdos insmod ext2 set root='(hd1,msdos7)' search --no-floppy --fs-uuid --set=root 540f80b6-2419-4df9-a8b6-135b8be40f47 linux16 /boot/memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { insmod part_msdos insmod ext2 set root='(hd1,msdos7)' search --no-floppy --fs-uuid --set=root 540f80b6-2419-4df9-a8b6-135b8be40f47 linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry "Windows 7 (loader) (on /dev/sda1)" --class windows --class os { insmod part_msdos insmod ntfs set root='(hd1,msdos1)' search --no-floppy --fs-uuid --set=root ACD03512D034E3EC chainloader +1 } menuentry "Windows 7 (loader) (on /dev/sda2)" --class windows --class os { insmod part_msdos insmod ntfs set root='(hd1,msdos2)' search --no-floppy --fs-uuid --set=root AE1A3DFD1A3DC2DF chainloader +1 } ### END /etc/grub.d/30_os-prober ### ### BEGIN /etc/grub.d/40_custom ### # This file provides an easy way to add custom menu entries. Simply type the # menu entries you want to add after this comment. Be careful not to change # the 'exec tail' line above. ### END /etc/grub.d/40_custom ### ### BEGIN /etc/grub.d/41_custom ### if [ -f $prefix/custom.cfg ]; then source $prefix/custom.cfg; fi ### END /etc/grub.d/41_custom ###
2012/5/15 14:46
|
||||||||||
![]() |
回覆: Nvidia 奇怪的登入問題 |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() 註冊日期:
2009/12/6 10:32 所屬群組:
已註冊使用者 等級: 71
HP : 1053 / 1756
![]() |
OS:Ubuntu 12.04 你這裏的 Xbuntu 是指什麼 ? 從你的修復模式 看不出 有 Xbuntu 使用 Ubuntu live CD 開機進入 試用桌面 從終端機 sudo fdisk -l 把結果 直接 copy 貼上來
2012/5/15 15:42
|
||||||||||
![]() |
回覆: Nvidia 奇怪的登入問題 |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員四級
![]() ![]() 註冊日期:
2007/11/25 1:18 所屬群組:
已註冊使用者 等級: 16
HP : 0 / 385
![]() |
我是安裝 Ubuntu 12.04, 後來又加了gnome 與 Xubuntu的桌面。
登入時,可選Ubuntu 或 Xubuntu 或 Gnome桌面。
2012/5/15 16:45
|
||||||||||
![]() |
回覆: Nvidia 奇怪的登入問題 |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員四級
![]() ![]() 註冊日期:
2007/11/25 1:18 所屬群組:
已註冊使用者 等級: 16
HP : 0 / 385
![]() |
sudo fdisk -l 以 Xubuntu的隨身碟開機,執行的結果如下: Disk /dev/sda: 320.1 GB, 320072933376 bytes 255 磁頭,63 磁區/磁軌,38913 磁柱,總計 625142448 磁區 單位 = 磁區 之於 1 * 512 = 512 位元組 磁區大小 (邏輯/實體):512 位元組 / 4096 位元組 I/O 大小 (最小/最佳化):4096 位元組 / 4096 位元組 磁碟識別碼:0x2cf1a240 所用裝置 開機 開始 結束 區塊 識別號 系統 /dev/sda1 * 2048 2459647 1228800 7 HPFS/NTFS/exFAT /dev/sda2 2459648 187687394 92613873+ 7 HPFS/NTFS/exFAT /dev/sda3 592371712 625139711 16384000 7 HPFS/NTFS/exFAT /dev/sda4 187805694 592369663 202281985 5 延伸 分割區 4 並非開始於磁柱邊界。 /dev/sda5 187805696 410640383 111417344 b W95 FAT32 /dev/sda6 410642432 425215999 7286784 82 Linux 交換區/ Solaris /dev/sda7 425218048 592369663 83575808 83 Linux 分割表項目未按磁碟排序 磁碟 /dev/mmcblk0: 4093 MB,4093640704 位元組 63 磁頭,62 磁區/磁軌,2046 磁柱,總計 7995392 磁區 單位 = 磁區 之於 1 * 512 = 512 位元組 磁區大小 (邏輯/實體):512 位元組 / 512 位元組 I/O 大小 (最小/最佳化):512 位元組 / 512 位元組 磁碟識別碼:0x00000000 所用裝置 開機 開始 結束 區塊 識別號 系統 /dev/mmcblk0p1 8192 7995391 3993600 b W95 FAT32 Disk /dev/sdb: 15.8 GB, 15809249280 bytes 7 磁頭,7 磁區/磁軌,630151 磁柱,總計 30877440 磁區 單位 = 磁區 之於 1 * 512 = 512 位元組 磁區大小 (邏輯/實體):512 位元組 / 512 位元組 I/O 大小 (最小/最佳化):512 位元組 / 512 位元組 磁碟識別碼:0x00073c8b 所用裝置 開機 開始 結束 區塊 識別號 系統 /dev/sdb1 * 8064 30877439 15434688 c W95 FAT32 (LBA)
2012/5/15 16:55
|
||||||||||
![]() |
回覆: Nvidia 奇怪的登入問題 |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員四級
![]() ![]() 註冊日期:
2007/11/25 1:18 所屬群組:
已註冊使用者 等級: 16
HP : 0 / 385
![]() |
剛才重開機, 耐心的等, 結果發現問題...
開機過程停在那兒, 黑螢幕沒反應時, 仔細看硬碟燈, 約每隔5~6秒會很快的閃一下。等了約一分鐘, 跳出了六列錯誤訊息後, 卡在那兒. 訊息如下: ------------------------------------------- [158.966873] mmc0: Timeout waiting for hardware interrupt. [158.967103] mmcblk0: error -110 sending status command, retrying. [168.965204] mmc0: Timeout waiting for hardware interrupt. [168.965407] mmcblk0: error -110 sending status command, aborting. [168.965504] end_request: I/O error, dev mmcblk0, sector 0 [168.965569] Buffer I/O error on device mmcblk0, logical block 0 ------------------------------------------- 請教是硬碟還是哪兒出問題? 該如何處理呢?
2012/5/15 17:27
|
||||||||||
![]() |
回覆: Nvidia 奇怪的登入問題 |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員四級
![]() ![]() 註冊日期:
2007/11/25 1:18 所屬群組:
已註冊使用者 等級: 16
HP : 0 / 385
![]() |
Lenovo T420s BIOS裡對顯卡有三種選項:Integrated Graphics 或 Discrete Graphics 或 NVIDIA optimus, 剛將 BIOS 改回原設的 NVIDIA optimus, 重新開機,則正常啟動。但 Wings 3D 就不能執行了。
2012/5/15 17:37
|
||||||||||
![]() |
回覆: Nvidia 奇怪的登入問題 |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() 註冊日期:
2009/12/6 10:32 所屬群組:
已註冊使用者 等級: 71
HP : 1053 / 1756
![]() |
=#6 可能 你的 mmc 卡 開機偵測 有問題
2012/5/15 18:32
|
||||||||||
![]() |
回覆: Nvidia 奇怪的登入問題 |
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
會員四級
![]() ![]() 註冊日期:
2007/11/25 1:18 所屬群組:
已註冊使用者 等級: 16
HP : 0 / 385
![]() |
奇怪! 可是我以 Xubuntu 隨身碟在同樣的顯示卡設定模式下進入, 卻沒有問題.
也許我該試著在 Discrete Graphic 的顯示設定下, 重新安裝一次 Ubuntu 看看。傷腦筋, 當作磨練吧! ![]() Anyway, Thank you.
2012/5/15 19:13
|
||||||||||
![]() |
您可以查看帖子.
您不可發帖.
您不可回覆.
您不可編輯自己的帖子.
您不可刪除自己的帖子.
您不可發起投票調查.
您不可在投票調查中投票.
您不可上傳附件.
您不可不經審核直接發帖.