Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Ubuntu Question
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
glawson  
View profile  
 More options Jun 18, 3:56 pm
From: glawson <glaw...@rhcl.org>
Date: Thu, 18 Jun 2009 14:56:44 -0500 (CDT)
Local: Thurs, Jun 18 2009 3:56 pm
Subject: Ubuntu Question

I'm still learning Ubuntu, and I seem to have blown up (Carnivore will love that) the X video display on a Ubuntu 9.04 box. No amount xorg.conf massaging or boot options seems to get it back. Is there a master xorg package that I can use with apt-get to reinstall all the display stuff? If not, is there an entire desktop package (everything above init 5) that I could do the same with?

Greg


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rudy, Jared  
View profile  
 More options Jun 18, 4:02 pm
From: "Rudy, Jared" <Jared.R...@sftks.net>
Date: Thu, 18 Jun 2009 15:02:14 -0500
Local: Thurs, Jun 18 2009 4:02 pm
Subject: RE: [KULUA] Ubuntu Question

Delete your xorg.conf file (/etc/X11/xorg.conf) and run the command
xorgconfig to create a basic config file.

IF xorgconfig doesn't work you can also try running command xorgcfg

If all else fails try command "Xorg -configure"

Cheers,

Jared Rudy
UNIX Administrator
St. Francis Health Center
1700 SW 7th
Topeka, KS 66606
785-295-7942

________________________________

From: kulua-l@googlegroups.com [mailto:kulua-l@googlegroups.com] On
Behalf Of glawson
Sent: Thursday, June 18, 2009 2:57 PM
To: kulua-l@googlegroups.com
Subject: [KULUA] Ubuntu Question

I'm still learning Ubuntu, and I seem to have blown up (Carnivore will
love that) the X video display on a Ubuntu 9.04 box. No amount xorg.conf
massaging or boot options seems to get it back. Is there a master xorg
package that I can use with apt-get to reinstall all the display stuff?
If not, is there an entire desktop package (everything above init 5)
that I could do the same with?

Greg


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve Nordquist  
View profile  
 More options Jun 18, 4:12 pm
From: Steve Nordquist <steve.nordqu...@gmail.com>
Date: Thu, 18 Jun 2009 15:12:16 -0500
Local: Thurs, Jun 18 2009 4:12 pm
Subject: Re: [KULUA] Ubuntu Question
Allude to xorg.0.log and any salient features in dmesg,
remove xorg.conf
retry
include allusion to new logs
mention what videocard is involved
find me some goji berry juice

On Thu, Jun 18, 2009 at 2:56 PM, glawson<glaw...@rhcl.org> wrote:
> I'm still learning Ubuntu, and I seem to have blown up (Carnivore will love
> that) the X video display on a Ubuntu 9.04 box. No amount xorg.conf
> massaging or boot options seems to get it back. Is there a master xorg
> package that I can use with apt-get to reinstall all the display stuff?

Apt refreshing (over removing it without dependent apps, and
reinstalling it) Xorg and the relevant modules for nv or ati (or the
Free as in denial of IP ascription) etcetera should do.
Blow_up modules; what'll they think of next.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Espinosa  
View profile  
 More options Jun 18, 4:21 pm
From: Paul Espinosa <kulu...@ericius.com>
Date: Thu, 18 Jun 2009 15:21:49 -0500
Local: Thurs, Jun 18 2009 4:21 pm
Subject: Re: [KULUA] Re: Ubuntu Question
First Rule of Xorg club:  You do not talk about Xorg club!  LOL

But seriously, what Jared said should work.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
glawson  
View profile  
 More options Jun 18, 4:29 pm
From: glawson <glaw...@rhcl.org>
Date: Thu, 18 Jun 2009 15:29:49 -0500 (CDT)
Local: Thurs, Jun 18 2009 4:29 pm
Subject: Re: [KULUA] Re: Ubuntu Question

Ok, I have to run downstairs to another room to see the results, but not sure it worked completely. I removed xorg.conf, ran Xorg -configure, and it complained extensively about fglrx, the offending ATI video driver that is the source of all these problems, and then it segfaulted. I think I will probably need to remove this driver.

Greg
=============


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Glenn Robuck  
View profile  
 More options Jun 18, 4:32 pm
From: Glenn Robuck <techraving...@gmail.com>
Date: Thu, 18 Jun 2009 15:32:39 -0500
Local: Thurs, Jun 18 2009 4:32 pm
Subject: Re: [KULUA] Re: Ubuntu Question

Easiest way I know of how to do reconfigure xwindows on ubuntu is as root
run:

dpkg-reconfigure xserver-xorg

(or sudo it).


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
glawson  
View profile  
 More options Jun 18, 5:16 pm
From: glawson <glaw...@rhcl.org>
Date: Thu, 18 Jun 2009 16:16:19 -0500 (CDT)
Local: Thurs, Jun 18 2009 5:16 pm
Subject: Re: [KULUA] Re: Ubuntu Question

After deleting the xorg.conf and running both Xorg --configure and dpkg-reconfigure xserver-xorg, I still get the same mangled and totally unreadable display. I know I need to unload that fglrx module, but if I do a modprobe -l I don't see anything like it listed. What can I do to see what is loading it where?

Greg

-------------------------


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rudy, Jared  
View profile  
 More options Jun 19, 10:34 am
From: "Rudy, Jared" <Jared.R...@sftks.net>
Date: Fri, 19 Jun 2009 09:34:16 -0500
Local: Fri, Jun 19 2009 10:34 am
Subject: RE: [KULUA] Re: Ubuntu Question

Edit your xorg.conf file and in the "Device" section replace flgrx with
ati and reboot.

See if that works.  The ati driver is the opensource ATI driver provided
by xorg.

Jared Rudy
UNIX Administrator
St. Francis Health Center
1700 SW 7th
Topeka, KS 66606
785-295-7942

________________________________

From: kulua-l@googlegroups.com [mailto:kulua-l@googlegroups.com] On
Behalf Of glawson
Sent: Thursday, June 18, 2009 4:16 PM
To: kulua-l@googlegroups.com
Subject: [KULUA] Re: Ubuntu Question

After deleting the xorg.conf and running both Xorg --configure and
dpkg-reconfigure xserver-xorg, I still get the same mangled and totally
unreadable display. I know I need to unload that fglrx module, but if I
do a modprobe -l I don't see anything like it listed. What can I do to
see what is loading it where?

Greg

-------------------------


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Paul Johnson  
View profile  
 More options Jun 19, 10:42 am
From: Paul Johnson <paulj...@ku.edu>
Date: Fri, 19 Jun 2009 09:42:05 -0500
Local: Fri, Jun 19 2009 10:42 am
Subject: Re: [KULUA] Re: Ubuntu Question
glawson wrote:
> After deleting the xorg.conf and running both Xorg --configure and dpkg-reconfigure xserver-xorg, I still get the same mangled and totally unreadable display. I know I need to unload that fglrx module, but if I do a modprobe -l I don't see anything like it listed. What can I do to see what is loading it where?

> Greg

See loaded modules

/sbin/lsmod

Remove a module named "module.name"

/sbin/rmmod   module.name

It is supposed to be the same--and  better in some ways, to use the -r
option to remove modules

/sbin/modprobe -r module.name

However for me sometimes that fails.

Loads a module "module.name"

/sbin/modprobe  module.name

--
Paul E. Johnson                       email: paulj...@ku.edu
Professor, Political Science          http://pj.freefaculty.org
1541 Lilac Lane, Rm 504                              
University of Kansas                  Office: (785) 864-9086
Lawrence, Kansas 66044-3177           FAX: (785) 864-5700


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google