You are not logged in.
Pages: 1
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
Offline
no help, i still cant run gnome session and i still cant find my xinit file?
Offline
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
--------------------------------------------------
Offline
sudo pacman -S xorg
Unless of course, you're root:
pacman -S xorg
Last edited by sharpie (2009-01-06 00:00:16)
Offline
thanks alot
Offline
i have nothing in my skel dir? is it possible that i need to install xorg (i cant remember if i did )
Offline
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
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
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
got it working, misconfigured xinit
Offline
Pages: 1