LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-29-2007, 06:05 PM   #1
linux noobe
LQ Newbie
 
Registered: Jan 2007
Posts: 2

Rep: Reputation: 0
help me, monitor issues


Hi, i am pretty new to linux but experienced with win and most of the hardware types and i am having an issue, 2 issues actually.
main 1 is after i installed fedora i found out my video card is not supported i have radeon 1650 pro, now when ever i try to boot linux my monitor goes out of timming, i know whats my monitor range, i just don't know how to force it to boot with in the range. also if any1 knows where i can find a driver for linux for radeon 1650 series i would appreciate a pointer, ati site doesn't have any.

2nd issue is concerning grub. i have 2 SATA hard drives and 1 ide HD, linux and grub are installed on ide channel and win is on 1 of the sata's. whenever i try to boot into win using grub it can't boot, prolly cause the pointer is telling it to look on ide channel ( i could e wrong tho) any help on that would be much appreciated, but i learned to work around the issue in the past so it's not that important.


plzzz help
 
Old 01-29-2007, 06:22 PM   #2
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 61
If you can boot into terminal, or log into terminal

http://news.softpedia.com/news/How-t...-6-38740.shtml

Last edited by Junior Hacker; 01-29-2007 at 06:26 PM.
 
Old 01-29-2007, 06:29 PM   #3
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 61
You will also need kernel-devel & kernel-headers packages matching same version as kernel installed. Type "uname -r" in a terminal to find which kernel you have, if this is a fresh install of CD/DVD, the two packages will be on them.
 
Old 01-29-2007, 08:03 PM   #4
linux noobe
LQ Newbie
 
Registered: Jan 2007
Posts: 2

Original Poster
Rep: Reputation: 0
ok, this guide seems like it would help, thank you soo much, only problem is i am not sure how to get into kernel, i have the cd and it is a brand new install. if i am able to boot from cd in rescue mode would that work?
 
Old 01-30-2007, 01:32 PM   #5
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 61
At first boot screen (blue), hit any key to go to list of bootable devices, typed (a), you will get this:

grub append> ro root=LABEL=/ rhgb quiet

Put a (3) at the end of quiet after a space (quiet 3) and hit enter to boot to non graphical terminal mode.

If you have internet connection, it would be best to apply the latest kernel update, since eventually you will want to do that anyway and you will have to re-compile those drivers every time you update the kernel, and the last update gave me flawless graphics performance. To do that from terminal, issue command:

yum update kernel

Then update kernel-devel & kernel-headers packages with these two commands:

yum update kernel-devel

yum update kernel-headers

If yum complains or you get errors with those two, it is because they are not installed, so try installing with these two commands:

yum install kernel-devel

yum install kernel-headers

Yum will install latest packages off internet matching new kernel. You may want to re-boot.

If you do not have internet or would just rather get graphics for now, check to see if the kernel-devel and kernel-headers packages are already installed by studying a list of all installed packages as they were installed, this list is called "install.log" and is in /root directory, if you chose "Development" category of packages during install, they should be installed, if not, put CD/DVD in the drive and change into it's directory from within a terminal as such:

cd /media/FC-6 xxxx/Fedora/RPMS

Replace xxxx with what is appropriate in your case, when you move into a directory and want to see what is in it to know what to type, type:

ls

To see what the directory contains. You can type one or two characters and hit "Tab" on the keyboard and bash will complete the word/words to avoid typing it all. Now from within the RPMS directory of the CD/DVD, to see what these packages look like we will ask bash to show us everything that starts with the word "kernel" with this command:

ls kernel*

Now bash should show you the kernel, kernel-devel, kernel-headers packages entire name and possibly others. You want to install them with these two commands:

rpm -ivh kernel-devel.xxxxxx

rpm -ivh kernel-headers.xxxxx

Replace xxxx with what is appropriate. Now you can follow instructions on the web page to set up your graphics drivers, if you do not have internet connection, follow instructions to set up drivers for modem/ethernet/wireless you may have for you card etc. Then do the graphics once you are on-line. After graphics steps are complete, log out and back in again.

Last edited by Junior Hacker; 01-30-2007 at 02:28 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Monitor Issues greenberet Linux - Hardware 8 07-10-2006 11:01 PM
Monitor Issues AbGilley89 Ubuntu 1 01-16-2006 01:53 PM
monitor issues quarinteen Linux - Hardware 7 11-27-2005 01:12 PM
Monitor Issues inescapeableus Linux - Newbie 2 04-10-2004 01:53 PM
monitor issues ray_ca Linux - Hardware 3 09-01-2002 01:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration