You are not logged in.

#1 2009-01-30 17:18:51

agentultra
Member
Registered: 2008-02-13
Posts: 13

[solved]Nvidia + Xorg - No warnings but won't startup

I installed a vanilla Arch, installed nvidia, pkgconfig, and the xorg
group. Everything appears to install just fine with no warnings. I
generate an xorg configuration file using `nvidia-xconfig
--twinview`. When I issue the command `startx` the screen goes blank
and comes back with the message "waiting for X server to shut down."

The xorg log doesn't show any critical warnings or errors.

Xorg log: http://sprunge.us/QYii

Any ideas?

Last edited by agentultra (2009-01-30 21:06:43)

Offline

#2 2009-01-30 17:31:42

agentultra
Member
Registered: 2008-02-13
Posts: 13

Re: [solved]Nvidia + Xorg - No warnings but won't startup

Oh yeah, my xorg.conf:

http://sprunge.us/CgNa

Offline

#3 2009-01-30 17:58:00

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: [solved]Nvidia + Xorg - No warnings but won't startup

Try adding

Option "ModeValidation" "NoEDIDModes"

under Device.

You may need to remove the MetaModes line and manually set your modes, too.

Offline

#4 2009-01-30 19:52:13

agentultra
Member
Registered: 2008-02-13
Posts: 13

Re: [solved]Nvidia + Xorg - No warnings but won't startup

xorg.conf: http://sprunge.us/gRGf

log: http://sprunge.us/QhVi

Still nothing. :S

Offline

#5 2009-01-30 19:54:24

BinkyTheClown
Member
From: The Circus
Registered: 2008-06-11
Posts: 85
Website

Re: [solved]Nvidia + Xorg - No warnings but won't startup

I have a nvidia card and I ran `X -configure` to setup X. Maybe you could try that.


Heeeeeey cat!!!

Offline

#6 2009-01-30 20:02:41

agentultra
Member
Registered: 2008-02-13
Posts: 13

Re: [solved]Nvidia + Xorg - No warnings but won't startup

BinkyTheClown wrote:

I have a nvidia card and I ran `X -configure` to setup X. Maybe you could try that.

Thanks for the idea.

It looks okay if I add:

Option "UseEdidFreqs" "True"

to the Device section.

I get a blank X session, but my mouse and keyboard are frozen.

(Blank as in a black screen and a mouse pointer)

Would that have anything to do with the evdev stuff?

Last edited by agentultra (2009-01-30 20:03:18)

Offline

#7 2009-01-30 20:05:00

BinkyTheClown
Member
From: The Circus
Registered: 2008-06-11
Posts: 85
Website

Re: [solved]Nvidia + Xorg - No warnings but won't startup

Remember you need to start the hal daemon to use X:
# /etc/rc.d/hal start

Last edited by BinkyTheClown (2009-01-30 20:05:34)


Heeeeeey cat!!!

Offline

#8 2009-01-30 20:18:33

agentultra
Member
Registered: 2008-02-13
Posts: 13

Re: [solved]Nvidia + Xorg - No warnings but won't startup

BinkyTheClown wrote:

Remember you need to start the hal daemon to use X:
# /etc/rc.d/hal start

Ok, the mouse/keyboard work fine.

Now I just have a blank X screen.

Only works when I use `X` instead of `startx`

Doesn't seem to read .xinitrc or any other local configuration files I'm used to... know where I can find some docs?

Offline

#9 2009-01-30 20:23:08

BinkyTheClown
Member
From: The Circus
Registered: 2008-06-11
Posts: 85
Website

Re: [solved]Nvidia + Xorg - No warnings but won't startup


Heeeeeey cat!!!

Offline

#10 2009-01-30 20:36:15

agentultra
Member
Registered: 2008-02-13
Posts: 13

Re: [solved]Nvidia + Xorg - No warnings but won't startup

I have the wiki page on Xorg pulled up. The weird thing is that only the `X` command works. startx and xinit both do the same behaviour I was having trouble with.

Offline

#11 2009-01-30 20:42:26

BinkyTheClown
Member
From: The Circus
Registered: 2008-06-11
Posts: 85
Website

Re: [solved]Nvidia + Xorg - No warnings but won't startup

What is your .xinitrc ?


Heeeeeey cat!!!

Offline

#12 2009-01-30 20:51:42

agentultra
Member
Registered: 2008-02-13
Posts: 13

Re: [solved]Nvidia + Xorg - No warnings but won't startup

BinkyTheClown wrote:

What is your .xinitrc ?

xmodmap ~/.Xmodmap
xset b off

Offline

#13 2009-01-30 20:58:31

agentultra
Member
Registered: 2008-02-13
Posts: 13

Re: [solved]Nvidia + Xorg - No warnings but won't startup

agentultra wrote:
BinkyTheClown wrote:

What is your .xinitrc ?

xmodmap ~/.Xmodmap
xset b off

Seems to work if I remove my .xinitrc

Weird.

Offline

#14 2009-01-30 21:06:21

agentultra
Member
Registered: 2008-02-13
Posts: 13

Re: [solved]Nvidia + Xorg - No warnings but won't startup

Well I think I can figure it out from here. Thanks for your help. smile

Offline

#15 2009-01-30 21:08:26

ghostHack
Member
From: Bristol UK
Registered: 2008-02-29
Posts: 261

Re: [solved]Nvidia + Xorg - No warnings but won't startup

agentultra wrote:
agentultra wrote:
BinkyTheClown wrote:

What is your .xinitrc ?

xmodmap ~/.Xmodmap
xset b off

Seems to work if I remove my .xinitrc

Weird.

Its not weird, you are not starting a window manager in your .xinitrc (e.g. with 'exec openbox-session') so startx/xinit starts up X, processes your .xinitrc then exits because there's nothing to do.

When you removed your .xinitrc startx processes the system default xinitrc which starts up twm

Last edited by ghostHack (2009-01-30 21:09:20)

Offline

#16 2009-01-30 21:11:33

BinkyTheClown
Member
From: The Circus
Registered: 2008-06-11
Posts: 85
Website

Re: [solved]Nvidia + Xorg - No warnings but won't startup

I think you should have in your .xinitrc something like `exec fluxbox` -replace with your wm- or something, that should be the last line to run the window manager.


Heeeeeey cat!!!

Offline

Board footer

Powered by FluxBB