Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 3rd August 2007, 08:24 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
Hello:

First, although I have an AMD 64 processor, I am using FC6_x86, not x86_64 - don't know if this will be a problem, but we'll see. This 2" wide all-black area: is it blanking part of the desktop, or is it just extra border area???

V

EDIT: Another idea: install package driconf from fedora repo:
Quote:
Summary : A configuration applet for the Direct Rendering Infrastructure
Description :
DRIconf is a configuration applet for the Direct Rendering Infrastructure.
It allows customizing performance and visual quality settings of OpenGL
drivers on a per-driver, per-screen and/or per-application level.

The settings are stored in system wide and per-user XML configuration files,
which are parsed by the OpenGL drivers on startup.

DRIConf is written in Python with the python-gtk toolkit bindings
EDIT#2 I assume that you did try tweaking the monitor settings itself? I.E., does the monitor have any way to adjust display size/placement/brightness/contrast??? If you have just extra blank spece, adjusting size/placement of display via monitor controls may fix this....

Last edited by Hlingler; 3rd August 2007 at 08:35 AM.
Reply With Quote
  #17  
Old 3rd August 2007, 08:39 AM
BLiZZaRD's Avatar
BLiZZaRD Offline
Registered User
 
Join Date: May 2005
Location: USA
Age: 35
Posts: 89
The black area is not blocking it is just extra area. I have everything on screen and the black border on the side. Basically I have a wide screen monitor and the res (although set to 1440x900 ) is acting like a square monitor.

To date I have tried:

1) monitors own menu controls and auto-adjust.
2) manually adding "Modes" to xorg.conf
3) selecting and overriding system-config-display to use the exact monitor and chipset models, as well as the generic ones.

I set my screen res to 1248x1024 to get rid of the black border, but now everything is tiny ans squished and makes it hard to see (although better to see than when set to 1440x900)

Another interesting thing.. I did a screen shot just to see what it would look like.. it looks PERFECT! no black border and everything is the right size and readable. So methinks the computer THINKS is is showing me the right stuff, but the monitor is not showing what the CPU thinks it is showing.

I will install that package and see what happens.

At this point I don't care the solution, or what it effects (background-wise) I just want me resolution to be what it should

Thanks for the help!
__________________
If corn oil is made from corn, and vegetable oil is made from vegetables, where does baby oil come from?

If you breathe in to a breathalyzer, what do you do in an analyzer?

If you think you are Clever...
Prove It!

Above link works for those that didn't get the joke... :D
Reply With Quote
  #18  
Old 3rd August 2007, 08:52 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
I don't recognize that entry:
Code:
Viewport   0 0
in your xorg.conf - mine has no such entry, but that doesn't mean it's wrong, but maybe commenting it out....

Also, what happened to the "Section "Monitor""??? You seem to have dropped it....

V
Reply With Quote
  #19  
Old 3rd August 2007, 09:00 AM
BLiZZaRD's Avatar
BLiZZaRD Offline
Registered User
 
Join Date: May 2005
Location: USA
Age: 35
Posts: 89
I dunno... I didn't do anything to it, LOL ALL I have done to xorg.conf is to add the line "Modes: "1440x900" near the bottom there.

I will rerun system-config-display, reset everything and post my xorg file again... brb
__________________
If corn oil is made from corn, and vegetable oil is made from vegetables, where does baby oil come from?

If you breathe in to a breathalyzer, what do you do in an analyzer?

If you think you are Clever...
Prove It!

Above link works for those that didn't get the joke... :D
Reply With Quote
  #20  
Old 3rd August 2007, 09:06 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
Umm...OK, I hope system-config-display doesn't vaporize the "good" changes you've made manually so far...at this point, I would say easiest options are: comment out line: "Viewport 0 0"; if that doen't help, add:
Code:
Section "Monitor"
        Identifier   "Monitor0"
	ModelName    "LCD Panel 1440x900"
        Option      "DPMS"
If that doesn't help, install driconf and try it.

V

EDIT: OOPs on line ModelName!

Last edited by Hlingler; 3rd August 2007 at 09:09 AM.
Reply With Quote
  #21  
Old 3rd August 2007, 09:06 AM
BLiZZaRD's Avatar
BLiZZaRD Offline
Registered User
 
Join Date: May 2005
Location: USA
Age: 35
Posts: 89
okay reset everything.. here is the current xorg.conf:

Code:
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	ModelName    "Generic LCD 1440x900"
	HorizSync    30.0 - 81.0
	VertRefresh  56.0 - 75.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "intel"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection
__________________
If corn oil is made from corn, and vegetable oil is made from vegetables, where does baby oil come from?

If you breathe in to a breathalyzer, what do you do in an analyzer?

If you think you are Clever...
Prove It!

Above link works for those that didn't get the joke... :D
Reply With Quote
  #22  
Old 3rd August 2007, 09:09 AM
BLiZZaRD's Avatar
BLiZZaRD Offline
Registered User
 
Join Date: May 2005
Location: USA
Age: 35
Posts: 89
driconf is installed... ummm I don't read Greek... LOL what am I doing in there?

EDIT: I commented out the viewport 00 thing... no change...
__________________
If corn oil is made from corn, and vegetable oil is made from vegetables, where does baby oil come from?

If you breathe in to a breathalyzer, what do you do in an analyzer?

If you think you are Clever...
Prove It!

Above link works for those that didn't get the joke... :D

Last edited by BLiZZaRD; 3rd August 2007 at 09:11 AM.
Reply With Quote
  #23  
