Posts Tagged ‘ gdm

Karmic install cannot login (gdm freezes) Nvidia

On a fresh of , using an 7800 GT. When I went to click on my username to log in, some artifacts would appear on the screen, then the system would freeze. hard. Couldnt even ctrl+alt to another console. Installing the fixed the issue. To fix it:

  1. Do a hard reset on the machine
  2. When you arrive at the screen, DO NOT CLICK ON ANYTHING.
  3. press CTRL + ALT + F5. Your screen will switch over to a text console.
  4. Log in.
  5. Install the Nvidia glx
  6. sudo aptitude install nvidia-glx-new
  7. Reboot the machine.
  8. sudo reboot

Compiz desktop in Debian Squeeze

It has come to my attention that this post is out of date. Since Squeeze’s release, I have not been able to update it. Your best bet to get working correctly would be to follow to the directions in the Debian wiki: http://wiki.debian.org/Compiz

Getting compiz running on squeeze is surprising easy. Debian has included a document to help set it up, but there are a few little things necessary to get it to be usable.

1. Get the packages installed.

-get  compiz -settings-manager compiz-fusion-plugins-main

2.Follow the instructions here: http://wiki.debian.org/Compiz to customize your /etc/X11/xorg.conf file

3. restart

/etc/init.d/gdm restart

4. open up a terminal and type

compiz --replace

5. If a went well, you should see everything flash around as it redraws your desktop.

6. My (title bars) dissapeared when I enabled compiz. Additionally, i couldn’t drag windows by clicking on the title bar. To fix this: go to

a. System -> Preferences -> Compizconfig Settings Manager
b. Scroll down to the “Effects” section and enable “
c. Scroll down to “” and enable “Move Window”

7. If you want to use the desktop and/or workspaces, you will need more than the single or dual workspaces provided by default.

a. System -> Preferences -> Compizconfig Settings Manager
b. Click “General options”
c. Select the “Desktop size” tab.
d. Set the “Horizontal Virtual size” to whatever you want. For a cube… 4

8. If you want compiz to start automatically with GNOME:

Add “compiz –replace” to “Desktop -> Preferences -> Sessions -> Startup Programs”