LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 11-15-2007, 11:08 PM   #1
EternalDecoy
Member
 
Registered: Aug 2005
Location: Virginia, U.S.A
Distribution: Ubuntu 7.10/Ubuntu Ultimate Gamers Edition 1.54/Fedora Core 8
Posts: 31

Rep: Reputation: 15
Fedora Core 8 - Unable To Increase Resolution


Okay, here's what happened...I installed Fedora Core 8, noticed the resolution was rather low (800X600), so I checked the Display settings, and it wouldn't let me turn it up. I then went and checked the Monitor and Graphics Card drivers, and found the graphics card installed okay(I think?), but not my monitor, and upon checking the list of monitor drivers, I found that my monitor model wasn't on the list, therefore, I just selected the generic CRT 1280X1024, it said to reboot or log off so the changes could take effect, so I logged off...and BAM....my monitor light went from green to yellow, and just sat there....so I rebooted, it loaded the text and whatnot before the login screen, but then went black, and my monitor light went from green to yellow again....so, after a couple reboots, I did another entire install (cause I'm the ultimate linux newbie, with no idea how to reset monitor drivers :-P), thus getting me to where I am - back at square one, stuck with a 800X600 display, which causes some boxes to stretch below the bottom of the screen, and therefore makes it impossible to change options/click buttons that are pushed below the screen.
So, who wants to help a noob? Come on! you know you wanna help a computer geek be rid of that curse called Windows! :-D.

Tib
 
Old 11-15-2007, 11:39 PM   #2
anonymous234
LQ Newbie
 
Registered: Jan 2007
Posts: 5

Rep: Reputation: Disabled
Post

Dear, dear, poor penguin.

Consider some stuff which might help you:

/etc/X11/xorg.conf

A file which configures your x

SaX2

A tool for configuring X stuff (actually it is not only a tool).

and drivers for your nvidia or ati card. I can't help you with that, ask the fedora people what they have to solve it. I think there are nvidia driver rpm's.

Good luck!
 
Old 11-16-2007, 04:14 PM   #3
EternalDecoy
Member
 
Registered: Aug 2005
Location: Virginia, U.S.A
Distribution: Ubuntu 7.10/Ubuntu Ultimate Gamers Edition 1.54/Fedora Core 8
Posts: 31

Original Poster
Rep: Reputation: 15
Well...

Xorg.conf has nothing in it dealing with the resolution size (that I can see, anyway).

I'm unable to find SaX2.

I'm unable to find drivers for my graphics card (Radeon X1300 Pro), and the ATI drivers page says this:

The latest version of the ATI Proprietary Linux Graphics Driver is designed to support the following Linux distributions:

* Red Hat Enterprise Linux suite
* Novell/SuSE product suite


I've seen multiple threads saying that Livna.org had Nvidia and ATI drivers, but all I can find are the Nvidia ones....and I still can't find any drivers for my monitor (NEC MultiSync 77F) .

Any help is greatly appreciated!


Tib
 
Old 12-19-2007, 05:09 PM   #4
kellogs
Member
 
Registered: Dec 2007
Location: romania
Distribution: mandriva 2010.1
Posts: 30

Rep: Reputation: 0
Hi decoy

If u want any success with drivers from ATI in linux, there are 2 options I have personally seen working - either get a redhat or opensuse distro so drivers will work ok (I have only tested opensuse, and u get 3d drivers installed ok, but however, you will not get any 3d desktop effects - it seems drivers are not compatible with the X erver) - or switch to mandriva 2008 distro, which has some drivers for this card builtin and everything will work okay. At least for a couple of moments ... check out this thread:

http://www.linuxquestions.org/questi...8/#post2996284

There might well be other options of which I am not aware.

Good luck
 
Old 12-19-2007, 06:24 PM   #5
tnrooster
Member
 
Registered: Apr 2007
Location: bell buckle tn
Distribution: F13-F14
Posts: 88

Rep: Reputation: 15
For me it doesn't seem to matter if the ATI driver, which never ever in a million trys has ever seemed to work, is on or not. In F8 go to the top menu-System, Preferences, Hardware, Screen Resolution -se;ect then hit Apply and that seems to instantly change vs the old rebooting X after res change.
 
