Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Alternative Computing > Linux Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Linux Support Linux - Operating Systems and Applications Support

Reply
 
LinkBack Thread Tools
Old 01-22-2009, 06:09 PM   #1 (permalink)
Registered User
 
Join Date: Oct 2008
Posts: 28
OS: XP sp2


X Server Problem

I recently installed an ATI graphics card for ubuntu with the intention of getting Knights Of The Old Republic to work, and now when I load it up, it says the X Server isn't configured right, so now all I can do is access the shell, and I'm lost. I don't know how to revert back to it or anything.
I'm a very basic linux user, sudo apt-get install and some mounting is all I know, so it'd be great to keep it simple.
BeWop is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 01-22-2009, 08:31 PM   #2 (permalink)
Moderator/Fedora Amb.
 
wmorri's Avatar
 
Join Date: May 2008
Location: /pm/etc
Posts: 2,821
OS: Window 7/Fedora 10

My System

Send a message via AIM to wmorri
Re: X Server Problem

Hi,

Please try typing, "startx" into the shell and see if you are able to get it to start. If it gives you an error message then post it up and we can work from there.

Cheers!
__________________


Linux Forever!

wmorri is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-22-2009, 09:16 PM   #3 (permalink)
Registered User
 
Join Date: Oct 2008
Posts: 28
OS: XP sp2


Re: X Server Problem

There's a whole bunch of things it said that I can't copy, but on it, it kept on saying things about Radeon, or the driver I installed, and then also that it "Saw Error 11"

I guess the easiest way to fix this would to be to uninstall that driver, I just don't know how to do that from shell...
BeWop is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-22-2009, 09:27 PM   #4 (permalink)
Moderator/Fedora Amb.
 
wmorri's Avatar
 
Join Date: May 2008
Location: /pm/etc
Posts: 2,821
OS: Window 7/Fedora 10

My System

Send a message via AIM to wmorri
Re: X Server Problem

Hi,

I would try
Code:
sudo apt-get remove ATI
or
sudo apt-get remove radeon
I don't know the drivers that you installed so it is hard to say.

cheers!
__________________


Linux Forever!

wmorri is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-23-2009, 11:43 AM   #5 (permalink)
Registered User
 
Join Date: Oct 2008
Posts: 28
OS: XP sp2


Re: X Server Problem

I tried that, and that didn't work...
It's this driver
ATI Catalyst™ 8.12 Proprietary Linux x86 Display Driver
Found here
http://ati.amd.com/support/drivers/l...ux-radeon.html

Wouldn't you have to rollback the driver lest you be stuck with no driver?
BeWop is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-23-2009, 07:58 PM   #6 (permalink)
Moderator/Fedora Amb.
 
wmorri's Avatar
 
Join Date: May 2008
Location: /pm/etc
Posts: 2,821
OS: Window 7/Fedora 10

My System

Send a message via AIM to wmorri
Re: X Server Problem

Hi,

That would make sense. I did find some stuff for you to try. It should allow you to install the drivers that you need. Here it is.

Cheers!
__________________


Linux Forever!

wmorri is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-24-2009, 12:24 AM   #7 (permalink)
Registered User
 
Join Date: Oct 2008
Posts: 28
OS: XP sp2


Re: X Server Problem

Thanks a lot, will try this, edit when I'm done.
BeWop is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-24-2009, 01:10 AM   #8 (permalink)
Registered User
 
Join Date: Oct 2008
Posts: 28
OS: XP sp2


Re: X Server Problem

EDIT: Thanks for the help, I fixed it using the following two commands.

sudo apt-get remove xserver-xorg-core

sudo apt-get install xserver-xorg-core

A little risky, yeah, but it's better than reinstalling ubuntu, it's the only operating system I use.
Now to just find the right driver...
BeWop is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-24-2009, 09:54 AM   #9 (permalink)
Moderator/Fedora Amb.
 
wmorri's Avatar
 
Join Date: May 2008
Location: /pm/etc
Posts: 2,821
OS: Window 7/Fedora 10

My System

Send a message via AIM to wmorri
Re: X Server Problem

Hi,

Good to hear that you are able to get to the GUI. I would recommend that you take a look in the hardware drivers section under System -> Admin. There should be some drivers there for your system. What graphics card are you using?

