Phoronix Forums  

Go Back   Phoronix Forums > Linux Graphics / X.Org Drivers > NVIDIA Linux

NVIDIA Linux Both NVIDIA's closed-source and open-source drivers can be discussed here.

Reply
 
Thread Tools Display Modes
  #1  
Old 07-25-2006, 11:06 AM
Rob Williams Rob Williams is offline
Techgage
 
Join Date: Jun 2006
Posts: 201
Default Problems with X 7.1?

Are there known video problems with X 7.1 that I am unaware of? I did a few Google searches, and of course people have had issues, but it didn't seem to be worse than previous versions.

With 7.1, I installed the latest NVIDIA driver and had this happen:



The above picture is Kate, but I have also had similar problems with Gentoo. When I installed 7.1 on my laptop and Intel desktop, and recompiled the video drivers, the system would crash. Let me tell you, it can be a PITA to revert to a previous X version :-P

Anyways, I am wondering if there have been fixes to this that I am unaware of? I tried older video drivers, but the problem was worse with each try.
Reply With Quote
  #2  
Old 07-25-2006, 03:57 PM
James James is offline
Phoronix Member
 
Join Date: Jun 2006
Location: Toronto
Posts: 63
Default

I thought the nvidia drivers didn't support >=xorg-7.1
Reply With Quote
  #3  
Old 07-25-2006, 04:18 PM
Michael Michael is offline
Phoronix
 
Join Date: Jun 2006
Location: United States
Posts: 4,559
Default

NVIDIA drivers currently do not support X.Org 7.1.

Rob, this might be of assistance. Basically there are some work-arounds for masking X7,1, but it isn't the best solution, and GLX_EXT_texture_from_pixmap isn't supported with either binary driver.
Reply With Quote
  #4  
Old 07-25-2006, 05:52 PM
Rob Williams Rob Williams is offline
Techgage
 
Join Date: Jun 2006
Posts: 201
Default

Ahh thanks for the link. So in reality, it just doesn't make sense to move beyond 7.0 or whatever else you have. It seems to have more downsides than upsides, unless you don't want to use 3D maybe?
Reply With Quote
  #5  
Old 07-25-2006, 08:43 PM
Michael Michael is offline
Phoronix
 
Join Date: Jun 2006
Location: United States
Posts: 4,559
Default

Quote:
Originally Posted by Rob Williams
Ahh thanks for the link. So in reality, it just doesn't make sense to move beyond 7.0 or whatever else you have. It seems to have more downsides than upsides, unless you don't want to use 3D maybe?
NVIDIA's 1.0-9XXX driver binaries, which support X 7.1, shouldn't be out for at least another month or so... A bit slow to the game, and X 7.2 should be out later this year.
Reply With Quote
  #6  
Old 07-26-2006, 03:37 AM
mrapples mrapples is offline
Junior Member
 
Join Date: Jun 2006
Posts: 4
Default

If you do something along these lines in Gentoo again, be sure to quickpkg xorg-x11. This will make reverting much less of a hassle. Also, portage should not allow you to install 7.1 alongside the nvidia drivers in the first place, as xorg-server conflicts with them.
Reply With Quote
  #7  
Old 07-26-2006, 12:00 PM
James James is offline
Phoronix Member
 
Join Date: Jun 2006
Location: Toronto
Posts: 63
Default

Reverting is a big pain. I ran into this exact problem and couldn't get myself reverted back to 7.0 easily. I didn't know about quickpkg at the time, so your results may be much better (let's hope).

As a result of my frustrations, I'm now running K|Ubuntu on my primary machine.
Reply With Quote
  #8  
Old 07-26-2006, 03:20 PM
Rob Williams Rob Williams is offline
Techgage
 
Join Date: Jun 2006
Posts: 201
Default

I should have used quickpkg... good point. TBH, Portage probably did not let me install it, I don't remember. I likely uninstalled 7.0 or 6.8 first then forced an install of 7.1.

Quote:
Originally Posted by James
Reverting is a big pain.
Well, the easiest way I have found was to simply:

Code:
emerge -C libX11 x11 xorg-x11
ACCEPT_KEYWORDS="~x86" emerge -e =xorg-x11-7.0-r1 x11
Reply With Quote
  #9  
Old 07-26-2006, 11:12 PM
mrapples mrapples is offline
Junior Member
 
Join Date: Jun 2006
Posts: 4
Default

A good method of handling this in gentoo was posted on the forums, it can also be used to revert back by unmerging xorg-x11 between steps 2 and 3
Quote:
Originally Posted by lftsy of the gentoo forums
1) I made a save pkg of xorg-server-1.1.0
Code:
quickpkg xorg-server
2) I set xorg-server-1.1.0 & x11-base/xorg-x11-7.1 masked
Code:
echo =x11-base/xorg-server-1.1.0 >> /etc/portage/package.mask
echo =x11-base/xorg-x11-7.1 >> /etc/portage/package.mask
3) I used this script to update my computer
Code:
while true ; do emerge -uD world | grep dependency | sed "s/^.*\(\".*\"\).*$/echo =\1 >> \/etc\/portage\/package.mask/" | sh ; done
you can observe with a
Code:
tail -f /etc/portage/package.mask
packages that will ba masked
kill (Ctrl+C) when no more package will be added
Reply With Quote
  #10  
Old 07-27-2006, 10:47 AM
Rob Williams Rob Williams is offline
Techgage
 
Join Date: Jun 2006
Posts: 201
Default

I like my way better, hehe. It's worked on two PC's. Though, that way is probably more failsafe.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 02:35 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright ©2004 - 2009 by Phoronix Media.