LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 08-30-2007, 02:55 AM   #1
noware
Member
 
Registered: Oct 2005
Location: Hungary
Distribution: FC6 , freeBSD
Posts: 87

Rep: Reputation: 15
Problems with resolution on widescreen laptop


Hi All,

I have an Acer Extensa widescreen laptop, with FC6 on it. Everything is fine, X works well, except for one thing: I cannot set a 16:10 resolution for the screen. I tried to set the resolution using Gnome's and KDE's 'Display Settings' stuff; I can "set" 1280x800 and when I press OK, it says You must restart X to make the changes, but when I do this (either by pressing ctrl-alt-bacspc, or by going back to runlevel 3 and then runlevel 5 again), well, I don't see any changes. My screen resolution is still 1024x768. I tried to edit the xorg.conf file and added 1280x800 to the 'Modes', but still nothing.

Do I have to live with this resolution?
Or do I have other ways to change it?

Thanks in advance!
G.
 
Old 08-30-2007, 04:27 AM   #2
teek
Member
 
Registered: Jun 2004
Location: The Netherlands; Dordrecht
Distribution: Arch (at the moment)
Posts: 110

Rep: Reputation: 16
What kind of videocard do you have and are you using the right driver? For a hint, type lspci in a terminal. (Or upgrade to Fc7 )
 
Old 08-31-2007, 04:59 AM   #3
noware
Member
 
Registered: Oct 2005
Location: Hungary
Distribution: FC6 , freeBSD
Posts: 87

Original Poster
Rep: Reputation: 15
I have the Intel Graphics Media Accelerator 950. So far I could not find a driver for it. I'm searching.
 
Old 08-31-2007, 05:06 AM   #4
noware
Member
 
Registered: Oct 2005
Location: Hungary
Distribution: FC6 , freeBSD
Posts: 87

Original Poster
Rep: Reputation: 15
Another question: Why would it help me if I would upgrade to FC7?
Thanks.
 
Old 08-31-2007, 06:01 AM   #5
teek
Member
 
Registered: Jun 2004
Location: The Netherlands; Dordrecht
Distribution: Arch (at the moment)
Posts: 110

Rep: Reputation: 16
Upgrading always brings more hardware support and bugfixes. Perhaps there is better out of the box support for your intel card... the driver should be in the kernel, let me look, newer intel graphics chips are very well supported in linux... hmm I see only support up to 945G chips.

Perhaps this page helps your further:
http://www.thinkwiki.org/wiki/Intel_...ccelerator_950

These are my last options. But still, do you have anything against upgrading? I always like upgrading, new features, fresh desktop But off course you should decide for your self. Good luck with it.
 
Old 08-31-2007, 06:23 PM   #6
witz
Member
 
Registered: Aug 2007
Posts: 46

Rep: Reputation: 16
noware,
Your video card is supported by linux. Link = http://www.thinkwiki.org/wiki/Intel_...ccelerator_950

This how to get the full resolution.First make sure you have the i810 intel driver installed.
It should be as almost all distros do.If not get it from your package manager.

Then modify your /etc/X11/xorg.conf file as followed,

Code:
First, goto Section "Device" 
under xorg.conf and modify as shown.

Section "Device"
    Identifier  "intel 945gm"  (Insert your card's model as intel 945gm is my card)
    Driver      "i810"
EndSection

Then modify Section "Screen" as followed

Section "Screen"
    Identifier  "Screen 1"
    Device      "intel 945gm"
    Monitor     "screen"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x800
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x800
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x800
        ViewPort    0 0
    EndSubsection
EndSection
After that, exit X server fully and restart the X server.
If it starts and the resolution looks like 1280x800, check by running command
Code:
xrandr
and seeing that it's 1280x800.

If you want to enable dri to get
3d, go back to xorg.conf and modify as followed,

Code:
 Go to Section "Module" 
and uncomment the line :   Load       "dri"

Example : Section "Module"

 Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "freetype"
    Load        "xtt"
    Load       "glx"
    Load       "dri"

EndSection

Then add on the bottom of the xorg.conf file,

Section "DRI"
    Mode 0666
EndSection

Section "Extensions"
  Option        "Composite"     "Enable"
EndSection
From here you should be good to go.
 
  


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
Screen Resolution on Widescreen Laptop coal-fire-ice Ubuntu 12 04-28-2007 12:58 PM
widescreen laptop - howto right resolution? sturla Linux - Hardware 4 07-08-2006 02:28 PM
[mandriva] Widescreen (15:9) Laptop Display Settings - cannot set resolution properly swilliams2006 Linux - Hardware 2 02-13-2006 08:23 AM
change resolution on widescreen laptop tjuii Linux - Laptop and Netbook 4 09-28-2004 02:22 PM
adjusting resolution on widescreen laptop nkorde Linux - Newbie 5 01-21-2004 07:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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