LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 03-27-2008, 02:48 PM   #1
rexrugby
LQ Newbie
 
Registered: Mar 2008
Posts: 25

Rep: Reputation: 15
monitor flickering


just loaded fedora, kind of have it working. went online etc. but my screen is messed up. it flickers and seems to be sized wrong. the mouse pointer goes beyond the end of the screen. I get an error message that says not optimum mode should be 1680x1050 60hz. those are the settings I have. less resolution makes it fit and stops the flicker but looks bad. I need some help . But i've never done anything in linux before so please be real explicite. Thanks.
 
Old 03-27-2008, 03:06 PM   #2
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Rep: Reputation: 53
What is your graphics card? This problem will occur when you are using the open source driver for newer graphics cards. Both nVidia and ATI have propriorty drivers available for Fedora in the Livna repository. I would check this first.

Bob
 
Old 03-27-2008, 03:15 PM   #3
rexrugby
LQ Newbie
 
Registered: Mar 2008
Posts: 25

Original Poster
Rep: Reputation: 15
monitor problem

the graphics card is inboard nvidea 6150SE . what is linna and how would I load a driver?
 
Old 03-27-2008, 03:29 PM   #4
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Rep: Reputation: 53
[URL="http://rpm.livna.org/rlowiki/URL]

Go to this link and there are instructions on adding Livna to your repositories for obtaining additional software and updates. If you follow the instructions, it really is quite simple. After you have added Livna to your repositories, your will need to install the driver for your graphics. The instructions for doing all of this is contained in the above link.

Following the Livna instructions for installing the driver for your kernel. It is important that you get that right.

If, after studying the instructions from Livna, you still have questions, return here.

Hope this helps

Bob
 
Old 03-27-2008, 04:09 PM   #5
rexrugby
LQ Newbie
 
Registered: Mar 2008
Posts: 25

Original Poster
Rep: Reputation: 15
graphics driver

trying to find the driver for my card. went to nvidia site. looked up GeForce 6150SE/nForce 430 the say nothing availible for 32 bit linux systems. How screwed am I?
 
Old 03-27-2008, 04:22 PM   #6
BobNutfield
Senior Member
 
Registered: Dec 2005
Location: United Kingdom
Distribution: Fedora , Ubuntu, Slackware-Current
Posts: 1,526

Rep: Reputation: 53
You are not screwed. A quick google show that your card is supported by the nVidia-96.43 driver. BUT (and an important BUT), do not get the driver from the nVidia site. I give this link once again. Your driver in rpm form (the package manager for Fedora) is there. I am assuming you are using Fedora 8, so just click on the link on the Livna page for instructions on how to get our driver. You may have to ramble around the site a little to find what you are looking for.

http://rpm.livna.org/rlowiki/

By installing from this site, you will be installing the correct driver for your kernel, this is especially important with Fedora.

Bob
 
Old 03-27-2008, 04:36 PM   #7
forrestt
Senior Member
 
Registered: Mar 2004
Location: Cary, NC, USA
Distribution: Fedora, Kubuntu, RedHat, CentOS, SuSe
Posts: 1,288

Rep: Reputation: 99
Open up a terminal and run the appropriate command for your version of Fedora (remember, ONLY PICK ONE):
Code:
wget http://rpm.livna.org/livna-release-8.rpm
wget http://rpm.livna.org/livna-release-7.rpm
wget http://rpm.livna.org/livna-release-6.rpm
Then run (I'll use 8 as an example, replace 8 with 7 or 6 if you are running a different version):
Code:
sudo rpm -Uvh livna-release-8.rpm
Once this is finished, run:
Code:
sudo yum -y install kmod-nvidia
sudo yum -y update
sudo /sbin/init 6
The last command will reboot your system. When it comes back up, you should have better graphics support.

HTH

Forrest
 
Old 03-27-2008, 04:53 PM   #8
rexrugby
LQ Newbie
 
Registered: Mar 2008
Posts: 25

Original Poster
Rep: Reputation: 15
setup repository

i seem to be having trouble setting up the repository.i download it get a message saying it is already installed. click ok on the message and it gives another message saying no packages were given for installation.
 
Old 03-27-2008, 04:59 PM   #9
forrestt
Senior Member
 
Registered: Mar 2004
Location: Cary, NC, USA
Distribution: Fedora, Kubuntu, RedHat, CentOS, SuSe
Posts: 1,288

Rep: Reputation: 99
What are you doing to get the error?

Let us know

Forrest
 
Old 03-27-2008, 05:16 PM   #10
rexrugby
LQ Newbie
 
Registered: Mar 2008
Posts: 25

Original Poster
Rep: Reputation: 15
terminal problem

in terminal I typed the wget line ok but after entering the first sudo line I get a message saying not in sudoer mode and I'm being reported. my first day with linux and I'm already being reported.
 
Old 03-27-2008, 05:29 PM   #11
rexrugby
LQ Newbie
 
Registered: Mar 2008
Posts: 25

Original Poster
Rep: Reputation: 15
password

i left out it asked me for a password I tried my root password and my user password nothing types on screen when i type and it doesn't accept either one.
 
Old 03-27-2008, 05:34 PM   #12
forrestt
Senior Member
 
Registered: Mar 2004
Location: Cary, NC, USA
Distribution: Fedora, Kubuntu, RedHat, CentOS, SuSe
Posts: 1,288

Rep: Reputation: 99
Not to worry, we won't tell anyone.

In the terminal, run the command "su" and enter the root password when prompted. Then run the command "EDITOR=gedit" and then "/usr/sbin/visudo". A window will pop up with your sudoers file. Find the entry "root ALL=(ALL) ALL".

Copy that and paste a copy below the first one. Change the username on the line you just copied to your username.

It should look something like:
Code:
## Next comes the main part: which users can run what software on 
## which machines (the sudoers file can be shared between multiple
## systems).
## Syntax:
##
## 	user	MACHINE=COMMANDS
##
## The COMMANDS section may have other options added to it.
##
## Allow root to run any commands anywhere 
root	ALL=(ALL) 	ALL
rexrugby	ALL=(ALL) 	ALL
And save the file

Of course, if your username is different on your system, use the one on your system. After that, the above commands should work (As well as any other sudo commands you use in the future).

And you will put in your user password, not the root password when prompted by sudo.

HTH

Forrest

Last edited by forrestt; 03-27-2008 at 05:41 PM.
 
Old 03-27-2008, 05:47 PM   #13
rexrugby
LQ Newbie
 
Registered: Mar 2008
Posts: 25

Original Poster
Rep: Reputation: 15
new error

after running visudo I get visudo bash command not found
 
Old 03-27-2008, 05:51 PM   #14
forrestt
Senior Member
 
Registered: Mar 2004
Location: Cary, NC, USA
Distribution: Fedora, Kubuntu, RedHat, CentOS, SuSe
Posts: 1,288

Rep: Reputation: 99
Yes, sorry, I was hoping I updated the instructions before you got them. Run "/usr/sbin/visudo" instead.

Forrest
 
Old 03-27-2008, 06:01 PM   #15
rexrugby
LQ Newbie
 
Registered: Mar 2008
Posts: 25

Original Poster
Rep: Reputation: 15
that helped

that helped but the text displayed didn't have any line with "rootall" in it or anything close to that.
 
  


Reply

Tags
hardware



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 is flickering alcuino Linux - Hardware 2 09-24-2007 09:52 PM
Flickering monitor lend_a_hand Red Hat 2 05-12-2004 07:33 PM
Another flickering monitor nef Linux - Hardware 0 02-01-2003 03:27 PM
Flickering monitor dark_light Linux - Newbie 1 04-04-2002 08:24 PM
monitor flickering jibly Linux - Newbie 2 05-25-2001 06:09 AM

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

All times are GMT -5. The time now is 11:36 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