Results 1 to 10 of 11
Hi im a linux newbie, and i downloaded various live cd's, all had the same problem, the cd would start then when it would load the kernel the screen would ...
- 02-25-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 15
can't boot ubuntu....
Hi im a linux newbie, and i downloaded various live cd's, all had the same problem, the cd would start then when it would load the kernel the screen would go blank and my tv would say mode not supported, i searched a lot of forums and figured out, i had to start in safe graphics mode. I was finally able to get ubuntu linux to load and I installed it, however when it finished installing it booted up the blank screen again...i figured i would try to boot the live cd and see if i could install the right graphics drivers. Now none of the live cd's will let me change the options, the timer is stuck on 0s when the cd asks to pick the language...i tried many different distributions all with the same problem, except for open suse. open suse does not even show a timer it just says loading kernel. how can i fix the live cd's ive tried downloading new ones all with the same problem, the kernel loads without letting me press f6 to change the modes....? Or is there a way i can install the graphics drivers in recovery mode
- 02-25-2009 #2Just Joined!
- Join Date
- Feb 2009
- Posts
- 15
my graphics card is a radeon hd3850...
- 02-25-2009 #3
Hi and Welcome !
Have you removed Ubuntu or is it still installed? Is machine booting up in Command Line Mode?I was finally able to get ubuntu linux to load and I installed it, however when it finished installing it booted up the blank screen again...It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-25-2009 #4Just Joined!
- Join Date
- Feb 2009
- Posts
- 15
yes i still have it installed, and i just figured out how to get to the terminal on recovery mode but i don't know what to do from there
- 02-25-2009 #5
Execute this in recovery mode :
It will open xorg.conf file in nano editor.Code:sudo nano /etc/X11/xorg.conf
Add Driver "vesa" in Video Card section. In case there isn't any Video Card section, create new.
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 :
If Graphics work fine ( it will be minimal though ), I will post instructions for ATI driver installation.Code:sudo shutdown -r now
Does your machine has internet access?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-25-2009 #6Just Joined!
- Join Date
- Feb 2009
- Posts
- 15
yes my computer does have internet access...i connected the onboard graphics card, and installed the drivers, and now the ati graphics card does boot...how can i ensure i have the right display drivers for my graphics card...i think the drivers its using are for the onboard graphics card...
- 02-25-2009 #7
Execute this
Post output here.Code:sudo lspci | grep -i vga grep -i driver /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-25-2009 #8Just Joined!
- Join Date
- Feb 2009
- Posts
- 15
01:00.0 VGA compatible controller: ATI Technologies Inc RV670PRO [Radeon HD 3850]
jesus@jesus-desktop:~$ grep -i driver /etc/X11/xorg.conf
Driver "fglrx"
- 02-25-2009 #9
You have installed right driver. Are you having any display problem?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-25-2009 #10Just Joined!
- Join Date
- Feb 2009
- Posts
- 15
no the display just seems a bit jerky, thats all...the prob i am having is with the sound drivers, i can't find the sound blaster xfi drivers for linux


Reply With Quote