Announcement
Collapse
No announcement yet.
Only diagonal lines after install or cd boot.
Collapse
This topic is closed.
X
X
-
I have the exact same graphics card, and I too have experience the same results.
The first solution is to add "modeset=0" at the end of the linux line in grub.
I didn't do anything else except change my system settings. At some point I didn't need "modeset=o". What I did after that was a series of eliminations.
I ended up after Kubuntu was installed to save my ".kde" folder. Then when I reinstall Kubuntu, and using that folder, I never have issues again.
I haven't gotten around to determine what file inside kde folder is the culprit.
Another trick I first used, was just before Kubuntu gets to the 5th icon, I go into a virtual terminal. then wait until it boots and ctrl+alt+f7 shows it booted up ok. My thinking at the time was a race condition.
Try the "modeset=0", and see if that gets you to the desktop.
edit: I also noticed that after you get that scrambled display, the computer is totally frozen. Nothing but a power off works. Afterwards though, on second boot the display works - but not always.
That's when I saved my kde folder and now it works every time. I'm using 13.10 and at least 2 or 3 times a week re-install from the latest ISO that I have been zsync'ing.Last edited by verndog; Sep 02, 2013, 10:12 AM.
- Top
- Bottom
Comment
-
When you are presented with the grub menu screen, press 'e' on the one your trying to boot.
Using your 'arrow' keys go down to the line that starts with the name 'linux'.
Then hit the 'End' key, go using 'arrow' key go to the end of the line.
Type a space and then type: modeset=0, then hit the 'F10' key and see if it boots up ok.
- Top
- Bottom
Comment
-
Press Alt+F2. Type kdesudo kate /etc/default/grub and then look for the line GRUB_CMDLINE_LINUX_DEFAULT= and add nomodeset to the end before the final ".Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
SavannahKayaker , I'm surprised that modeset=0 didn't work. Although, I'm using 13.10, and it works great. The problem with using nomodeset is limited resolution. Make sure its modeset=0 and not nomodeset=0.
- Top
- Bottom
Comment
-
Do I have to update grub to make this work with a reboot. I have been reading about how to do this and have created a root user password. I've tried update-grub from the root directory but I get a fail nomodeset. I am now downloading Kubuntu 13.10. I'm hoping this might help. If I can't get this to boot correctly it might be back to Ubuntu but I really like the Kubuntu KDE desktop and really dislike the new Ubuntu tablet friendly desktop.
- Top
- Bottom
Comment
-
Originally posted by TeunisMy question would be which video driver you are using, I noticed the latest have more options.
- Top
- Bottom
Comment
-
You've already done this:
Press Alt+F2. Type kdesudo kate /etc/default/grub and then look for the line GRUB_CMDLINE_LINUX_DEFAULT= and add nomodeset to the end before the final ".
Code:sudo update-grub2
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
Comment