I, too, have encountered this problem. The cause of this symptom (nvidia-settings taking too long to start) is easy enough to pinpoint. Running it with strace shows that it gets stuck on this:
connect(6, {sa_family=AF_INET, sin_port=htons(6000), sin_addr=inet_addr("X.X.X.X")}, 16 In other words, nvidia-settings tries to establish a TCP connection to the X server, which is of course disabled on most modern Debian systems, and for good reasons. Finding out why it does that is also not that difficult, turns out. Examining ~/.nvidia-settings-rc, I came across lines such as: hostname:0[dpy:3]/RedBrightness=0.000000 Removing these makes nvidia-settings start instantly. But it writes them out again when it exits and thus it delays again at startup the next time around. I have version 304.64. I haven't yet tried a newer version to see if the problem goes away. (The submitter has a slightly newer version though.) Thanks, Vasilis -- Vasilis Vasaitis "A man is well or woe as he thinks himself so." -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org