I was getting the black screen when my comp booted to X. Normally Ubuntu is so good about video configuration I didn't even think drivers, but I guess the chipset in this 2 week old Dell desktop is too new, Oh well, that's the way of linux.
Anyways, it's running good, to get it there I did the following.
Code:
sudo add-apt-repository ppa:glasen/intel-driver
sudo apt-get update && sudo apt-get upgrade
I would also recommend you remove your
xorg.conf as that's how I'm running, ubuntu/xorg will auto configure everything on startup.
Code:
sudo rm /etc/X11/xorg.conf
Then reboot and hope for the best. Assuming that works, then double check things after you log in via
Code:
sudo apt-get install mesa-utils
glxinfo
You should get a whole bunch of text, the important lines are towards the top
Code:
...
direct rendering: Yes
...
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) G45/G43 GEM 20091221 2009Q4 x86/MMX/SSE2
...
Note there's there's a server, client, and OpenGL vendor string, you want the
OpenGL one. The Intel line may change a bit too. If that all works the last thing to do is
Which if you let it run for awhile and don't move the mouse, it'll calculate the FPS, I run it in it's default windowed size and maximized and I'm getting 4,800 and 300 FPS, which isn't bad.
Hopefully this won't freak out again. Hope that helps someone.
Bookmarks