I tried just about everything from the thread that josh recommended and more and I still get the following when I go to System tools->Administration->NVIDIA X Server Settings;
If I open a console as 'su' and do the following;
rejean@rejean-desktop ~ $ su
Password:
rejean-desktop rejean # nvidia-xconfig
Using X configuration file: "/etc/X11/xorg.conf".
Backed up file '/etc/X11/xorg.conf' as '/etc/X11/xorg.conf.backup'
New X configuration file written to '/etc/X11/xorg.conf'
rejean-desktop rejean #
and then try;
rejean-desktop rejean # kwrite /etc/X11/xorg.conf
The program 'kwrite' is currently not installed. You can install it by typing:
apt-get install kwrite
rejean-desktop rejean # apt-get install kwrite
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
kwrite
0 upgraded, 1 newly installed, 0 to remove and 349 not upgraded.
Need to get 70.4 kB of archives.
After this operation, 279 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu/ precise-updates/main kwrite i386 4:4.8.4-0ubuntu0.1 [70.4 kB]
Fetched 70.4 kB in 0s (89.3 kB/s)
Selecting previously unselected package kwrite.
(Reading database ... 154457 files and directories currently installed.)
Unpacking kwrite (from .../kwrite_4%3a4.8.4-0ubuntu0.1_i386.deb) ...
Processing triggers for desktop-file-utils ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for gnome-menus ...
Setting up kwrite (4:4.8.4-0ubuntu0.1) ...
rejean-desktop rejean # kwrite /etc/X11/xorg.conf
(process:2104): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
(process:2104): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
(process:2104): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
QGtkStyle was unable to detect the current GTK+ theme.
Qt: Session management error: None of the authentication protocols specified are supported
kwrite(2104)/kdeui (kdelibs): Session bus not found
To circumvent this problem try the following command (with Linux and bash)
export $(dbus-launch)
KCrash: Application 'kwrite' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/root/.kde/socket-rejean-desktop/kdeinit4__0
Warning: connect() failed: : No such file or directory
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi directly
(process:2107): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
(process:2107): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
(process:2107): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
QGtkStyle was unable to detect the current GTK+ theme.
drkonqi(2107)/kdeui (kdelibs): Session bus not found
To circumvent this problem try the following command (with Linux and bash)
export $(dbus-launch)
rejean-desktop rejean #
I did open synaptic from a console as 'su' (doing it from System Tools wont work) and downloaded and installed nvidia current with nvidia-settings but it didn't change much so I replaced nvidia current with nvidia 173 and still the same message.
What more can I do?