
최근에 컴퓨터를 업그레이드했는데 최신 Ubuntu를 설치한 후 문제가 발견되었습니다. 저는 GTX 970 GPU와 함께 xorg-edgers ppa의 최신 nvidia 드라이버(nvidia-346)를 사용하고 있습니다.
Grub은 기본 해상도보다 작은 경우 자동으로 높은 해상도에서 작동했지만 부팅 후 ctrl-alt-F1-6을 눌러 얻은 tty는 매우 흐릿했으며 재부팅/종료 시 화면에 표시되는 명령줄 출력( 부팅하는 동안의 텍스트는 괜찮아 보입니다.)
여기에서 사용할 수 있는 일부 가이드를 사용하고 그럽 해상도를 기본 1920x1080으로 변경했는데 tty가 완전히 읽을 수 없을 정도로 더욱 흐려졌습니다.
이 문제를 어떻게 해결할 수 있나요? 엔비디아 드라이버 문제인가요?
주변에 비슷한 게시물이 몇 개 있었지만 내가 찾은 게시물 중 어느 것도 그 자리에 있는 것 같지 않았고 도움이 되지 않았기 때문에 질문이 생겼습니다.
내 /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의 모습):
답변1
이유가 무엇인지 완전히 확신할 수는 없지만 현재(완전히 업데이트된 패키지를 사용하면) 문제가 사라졌습니다. 패키지 중 하나의 버그일 가능성이 높습니다(아마도 타사 드라이버와 관련된 일부 비호환성). 여전히 문제가 있는 사람이 있으면 모든 패키지를 업데이트해 보십시오.