Fedora Linux Support Community & Resources Center
  #1  
Old 6th October 2007, 12:38 PM
Dinges Offline
Registered User
 
Join Date: Sep 2005
Posts: 21
1440x900 on Acer Aspire 5630

Hi all,

I am trying to get my laptop to spit out a 1440x900 signal on the VGA port to my monitor. But all I seem to get is some boxed in image. The monitor reports it is doing 1440x900, but it looks like if it is getting a 1024x768 image, with black borders around it. The image itself is compacted from 1440x900, as it looks distorted.

Meanwhile, the internal laptop display is showing a clone of the image at 1280x800, which misses the bottom and right part of the image as if it is actualy running 1440x900.

My hardware:
Acer Aspire 5630 laptop
Intel GMA 950 Videocard
Intel T5500 Centrino C2D

Internal monitor: Laptop Display 15.4" @ 1280x800
External monitor: LG L194WT 19" @ 1440x900 (connected via VGA)

Using 'intel' video driver, updated to latest version.

Turning off the internal display with:
xrandr --output LVDS --off
does not change the situation. It just turns the laptop display off. The image on the other screen is still not changed.

Changing the external monitor using something like:
xrandr --output VGA --mode 1024x768
sends out a correct image to the screen, alltough the screen stretches it outward.

When I try to set it to 1440x900, it still shows the wrong image, even with the laptop display turned off.

Can anybody help me on this one, I do not need to have dual head, but would like to use the external display at it's optimal resolution.

TIA
Reply With Quote
  #2  
Old 7th October 2007, 12:37 AM
wneumann Offline
Registered User
 
Join Date: Dec 2004
Posts: 511
It would help to see your /etc/X11/xorg.conf and /var/log/Xorg.0.log
Reply With Quote
  #3  
Old 8th October 2007, 05:58 PM
Dinges Offline
Registered User
 
Join Date: Sep 2005
Posts: 21
Here is my xorg.conf

# Xorg configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection

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

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
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
EndSubSection
EndSection

Section "Monitor"
Identifier "Monitor0"
Option "DPMS"
EndSection


And Xorg.0.log:
Attached Files
File Type: txt xorg.0.log.txt (75.8 KB, 72 views)

Last edited by Dinges; 8th October 2007 at 06:06 PM.
Reply With Quote
  #4  
Old 11th October 2007, 04:32 AM
shavexfed Offline
Registered User
 
Join Date: Oct 2007
Posts: 2
What would cause this?! http://s16.photobucket.com/albums/b2...=fedorwhat.png

o and when i check the resolution it wont change any higher than 1024x768

# Xorg configuration created by system-config-display

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

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

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1440x900"
HorizSync 31.5 - 100.0
VertRefresh 59.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
EndSubSection
EndSection

Last edited by shavexfed; 11th October 2007 at 04:48 AM.
Reply With Quote
  #5  
Old 11th October 2007, 04:54 AM
nick.stumpos's Avatar
nick.stumpos Offline
Registered User
 
Join Date: Feb 2005
Location: Lansing, Mi
Age: 28
Posts: 2,222
you might want to check with some others that have your same laptop or at least chipset, I know some of those onboard graphics cards just plain wont pu out a higher res than the screen they were made for.
__________________
As always
Love, Life, Loyalty, Wisdom, Knowledge, And Understanding
FC6: Common Questions answered
Reply With Quote
  #6  
Old 11th October 2007, 09:44 AM
BlueC Offline
Registered User
 
Join Date: Aug 2007
Location: Liverpool, UK
Posts: 733
Couple of ideas...

I notice you have an Intel video card... I have no experience with this card, but I do know that 915resolution is a BIOS hack for intel 8xx/9xx video cards to make them support other resolutions. Check the 915resolution site here.

