You are not logged in.

#1 2010-10-06 03:48:46

leberyo
Member
Registered: 2009-12-30
Posts: 123

Nvidia 96xx and xorg 1.9 unable to boot

Hi, I have an older Nvidia card that I was using with the older 96xx drivers.  When xorg 1.8 came out I had issues with the driver but somebody pointed out that adding one setting to xorg.conf would make things work, which it did.  Now after I did a pacman -Syu and xorg upgraded to 1.9 I can't boot xorg anymore.  I tried installing the nouveau drivers as well but the system won't boot at all and will just hang with a cursor on the screen.  Is there any way I can recover my installation?

Thx

Offline

#2 2010-10-06 09:58:30

okplayer02
Member
From: Denver, Colorado
Registered: 2008-11-24
Posts: 84

Re: Nvidia 96xx and xorg 1.9 unable to boot

Well the best advice i can say is downgrade your xorg to the previous version. As of right now there is no support from nvidia for your graphics card with xorg 1.9. Also i would recommend you pay attention to what is upgraded. I had the same issue with my 173xx card it was not supported in the beginning with xorg 1.9. So i did an ignore pkg in my pacman.conf so that it would not upgrade these packages with xorg.

http://wiki.archlinux.org/index.php/Dow … g_Packages
that is the link on the wiki on how to downgrade packages
and you can search in the wiki on specifically about xorg downgrading


Say what is good or keep silent  --Prophet Muhammad (SAW)

Offline

#3 2010-10-06 10:01:42

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Nvidia 96xx and xorg 1.9 unable to boot

Just boot into the console and downgrade to xorg 1.8 for the time being.

Offline

#4 2010-10-06 16:29:38

leberyo
Member
Registered: 2009-12-30
Posts: 123

Re: Nvidia 96xx and xorg 1.9 unable to boot

I don't have xorg 1.8 in my pacman cache anymore though.

Offline

#5 2010-10-06 16:34:39

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Nvidia 96xx and xorg 1.9 unable to boot

Offline

#6 2010-10-06 20:20:01

na12
Member
From: /home/serbia
Registered: 2008-12-23
Posts: 752

Re: Nvidia 96xx and xorg 1.9 unable to boot

And which packages need to be downgraded except xserver?

Offline

#7 2010-10-06 20:29:41

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Nvidia 96xx and xorg 1.9 unable to boot

I don't know what your setup is, so I can't tell you exactly, but

xorg-server xorg-server-common xf86-input-evdev xf86-input-keyboard xf86-input-mouse xf86-input-synaptics xf86-video-vesa xkeyboard-config

is a nice start.
IIRC, xorg-server-common is xorg 1.9 specific, so the package will be just uninstalled. If you don't have a touchpad, you don't need xf86-input-synaptics at all etc.

Offline

#8 2010-10-07 17:22:47

addr
Member
From: Manitoba
Registered: 2008-12-04
Posts: 73

Re: Nvidia 96xx and xorg 1.9 unable to boot

What happens to people with an Nvidia chip doing a fresh install?


x86_64 Arch Openbox, Debian PEKwm

Offline

#9 2010-10-07 17:29:20

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Nvidia 96xx and xorg 1.9 unable to boot

addr wrote:

What happens to people with an Nvidia chip doing a fresh install?

Nothing. Unless you update your system from the 2010.05 state to the current one ;P Seriously though, you can pick ARM as your server and stay a little bit behind.

There are at least three different closed nvidia drivers + two open and they are being worked on as we speak. Just because something didn't work a week ago, doesn't mean it won't work tomorrow. (unfortunately it works the other way round too)

Offline

#10 2010-10-09 18:50:14

addr
Member
From: Manitoba
Registered: 2008-12-04
Posts: 73

Re: Nvidia 96xx and xorg 1.9 unable to boot

OK, what I meant was using Net Install it is going to pull in xorg 1.9 isn't it?


x86_64 Arch Openbox, Debian PEKwm

Offline

#11 2010-10-09 19:23:27

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Nvidia 96xx and xorg 1.9 unable to boot

addr wrote:

OK, what I meant was using Net Install it is going to pull in xorg 1.9 isn't it?

pacman will use whatever valid source you throw at him: your private repo with packages compiled for i586, ARM or an up-to-date mirror.
I have an old Intel card that won't work with the current drivers, so I need to pick some older ones.
Pacman is just a package manager - it should help me with dependencies, but that's it.

Offline

#12 2010-10-30 15:11:57

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: Nvidia 96xx and xorg 1.9 unable to boot

I too did a pacman -Syu last night and now it won't boot.

Can't pacman be made to check with lspci so it won't break compatibility like this ? Seems to me like it will BLINDLY install anything you type as long as it's in the repository. Even ATI drivers I bet. I think it should come with some sort of warning, prompting the user it could break compatibility and that he could risk his system not booting. Or is that implied with Arch Linux ?


