Fedora Linux Support Community & Resources Center
  #1  
Old 3rd November 2007, 10:09 PM
nycxphil Offline
Registered User
 
Join Date: Oct 2007
Location: Brooklyn
Age: 32
Posts: 10
Intel 945GM Help

I am having problem's with Intel 945GM drivers. Under System>Administration>Display it say's my highest resolution available is 1024x768. I am trying to set it to 1280x800. Because of this my screen is off by 2 inches from the right and half an inch from the bottom. I tried using 915 resolution and it didn't work. I trying booting at run level 3 and running setup x configuration. I set that to 1280x800 but when I boot back at run level 5 it still say's 1024x768. Please help this is driving me nut's.

[capone@localhost ~]$ cat /etc/X11/xorg.conf
# 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+inet"
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 1280x800"
HorizSync 31.5 - 50.0
VertRefresh 56.0 - 65.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 "1280x800" "1280x720" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Here is the the screen shot of what my desktop looks like.

[URL=http://img391.imageshack.us/my.php?image=screenshot2sk8.png][IMG[img=http://img391.im]http://img391.imageshack.us/img391/8375/screenshot2sk8.th.png[/IMG]




Intel Centrino Duo 1.66Ghz T2300
1 GiB 667 MHz DDR2 SDRAM
100GB SATA HD
12.1″ WXGA Display
Intel 945G chipset
Intel ProWireless
Dual Boot XP PRO & Fedora 7
Reply With Quote
  #2  
Old 3rd November 2007, 11:43 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,924
FWIW, here's xorg.conf from my Toshiba laptop:

[glenn@toshiba ~]$ sudo cat /etc/X11/xorg.conf
Password:
# 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"
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"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Here's why I'm posting this for you:

[glenn@toshiba ~]$ lspci | grep Graphics
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)

My display is 1280X800. Any help?
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #3  
Old 3rd November 2007, 11:55 PM
VRK Offline
Registered User
 
Join Date: Oct 2007
Location: Illinois, US
Posts: 4
I dunno if this will help you or not, but when I used to have problems with my 1680x1050 monitor I'd backspace the other res settings on the Modes line under Section "Screen" so it had no other option but to use the correct one. I have no idea if that will work for you or not but its something to try.
Reply With Quote
  #4  
Old 4th November 2007, 12:38 AM
RJFUatHOME Offline
Registered User
 
Join Date: Aug 2007
Location: Fairfield, CA
Posts: 438
You could try switching to the i810 driver instead of using the intel one. There is also an updated i810 driver available in the testing repos.
Reply With Quote
  #5  
Old 4th November 2007, 01:07 AM
nycxphil Offline
Registered User
 
Join Date: Oct 2007
Location: Brooklyn
Age: 32
Posts: 10
Quote:
Originally Posted by glennzo
FWIW, here's xorg.conf from my Toshiba laptop:

[glenn@toshiba ~]$ sudo cat /etc/X11/xorg.conf
Password:
# 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"
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"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Here's why I'm posting this for you:

[glenn@toshiba ~]$ lspci | grep Graphics
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)

My display is 1280X800. Any help?
Driver is installed correctly, it's just that it won't display the correct resolution in display manager and everything is off by an inch on the right and half inch from the bottom. My login screen has a black edge around it. And if I enable compiz or berryl that area is also black. I tried downgrading to i810 driver, it fixes the black edge, resolution is still 1024x768 however everything looks out of focus and 915resolution refuses to work.

[root@localhost capone]# /sbin/lspci | grep Graphics
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
Reply With Quote
  #6  
Old 4th November 2007, 01:31 AM
nycxphil Offline
Registered User
 
Join Date: Oct 2007
Location: Brooklyn
Age: 32
Posts: 10
Quote:
Originally Posted by RJFUatHOME
You could try switching to the i810 driver instead of using the intel one. There is also an updated i810 driver available in the testing repos.
I am not sure if I got the updated i810 driver from test repo. But I just downgraded again to i810 after installing i810 development driver. It fixed my border issues and it's not blurry however I still can't set my resolution past 1024x768. Ran setup set my resolution to 1280x800 in Xserver it still show's up as 1024x768. I don't understand what the problem is, I had no problem's running correct resolution in Fedora 6 or Ubuntu 7.04. I run into the same problem with Ubuntu 7.10, Fedora 7 and OpenSuse 10.3. Any more suggestions?
Reply With Quote
  #7  
Old 4th November 2007, 05:23 PM
RJFUatHOME Offline
Registered User
 
Join Date: Aug 2007
Location: Fairfield, CA
Posts: 438
If you have one of the older live CDs, boot it up and try copying the older xorg.conf file to see if the newer distros display right again.
Reply With Quote
  #8  
Old 4th November 2007, 05:39 PM
nycxphil Offline
Registered User
 
Join Date: Oct 2007
Location: Brooklyn
Age: 32
Posts: 10
Quote:
Originally Posted by RJFUatHOME
If you have one of the older live CDs, boot it up and try copying the older xorg.conf file to see if the newer distros display right again.

After messing around with the i810 driver, I think I used the updated one from Fedora Test repo. I got the correct resolution working, my display manager now reflects 1280x800. I got desktop effect's running flawlessly. However I can't get dual head to work now. Is there some kind of special configuration I have to do with i810 driver. I know with the new intel driver dual head work's out of the box, no tweaking is necessary. Any suggestions?
Reply With Quote
  #9  
Old 4th November 2007, 09:07 PM
RJFUatHOME Offline
Registered User
 
Join Date: Aug 2007
Location: Fairfield, CA
Posts: 438
I've never really played with dual head driver capability. You could try searching the forum on dual head and looking at other's xorg.conf to see if you can't find something that'll work.
Reply With Quote
Reply

Tags
945gm, intel

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
OpenGL and intel 945GM tkalfaoglu Using Fedora 0 11th October 2007 05:39 AM
Intel PRO Wireless 3945 and Intel 945GM inspiron_nick Hardware & Laptops 2 25th July 2007 02:14 PM
intel 945gm express jonesmenlopark Hardware & Laptops 1 2nd September 2006 01:45 AM
FC5: How to suspend/hibernate with Intel 945GM chipset + Intel 950 graphics Mack EOL (End Of Life) Versions 0 11th August 2006 05:07 AM


Current GMT-time: 00:46 (Sunday, 19-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