Fedora Linux Support Community & Resources Center
  #1  
Old 29th June 2007, 01:37 PM
ciphermonk Offline
Registered User
 
Join Date: May 2006
Posts: 70
GDM not using entire screen

I'm experiencing an issue with GDM on my T61. When the login screen loads, it's not taking up the entire screen. It looks like it's an 800x600 window in the upper right of the screen. I'm running the intel X3100 card with the intel driver. Anyone else experience this? If so, what did you do to fix it. the native res of the screen is 1440x900.
_________________
Reply With Quote
  #2  
Old 29th June 2007, 05:06 PM
glennzo's Avatar
glennzo Offline
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,934
Can I assume that you have the same problem after you log in? Did you look at System > Preferences > Hardware > Screen Resolution?
Attached Thumbnails
Click image for larger version

Name:	Screenshot-Screen Resolution Preferences.png
Views:	66
Size:	19.6 KB
ID:	12606  
__________________
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 29th June 2007, 06:12 PM
ciphermonk Offline
Registered User
 
Join Date: May 2006
Posts: 70
Yessir. The max resolution shown in there is 1024x768 although my display is in fact totally full at 1440x900
Reply With Quote
  #4  
Old 29th June 2007, 06:23 PM
glennzo's Avatar
glennzo Offline
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,934
In your /etc/X11/xorg.conf file, if the section in red doesn't exist, try adding it.
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900" "1280x800"
EndSubSection
EndSection
Then restart your session.
__________________
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
  #5  
Old 29th June 2007, 06:51 PM
ciphermonk Offline
Registered User
 
Join Date: May 2006
Posts: 70
Nope... no cigar.... I did that and it didn't make a difference. Any other suggestions?
Reply With Quote
  #6  
Old 29th June 2007, 06:59 PM
ciphermonk Offline
Registered User
 
Join Date: May 2006
Posts: 70
It's like xorg isn't seeing the capabilities of the LCD or something yet once I login, the desktop covers the whole screen. strange eh?
Reply With Quote
  #7  
Old 29th June 2007, 08:36 PM
into_311 Offline
Registered User
 
Join Date: Jun 2007
Posts: 9
Have you checked the monitor sync rates also?

Those are usually set in your /etc/X11/xorg.conf where it says:

Code:
Section "Monitor"
Identifier "Monitor0"
HorizSync 30.0 - 83.0
VertRefresh 50.0 - 76.0
End Section
I also assume you have restarted your X server after making all these changes by pressing ctrl-alt-del or rebooting?

NOTE: Those refresh rates are taking from my 1280x800 WXGA lcd monitor. I wouldn't recommend you using those on yours. I would check your manufacturer's website for those specs...

Last edited by into_311; 29th June 2007 at 09:03 PM.
Reply With Quote
  #8  
Old 30th June 2007, 12:18 AM
ciphermonk Offline
Registered User
 
Join Date: May 2006
Posts: 70
My xorg.conf


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"
Modeline "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932 -HSyn
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 "1440x900"
EndSubSection
EndSection
Reply With Quote
  #9  
Old 30th June 2007, 12:31 AM
glennzo's Avatar
glennzo Offline
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,934
Your xorg.conf
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"
Why is the following here? Is this the 'stock' xorg.conf? I'd remove it.

Modeline "1440x900" 106.47 1440 1520 1672 1904 900 901 904 932 -HSyn
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
Edit this line Modes "1440x900" "1280x800"
EndSubSection
EndSection

After you make these changes type startx. See if there's any improvement.
__________________
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
Reply

Tags
entire, gdm, screen

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
Entire screen shifts between boots of XP and F11 php1ic Using Fedora 0 4th July 2009 11:29 AM
Entire Screen Fuzzy Scan9 Using Fedora 10 11th July 2008 10:46 PM
FC6 entire filesystem in ram anarchistic EOL (End Of Life) Versions 2 1st June 2007 08:09 AM
Entire Taskbar... s0lus Using Fedora 5 12th June 2004 05:28 PM


Current GMT-time: 07:16 (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