Cheers!
__________________


Linux Forever!

wmorri is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-24-2009, 04:38 PM   #10 (permalink)
Registered User
 
Join Date: Oct 2008
Posts: 28
OS: XP sp2


Re: X Server Problem

ATI Mobility Radeon IGP 9000/9100
There doesn't seem to be any drivers provided by ATI for it on the website though...

EDIT: The updater seems to have a video one, but it's an intel...
xserver-xorg-video-intel should I use that one?

Last edited by BeWop; 01-24-2009 at 04:44 PM.
BeWop is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-24-2009, 07:23 PM   #11 (permalink)
Moderator/Fedora Amb.
 
wmorri's Avatar
 
Join Date: May 2008
Location: /pm/etc
Posts: 2,821
OS: Window 7/Fedora 10

My System

Send a message via AIM to wmorri
Re: X Server Problem

Hi,

You can use that one, since that is the one they recommend. Right now Ubuntu doesn't have a lot of support for ATI cards atm. But that is all going to change with the next release in April.

Cheers!
__________________


Linux Forever!

wmorri is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-25-2009, 07:13 PM   #12 (permalink)
Registered User
 
Join Date: Oct 2008
Posts: 28
OS: XP sp2


Re: X Server Problem

Ok, so here's another problem. After fixing the xserver, I can't run compiz, or the desktop graphics, and when I close out of full screen applications (e.g. games), my computer freezes and it shuts down.
Any idea how to fix this?
BeWop is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-25-2009, 08:09 PM   #13 (permalink)
Moderator/Fedora Amb.
 
wmorri's Avatar
 
Join Date: May 2008
Location: /pm/etc
Posts: 2,821
OS: Window 7/Fedora 10

My System

Send a message via AIM to wmorri
Re: X Server Problem

Hi,

What happens when you try to run Compiz or the desktop effects? Also, what games are you playing that freeze your computer?

Cheers!
__________________


Linux Forever!

wmorri is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-27-2009, 07:36 PM   #14 (permalink)
Registered User
 
Join Date: Oct 2008
Posts: 28
OS: XP sp2


Re: X Server Problem

Compiz and desktop effects just don't work. It says theres an issue when I try to apply extra graphics mode. Also, while playing tremulous, when I exit, it freezes.

Thanks for the help, btw.

Last edited by BeWop; 01-27-2009 at 07:37 PM.
BeWop is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-27-2009, 09:19 PM   #15 (permalink)
Moderator/Fedora Amb.
 
wmorri's Avatar
 
Join Date: May 2008
Location: /pm/etc
Posts: 2,821
OS: Window 7/Fedora 10

My System

Send a message via AIM to wmorri
Re: X Server Problem

Hi,

What is telling you that need to apply extra graphics mode? I am not familiar with that at the moment but I am sure that I can figure it out. If you try to install compiz through Synaptic Package Manager, see what happens.

Cheers!
__________________


Linux Forever!

wmorri is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-28-2009, 05:42 PM   #16 (permalink)
Registered User
 
Join Date: Oct 2008
Posts: 28
OS: XP sp2


Re: X Server Problem

Well, I don't care all too much about compiz, it's not the program that's not working. Trying to just add any effect whatsoever in the menu doesn't work. It's set on "None" instead of normal or extra, and it won't let me change it. But anyways, compiz only works when graphics are set on "extra" and that's why it isn't working.
BeWop is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 01-31-2009, 08:28 AM   #17 (permalink)
Alternative Computing Team
 
Join Date: Nov 2008
Location: Denver.CO
Posts: 311
OS: Arch linux


Re: X Server Problem

If you would open a terminal and run the following:
Code:
# cat /etc/X11/xorg.conf
then copy and paste the output here.
Rome5 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 02-02-2009, 01:06 PM   #18 (permalink)
Registered User
 
Join Date: Feb 2009
Posts: 6
OS: Linux


Send a message via Yahoo to hursto75
Re: X Server Problem

What version of linux are you running? Maybe I miss that somewhere.
Here is a nice little installer for ATI divers that worked for me on my Ubuntu machines.

sudo apt-get install envyng-core

sudo envyng -t

That will walk you through a set up.

Hope it helps.
__________________
Brad K.
TechJaws.com
hursto75 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 10:07 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85