Solve the problem that Kubuntu cannot display tty terminals due to the Nvidia graphics card driver.

Source: Internet
Author: User
Since the Nvidia 260 graphics card driver was installed on KUbuntu10.10 yesterday, C + A + FN cannot start the tty terminal. To be accurate, it is a black screen, and nothing can be displayed, but it can be operated. you can log on blindly. After switching back to X, run the w command to check that the system has logged on. It should be caused by terminal resolution or other video card problems. I have no clue. There is no way to go to Google. Many people have seen this problem in the Ubuntu Forum. After analysis, I think the following method is more reliable: nv

Since the Nvidia 10.10 graphics card driver was installed on KUbuntu 260 yesterday, C + A + FN cannot start the tty terminal. To be accurate, it is a black screen, and nothing can be displayed, but it can be operated. you can log on blindly. After switching back to X, run the w command to check that the system has logged on.

It should be caused by terminal resolution or other video card problems. I have no clue. There is no way to go to Google. Many people have seen this problem in the Ubuntu Forum. After analysis, I think the following method is more reliable:

Nvidia graphics card:
Modify/etc/initramfs-tools/modules
Join
Fbcon
Vesafb
Nvidiafb three rows
Modify the/etc/modprobe. d/blacklist-framebuffer file.
Comment out three lines, namely diafb, vesafb, and vga16fb.
Run sudo update-initramfs-u to restart the computer.

My vga16fb line is ignored.
In addition, I thought it may also be a resolution problem, so I added a parameter to GRUB_CMDLINE_LINUX = "" in/etc/default/grub and changed it to GRUB_CMDLINE_LINUX = "vga = 792 ", 792 represents the hexadecimal 0x0318 code of the 1024*768 resolution.
Then update grub: update-grub and restart.
If you do not have time to log on to X, you can directly press C + A + F1. Two seconds later, the familiar tty login interface came back! Haha!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.