Results 1 to 7 of 7
Hello,
I'm a software developer by trade but have very little experience with hardware.
I have Dell Dimension 2400 desktop. The hard drive is on its way out so I ...
- 03-02-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
[SOLVED] Ubuntu 8.10 blank screen after login
Hello,
I'm a software developer by trade but have very little experience with hardware.
I have Dell Dimension 2400 desktop. The hard drive is on its way out so I bought a new one. I was running Windows XP but have been toying with the idea of trying Ubuntu so this seemed like a perfect opportunity. I successfully managed to install Ubuntu, however when I boot up, after i enter my username and password I am taken to a blank screen; the screen is coloured kind of peachy. I can move my mouse around the screen but the screen is completely blank.
Where do I go from here?
- 03-03-2009 #2
Hi and Welcome !
Press Alt+Ctrl+F1 at blank screen. Does it drop you at command line prompt? If yes then log in at command line prompt and execute this
Post output here.Code:sudo lspci | grep -i vga
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-03-2009 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
Thks for prompt response.
This is the ouput:-
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
- 03-03-2009 #4
Execute this
It will open xorg.conf file in nano editor.Code:sudo nano /etc/X11/xorg.conf
Add Driver "vesa" Video Card section.
Press Ctrl+X, Y and hit Enter key to save file.Code:Section "Device" Identifier "Configured Video Device" Driver "vesa" EndSection
Execute this to reboot machine :
In case it doesn't work, replace "vesa" with "i810" in xorg.conf file.Code:sudo shutdown -r now
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-05-2009 #5Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
Ok that seems to have done the trick!
Am quite impressed. Ubuntu detected my Wireless router automatically and was on the internet with no trouble.
Now having teething problems with internet connection and screen resolution but will see if I can't figure these out with the help of existing posts before bothering you again.
Many thanks
- 03-13-2009 #6Just Joined!
- Join Date
- Mar 2009
- Location
- Upstate NY
- Posts
- 1
Known Issue with this Model PC
Problem seems to be with Compiz.
1. boot in rescue mode (hit esc at grub boot menu)
2. select root shell prompt
sudo apt-get remove compiz compiz-core
exit
resume normal boot
Device should boot fine, I just went through the same issue and it works great now.
- 04-24-2009 #7Just Joined!
- Join Date
- Apr 2009
- Posts
- 1



