Featured Worklog

Price Search



PC Apex Sponsor


PC Apex Sponsors



PC Apex RSS Feeds

RSS Feed for PC Apex Reviews & ArticlesRSS Feed for PC Apex PC Modding WorklogsRSS Feed for the PC Apex Daily DisturbanceRSS Feed for the latest PC Apex Site NewsRSS Feed for PC Apex Affiliate and Web NewsRSS Feed for PC Apex Deals and Steals

Go Back   Apex Community Forums // PC Apex Forums // PC Apex Troubleshooting // Linux OS Problems

Linux OS Problems General Linux-based OS problems.

Reply
 
LinkBack Thread Tools Display Modes
Old 03-February-07, 12:04 PM   #1 (permalink)
PCApex's Mac Man
Dreyco's Avatar
Default Linux X serve Problems

Ok, I'm dying to use linux but X serve the graphical interface service wont start and I get an error.

I've tried both Linux Mint and Ubuntu x64, can any point me in the right direction?

Specs:
E6600 CPU
2x1GB DDR2-800 Corsair RAM
ASUS P5N-E Mobo
BFG 8800GTS
300GB Seagate SATAII HDD
NEC DVD-RW
Dreyco is offline     Reply With Quote
Sponsored Links
Old 03-February-07, 05:34 PM   #2 (permalink)
Apex Tech Fanatic Supreme
joecoin's Avatar
Default Re: Linux X serve Problems

Are you using the 64 bit NVIDIA driver?

Installing nvidia 9472 for the 8800 in 64-bit dapper - Ubuntu Forums

Dealing with problems with the Xserver - Ubuntu Forums
joecoin is offline     Reply With Quote
Old 03-February-07, 06:02 PM   #3 (permalink)
Apex's Squirrel Revolutionary
Fatsobob's Avatar
Default Re: Linux X serve Problems

X Serve? Do you mean xorg or or what. Maybe I am just not understanding it.
Fatsobob is offline     Reply With Quote
Old 03-February-07, 08:40 PM   #4 (permalink)
Linux Warrior
FunkyStickman's Avatar
Default Re: Linux X serve Problems

Are you using the Live CDs or trying to install it on the hard drive? And yes, if you're installing the nVidia driver, make sure to use the correct one (x86 vs. x86_64). If you can walk us through your install process, I might be able to help you a bit more.
FunkyStickman is offline     Reply With Quote
Old 03-February-07, 11:25 PM   #5 (permalink)
PCApex's Mac Man
Dreyco's Avatar
Default Re: Linux X serve Problems

Ok, It's really called X-Server and I need to change a file called 'xorg.conf' through the terminal, but I dont know how to do that from the Live CD or if its even possible.
Dreyco is offline     Reply With Quote
Old 03-February-07, 11:46 PM   #6 (permalink)
PCApex's Mac Man
Dreyco's Avatar
Default Re: Linux X serve Problems

This pisses me off so much... This is exactly why I gave up on linux a year ago, because it's a LIVE-CD I cant change anything (xorg.conf), I want to install it to the HDD, cant do that either without having the live cd working... And they dont even have an alternate CD for linux mint...

Stupid linux...
Dreyco is offline     Reply With Quote
Old 04-February-07, 12:22 AM   #7 (permalink)
Apex Tech Maniac
Fire Hawk's Avatar
Default Re: Linux X serve Problems

I disagree with the last thing you said.

what happens when you try to edit the xorg.conf file?
try typing, nano /etc/X11/xorg.conf
if it says the command nano, isn't found, then, you don't have that editor, so try running, pico /etc/X11/xorg.conf
it should have nano, but, just incase.
if you can open the file, try to find the section called, device, it should start with, Section "Device"
once you've found the section, look for the line that begins with, Driver, and then has something in quotes
chances are it will say, Driver "nv", which is a generic Nvidia driver.
try changing the line to, Driver "vesa", which is a generic driver

try saving the changes, and if it doesn't let you, it will probably say something about permissions. if it's about permissions, or not, would you tell us what it says?
if the save does work, you could try restarting the x server, by type, startx

there are other people who are having troubles with the eight series, so, you're not alone. also, the eight series uses different drivers, than the others, so, that probably has something to do with it.

if you try, tel us know how it goes.
I hope it goes well
Fire Hawk is offline     Reply With Quote
Old 04-February-07, 12:50 AM   #8 (permalink)
PCApex's Mac Man
Dreyco's Avatar
Default Re: Linux X serve Problems

OK now when I type nano /ect/X11/xorg.conf

I get to this screen where there is just a bunch of options on the bottom like ^G and ^N but no file to edit.
Dreyco is offline     Reply With Quote
Old 04-February-07, 07:29 AM   #9 (permalink)
Apex Tech Fanatic Supreme
joecoin's Avatar
Default Re: Linux X serve Problems

Quote:
Originally Posted by Dreyco
OK now when I type nano /ect/X11/xorg.conf

I get to this screen where there is just a bunch of options on the bottom like ^G and ^N but no file to edit.


etc ,not ect
joecoin is offline     Reply With Quote
Old 04-February-07, 04:18 PM   #10 (permalink)
PCApex's Mac Man
Dreyco's Avatar
Default Re: Linux X serve Problems

sorry typo on the forum end not the linux end
Dreyco is offline     Reply With Quote
Old 04-February-07, 08:31 PM   #11 (permalink)
PCApex's Mac Man
Dreyco's Avatar
Default Re: Linux X serve Problems

Aha! The world forgot to tell me about the 'sudo' that goes before 'nano'

lollerskates it works!
Dreyco is offline     Reply With Quote
Old 04-February-07, 09:02 PM   #12 (permalink)
Apex Tech Demi-God
musclecars&computers's Avatar
Default Re: Linux X serve Problems

Quote:
Originally Posted by Dreyco
Aha! The world forgot to tell me about the 'sudo' that goes before 'nano'

lollerskates it works!

Yea i just started using ubuntu a couple weeks ago. It has no root so u have to use sudo instead.
musclecars&computers is offline     Reply With Quote
Old 04-February-07, 10:40 PM   #13 (permalink)
PCApex's Mac Man
Dreyco's Avatar
Default Re: Linux X serve Problems

This is pretty BOSS, I feel like a uber nerd typing in terminal to install things lol
Dreyco is offline     Reply With Quote
Old 04-February-07, 10:56 PM   #14 (permalink)
PCApex's Mac Man
Dreyco's Avatar
Default Re: Linux X serve Problems

Ok the automatic nvidia update driver thing did not work... now i just get green lines...
Dreyco is offline     Reply With Quote
Old 04-February-07, 10:56 PM   #15 (permalink)
Apex Tech Demi-God
musclecars&computers's Avatar
Default Re: Linux X serve Problems

Quote:
Originally Posted by Dreyco
This is pretty BOSS, I feel like a uber nerd typing in terminal to install things lol

Another neat command i've been using alot is
Code:
sudo nautilus
That gives you root permissions for draging and dropping files, and copy paste, etc; but it still doesn't give you all the root rights.
musclecars&computers is offline     Reply With Quote
Old 04-February-07, 11:10 PM   #16 (permalink)
Apex Tech Fanatic Supreme
joecoin's Avatar
Default Re: Linux X serve Problems

su root

gets you in as root user.
joecoin is offline     Reply With Quote
Old 05-February-07, 01:07 AM   #17 (permalink)
Apex's Squirrel Revolutionary
Fatsobob's Avatar
Default Re: Linux X serve Problems

On ubuntu, there is no root account, so su doesn't work. One of the reason why I dont like ubuntu, everything has to be done in sudo out of the box.
Fatsobob is offline     Reply With Quote
Old 05-February-07, 01:54 AM   #18 (permalink)
PCApex's Mac Man
Dreyco's Avatar
Default Re: Linux X serve Problems

Well i think i broke my install... I think the automatic update thinger installed the driver for everything before 8800's

But the "sh nividablahblah.run" wouldnt work in the terminal to install it manually.
Dreyco is offline     Reply With Quote
Old 05-February-07, 07:14 AM   #19 (permalink)
Apex Tech Fanatic Supreme
joecoin's Avatar
Default Re: Linux X serve Problems

Quote:
Originally Posted by fatsobob
On ubuntu, there is no root account, so su doesn't work. One of the reason why I dont like ubuntu, everything has to be done in sudo out of the box.


Please don't tell my little Ubuntu box this, when I type "su root" in a terminal window, I am in as root.
Edgy Eft.
joecoin is offline     Reply With Quote
Old 05-February-07, 07:31 AM   #20 (permalink)
Apex's Squirrel Revolutionary
Fatsobob's Avatar
Default Re: Linux X serve Problems

Well from default, there is no root. You can always make a root account, but 9/10 people who use ubuntu wouldn't do that(Whether they know or not is beyond me)
Though some people use ubuntu, they might as well be using straight up debian and do it themselves.
Fatsobob is offline     Reply With Quote
Reply

Thread Tools
Display Modes

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 On
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
NEW PimpRig Member Map! NOW SELF SERVE! GlitterKill PC Apex Site News 58 21-January-06 12:01 PM
Protect and Serve...Who? Seikatsu Anything Goes 62 30-August-05 07:28 PM
music problems in linux help biohazardpc Linux OS Problems 3 28-October-03 12:26 AM
Linux and Geforce Problems? TiZakit Linux OS Problems 18 12-July-03 01:32 AM
Linux Problems <silent penguin> Linux OS Problems 3 03-May-03 07:41 PM


All times are GMT -5. The time now is 05:32 AM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC5
Copyright PCApex.com, GameApex.com, ForumApex.com 2001 - 2008
Advertisements