Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Linux Desktop / X-Windows > Screen size with Intel G43 chipset

Forgot Password?
 Linux Desktop / X-Windows   Anything X. Gnome, KDE, remote desktop's, XGames etc.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 07-03-2009   #1 (permalink)
Just Joined!
 
Join Date: Jul 2009
Posts: 6
Screen size with Intel G43 chipset

Hi,

I have a PC that utilizes the Intel G43 chipset. When I attempt to set the screen resolution to 1920x1080, which is supported by both the GPU and the monitor, the resulting screen overflows my actual monitor by a lot. I can only see the middle part of the screen.

On Windows Vista, there is an "Aspect Ratio" setting in the driver that allows me to scale it down to 0.4x0.4. This fixes the problem and then the image fits on my monitor and it looks great. Is there a way I can do something like this in Linux? I played around a little bit with xrandr, but all I can get it to do is seg fault. Maybe I am setting the options wrong, I dunno. If so, it should tell me that the options are wrong instead of just segmentation faulting.

I have Linux Mint 7, a fresh install. Again, my graphics card is an integrated Intel G43 chipset processor. My monitor is an HDTV.

Thanks in advance!
zorori is offline  


Reply With Quote
Old 07-05-2009   #2 (permalink)
Just Joined!
 
Join Date: Jun 2009
Posts: 19
Did you check in your Xorg.log to check if the intel driver is used ?
vlad59 is offline   Reply With Quote
Old 07-05-2009   #3 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
Execute this
Code:
sudo lspci | grep -i vga
Post output here.

Post the contents of /etc/X11/xorg.conf file here.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 07-06-2009   #4 (permalink)
Just Joined!
 
Join Date: Jul 2009
Posts: 6
Quote:
Originally Posted by vlad59 View Post
Did you check in your Xorg.log to check if the intel driver is used ?
Yes, the driver is being loaded correctly. From Xorg.log:

(--) PCI:*(0@0:2:0) Intel Corporation 4 Series Chipset Integrated Graphics Controller rev 3, Mem @ 0xfe400000/4194304, 0xd0000000/268435456, I/O @ 0x0000dc00/8
zorori is offline   Reply With Quote
Old 07-06-2009   #5 (permalink)
Just Joined!
 
Join Date: Jun 2009
Posts: 19
Even with this line the vesa driver can be used. Try a grep for vesa in Xorg.log
vlad59 is offline   Reply With Quote
Old 07-06-2009   #6 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
Have you set supported Refresh Rates and resolutions in xorg.conf file?

Post the contents of xorg.conf file here as I suggested earlier.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 07-06-2009   #7 (permalink)
Just Joined!
 
Join Date: Jul 2009
Posts: 6
Quote:
Originally Posted by devils casper View Post
Have you set supported Refresh Rates and resolutions in xorg.conf file?

Post the contents of xorg.conf file here as I suggested earlier.
Thanks for the replies.

I did not manually modify xorg.conf. There didn't seem to be a need since Display Properties already correctly listed my supported refresh rates. There doesn't seem to be much "meat" to the xorg.conf file compared to what I'm used to in xf86Config. (My knowledge of Linux is really dated.)

$ lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)

My xorg.conf and Xorg.0.log files are attached.
Attached Files
File Type: txt xorg.conf.txt (1.1 KB, 2 views)
File Type: gz Xorg.0.log.gz (5.1 KB, 0 views)
zorori is offline   Reply With Quote
Old 07-06-2009   #8 (permalink)
Just Joined!
 
Join Date: Jul 2009
Posts: 6
Quote:
Originally Posted by vlad59 View Post
Even with this line the vesa driver can be used. Try a grep for vesa in Xorg.log
I searched, that is not the issue.

One important piece of information is that this "screen misfit" occurs even in a TEXT mode (i.e, CTRL+ALT+F1). I believe there is an underlying weirdness with the hardware in some resolutions. Some resolutions, for example, 1280x1024, work perfectly. Weird weird stuff, just like I've come to expect from every integrated Intel video solution that I've ever owned.

Windows Vista provides work-arounds which allow all of the graphic modes to work properly on my display. I have not yet found similar ways to adjust my display under X.
zorori is offline   Reply With Quote
Old 07-06-2009   #9 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
Edit Monitor and Screen section :

This Generic configuration and works fine in most of machines :
Code:
Section "Monitor"
    Identifier    "Generic Monitor"
    Option        "DPMS"
    HorizSync    30-71
    VertRefresh    50-160
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "intel"
    Monitor        "Generic Monitor"
    DefaultDepth    24
        SubSection "Display"
        Depth        24
        Modes        "1920x1080" "1280x1024" "1024x768" 
    EndSubSection
EndSection
In case Driver "intel" doesn't work fine, replace it with i810.


For ttys ( Alt+Ctrl+F1 ), you can set supported vga value in menu.lst file.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 07-06-2009   #10 (permalink)
Just Joined!
 
Join Date: Jul 2009
Posts: 6
Devil's Casper:

Thank you so much for the reply. The "Generic Configuration" you supplied does indeed work for me! 1920x1080 looks great.

@z
zorori is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 02:13 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2