Also... just a couple of days ago I was trying to achieve the exact same as you on my own Acer laptop, albeit with a ATI video card. The solution I eventually found (after 4 hours - I don't recall it ever taking 4 hours to change resolution under windows!! ) was to issue the command..

Code:
gtf 1440 900 60.0
where 1440 x 900 was my desired resolution, and 60.0 was my desired frequency, yours may be slightly different. For me, this outputted the following:

Code:
# 1440x900 @ 60.00 Hz (GTF) hsync: 55.92 kHz; pclk: 106.47 MHz
  Modeline "1440x900_60.00"  106.47  1440 1520 1672 1904  900 901 904 932  -HSync +Vsync
I then added the Modeline above in the "Monitor" section of my xorg.conf and also added "1440x900_60.00" as a "Mode" in the "Display" subsection of the "Screen" section.

Relevant bits of xorg.conf pasted below for clarity...

Code:
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "HP"
        ModelName    "Desktop LCD Panel 1440 x 900"
        HorizSync    30.0 - 81.0
        VertRefresh  56.0 - 75.0
        ModeLine     "1440x900@60" 106.5 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
        Option      "DPMS"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1440x900@60" "1280x800"
        EndSubSection
EndSection
Maybe one of these ideas will lead you in the right direction!

Chris

Last edited by BlueC; 11th October 2007 at 09:47 AM.
Reply With Quote
  #7  
Old 11th October 2007, 04:10 PM
shavexfed Offline
Registered User
 
Join Date: Oct 2007
Posts: 2
Weeelllll I tried that and it gave the same output and the file looks similar.... but it still looks like the picture i posted.
Reply With Quote
  #8  
Old 11th October 2007, 04:10 PM
Dinges Offline
Registered User
 
Join Date: Sep 2005
Posts: 21
The atached screenshot is what I am getting on my laptop display, which is not very important if that happens. I would just like that my external screen gets a correct image. I have allready tried 915resolution, so far, no results, but I will see if I can get it correct. Maybe somebody has another idea?

My monitor is actualy reporting that it is recieving a 1440x900 signal, but it is padded in some large black area. It looks like the 1440x900 is resized into a box that is about 1024x768 pixels large, which sits in the middle of the screen. I will try and make a picture of it soon.
Reply With Quote
  #9  
Old 11th October 2007, 04:32 PM
BlueC Offline
Registered User
 
Join Date: Aug 2007
Location: Liverpool, UK
Posts: 733
Hmmmm... so it is actually sending the correct signal... maybe perhaps try adding the following line underneath "Modes" in the "Display" SubSection of xorg.conf...

Code:
Virtual 1440 900
Reply With Quote
  #10  
Old 15th October 2007, 05:54 PM
Dinges Offline
Registered User
 
Join Date: Sep 2005
Posts: 21
See the attachment, that is what it looks like. Adding that line to xorg.conf didn't change it.

As you can see, the external image is ruined, and the internal display is displaying something that does not fit (which is normal for clone mode). The external monitor reports it is recieving a 1440x900 signal @60hz

EDIT: I just upped the refresh rate to 75hz, now it is getting a 1152x900 signal, very weird.
Attached Thumbnails
Click image for larger version

Name:	PA150839.JPG
Views:	85
Size:	858.3 KB
ID:	13619  

Last edited by Dinges; 15th October 2007 at 06:09 PM.
Reply With Quote
  #11  
Old 15th October 2007, 06:37 PM
BlueC Offline
Registered User
 
Join Date: Aug 2007
Location: Liverpool, UK
Posts: 733
Ok, I'm only going on what I can find on google here as I don't have an Intel video card.

The following page looks like it contains the info you need to set up the external VGA as a true clone or as a separate desktop on the GMA 950 card...

http://www.thinkwiki.org/wiki/Intel_...ccelerator_950

One of the important things seems to be that you should use the "i810" driver, and not the x.org "intel" driver.

I would suggest trying something like this in your xorg.conf...

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

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

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

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1440x900"
HorizSync 31.5 - 100.0
VertRefresh 59.0 - 75.0
ModeLine     "1440x900@60" 106.5 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "i810"
Option "MonitorLayout" "NONE,LFP+CRT"
Option "DevicePresence" "true"
Option "CheckLid" "false"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes    "1440x900@60" "1440x900" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Try restarting X with that. And then use the command "xrandr" from a terminal to see what available display modes there are. Then use "xrandr -s 0" to change display mode - changing the last "0" to different numbers for each display mode (1,2,3 etc).

Let me know how you get on with that.
Reply With Quote
  #12  
Old 15th October 2007, 07:11 PM
Dinges Offline
Registered User
 
Join Date: Sep 2005
Posts: 21
OK, tried it, had to use 915resolution to get 1280x800 on LVDS. I also made a patch for 1440x900.

The result, the LVDS is running 1280x800, the screen is showing 1024x768 clone.

furthermore, xrander only sees a Screen 0, with 3 modes: 1280x800, 1024x768, 800x600 and 640x480
Reply With Quote
  #13  
Old 15th October 2007, 07:34 PM
BlueC Offline
Registered User
 
Join Date: Aug 2007
Location: Liverpool, UK
Posts: 733
So... I think you're getting closer!

xrandr should only see one screen when in true clone mode so thats not a problem. however, you should be able to make it see the 1440x900 mode! I guess the solution is going to lie somewhere in either finding the correct "ModeLine" or using 915 resolution to patch to 1440x900.

Unfortunately this is kinda beyond my knowledge and experience now... I guess I would look next at the output of /var/log/Xorg.0.log for what is happening when it tries to select the 1440 modes.
Reply With Quote
  #14  
Old 15th October 2007, 07:42 PM
Dinges Offline
Registered User
 
Join Date: Sep 2005
Posts: 21
Well, I find it very frustrating, is the problem I am having some problem of the intel driver, maybe I should contact intel about it?
Reply With Quote
  #15  
Old 15th October 2007, 10:50 PM
BlueC Offline
Registered User
 
Join Date: Aug 2007
Location: Liverpool, UK
Posts: 733
I don't think its a bug... I think the driver is just badly documented and it's difficult to work out how you're supposed to go about setting the display resolutions in clone mode. I spent a solid 4 hours working out the same thing using an ATI radeon card, so you're not alone. You could try seeking further help by posting on a specific mailing list that is relevant to your card/drivers.
Reply With Quote
Reply

Tags
5630, acer, aspire

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
F10 on Acer Aspire One saalikr Hardware & Laptops 4 21st April 2009 12:33 AM
Acer aspire one serious prob >.< Paranoic Hardware & Laptops 5 15th November 2008 01:41 PM
Problems with an acer aspire 5630 laptop on f8 _lorenzo87_ Hardware & Laptops 7 27th November 2007 12:50 PM
ACER Aspire 5630 LAPTOP !! adarsh Hardware & Laptops 44 12th September 2007 07:36 AM
Acer Aspire 1200 ylkien Hardware & Laptops 2 15th June 2005 06:58 PM


Current GMT-time: 06:06 (Sunday, 26-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