|
|
#1 | |
|
Registered User
Join Date: Jan 2006
Posts: 6
|
I have the v1.0-8178 driver and when I run the patched nvidia-settings utility, I get the following error:
Code:
ERROR: Error parsing configuration file '/home/cragwolf/.nvidia-settings-rc' on
line 52: 'Ü' (Unrecognized attribute name).
Code:
ERROR: Error parsing configuration file '/home/cragwolf/.nvidia-settings-rc' on
line 51: '0/XVideoBlitterSyncToVBlank=08' (Trailing garbage).
|
|
|
|
|
|
|
#2 | |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
You stated that you're using a 'patched' nvidia-settings? Which patch(es) did you apply? Does this problem reproduce with a non-patched version as well?
If you delete '/home/cragwolf/.nvidia-settings-rc' so that a new version is generated, does the problem persist? Thanks, Lonni |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jan 2006
Posts: 6
|
Yes, in my previous post I provided a link to the thread in which the patch was provided. Here it is again:
http://www.nvnews.net/vbulletin/showthread.php?t=63506 The patch is provided with the second post in that thread. I was getting a segmentation fault when I tried running nvidia-settings, so I searched here, found that thread, applied the patch, and no longer got a seg fault. The parsing problem occurs with patched and non-patched versions. if I delete the rc file, the problem persists. Sometimes, although I can't seem to reproduce it regularly, if I add a few blank lines to the end of the rc file, save it, and then run the nvidia-settings program, I don't get any parsing error. But the next time I run it I will get a parsing error. I found another thread where a user had this same problem, so it's not just me. S/he uses SUSE, I use Zenwalk, so it's not a distribution-specific thing. |
|
|
|
|
|
#4 | |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
I just dropped your nvidia-settings-rc file onto a system here, and didn't have any problems running nvidia-settings.
Can you generate and post a bug report? Also, can you post the output from 'env'? Thanks, Lonni |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Jan 2006
Posts: 6
|
Done. I added the output from 'env' to the nvidia-bug-report.log file. Anything else you want me to do just let me know.
|
|
|
|
|
|
#6 | |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
I don't see a bug report attached here.
Thanks, Lonni |
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Jan 2006
Posts: 6
|
I emailed it to linux-bugs@nvidia.com. But I'll attach it to this thread, too.
|
|
|
|
|
|
#8 |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
I'm afraid that I'm still not able to reproduce this problem. I've tested your nvidia-settings-rc file on several different systems here, and in every case nvidia-settings starts without any fatal errors.
Is there anything unique about your environment? Thanks, Lonni |
|
|
|
|
|
#9 |
|
Registered User
Join Date: Jan 2006
Posts: 6
|
Nothing unique to my knowledge. I use the Zenwalk Linux distribution. I'll check out their forums and see if anyone is having the same problem.
|
|
|
|
|
|
#10 |
|
Registered User
Join Date: Jan 2006
Posts: 6
|
Alright, I asked at the Zenwalk forum and nobody reported having this parsing config bug. But, I did some more experimentation and I found the following out:
If I run nvidia-settings from gnome-terminal, then my rc file gets corrupted. If I run nvidia-settings from a desktop menu (in my case, I'm using the XFCE desktop environment) or automatically on startup then my rc file does not get corrupted. Once the rc file has been corrupted, then there's nothing I can do to fix it: nvidia-settings will always report a parsing config error, whether or not I run it from gnome-terminal. The only solution is to delete the rc file, and then run the nvidia-settings utility from the desktop menu; and make sure never to run it from gnome-terminal. So the next question is does a different xterminal utility produce the same behavious as gnome-terminal? I just tested it on aterm. nvidia-settings does not report any bugs when I run it from aterm. I just tried it with xterm: again no problem. So it seems the incompatibility is with gnome-terminal and nvidia-settings, at least on my system. Now I don't have all the gnome packages installed on my system (like I said, I run XFCE only), so it may be that I'm missing some files, and this is causing the parsing problems. Well, at least I know a workaround, so that'll do for me. |
|
|
|
|
|
#11 |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
I've tested this again with gnome-terminal, and was still unable to reproduce the problem. I was using gnome-terminal-2.10.0 with a default configuration.
-Lonni |
|
|
|
|
|
#12 |
|
Registered User
Join Date: Jul 2006
Posts: 2
|
EDITED: Sorry, this "solution" is not for the "trailing garbage" of this thread, I was too quick in replying. I'll leave the original post for netllama anyway.
============================================== I have that problem too. This thread shows that it is related to locale settings http://www.nvnews.net/vbulletin/showthread.php?t=70939 I'm running the below script to call nvidia-settings. It just changes the dots that the program writes for the commas it needs when it reads the rc file. Code:
#!/bin/bash # nvset: make happy nvidia-settings with commas rcfile="$HOME/.nvidia-settings-rc" cat "$rcfile" | sed s/\\./,/ | sed s/,nvidia/\\.nvidia/ > "$rcfile" nvidia-settings "$@" & exit Last edited by koke; 08-01-06 at 08:09 PM. |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FreeBSD 9 Release with Nvidia 550 Ti configuration issues | goga | NVIDIA FreeBSD | 0 | 05-23-12 08:34 AM |
| Need Help Installing NVIDIA Tesla M2070Q in Linux RHEL5 | Ferianto85 | NVIDIA Linux | 0 | 05-18-12 08:35 PM |
| 302.07 (beta) for Linux x86/x86_64 released | AaronP | NVIDIA Linux | 0 | 05-02-12 09:55 AM |
| RPM Source problems | LaoTzuTao | NVIDIA Linux | 10 | 01-19-03 05:15 AM |