LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 12-19-2014, 09:52 AM   #46
gkasica
Member
 
Registered: Jan 2011
Location: Jackson WI
Distribution: Fedora Core/Generic
Posts: 116

Original Poster
Rep: Reputation: 0

Here it is again, but its in a prior post somewhere.
Attached Files
File Type: txt 20141219-xorg.conf.txt (2.1 KB, 29 views)
 
Old 12-21-2014, 11:51 AM   #47
JimKyle
Member
 
Registered: Dec 2001
Location: Oklahoma City, OK, USA
Distribution: Xubuntu 16.04 LTS
Posts: 214
Blog Entries: 1

Rep: Reputation: 39
As a user of Xubuntu for the past seven years I'll barge in here to try to clear up a bit of seeming fog about using "root" in the *buntu packages. First, a default installation of any flavor of *buntu has no password at all for UID==0. The only way to get a "root password" is to manually add one after installing the system. That's a major difference from the older distributions' requests to create such a password during installation.

The other point that appears foggy to me is the distinction between using su, sudo, gksu, and gksudo (there may be still another pair of similar commands for KDE; I've not used KDE at all since 1998 or so and then only briefly while visiting my youngest son). Each of those four sets up the home directory and environment differently! In particular, using sudo changes the user's environment to that of "root" which can give rise to all sorts of subsequent problems. There's a whole section of the Ubuntu wiki that spells out all of this stuff; it's one of the major departures that Canonical made when basing *buntu on Debian.

Absence of /etc/X11/xorg.conf isn't due to it being "moved elsewhere" at all. Canonical quit providing the file several LTS versions back (I don't remember whether it was 2008 or 2010), but if you create such a file and put it into /etc/X11, owned by root with permissions of 644, the system will use it instead of the built-in replacement. I've had to do just that because my favorite monitor's EDID response is faulty and I have to force the proper settings at boot.

Although back up the thread someone mentioned that the change from upstart to systemd was not scheduled until 2015, I've been getting almost daily updates for the past few months, including four files this morning, to replace stuff with systemd versions. However I don't think this is likely to be a major factor in gkasica's problem. I need to go back to the start of the thread and review his hardware listing there before offering any comment in that area other than to say such black-screen situations are possibly one of the most frequent areas discussed over on the official Ubuntu forums, and almost all of them turn out to be unique.

EDIT: After going back to post #1 and comparing the working and non-working logs, I see a flock of errors starting at line 128 of the non-working log that indicate part of the Digital Rendering Module (DRM) could not be found. That unfortunate abbreviation originally led me to wonder, earlier today when four DRM updates appeared on my system, why Digital Rights Management had any place in a Linux kernel -- but then I found its alternate meaning, and I suspect that this is indeed the root of this problem. At least, it's a clue to follow. The working log has no such errors. The question I see now is why one box needs it and the other does not...

Last edited by JimKyle; 12-21-2014 at 12:07 PM.
 
1 members found this post helpful.
Old 12-21-2014, 12:20 PM   #48
gkasica
Member
 
Registered: Jan 2011
Location: Jackson WI
Distribution: Fedora Core/Generic
Posts: 116

Original Poster
Rep: Reputation: 0
Ok thanks jim. So how or what do I install to get them? Sure appreciate the help.
 
Old 12-21-2014, 02:37 PM   #49
JimKyle
Member
 
Registered: Dec 2001
Location: Oklahoma City, OK, USA
Distribution: Xubuntu 16.04 LTS
Posts: 214
Blog Entries: 1

Rep: Reputation: 39
Quote:
Originally Posted by gkasica View Post
Ok thanks jim. So how or what do I install to get them? Sure appreciate the help.
Unfortunately, that's something I can't answer. As I said, I haven't used KDE (which is the DE for Kubuntu) for years so am not at all familiar with the utility packages it provides. Unfortunately, each *buntu flavor is pretty much unique when it comes to the included utilities.

The others taking part here, though, may be able to assist in following up this clue. There are ways to search for package names from the command line that may help; I'd try "apropros DRM" first, myself, on both the working and non-working systems. That should give you a list of "man" pages dealing with that obnoxious (to me, anyway) abbreviation (if any exist either place; if not, I would Google for the phrase), and that in turn may give you leads to the actual package names. If "DRM" comes up empty, I would try using the actual file name, as shown in your original non-working log near line 128, as a search term.

EDIT--In case you're not aware of the syntax of xorg logs, the "(EE)" prefix on a line indicates an error condition. Other notations include "--" for routine, "II" for informational, and "WW" for warnings. Warnings can safely be ignored, but any EE line should be studied. Sometimes, the error it reports is automatically corrected within a few more lines; other times, such as here, it's fatal and causes the entire xorg server to disconnect itself (as shown in the last dozen lines or so of the log). -- END EDIT

