LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-06-2006, 08:25 AM   #1
ColonelPanic
Member
 
Registered: Jun 2006
Distribution: Ubuntu 7.10, Mandriva 2008
Posts: 40

Rep: Reputation: 15
Intel GMA950 graphics 1680x1050 native


Hi Linux gurus,

I admit up front I'm a noob on the linux front so feel free to roll eyes but I would appreciate an answer as simple as possible.

I'm trying to get my Philips 200W to work at its native 1680x1050 res with a GMA950 on-board VGA chip. I know there are hacks and tricks with some 915resolution tool. I tried that but to no avail. Mandriva always switches back to 1600x1200 or allows only other non-widescreen res. I also tried to edit the xorg.conf file according to what other users posted on the www.

I also tried the hack where you fool it into its native res with "1600x1200"="1680x1050" or something like that...

I downloaded the 'latest' Intel drivers.

Nothing works

Please have mercy with somebody on the steepest learning curve of his life. (Ah yes, steeper than SAP)

cheers
CP
 
Old 08-06-2006, 08:34 AM   #2
foolsh
Member
 
Registered: Apr 2005
Location: IL
Distribution: kubuntu
Posts: 56

Rep: Reputation: 15
could you post you xorg.config file
 
Old 08-06-2006, 09:21 AM   #3
ColonelPanic
Member
 
Registered: Jun 2006
Distribution: Ubuntu 7.10, Mandriva 2008
Posts: 40

Original Poster
Rep: Reputation: 15
# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "ch(fr)"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Philips"
ModelName "200W 1680x1050"
HorizSync 31.5-90
VertRefresh 60
Option "DPMS"
EndSection

Section "Device"
Identifier "device1"
BoardName "Intel 915"
Driver "i810"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 24
Modes "1680x1050"
ViewPort 0 0
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection

*******************************************

cheers mate!
 
Old 08-06-2006, 09:35 AM   #4
foolsh
Member
 
Registered: Apr 2005
Location: IL
Distribution: kubuntu
Posts: 56

Rep: Reputation: 15
im not saying this will work but try upping the h-sync value it worked for me a few times, not unless you know for certain that these are the maximum values

Section "Monitor"
Identifier "monitor1"
VendorName "Philips"
ModelName "200W 1680x1050"
HorizSync 31.5-100 <----- or 120, 150 but increase small amounts at a time
VertRefresh 60
Option "DPMS"
EndSection

and maybe change it from 24 bit color to 16 bit. it may be a limit of the i810 driver i use this driver but my crappy old monitor only supports 1024x768 so i can't tell you.

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 16

Subsection "Display"
Depth 16
Modes "1680x1050"
ViewPort 0 0
EndSubsection
EndSection
 
Old 08-06-2006, 09:47 AM   #5
foolsh
Member
 
Registered: Apr 2005
Location: IL
Distribution: kubuntu
Posts: 56

Rep: Reputation: 15
ok just booted over to windows to see the maximum resolution it offers and that would be 1920x1200 then 1600x1200 then 1400x1050 and 1280x1024 1280x768 and so on
maybe the resolution isn't supported and you will have to stick with a lower resolution



Subsection "Display"
Depth 24
Modes "1600x1200" <----- or 1400x1050
ViewPort 0 0
EndSubsection
EndSection

it is dependant on your video card
----------------------------------
edit opps sorry was reading your first post in the thread and saw that this is not what you wanted lol sorry m8

Last edited by foolsh; 08-06-2006 at 09:56 AM.
 
Old 08-06-2006, 09:56 AM   #6
ColonelPanic
Member
 
Registered: Jun 2006
Distribution: Ubuntu 7.10, Mandriva 2008
Posts: 40

Original Poster
Rep: Reputation: 15
Cheers mate. I'll try that.

XP does support 1680x1050 on the GMA950 just fine. It's crisp and clear. It seems Intel don't really bother coming out with a Linux driver that actually does out of the box what it does in XP and even OSX for Intel...
 
Old 08-06-2006, 10:19 AM   #7
ColonelPanic
Member
 
Registered: Jun 2006
Distribution: Ubuntu 7.10, Mandriva 2008
Posts: 40

Original Poster
Rep: Reputation: 15
Nope. No luck with your suggestions. The TFT stays stubbornly on 1600x1200@75hz.
I'm wondering how the other fellows who apparently got 1680x1050 to run on laptops did it :?
 
Old 08-27-2006, 02:29 PM   #8
ColonelPanic
Member
 
Registered: Jun 2006
Distribution: Ubuntu 7.10, Mandriva 2008
Posts: 40

Original Poster
Rep: Reputation: 15
Here's an update - for those still interested.

I've spent quite some time fiddling with this bloody resolution and here's the lowdown:
1. Intel does in fact not bother releasing a distro independent driver for their GMA950 - or 945 or 810 or whatever this chip is officially called. Their shy attempt at a Linux driver is for RHEL and might or might not work with any given distribution - RHEL included...
2. 915resolution hack only works with VESA in my case which makes smaller fonts look horrible and gives a headache after a while. On top of that it makes my video and TV hardware useless since VESA provides no proper video overlay support.
3. There is apparently no publicly available GMA950 3rd party driver that supports 1680x1050@60hz natively. 1400x1050 seems to be hitting the ceiling as for wide-screen. Above that and everything becomes 'virtual'.
4. If you are in the process of acquiring a new system with a 1680x1050 monitor that you would like to run Linux on I would strongly recommend to stay away from anything sporting the GMA950 chip.
5. I'm actually wondering how the fellas with the new Intel MacBook who want to use Linux on their machine handle this. AFAIK the new MacBooks all have GMA950 chips.
6. try before buy


cheers
cp
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Sound and Graphics not working in Intel D101GGC with ATI graphics and Realtek audio sanu1 Linux - Hardware 2 12-28-2008 07:29 PM
Intel Extreme Graphics 865GBF graphics driver _UnPrEdictAbLe_ Linux - Hardware 3 07-31-2006 01:48 AM
need information about Intel 915GM and intel 945 graphics chipsets mechmg93 Debian 1 04-15-2006 06:53 AM
: Intel® 865G Chipset with Intel® Extreme Graphics 2 -driver for linux7.0 ker 2.4.1 schandak Red Hat 1 10-28-2004 12:43 AM
Graphics issues with Intel 82856G Graphics Adapter herrmag Linux - Newbie 1 08-09-2004 02:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:54 AM.

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