nvidia 驅動程式的 tty 模糊

nvidia 驅動程式的 tty 模糊

我最近升級了我的計算機,並在其中安裝了最新的 Ubuntu 後,發現了一個問題。我正在使用 xorg-edgers ppa 的最新 nvidia 驅動程式 (nvidia-346) 以及 GTX 970 gpu。

Grub 會自動以高解析度(如果小於本機解析度)運作,但啟動後,我透過按ctrl-alt-F1-6 得到的tty 非常模糊,以及重新啟動/關閉時螢幕上顯示的命令列輸出(啟動期間的文字看起來不錯)。

我使用了這裡提供的一些指南,並將 grub 解析度更改為本機 1920x1080,tty 變得更加模糊,甚至完全無法讀取。

我怎樣才能解決這個問題?這是nvidia驅動的問題嗎?

周圍有一些類似的帖子,但我發現沒有一個看起來很當場,也沒有一個有幫助,因此有這個問題。

這是我的 /etc/default/grub 的內容:

# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
#   info -f grub -n 'Simple configuration'

GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
#GRUB_CMDLINE_LINUX_DEFAULT="nomodeset vga=838 quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""

# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"

# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=1920x1080

#GRUB_GFXPAYLOAD_LINUX=keep

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"

# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"

以及相關圖片(目前的grub解析度和tty的樣子):

grub解析度圖片

模糊的tty

答案1

我不完全確定原因,但目前(使用完全更新的軟體包),問題已經消失。這很可能是其中一個軟體包中的錯誤(可能與第三方驅動程式存在一些不相容性)。如果有人仍然遇到問題,請嘗試更新所有軟體包。

相關內容