Once I had a reasonable-looking package name, I would use "apt-get" or "aptitude" from the command line to download and install it -- after making certain I had all critical material safely backed up, of course.

I would also install "synaptic package manager" to use in place of the Software Center utility, once things were working. Software Center has been simplified to the degree that I find it plain unusable for trouble-shooting. Too many things get hidden behind the scenes. Synaptic is a GUI utility also, but makes many more details available to me. It's in the repositories. However, I wouldn't make any changes of this sort until the immediate problem is fixed. The fewer changes made, the less confusion gets poured into the mix -- and it's always confusing enough right from the start!

Last edited by JimKyle; 12-21-2014 at 02:44 PM. Reason: To add information.
 
Old 12-21-2014, 03:40 PM   #50
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
DRM is Direct Rendering
http://wiki.gentoo.org/wiki/Xorg/Har...leration_guide
 
Old 12-21-2014, 03:45 PM   #51
JimKyle
Member
 
Registered: Dec 2001
Location: Oklahoma City, OK, USA
Distribution: Xubuntu 16.04 LTS
Posts: 214
Blog Entries: 1

Rep: Reputation: 39
Right; I discovered that earlier today. It's unfortunate, though, that the same abbreviation was already known to mean Digital Rights Management also known as "you-never-own-what-you-bought" in many other places such as SlashDot... That's what makes it obnoxious to me!
 
Old 12-21-2014, 06:46 PM   #52
gkasica
Member
 
Registered: Jan 2011
Location: Jackson WI
Distribution: Fedora Core/Generic
Posts: 116

Original Poster
Rep: Reputation: 0
Thanks for the help here. What's the next step I take to get this working?
 
Old 12-22-2014, 07:24 PM   #53
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,345

Rep: Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588
After a little bit of research a couple of things to try:

add the following line to the module section of your /etc/X11/xorg.conf
Code:
Section "Module"
        Disable    "dri"
EndSection
Another option is to use the vesa driver.

Code:
Section "Device"
        Identifier      "Card0"
        Driver          "vesa"
EndSection
 
Old 12-22-2014, 09:12 PM   #54
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,345

Rep: Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588
On second thought use the original xorg.conf that was created by xorg -configure as /etc/X11/xorg.confand then add
Code:
Disable    "dri
to the module section. If That doesn't work, then either change the driver in the driver section to vesa or copy /etc/X11/org.conf.failsafe to /etc/X11/xorg.conf. In order for the vesa driver to work nomodeset may have to be boot option
 
Old 12-22-2014, 09:14 PM   #55
gkasica
Member
 
Registered: Jan 2011
Location: Jackson WI
Distribution: Fedora Core/Generic
Posts: 116

Original Poster
Rep: Reputation: 0
Ok will give it a try but may be tomorrow morning before I have a chance.
 
Old 12-22-2014, 11:26 PM   #56
gkasica
Member
 
Registered: Jan 2011
Location: Jackson WI
Distribution: Fedora Core/Generic
Posts: 116

Original Poster
Rep: Reputation: 0
WE have a winning combination!!

Adding the

Section "Module"
Disable "dri"
EndSection

And setting

Section "Device"
Identifier "Card0"
Driver "vesa"
EndSection

Has it up and running..

It's VERY slow in refreshing the screen, but its working.
 
Old 12-23-2014, 01:44 AM   #57
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Great job colorpurple21859
Congrats gkasica!
 
Old 12-23-2014, 05:24 AM   #58
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,345

Rep: Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588Reputation: 1588
Glad you got it working. I was hoping there was a better solution, but from what I found that card isn't supported very well in linux, and there has been several bug reports filed for the same problem.
 
Old 12-23-2014, 10:35 AM   #59
gkasica
Member
 
Registered: Jan 2011
Location: Jackson WI
Distribution: Fedora Core/Generic
Posts: 116

Original Poster
Rep: Reputation: 0
Any thoughts on speed up of the display at all otherwise I'm willing to call this closed.
 
  


Reply

Tags
ubuntu 14.04.1, x11


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
LXer: Ubuntu 12.04.5 LTS (Precise Pangolin) Released with Linux Kernel from Ubuntu 14.04 LTS LXer Syndicated Linux News 0 08-08-2014 08:00 AM
Gui for Single User Ubuntu 10.04 LTS metallica1973 Ubuntu 7 05-13-2012 04:43 PM
Ubuntu/Vista dual boot worked but now grub rescue> petitmal Linux - Newbie 2 09-03-2010 07:04 PM
ubuntu server lts 10.4 convert GUI graphics salimshahzad Linux - Server 1 05-09-2010 02:45 AM
No boot splash with Ubuntu Lucid 10.04 LTS. linuxlover.chaitanya Ubuntu 12 05-05-2010 12:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 02:13 PM.

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