|
Linux Questions and information concerning Linux |
![]() |
| LinkBack | Thread Tools | Rate Thread |
| ||||
[root@localhost grub]# echo '#!/bin/bash' > /root/nv.sh [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# echo telinit 3 >> /root/nv.sh [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# echo '[ ! -d /root/nvidia-drivers ] && mkdir /root/nvidia-drivers' >> /root/nv.sh [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# echo cd /root/nvidia-drivers >> /root/nv.sh [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# echo cp /home/Daniel/nvidia/NVIDIA-Linux-x86*pkg2.run . >> /root/nv.sh [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# echo chmod 500 NVIDIA-Linux-x86*pkg2.run >> /root/nv.sh [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# echo 'NVIDIA_DRIVERS=$(ls -alt NVIDIA-Linux-x86*-pkg2.run | head -n 1 | awk '\''{print $8}'\'')' >> /root/nv.sh [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# echo './$NVIDIA_DRIVERS --silent' >> /root/nv.sh [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# echo reboot >> /root/nv.sh [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# chmod 700 /root/nv.sh [root@localhost grub]#
__________________ "Though all men live in ignorance before mystery, they need not live in darkness... Justice is foundation and Mercy ETERNAL." DKE "All that we do is touched by Ocean Yet we remain on the shore of what we know." Richard Wilbur [img]/forum/attachments/random-nonsense/16515-sigs-dan_drag.jpg[/img] Subscribers! Ask Pitch about a Custom Sig Graphic |
| ||||
[root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# echo '#!/bin/bash' > /root/nv-remove.sh [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# echo telinit 3 >> /root/nv-remove.sh [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# echo cd /root/nvidia-drivers >> /root/nv-remove.sh [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# echo 'NVIDIA_DRIVERS=$(ls -alt NVIDIA-Linux-x86*-pkg2.run | head -n 1 | awk '\''{print $8}'\'')' >> /root/nv-remove.sh [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# echo './$NVIDIA_DRIVERS --uninstall' >> /root/nv-remove.sh [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# echo reboot >> /root/nv-remove.sh [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# chmod 700 /root/nv-remove.sh [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# echo '[ `tty` = "/dev/tty2" ] && ./nv.sh' >>/root/.bashrc [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# echo '[ `tty` = "/dev/tty3" ] && ./nv-remove.sh' >> /root/.bashrc [root@localhost grub]#
__________________ "Though all men live in ignorance before mystery, they need not live in darkness... Justice is foundation and Mercy ETERNAL." DKE "All that we do is touched by Ocean Yet we remain on the shore of what we know." Richard Wilbur [img]/forum/attachments/random-nonsense/16515-sigs-dan_drag.jpg[/img] Subscribers! Ask Pitch about a Custom Sig Graphic |
| ||||
Quote:
# .bashrc # User specific aliases and functions alias rm='rm -i' alias cp='cp -i' alias mv='mv -i' # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi [ `tty` = "/dev/tty2" ] && ./nv.sh [ `tty` = "/dev/tty3" ] && ./nv-remove.sh sage bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) (gedit:2585): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoReply: 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. (gedit:2585): GVFS-RemoteVolumeMonitor-WARNING **: cannot connect to the session bus: org.freedesktop.DBus.Error.NoReply: 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. GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: 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.)
__________________ "Though all men live in ignorance before mystery, they need not live in darkness... Justice is foundation and Mercy ETERNAL." DKE "All that we do is touched by Ocean Yet we remain on the shore of what we know." Richard Wilbur [img]/forum/attachments/random-nonsense/16515-sigs-dan_drag.jpg[/img] Subscribers! Ask Pitch about a Custom Sig Graphic Last edited by Daniel ~; 12th December, 2009 at 06:59 PM. |
| ||||
Quote:
__________________ "Though all men live in ignorance before mystery, they need not live in darkness... Justice is foundation and Mercy ETERNAL." DKE "All that we do is touched by Ocean Yet we remain on the shore of what we know." Richard Wilbur [img]/forum/attachments/random-nonsense/16515-sigs-dan_drag.jpg[/img] Subscribers! Ask Pitch about a Custom Sig Graphic Last edited by Daniel ~; 12th December, 2009 at 07:24 PM. |
| ||||
su and: Code: gedit /boot/grub/grub.conf |
| ||||
NG! NG! Not good NOT GOOD!!
__________________ "Though all men live in ignorance before mystery, they need not live in darkness... Justice is foundation and Mercy ETERNAL." DKE "All that we do is touched by Ocean Yet we remain on the shore of what we know." Richard Wilbur [img]/forum/attachments/random-nonsense/16515-sigs-dan_drag.jpg[/img] Subscribers! Ask Pitch about a Custom Sig Graphic Last edited by Daniel ~; 12th December, 2009 at 08:23 PM. |
| ||||
Hmm......looks like your boot partition isn't mounted. su and then do this: Code: mount /boot gedit /boot/grub/grub.conf /root/nv.sh /root/nv-remove.sh |
| ||||
Still just two windows...
__________________ "Though all men live in ignorance before mystery, they need not live in darkness... Justice is foundation and Mercy ETERNAL." DKE "All that we do is touched by Ocean Yet we remain on the shore of what we know." Richard Wilbur [img]/forum/attachments/random-nonsense/16515-sigs-dan_drag.jpg[/img] Subscribers! Ask Pitch about a Custom Sig Graphic |
| ||||
Can you restore your just your boot partition (the first partition on the drive) without having to restore your entire Fedora install? Somehow, your grub.conf file is being destroyed. |
| ||||
stupid, Stupid, STUPID! (not you, me) Ok, once you get your system back to a state where you can boot it, run the following: Code: mount /boot cd /boot/grub sed 's/\(.*\)nouveau[^ ]* \(.*\)/\1\2/' < grub.conf | sed 's/\(.*\)vga[^ ]*\(.*\)/\1\2/' | sed 's_[[:space:]]kernel /vmlinuz.*_&nouveau.modeset=0 vga=0x307_' > test.conf cp -p grub.conf grub.conf.giz-bak cp test.conf grub.conf gedit /boot/grub/grub.conf /root/nv.sh /root/nv-remove.sh |
| ||||
This means a restore? My heart bleeds and I question my resolve to go on! LOL Ok So I restore, then do the latest code BEFORE doing any of the previous code and report back... I'm rebooting now and most likely doing the needed restore, this gives you about 2 hours to get my **** together...LOL WAIT after the restore I'll have to do a Fedora update to the latest kernel, last night that was 4 hours, but I have a lot of **** for you to get together so that should work out OK! ":O}
__________________ "Though all men live in ignorance before mystery, they need not live in darkness... Justice is foundation and Mercy ETERNAL." DKE "All that we do is touched by Ocean Yet we remain on the shore of what we know." Richard Wilbur [img]/forum/attachments/random-nonsense/16515-sigs-dan_drag.jpg[/img] Subscribers! Ask Pitch about a Custom Sig Graphic Last edited by Daniel ~; 12th December, 2009 at 10:50 PM. |
| ||||
No need to hurry, as my wife has informed me that I AM GOING TO TAKE HER TO DINNER AND A MOVIE THIS EVENING (the capital letters came from her, not me). That means that in about 3 hours I'm going to be incommunicado for about 4 more hours. |
| ||||
A really fast update this time, 5 mins. pushing your last code into place now.":O}
__________________ "Though all men live in ignorance before mystery, they need not live in darkness... Justice is foundation and Mercy ETERNAL." DKE "All that we do is touched by Ocean Yet we remain on the shore of what we know." Richard Wilbur [img]/forum/attachments/random-nonsense/16515-sigs-dan_drag.jpg[/img] Subscribers! Ask Pitch about a Custom Sig Graphic |
| ||||
I answered "y" after missing the question the firs time, I saved the changes offered in gedit before closing. I'll await further instructions upon your return...Enjoy your self or pretend to for the sake of your marriage! ":O}
__________________ "Though all men live in ignorance before mystery, they need not live in darkness... Justice is foundation and Mercy ETERNAL." DKE "All that we do is touched by Ocean Yet we remain on the shore of what we know." Richard Wilbur [img]/forum/attachments/random-nonsense/16515-sigs-dan_drag.jpg[/img] Subscribers! Ask Pitch about a Custom Sig Graphic Last edited by Daniel ~; 13th December, 2009 at 12:55 AM. |
| ||||
Good news: It boots fine and fast. ODD news: it boots by first showing a screen with 4 rather large Linux penguins beneath which a screen full of information that goes by to fast to read, followed by screen wide series of yellow vertical lines each about a 1/4 inch wide, going half way down the monitor screen , then the screen flips and enters the "normal boot" that I'm use to seeing... I kid you Not!
__________________ "Though all men live in ignorance before mystery, they need not live in darkness... Justice is foundation and Mercy ETERNAL." DKE "All that we do is touched by Ocean Yet we remain on the shore of what we know." Richard Wilbur [img]/forum/attachments/random-nonsense/16515-sigs-dan_drag.jpg[/img] Subscribers! Ask Pitch about a Custom Sig Graphic Last edited by Daniel ~; 13th December, 2009 at 01:18 AM. |
| ||||
Err...........there shouldn't have been a need to SAVE anything. Everything was already saved. su and run the code below: Code: gedit /boot/grub/grub.conf /root/nv.sh /root/nv-remove.sh |
| ||||
Here ya go!
__________________ "Though all men live in ignorance before mystery, they need not live in darkness... Justice is foundation and Mercy ETERNAL." DKE "All that we do is touched by Ocean Yet we remain on the shore of what we know." Richard Wilbur [img]/forum/attachments/random-nonsense/16515-sigs-dan_drag.jpg[/img] Subscribers! Ask Pitch about a Custom Sig Graphic Last edited by Daniel ~; 13th December, 2009 at 04:10 AM. |
| ||||
Ok. su, run this code, and show me the output from it: Code: #make sure that /boot is available mount /boot cd /boot/grub #restore from backup, if it exists. echo y | cp grub.conf.giz-bak grub.conf #now make a backup, in case it doesn't exist echo y | cp grub.conf grub.conf.giz-bak #fix grub.conf to include nouveau.modeset=0 and vga=0x307 #bearing in mind that they might already be there sed 's/\(.*\)nouveau[^ ]* \(.*\)/\1\2/' < grub.conf.giz-bak | sed 's/\(.*\)vga[^ ]*\(.*\)/\1\2/' | sed 's_[[:space:]]kernel /vmlinuz.*_& nouveau.modeset=0 vga=0x307_' > grub.conf #make the nv.sh shell script in /root so that Daniel #can compile the nvidia drivers echo '#!/bin/bash' > /root/nv.sh echo telinit 3 >> /root/nv.sh echo '[ ! -d /root/nvidia-drivers ] && mkdir /root/nvidia-drivers' >> /root/nv.sh echo cd /root/nvidia-drivers >> /root/nv.sh echo 'cp /home/Daniel/nvidia/NVIDIA-Linux-x86*pkg2.run .' >> /root/nv.sh echo chmod 500 NVIDIA-Linux-x86*pkg2.run >> /root/nv.sh echo 'NVIDIA_DRIVERS=$(ls -alt NVIDIA-Linux-x86*-pkg2.run | head -n 1 | awk '\''{print $8}'\'')' >> /root/nv.sh echo './$NVIDIA_DRIVERS --silent' >> /root/nv.sh echo reboot >> /root/nv.sh chmod 700 /root/nv.sh #make the nv-remove.sh shell script in /root so that Daniel echo '#!/bin/bash' > /root/nv-remove.sh echo telinit 3 >> /root/nv-remove.sh echo cd /root/nvidia-drivers >> /root/nv-remove.sh echo 'NVIDIA_DRIVERS=$(ls -alt NVIDIA-Linux-x86*-pkg2.run | head -n 1 | awk '\''{print $8}'\'')' >> /root/nv-remove.sh echo './$NVIDIA_DRIVERS --uninstall' >> /root/nv-remove.sh echo reboot >> /root/nv-remove.sh chmod 700 /root/nv-remove.sh #hardwire the second vconsole to build the drivers as soon as root logs in echo '[ `tty` = "/dev/tty2" ] && ./nv.sh' >>/root/.bashrc #hardwire the third vconsole to remove the drivers as soon as root logs in echo '[ `tty` = "/dev/tty3" ] && ./nv-remove.sh' >> /root/.bashrc cat grub.conf cat /root/nv.sh cat /root/nv-remove.sh cat /root/.bashrc Last edited by Gizmo; 13th December, 2009 at 07:46 PM. |
| ||||
I didn't actually have to enter every line of this did I ?? ":O} [Daniel@localhost ~]$ su Password: [root@localhost Daniel]# cd /boot/grub [root@localhost grub]# #restore from backup, if it exists. [root@localhost grub]# [root@localhost grub]# cp grub.conf.giz-bak grub.conf cp: overwrite `grub.conf'? y [root@localhost grub]# [root@localhost grub]# #now make a backup, in case it doesn't exist [root@localhost grub]# cp grub.conf grub.conf.giz-bak cp: overwrite `grub.conf.giz-bak'? y [root@localhost grub]# [root@localhost grub]# #fix grub.conf to include nouveau.modeset=0 and vga=0x307 [root@localhost grub]# [root@localhost grub]# #bearing in mind that they might already be there [root@localhost grub]# [root@localhost grub]# mount /boot mount: /dev/sda1 already mounted or /boot busy mount: according to mtab, /dev/sda1 is already mounted on /boot [root@localhost grub]# [root@localhost grub]# sed 's/\(.*\)nouveau[^ ]* \(.*\)/\1\2/' < grub.conf.giz-bak | sed 's/\(.*\)vga[^ ]*\(.*\)/\1\2/' | sed 's_[[:space:]]kernel /vmlinuz.*_& nouveau.modeset=0 vga=0x307_' > grub.conf [root@localhost grub]# [root@localhost grub]# #make the nv.sh shell script in /root so that Daniel #can compile the nvidia drivers [root@localhost grub]# #make the nv.sh shell script in /root so that Daniel #can compile the nvidia drivers [root@localhost grub]# echo '#!/bin/bash' > /root/nv.sh [root@localhost grub]# [root@localhost grub]# echo telinit 3 >> /root/nv.sh [root@localhost grub]# [root@localhost grub]# echo '[ ! -d /root/nvidia-drivers ] && mkdir /root/nvidia-drivers' >> /root/nv.sh [root@localhost grub]# [root@localhost grub]# echo cd /root/nvidia-drivers >> /root/nv.sh [root@localhost grub]# [root@localhost grub]# echo 'cp /home/Daniel/nvidia/NVIDIA-Linux-x86*pkg2.run .' >> /root/nv.sh [root@localhost grub]# [root@localhost grub]# echo chmod 500 NVIDIA-Linux-x86*pkg2.run >> /root/nv.sh [root@localhost grub]# [root@localhost grub]# echo 'NVIDIA_DRIVERS=$(ls -alt NVIDIA-Linux-x86*-pkg2.run | head -n 1 | awk '\''{print $8}'\'')' >> /root/nv.sh [root@localhost grub]# [root@localhost grub]# echo './$NVIDIA_DRIVERS --silent' >> /root/nv.sh [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# echo reboot >> /root/nv.sh [root@localhost grub]# [root@localhost grub]# chmod 700 /root/nv.sh [root@localhost grub]# [root@localhost grub]# #make the nv-remove.sh shell script in /root so that Daniel [root@localhost grub]# echo '#!/bin/bash' > /root/nv-remove.sh [root@localhost grub]# [root@localhost grub]# echo telinit 3 >> /root/nv-remove.sh [root@localhost grub]# echo cd /root/nvidia-drivers >> /root/nv-remove.sh [root@localhost grub]# [root@localhost grub]# echo 'NVIDIA_DRIVERS=$(ls -alt NVIDIA-Linux-x86*-pkg2.run | head -n 1 | awk '\''{print $8}'\'')' >> /root/nv-remove.sh [root@localhost grub]# [root@localhost grub]# echo './$NVIDIA_DRIVERS --uninstall' >> /root/nv-remove.sh [root@localhost grub]# echo reboot >> /root/nv-remove.sh [root@localhost grub]# [root@localhost grub]# chmod 700 /root/nv-remove.sh [root@localhost grub]# [root@localhost grub]# #hardwire the second vconsole to build the drivers as soon as root logs in [root@localhost grub]# [root@localhost grub]# echo '[ `tty` = "/dev/tty2" ] && ./nv.sh' >>/root/.bashrc [root@localhost grub]# [root@localhost grub]# #hardwire the second vconsole to build the drivers as soon as root logs in [root@localhost grub]# [root@localhost grub]# echo '[ `tty` = "/dev/tty2" ] && ./nv.sh' >>/root/.bashrc [root@localhost grub]# [root@localhost grub]# #hardwire the third vconsole to remove the drivers as soon as root logs in [root@localhost grub]# [root@localhost grub]# echo '[ `tty` = "/dev/tty3" ] && ./nv-remove.sh' >> /root/.bashrc [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# cat grub.conf # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/mapper/VolGroup-lv_root nouveau.modeset=0 vga=0x307 # initrd /initrd-[generic-]version.img #boot=/dev/sda default=0 timeout=0 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title Fedora (2.6.31.6-166.fc12.x86_64) root (hd0,0) kernel /vmlinuz-2.6.31.6-166.fc12.x86_64 ro root=/dev/mapper/VolGroup-lv_root LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet nouveau.modeset=0 vga=0x307 initrd /initramfs-2.6.31.6-166.fc12.x86_64.img title Fedora (2.6.31.6-145.fc12.x86_64) root (hd0,0) kernel /vmlinuz-2.6.31.6-145.fc12.x86_64 ro root=/dev/mapper/VolGroup-lv_root LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet nouveau.modeset=0 vga=0x307 initrd /initramfs-2.6.31.6-145.fc12.x86_64.img [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# cat /root/nv.sh #!/bin/bash telinit 3 [ ! -d /root/nvidia-drivers ] && mkdir /root/nvidia-drivers cd /root/nvidia-drivers cp /home/Daniel/nvidia/NVIDIA-Linux-x86*pkg2.run . chmod 500 NVIDIA-Linux-x86*pkg2.run NVIDIA_DRIVERS=$(ls -alt NVIDIA-Linux-x86*-pkg2.run | head -n 1 | awk '{print $8}') ./$NVIDIA_DRIVERS --silent reboot [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# cat /root/nv-remove.sh #!/bin/bash telinit 3 cd /root/nvidia-drivers NVIDIA_DRIVERS=$(ls -alt NVIDIA-Linux-x86*-pkg2.run | head -n 1 | awk '{print $8}') ./$NVIDIA_DRIVERS --uninstall reboot [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# [root@localhost grub]# cat /root/.bashrc # .bashrc # User specific aliases and functions alias rm='rm -i' alias cp='cp -i' alias mv='mv -i' # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi [ `tty` = "/dev/tty2" ] && ./nv.sh [ `tty` = "/dev/tty2" ] && ./nv.sh [ `tty` = "/dev/tty3" ] && ./nv-remove.sh [root@localhost grub]# [root@localhost grub]# [root@localhost grub]#
__________________ "Though all men live in ignorance before mystery, they need not live in darkness... Justice is foundation and Mercy ETERNAL." DKE "All that we do is touched by Ocean Yet we remain on the shore of what we know." Richard Wilbur [img]/forum/attachments/random-nonsense/16515-sigs-dan_drag.jpg[/img] Subscribers! Ask Pitch about a Custom Sig Graphic |
![]() |
Tags |
driver , fedora 12 , install , linux , nvidia |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Rate This Thread | |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Installing Adobe Flash Player 10 on Fedora Linux 64-bit with Firefox 64-bit | Gizmo | Linux | 33 | 1st January, 2010 08:57 PM |
Installing Fedora | dabaerman | Linux | 25 | 27th January, 2009 04:03 AM |
Linux (FEDORA 4) and GeForce Driver! | saquib | Graphics and Sound cards; Speakers and other Peripherals | 3 | 22nd October, 2005 05:47 PM |
loading nVidia drivers on Fedora 3 | dolanenwindrift | OS, Software, Firmware, and BIOS | 0 | 15th January, 2005 04:44 PM |
WinXP Driver Update- Nvidia Corporation Media Driver Version 5.10.2906.0 | Pablo Escobar | EPoX MotherBoards | 1 | 9th December, 2002 08:47 PM |