Old 12-19-2007, 06:29 PM   #6
jaleo
LQ Newbie
 
Registered: Dec 2007
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by EternalDecoy View Post
Okay, here's what happened...I installed Fedora Core 8, noticed the resolution was rather low (800X600), so I checked the Display settings, and it wouldn't let me turn it up. I then went and checked the Monitor and Graphics Card drivers, and found the graphics card installed okay(I think?), but not my monitor, and upon checking the list of monitor drivers, I found that my monitor model wasn't on the list, therefore, I just selected the generic CRT 1280X1024, it said to reboot or log off so the changes could take effect, so I logged off...and BAM....my monitor light went from green to yellow, and just sat there....so I rebooted, it loaded the text and whatnot before the login screen, but then went black, and my monitor light went from green to yellow again....so, after a couple reboots, I did another entire install (cause I'm the ultimate linux newbie, with no idea how to reset monitor drivers :-P), thus getting me to where I am - back at square one, stuck with a 800X600 display, which causes some boxes to stretch below the bottom of the screen, and therefore makes it impossible to change options/click buttons that are pushed below the screen.
So, who wants to help a noob? Come on! you know you wanna help a computer geek be rid of that curse called Windows! :-D.

Tib
yes, Fedora 8 has many bugs.
I try to install fedora 8 on vmware 5.4, everything is ok, but i can't change display settings,then i install vmware tools,after i reboot, i can't login Xwindows, it saids " xorg.conf error".

at last,i find a solution.
edit /etc/X11/xorg.conf ( vi /etc/X11/xorg.conf)
add following code

Section "Monitor"
Identifier "vmware"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "vmmouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mouse0"
EndSection

Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1280x1024"
HorizSync 31.5 - 67.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection



find section which named "ServerLayout"
add code between Section and EndSection.

InputDevice "Mouse0" "CorePointer"

save xorg.conf, run "startx".
 
Old 12-21-2007, 06:12 AM   #7
Glennzo
Member
 
Registered: May 2003
Location: Salem, Mass USA
Distribution: Fedora
Posts: 394

Rep: Reputation: 52
Quote:
Originally Posted by EternalDecoy View Post
Okay, here's what happened...I installed Fedora Core 8, noticed the resolution was rather low (800X600), so I checked the Display settings, and it wouldn't let me turn it up. I then went and checked the Monitor and Graphics Card drivers, and found the graphics card installed okay(I think?), but not my monitor, and upon checking the list of monitor drivers, I found that my monitor model wasn't on the list, therefore, I just selected the generic CRT 1280X1024, it said to reboot or log off so the changes could take effect, so I logged off...and BAM....my monitor light went from green to yellow, and just sat there....so I rebooted, it loaded the text and whatnot before the login screen, but then went black, and my monitor light went from green to yellow again....so, after a couple reboots, I did another entire install (cause I'm the ultimate linux newbie, with no idea how to reset monitor drivers :-P), thus getting me to where I am - back at square one, stuck with a 800X600 display, which causes some boxes to stretch below the bottom of the screen, and therefore makes it impossible to change options/click buttons that are pushed below the screen.
So, who wants to help a noob? Come on! you know you wanna help a computer geek be rid of that curse called Windows! :-D.

Tib
EternalDecoy, open a terminal. Login as root by typing su and entering the root password. Type cat /etc/X11/xorg.conf and post the output here. Also, tell me what brand and model your monitor and your video card are. We'll get you going in short order.
 
  


Reply



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
Fedora Core 5 Resolution zthorne Fedora - Installation 2 12-08-2006 09:48 AM
Fedora Core 4 resolution viper4 Linux - Hardware 1 02-21-2006 07:44 AM
(Fedora Core 4) Resolution Problem Ogprince Linux - Laptop and Netbook 5 01-31-2006 07:02 AM
that pesky "unable to increase" resolution problem fincher69 Slackware 2 09-18-2005 09:00 PM
Unable to Increase Monitor Resolution latino Linux - Hardware 4 02-21-2005 06:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 12:32 PM.

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