You are not logged in.

#1 2009-01-05 23:23:38

Cew27
Member
Registered: 2008-06-16
Posts: 197

cannot open display

installing arch, installed nvidia metapackage and gnome metapackage, cant find the xinitrc it seems to be blank or net there at all in /etc/X11/xinit/xinitrc and when i startx i get command not found and when i gnome-session i get cannot open display.
any help please

Offline

#2 2009-01-05 23:37:07

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: cannot open display

Read this for info on setting up xinitrc, and this for info on setting up GNOME (including how to setup xinitrc for GNOME). The beginners guide is a great resource for new users!


.:[My Blog] || [My GitHub]:.

Offline

#3 2009-01-05 23:55:50

Cew27
Member
Registered: 2008-06-16
Posts: 197

Re: cannot open display

no help, i still cant run gnome session and i still cant find my xinit file?

Offline

#4 2009-01-05 23:59:13

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: cannot open display

did you actually READ the sections indicated?

----------------------------------------------------
Copy the sample xinitrc file from /etc/skel/ to your home directory:

$ cp /etc/skel/.xinitrc ~/

Edit the file:

$ nano ~/.xinitrc
--------------------------------------------------
If ~/.xinitrc is not configured for GNOME, you may always start it with xinit, followed by the path to GNOME:

$ xinit /usr/bin/gnome-session
--------------------------------------------------


.:[My Blog] || [My GitHub]:.

Offline

#5 2009-01-05 23:59:34

sharpie
Member
From: Phoenix, AZ
Registered: 2008-11-16
Posts: 72

Re: cannot open display

sudo pacman -S xorg

Unless of course, you're root:

pacman -S xorg

Last edited by sharpie (2009-01-06 00:00:16)

Offline

#6 2009-01-06 00:04:26

Cew27
Member
Registered: 2008-06-16
Posts: 197

Re: cannot open display

thanks alot

Offline

#7 2009-01-06 07:55:20

Cew27
Member
Registered: 2008-06-16
Posts: 197

Re: cannot open display

i have nothing in my skel dir? is it possible that i need to install xorg (i cant remember if i did )

Offline

#8 2009-01-06 08:04:38

Dheart
Member
From: Sofia, Bulgaria
Registered: 2006-10-26
Posts: 956

Re: cannot open display

Well... Yes...


My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...

Offline

#9 2009-01-06 08:24:29

Cew27
Member
Registered: 2008-06-16
Posts: 197

Re: cannot open display

ok i removed fuse installed fam, added it to rc.conf. then installed xorg (all its packages the package xorg wasnt found) then i copied .xinitrc from skel into /etc/X11/xinit but still when i gnome-session i get cannot open video device. however when i start x that works with twm

Offline

#10 2009-01-06 17:47:16

perbh
Member
From: Republic of Texas
Registered: 2005-03-04
Posts: 765

Re: cannot open display

You will need the appropriate driver for your graphics card (use 'lspci' to find it).
Then do a pacman -S xf86-video-xxxxx (where the x's is the appropriate driver for your card)
Then finally -
X -configure

You will have to 'doctor' the resulting '~/xorg.conf.new' and copy it to '/etc/X11/xorg.conf'
From there on - its mostly a matter of trial and error and multiple edits of said file.

[edit] changed xf86-driver- to xf86-video *sheesh*

Last edited by perbh (2009-01-06 20:28:29)

Offline

#11 2009-01-06 17:57:50

Cew27
Member
Registered: 2008-06-16
Posts: 197

Re: cannot open display

got it working, misconfigured xinit

Offline

Board footer

Powered by FluxBB