You are not logged in.
I get the same with recent xorg upgrade: I tried startx -- -ignoreABI and I see a hint of fxwm and then "back to black".
Here is some text from the console:
Backtrace:
0: /usr/bin/X (xorg_backtrace+0x37) [0x81c00a7]
1: /usr/bin/X (0x8048000+0x17bbea) [0x81c3bea]
2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb78c940c]
3: /usr/lib/xorg/modules/drivers/nvidia_drv.so (0xb6d79000+0x5958c3) [0xb730e8c3]
Segmentation fault at address 0x10
Fatal server error:
Caught signal 11 (Segmentation fault). Server aborting
btw my nvidia drivers are: nvidia-173xx 173.14.31-2
Offline
btw my nvidia drivers are: nvidia-173xx 173.14.31-2
Hi, got the same error today. I 'solved' it temporarily by replacing the same driver with the 'plain' nvidia(-utils) one, so I must do without some gl-features (as eg in some xscreensavers) at first. We'll have to wait for driver updates, I guess. -- But X works for everyday use, that's the most important.
we are Arch.
you will be assimilated!
resistance is futile!
Offline
elp wrote:btw my nvidia drivers are: nvidia-173xx 173.14.31-2
Hi, got the same error today. I 'solved' it temporarily by replacing the same driver with the 'plain' nvidia(-utils) one, so I must do without some gl-features (as eg in some xscreensavers) at first. We'll have to wait for driver updates, I guess. -- But X works for everyday use, that's the most important.
Not sure if nvidia is compatible with the current version of xorg-server.
If I got it right you replaced nvidia-173xx with nvidia (+ the utils stuff)? I don't think that would work because nvidia-173xx supports only older cards and nvidia supports the newer. Try nouveau instead.
Offline
Thanks for the tip with nouveau and with some help from ArchWiki XFCE is up running again
Offline
Not sure if nvidia is compatible with the current version of xorg-server.
For me it does.
If I got it right you replaced nvidia-173xx with nvidia (+ the utils stuff)?
That's right.
I don't think that would work because nvidia-173xx supports only older cards and nvidia supports the newer. Try nouveau instead.
I got an older card (GeForce 6200), and nvidia works fine; since I had recognized nvidia-173xx is capable of that opengl-stuff however I finally switched to that. Therefor I'll wait for nv173xx-updates and than switch back.
((edit bec. of thread splitting; thanks))
Last edited by nexus7 (2011-10-12 21:28:29)
we are Arch.
you will be assimilated!
resistance is futile!
Offline
Thread split, was originally attached after here.
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
I got an older card (GeForce 6200)
While being old, it's still supported by the mainline nvidia driver. So for this card, the nvidia package is what you should always be using. nvidia-173xx is for Geforce 5 cards. Then there's nvidia-96xx for even older cards.
Since we've just had a new X, only the mainline driver (285.05.09) and the long-lived branch (275.28; not packaged by Arch) work. Those using Geforce 5 or older cards need to wait for updates to the 173xx and 96xx branches, and stick with xorg-server-1.10.4 until then. Or switch to nouveau.
Last edited by Gusar (2011-10-12 15:17:22)
Offline
I have a nvidia GeForce 5200 and I had to downgrade to xorg-server-1.10.4
This is how I did it
First I removed updated packages
pacman -Rdd xorg-server-common xorg-server xorg-xinit xf86-imput-evdev
second I installed old packages from pacman cache stored in /var/cache/pacman/pkg
cd /var/cache/pacman/pkg
pacman -U xorg-server-1.10.4-1-i686.pkg.tar.xz xorg-server-common-1.10.4-1-i686.pkg.tar.xz xorg-xinit-1.3.0-3-i686.pkg.tar.xz xf86-input-evdev-2.6.0-3-i686.pkg.tar.xz
After I edited pacman.conf
IgnorePkg = xorg-server-common xorg-xinit
IgnoreGroup = xorg
if anyone needs the old packages I could upload to megaupload
Last edited by sergi (2011-10-12 18:14:26)
Offline
if anyone needs the old packages I could upload to megaupload
No need to https://wiki.archlinux.org/index.php/Do … er_Version
Offline
*Sigh*, will be nice when nvidia releases an updated driver
Any society that would give up a little liberty to gain a little security will deserve neither and lose both.
-Benjamin Franklin
The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man.
-George Bernard Shaw
Offline