I've been beating my head on the desk for the last 4 hours trying to figure it out. Can anyone PLEASE post a method for getting nvidia-96xx to work ? Probably by downgrading xorg and xorg dependencies... How do I do that ? Step by step, from changing the mirrorlist and using pacman. Thank you.

I tried:

pacman -Rd xorg-server-common
pacman -U http://www.linux.uz/archlinux/i686/xorg-server-1.8.1.902-1-i686.pkg.tar.xz

But it obviously complained about dependecies. I think the mirror is from Uzbekistan... D'oh. I think I also need to blacklist xorg by doing a sudo nano /etc/pacman.conf:

IgnorePkg  = xorg-server xorg-server-common xf86-input-evdev xf86-input-keyboard xf86-input-mouse

...and what else? I'm not using a laptop so I don't need to blacklist "xf86-input-synaptics" too.

Last edited by DSpider (2010-10-30 15:29:44)


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

#13 2010-10-31 13:13:57

jonathan183
Member
Registered: 2008-06-11
Posts: 14

Re: Nvidia 96xx and xorg 1.9 unable to boot

pacman is a package manager, pacman has no idea if a particular package will break a system.
Backup the pacman cache before you clear it will mean you will always be able to restore your system to a working state without having to rely on external mirrors etc (the last 2 versions should get you out of most things).
I use old nvidia drivers and have in pacman.conf

IgnorePkg   = xf86-input-keyboard xf86-input-mouse xf86-input-evdev xorg-server xorg-server-utils xkeyboard-config

I had issues as well with initial upgrades info https://bbs.archlinux.org/viewtopic.php … 37#p647837 ... current version of packages on my system listed below ...

nvidia-96xx 96.43.18-1
nvidia-96xx-utils 96.43.18-2
xf86-input-evdev 2.4.0-2
xf86-input-keyboard 1.4.0-2
xf86-input-mouse 1.5.0-2
xf86miscproto 0.9.3-1
xf86vidmodeproto 2.3-1
xkeyboard-config 1.8-1
xorg-apps 7.5-3
xorg-fonts-100dpi 1.0.1-3
xorg-fonts-75dpi 1.0.1-3
xorg-fonts-alias 1.0.2-1
xorg-fonts-encodings 1.0.3-1
xorg-fonts-misc 1.0.1-1
xorg-font-utils 7.5-2
xorg-res-utils 1.0.3-3
xorg-server 1.8.1.902-1
xorg-server-common 1.9.0-1
xorg-server-utils 7.5-6
xorg-twm 1.0.4-3
xorg-xauth 1.0.4-1
xorg-xinit 1.2.1-1
xorg-xkb-utils 7.5-2
xproto 7.0.18-1

Offline

#14 2010-11-01 00:30:05

ChoK
Member
From: France
Registered: 2008-10-01
Posts: 346

Re: Nvidia 96xx and xorg 1.9 unable to boot

The nouveau driver supports old cards and is kept in sync with xorg (and has good 2d performance I heard sometimes better than nvidia). Maybe you can give it a try.


Ah, good taste! What a dreadful thing! Taste is the enemy of creativeness.
Picasso
Perfection is reached, not when there is no longer anything to add, but when there is no longer anything to take away.
Saint Exupéry

Offline

#15 2010-11-07 18:59:02

leberyo
Member
Registered: 2009-12-30
Posts: 123

Re: Nvidia 96xx and xorg 1.9 unable to boot

I tried the nouveau drivers as per the wiki instructions but it just gives me a black screen without logging in.

Offline

#16 2010-11-07 22:06:59

ChoK
Member
From: France
Registered: 2008-10-01
Posts: 346

Re: Nvidia 96xx and xorg 1.9 unable to boot

can you post your /var/log/Xorg.0.log ?


Ah, good taste! What a dreadful thing! Taste is the enemy of creativeness.
Picasso
Perfection is reached, not when there is no longer anything to add, but when there is no longer anything to take away.
Saint Exupéry

Offline

#17 2010-11-08 02:16:11

stryder
Member
Registered: 2009-02-28
Posts: 500

Re: Nvidia 96xx and xorg 1.9 unable to boot

The latest nvidia-96xx (96.43.19-1) seems to be OK with xorg-server (1.9.2-1) - what I am using now.

Offline

#18 2010-11-11 23:14:56

72linus
Member
From: gordonsville,va
Registered: 2009-03-14
Posts: 144
Website

Re: Nvidia 96xx and xorg 1.9 unable to boot

see here
http://www.linuxquestions.org/questions … ost4156227

dont use any vga= parameter in your grub/lilo configs

Offline

Board footer

Powered by FluxBB