|
|
#1 | |
|
Registered User
Join Date: Mar 2008
Posts: 81
|
Thought the people in the Linux forum might be interested in this article from Phoronix.
Interesting, but nothing really surprising. ws |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Dec 2008
Posts: 173
|
Quote:
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jul 2005
Location: Munich
Posts: 910
|
Thanks for the link - interesting read.
So if there seem to be so many problems with different versions of glibc and libstdc++, then why not compiling&linking statically? That would make the binary 1 to 2 MBytes larger, but that's not a big issue, IMHO. Concerning distribution, this also should not be an Issue - there are always some discussions going on that statically linking against glibc might be an issue, but this is complete non-sense in my opinion, i.e. you for sure link in crt*.o statically and also most typically libgcc.a, so why should there by any difference for libc.a? However, IANAL. regards Bernhard Last edited by JaXXoN; 10-21-09 at 07:05 PM. Reason: forgotten a "not" |
|
|
|
|
|
#4 | |||
|
Registered User
Join Date: Mar 2008
Posts: 7
|
Quote:
Quote:
IMO RandR and KMS are the most important not-yet-implemented features for every day desktop users. Much more important than VDPAU or 3D-acceleration. But apparently not a selling argument for graphics cards. The OS AMD driver (radeonhd) has both. Unfortunately, it seems it will still take a couple of months (weeks?) until the radeonhd driver is stable enough for every-day use. But it looks like its time will come. And NVIDIA is stuck with their closed-source beast: Quote:
|
|||
|
|
|
|
|
#5 |
|
NVIDIA Corporation
Join Date: Mar 2005
Posts: 2,487
|
Statically linking to glibc is not an option due to differences in things like the malloc implementation. There are cases where libGL allocates data that it returns to the application, which frees it using Xfree. If the library is statically linked, the malloc tracking information for that allocation may be wrong. There are countless problems like that that make it unfeasible to statically link it.
|
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Sep 2008
Posts: 19
|
Agreed, XRANDR is the most important feature to everyday desktop users. Without it, nvidia users can't take advantage of OS tools for changing resolution and other settings. It's far more urgent for laptop users, who may need to continually switch between different monitors/outputs.
I'm thrilled to have Nvidia on my HTPC for vdpau support. But on my Thinkpad, I wish I still had plain old Intel GMA, it was much easier to use day to day. |
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Mar 2009
Posts: 47
|
So far, sure it would be a nice to have if RandR and KMS would work, but I really don't see the urgency for this. I'm using a thinkpad, for switching monitors, I installed disper and configured it to be triggered by Fn-F7... works flawlessly. KMS would be nice for faster switching to the console, ok... but seriously, how often do you do this? There are other flaws in the driver, that should be priorised. For example, since some version (somewhere around 180.something) initialization took longer and longer. Now, with 190.40 for example, I'm waiting over 30 seconds for the driver to initialize to get to X. I had to tweak the timeouts for gdm to get to a loginscreen (thx to nvfuchs for the hint). There are still huge slowdowns on resizing windows, tearing is another anoyance. These are known problems, posted here several times by different people. NVidia, please track down these problems first before heading to new features.
|
|
|
|
|
|
#8 |
|
Registered User
Join Date: Feb 2009
Posts: 226
|
If you like KMS and XRandR 1.3, then use Nouveau. It has these, but completely lacks any 3D support or VDPAU support.
|
|
|
|
|
|
#9 | |
|
Registered User
Join Date: Oct 2008
Posts: 86
|
Quote:
Try using any of the other drivers sometime, the difference between X with the nvidia drivers and X with anything else is night and day. The nvidia driver is an example of probably one of the most successful, stable and well implement closed source applications for linux. |
|
|
|
|
|
|
#10 | |
|
Registered User
Join Date: Sep 2008
Posts: 19
|
Quote:
I hate to make this comparison, but on Windows and OSX, there's always one common way to change resolutions. On Linux, it varies. |
|
|
|
|
|
|
#11 |
|
Registered User
Join Date: Nov 2006
Posts: 228
|
FYI, radeonhd does not support KMS. The open source 'radeon' driver, however, does support both xrandr and KMS.
|
|
|
|
|
|
#12 | |
|
Registered User
Join Date: May 2005
Posts: 39
|
Quote:
You never get an out-of-the-box experience if you try to do everything yourself, without pre-configured windows. |
|
|
|
|
![]() |
| Thread Tools | |
|
|