Old 3rd August 2007, 09:12 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
Hold off on that driconf for the moment, and try commenting out line: "Viewport 0 0". IIRC, you already tried commenting out lines: " HorizSync 30.0 - 81.0" and " VertRefresh 56.0 - 75.0" and that didn't help.
Reply With Quote
  #24  
Old 3rd August 2007, 09:20 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
NERTZ! My nvidia driver has borked driconf on my box by replacing several library files. Unfortunately, you're on your own with it: I suggest that you try to play with obvious-looking settings, preferably one at a time, to see if anything helps/changes.

The only other thing for a temporary fix, is to set screen resolution back to the lower value that worked, then adjust desktop font and icon and panel size settings etc. to larger sizes for easier view, until a real fix is found.

Sorry I can't be of more help at this point, but I'm out of ideas.

V
__________________
VinceHowTo:Install Linux
RPMME repo
Automated Install Scripts for the Goodies and I-Kandy: FedoraPlus (formerly AutoTen), EasyLife
Various Packages by forum members
Direct Rendering for Mach64 and other older chipsets
Nvidia Videocard Setup In Fedora Linux

1. Compaq Presario SR2020NX, F8 x86 (F11 VM)/WinXP MCE Smolt Profile
2. micron.pc ClientPro CN, F9 x86/F10 x86 KDE-Live+E17 Smolt Profile F9 Smolt Profile F10
3. emachines etower 466id, F11 i586 LXDE/Win98SE Smolt Profile

Registered Linux User #436519
Reply With Quote
  #25  
Old 3rd August 2007, 09:22 AM
BLiZZaRD's Avatar
BLiZZaRD Offline
Registered User
 
Join Date: May 2005
Location: USA
Age: 35
Posts: 89
Yup, no change either, I took them all out and wrote in the one you posted above. Still no change.

I am going to throw this monitor out the window...

I have an idea... how is the UPnP for monitors on this thing? I am in an office all alone with 15 other computers and different 19" widescreen monitors.. I could just swap them and see what happens, LOL
__________________
If corn oil is made from corn, and vegetable oil is made from vegetables, where does baby oil come from?

If you breathe in to a breathalyzer, what do you do in an analyzer?

If you think you are Clever...
Prove It!

Above link works for those that didn't get the joke... :D
Reply With Quote
  #26  
Old 3rd August 2007, 09:24 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
I won't tell if you don't! But really, I'm stumped at the moment, sorry. I'll sleep on it, and if I think of anything else, I'll post back in the AM.

V
Reply With Quote
  #27  
Old 3rd August 2007, 10:08 AM
BLiZZaRD's Avatar
BLiZZaRD Offline
Registered User
 
Join Date: May 2005
Location: USA
Age: 35
Posts: 89
Well, a little better. I swapped to a 19" LCD wide screen ViewSonic monitor. It's resolution is optimal at 1440x900 also, but it gives the option for 1400x1050, which is a lot better than 12xxx9xx

Atleast everything isn't squished.

If I can figure anything out (or if you can) post back for others

Thanks for the help!
__________________
If corn oil is made from corn, and vegetable oil is made from vegetables, where does baby oil come from?

If you breathe in to a breathalyzer, what do you do in an analyzer?

If you think you are Clever...
Prove It!

Above link works for those that didn't get the joke... :D
Reply With Quote
  #28  
Old 3rd August 2007, 12:04 PM
BLiZZaRD's Avatar
BLiZZaRD Offline
Registered User
 
Join Date: May 2005
Location: USA
Age: 35
Posts: 89
The new monitor worked! The old one set to 1440x900 at 60 hz refresh on the Windows machine and the one I swapped set to 1440x900 at 75 hz refresh and everything is perfect!

Thanks to all for the help, I guess sometimes it is just better to get frustrated and come up with alternate plans, LOL
__________________
If corn oil is made from corn, and vegetable oil is made from vegetables, where does baby oil come from?

If you breathe in to a breathalyzer, what do you do in an analyzer?

If you think you are Clever...
Prove It!

Above link works for those that didn't get the joke... :D
Reply With Quote
  #29  
Old 3rd August 2007, 05:24 PM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
Hello:

I'm glad you figured it out - my best guess is that it was either hardware compatibility with the original monitor, and/or possibly the refresh rate. But what you wanted was a working 1441x900, and you got it, so good!

Regards,
V
Reply With Quote
  #30  
Old 4th August 2007, 09:57 AM
BLiZZaRD's Avatar
BLiZZaRD Offline
Registered User
 
Join Date: May 2005
Location: USA
Age: 35
Posts: 89
Yes, and it is beautiful....

There is one small thing... the log in screen...

it STILL shows that square screen, not the full screen. I also tried to change the log in screen to a different picture, nothing... It won't change.

BUT I stay logged in 99% of the week anyway, so 45 second on the log in screen really isn't a bother....
__________________
If corn oil is made from corn, and vegetable oil is made from vegetables, where does baby oil come from?

If you breathe in to a breathalyzer, what do you do in an analyzer?

If you think you are Clever...
Prove It!

Above link works for those that didn't get the joke... :D
Reply With Quote
Reply

Tags
problem, res, screen

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Screen problem blitz2190 Mac Chat 3 1st August 2008 03:42 PM
Graphical install screen problem + partitioning problem trobin Installation and Live Media 0 1st June 2008 11:08 AM
lcd screen problem draconian Hardware & Laptops 0 22nd June 2006 04:31 AM
FC4 Screen Res problem thor erik Hardware & Laptops 2 2nd March 2006 03:17 PM
Screen Problem blax Using Fedora 2 6th May 2005 02:38 PM


Current GMT-time: 01:59 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat