Ok...
I tried to follow those instructional on installing Beryl
http://wiki.beryl-project.org/wiki/I...ty_with_nVidia
I entered this into console
And then after restart (CTRL+ALT+BACKSPACE), X would not start. I even tried in recovery mode with "startx"... Nothing worked.
I think it messed up my video drivers...What can I do?
Maybe I should change my video settings to "VESA" ? instead of "NVIDIA".. Since I believe it is messed up now....
I tried to follow those instructional on installing Beryl
http://wiki.beryl-project.org/wiki/I...ty_with_nVidia
I entered this into console
Kubuntu
1. Open a terminal. Execute:
sudo echo "Beryl & nVidia installation script for Kubuntu"
(this one line requires your password so that, the next text paste is uninterrupted.)
2. Copy and paste all the text into the Terminal in one action. [Select all the text. Then middle button click in terminal]
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup.beryl-script
sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup.beryl-script
echo "deb http://ubuntu.beryl-project.org feisty main
deb-src http://ubuntu.beryl-project.org feisty main" | sudo tee -a /etc/apt/sources.list
wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install beryl beryl-manager emerald-themes nvidia-glx nvidia-kernel-common aquamarine
sudo nvidia-xconfig --add-argb-glx-visuals
# Desktop icon
cp /usr/share/applications/beryl-manager.desktop ~/Desktop/beryl-manager.desktop
# All Users
sudo cp /usr/share/applications/beryl-manager.desktop /usr/share/autostart/beryl-manager.desktop
# Single User
# cp /usr/share/applications/beryl-manager.desktop ~/.kde/Autostart/beryl-manager.desktop
echo -e "Logout now and then press \e[0;31mCTRL+ALT+BACKSPACE\e[0m to restart xorg"
echo "Done"
1. Open a terminal. Execute:
sudo echo "Beryl & nVidia installation script for Kubuntu"
(this one line requires your password so that, the next text paste is uninterrupted.)
2. Copy and paste all the text into the Terminal in one action. [Select all the text. Then middle button click in terminal]
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup.beryl-script
sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup.beryl-script
echo "deb http://ubuntu.beryl-project.org feisty main
deb-src http://ubuntu.beryl-project.org feisty main" | sudo tee -a /etc/apt/sources.list
wget http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install beryl beryl-manager emerald-themes nvidia-glx nvidia-kernel-common aquamarine
sudo nvidia-xconfig --add-argb-glx-visuals
# Desktop icon
cp /usr/share/applications/beryl-manager.desktop ~/Desktop/beryl-manager.desktop
# All Users
sudo cp /usr/share/applications/beryl-manager.desktop /usr/share/autostart/beryl-manager.desktop
# Single User
# cp /usr/share/applications/beryl-manager.desktop ~/.kde/Autostart/beryl-manager.desktop
echo -e "Logout now and then press \e[0;31mCTRL+ALT+BACKSPACE\e[0m to restart xorg"
echo "Done"
I think it messed up my video drivers...What can I do?
Maybe I should change my video settings to "VESA" ? instead of "NVIDIA".. Since I believe it is messed up now....