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
On Thu, Jun 18, 2009 at 2:56 PM, glawson<gla...@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.
But seriously, what Jared said should work.
dpkg-reconfigure xserver-xorg
(or sudo it).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
-------------------------
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.
/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: paul...@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