LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-01-2014, 10:22 AM   #16
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399

I'm not sure what version of grub you are using... If it's the legacy version, you should have a file /boot/grub/menu.lst. In there, in the kernel line, remove the nomodeset option.

If you are using grub2, check /etc/default/grub under the GRUB_CMDLINE_LINUX_DEFAULT for the nomodeset option. You'll need to remove it and then regenerate your grub.cfg file per the directions here:

http://mirror.su.lt/openSuSE.13.1/do...ml#sec.114.kms

Let us know how you make out.

Adam
 
Old 05-02-2014, 06:15 PM   #17
agp
LQ Newbie
 
Registered: Dec 2002
Posts: 21

Original Poster
Rep: Reputation: 0
Back again. I have tried nearly all the ideas suggested in the links posted, but nothing seems to work. I have changed no KMS to yes, and even tried un-hashing the 'driver radeon' in the device file (it just crashed), but I still have the wrong resolution. I typed vbeinfo at the grub prompt and was informed that the preferred resolution 1366x768. My images are squashed and there is no colour in my videos. Any other ideas please?
Many thanks. Adrian.
 
Old 05-02-2014, 10:22 PM   #18
agp
LQ Newbie
 
Registered: Dec 2002
Posts: 21

Original Poster
Rep: Reputation: 0
Hi Adam. I am using Grub2 and the command line you mention states:
GRUB_CMDLINE_LINUX_DEFAULT=" nomodeset resume=/dev/disk/by-id/ata-ST3500418AS_5VM443DP-part2 splash=silent quiet showopts"

Do I remove the whole thing including command GRUB_CMDLINE_LINUX_DEFAULT, or just the word 'nomodeset', or everything after the word 'DEFAULt'?
Sorry for being a bit thick here.
Thanks. Adrian.
 
Old 05-03-2014, 12:58 AM   #19
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by adamk75 View Post
You are passing the option "nomodeset" to the kernel. This will disable the open source radeon driver. Any particular reason you are doing this?

Adam
I found it-
Code:
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.10-7-desktop root=UUID=d5af7888-4425-4b03-92a6-a8e2b6b6f22c nomodeset resume=
The only way that could of occurred was if the kernel line was edited right?
Could this of been set as a default somehow?
 
Old 05-03-2014, 05:07 AM   #20
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by agp View Post
Hi Adam. I am using Grub2 and the command line you mention states:
GRUB_CMDLINE_LINUX_DEFAULT=" nomodeset resume=/dev/disk/by-id/ata-ST3500418AS_5VM443DP-part2 splash=silent quiet showopts"

Do I remove the whole thing including command GRUB_CMDLINE_LINUX_DEFAULT, or just the word 'nomodeset', or everything after the word 'DEFAULt'?
Sorry for being a bit thick here.
Thanks. Adrian.
Remove only the word nomodeset, then follow the directions given by the link Adam posted.
 
Old 05-03-2014, 12:19 PM   #21
agp
LQ Newbie
 
Registered: Dec 2002
Posts: 21

Original Poster
Rep: Reputation: 0
SUCCESS!!!! It took me a while to summon up the courage to attempt this but, I'm pleased to say that all went well and I now have a PC that is working at the right resolution. Many, many thanks to everyone who posted help and support on this problem. You are amazingly kind for giving freely of your time to post the help, and extremely patient when dealing with someone who really has no idea what is going on. I have learnt a lot and can't thank you all enough. Problem solved!
 
Old 05-03-2014, 12:32 PM   #22
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by agp View Post
SUCCESS!!!! It took me a while to summon up the courage to attempt this but, I'm pleased to say that all went well and I now have a PC that is working at the right resolution. Many, many thanks to everyone who posted help and support on this problem. You are amazingly kind for giving freely of your time to post the help, and extremely patient when dealing with someone who really has no idea what is going on. I have learnt a lot and can't thank you all enough. Problem solved!
Glad to hear your resolution is ok now.

Could you share what you did to solve it?
 
Old 05-05-2014, 09:49 AM   #23
agp
LQ Newbie
 
Registered: Dec 2002
Posts: 21

Original Poster
Rep: Reputation: 0
Hi all, To resolve the issue with the resolution I followed Adam's instructions on changing the grub2 file (thanks TobiSGD for telling me what to remove) and the terminal command in the link Adam posted. After a re-boot, all worked well.
Today, however, after the boot option screen, I had no images at all. I boot normally from a solid state drive, but I also have a hard drive boot from which I was able to mount the solid state drive and check the grub file. Somehow this had replaced the 'nomodeset' and so I repeated the above from Adam's post and link and everything is working well again. I had some updates the night before and I am wondering whether this caused the file to be re-written. As I also have this resolution problem with my hard drive boot, I am rather scared to make the changes in case I lose that option as well. Any ideas?
Many thanks.
Adrian.
 
Old 05-05-2014, 05:44 PM   #24
agp
LQ Newbie
 
Registered: Dec 2002
Posts: 21

Original Poster
Rep: Reputation: 0
Back again! I missed a bit out of my previous post on solving the problem. As well as performing Adam's suggestions, I also turned off the DRM using YaST (under sysconfig editor - system - kernel, and then changing NO_KMS_IN_INITRD to 'yes'. It can also be done in /etc/sysconfig/kernel.

Still having problems with the files being set back to the original settings though, and it seems to happen after every update installation and re-boot. Weird!

Sorry for missing this bit off.
Adrian.
 
Old 05-06-2014, 05:35 PM   #25
agp
LQ Newbie
 
Registered: Dec 2002
Posts: 21

Original Poster
Rep: Reputation: 0
Well, it was good while it lasted, but, unfortunately, I'm now having new issues. After every 3 or 4 successful boots I am getting 3 or 4 boots where the screen is black. Then, as if by magic, everything is fine again. None of the config files have been altered in grub or kernel and I have no idea what is going on. another surprising thing is that the config files have also been changed in my hard drive boot, yet the resolution is still wrong. Is this the worst ever OpenSuSe version to date, or what. There are loads of things that just don't work properly, the worst for me being that latex doesn't work and as a science editor I really need this. But that is by the by, I'm just having a moan.
Any ideas as to the boot up problem from any of you wonderfully intelligent people, would be gratefully received.
Thanks.
Adrian.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HDMI driver for benq monitor g2420hd on opensuse 11.x Glenn D. Linux - Software 2 06-14-2010 09:14 PM
LXer: OpenSUSE Says Farewell To RadeonHD Driver LXer Syndicated Linux News 0 05-04-2010 09:00 AM
Ubuntu 9.04 resolution issues: Benq G2220HD monitor, GeForce4 MX 4000 Card Hero Doug Linux - Software 4 07-08-2009 02:38 PM
BenQ FP937s LCD Monitor - Need Driver Nalorin Linux - Software 2 07-04-2006 07:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration