SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2012-08-10 05:02:49

Exmix
Member
From: Ohio
Registered: 2012-08-07
Posts: 40

[solved] Failed to start the X server after sgfxi

I think I already screwed something up. I was lookin at one of the threads on here and tried to update my video card...now I get this message

Failed to start the X server (your graphical interface). It is likely that it is not setup correctly. Would you like to view the X server output to diagnose the problem?

I push yes and I get this

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11. Revision 0
Build Current Operating System: Linux 2.6.32-5-amd64 i686 Debian
Current Operating System: Linux Crunchbang 2.6.32-5-686 #1 SPM Sun May 6 04:01:19 UTC 2012 i686
Kernelc Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686
root=UUID=faaee3fd-1dbc-48ca-8d4f-be480aec8cb6 ro quiet splash
Build Date 30 October 2011 08:56:49PM
xorg-server 2:1.7.7-14 (Julien Cristau <jcristau@debian.org>)
Current version of pixman: 0.24.0
               Before reporting problems, check http://wiki.x.org
               to make sure you have the latest version.
Markers: (--) probed, (**) from config file (==) default setting, (++) from command line, (!!) notice, (II) informational,

and if I hit no I get

The X Server is now disabled. Restart GDM when it is configured correctly.

Then It takes me to a loging screen. I then login and get:

exmix@crunchbang:~$

So yeah... I have NO idea qhat this means, help please?

Last edited by Exmix (2012-08-11 00:25:55)


Any sound can shake the earth...I wanna move hearts~!

Skype me if it would help you help me make my #! experiece better and easier.
AlucardsRequiem

Offline

Help fund CrunchBang, donate to the project!

#2 2012-08-10 05:44:40

machinebacon
#! unstable
From: China
Registered: 2009-07-02
Posts: 6,825
Website

Re: [solved] Failed to start the X server after sgfxi

Hello,

please post

lspci | grep VGA
uname -r
cat /etc/X11/xorg.conf

using the [code ] and [/code ] tags in the reply window.

Thanks.

Last edited by machinebacon (2012-08-10 05:44:51)


Sweaty lads picking up the soap | I love the new "Ignore user" button

Offline

#3 2012-08-10 06:00:46

Exmix
Member
From: Ohio
Registered: 2012-08-07
Posts: 40

Re: [solved] Failed to start the X server after sgfxi

lspci | grep VGA

00:02.0 VGA compatible controller: Intel Corporation Mobil 4 Series Chipset Integrated Graphics Controllfer (rev 07)

uname -r

2.6.32-5-686

cat /etc/X11/xorg.conf
(I think there more but this is all that shows up)

EndSection
Section "Device"
    Identifier    "Device0"
    Diver    "nvidia"
    VendorName   "NVIDIA Corporation"

Section "Screen:
   Identifies   "Screen0"
   Device   "Device0"
   Monitor   "Monitor0"
   Default Depth   24
   Subsection   "Display"
        Depth    24
   EndSubsection
EndSection

# Disables Nvidia logo
    Option   " Nologo" "true"
   # Fix Large Fonts
   Option   "DPI" "96 x 96"
   # Power saving setting for NVidi Drivers
   Option   "OnDemandVBlankInterrupts" "1"
   # Enables overclocking gui
   Option   "Coolbits" "1"

Any sound can shake the earth...I wanna move hearts~!

Skype me if it would help you help me make my #! experiece better and easier.
AlucardsRequiem

Offline

#4 2012-08-10 06:21:43

machinebacon
#! unstable
From: China
Registered: 2009-07-02
Posts: 6,825
Website

Re: [solved] Failed to start the X server after sgfxi

Oh interesting. Can you post the whole

lspci -nnk

the xorg file shows you have a nVidia, the lspci shows Intel. Let's verify.


Sweaty lads picking up the soap | I love the new "Ignore user" button

Offline

#5 2012-08-10 06:24:14

Exmix
Member
From: Ohio
Registered: 2012-08-07
Posts: 40

Re: [solved] Failed to start the X server after sgfxi

Umm how do I post the whole thing, only a portion shows up. Im typing all this in manually.


Any sound can shake the earth...I wanna move hearts~!

Skype me if it would help you help me make my #! experiece better and easier.
AlucardsRequiem

Offline

#6 2012-08-10 06:28:14

machinebacon
#! unstable
From: China
Registered: 2009-07-02
Posts: 6,825
Website

Re: [solved] Failed to start the X server after sgfxi

Noooo, don't type big_smile

lspci -nnk >> ~/paste.txt && geany ~/paste.txt

Copy from there, paste here wink

Edit: Or do you mean to say you have no X-server running?

Last edited by machinebacon (2012-08-10 06:30:16)


Sweaty lads picking up the soap | I love the new "Ignore user" button

Offline

#7 2012-08-10 06:37:41

machinebacon
#! unstable
From: China
Registered: 2009-07-02
Posts: 6,825
Website

Re: [solved] Failed to start the X server after sgfxi

You used smxi (sgfxi), after rebooting you need to run it again. If this doesn't help, check if

lsmod | grep nouveau

shows something. It happens that nouveau modules are still in use. This would mean we need to blacklist them and add nouveau.modeset=0 to the GRUB entry.

Also, try to move the xorg.conf file.

mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak

After this, type

startx

or

sudo service slim restart

Sweaty lads picking up the soap | I love the new "Ignore user" button

Offline

#8 2012-08-10 06:42:03

Exmix
Member
From: Ohio
Registered: 2012-08-07
Posts: 40

Re: [solved] Failed to start the X server after sgfxi

This happened on my laptop im on the forums on my Desktop

and I have no idea what any of that means.


Any sound can shake the earth...I wanna move hearts~!

Skype me if it would help you help me make my #! experiece better and easier.
AlucardsRequiem

Offline

#9 2012-08-10 06:44:03

machinebacon
#! unstable
From: China
Registered: 2009-07-02
Posts: 6,825
Website

Re: [solved] Failed to start the X server after sgfxi

then do this:

mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak

startx

maybe you need to press Ctrl-Alt-F8 or F7 or F6 after this to switch to the X server.

still no dice? 

sudo /etc/init.d/gdm start

Last edited by machinebacon (2012-08-10 06:45:19)


Sweaty lads picking up the soap | I love the new "Ignore user" button

Offline

#10 2012-08-10 07:07:27

Exmix
Member
From: Ohio
Registered: 2012-08-07
Posts: 40

Re: [solved] Failed to start the X server after sgfxi

Very cool. Got it now. Thanks. smile VERY much appreciated


Any sound can shake the earth...I wanna move hearts~!

Skype me if it would help you help me make my #! experiece better and easier.
AlucardsRequiem

Offline

#11 2012-08-10 09:31:28

machinebacon
#! unstable
From: China
Registered: 2009-07-02
Posts: 6,825
Website

Re: [solved] Failed to start the X server after sgfxi

can you do us a favour and edit your first post, change the subject to something like

[solved] Failed to start the X server after sgfxi

thanks smile greets!


Sweaty lads picking up the soap | I love the new "Ignore user" button

Offline

#12 2012-08-10 09:50:37

kiiroitori
#! CrunchBanger
From: Tokyo, Japan
Registered: 2010-12-07
Posts: 229

Re: [solved] Failed to start the X server after sgfxi

I just wanted to add that machinebacon should get some kind of award for helping out so many people in such a cool way.

machinebacon, if you ever come to Tokyo I'll buy you a beer or two!


I love #! more than my own kids. I told them and they sympathized.

Offline

#13 2012-08-10 09:53:39

machinebacon
#! unstable
From: China
Registered: 2009-07-02
Posts: 6,825
Website

Re: [solved] Failed to start the X server after sgfxi

kiiroitori, thanks a lot big_smile Though it probably won't happen in the near future big_smile


Sweaty lads picking up the soap | I love the new "Ignore user" button

Offline

#14 2012-08-11 00:25:38

Exmix
Member
From: Ohio
Registered: 2012-08-07
Posts: 40

Re: [solved] Failed to start the X server after sgfxi

Will do. Thanks alot Machine.


Any sound can shake the earth...I wanna move hearts~!

Skype me if it would help you help me make my #! experiece better and easier.
AlucardsRequiem

Offline

#15 2012-11-20 10:58:35

thanhtungnt2006
New Member
Registered: 2012-11-20
Posts: 1

Re: [solved] Failed to start the X server after sgfxi

Thanks a lot.

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo