LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 05-02-2008, 04:49 PM   #1
kushalkoolwal
Senior Member
 
Registered: Feb 2004
Location: Middle of nowhere
Distribution: Debian Squeeze
Posts: 1,249

Rep: Reputation: 49
Does GDM and GNOME have different resolution settings?


Hi,

Recently I noticed a strange thing on my Debian 4.0 system (2.6.24 kernel) running GNOME/GDM on my Intel 855 GME graphics card (i80 driver). My "Screen" section of xorg.conf file originally looked like this:

Code:
Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        SubSection "Display"
                Depth           8
                Modes           "1280x768" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x768" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x768" "1024x768" "800x600" "640x480"
        EndSubSection
With this setting as soon as my GDM login screen use to load, my monitor went blank (Out of range) although I knew that GDM was being loaded properly (through PC speaker). So I just entered my login/password blindly and I was able to login into my GNOME and I could see everything back on my monitor.

SO I removed the resoltuion "1280x768" from my xorg.conf file and now it looked like this:
Code:
Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
With this setting my monitor now did not go blank on GDM login screen. I was surprise to see this behaviour. I was under the impression that GDM and GNOME does share the same resolution i.e. if one works on a particular resolution, the other would also work.

Can somebody tell me what's going on? Is there any separate conf file for GDM in which we need to specify resolutions for GDM?

Thanks
 
Old 05-02-2008, 05:11 PM   #2
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
The [gkx]dm login screen takes the leftmost modeline resolution from xorg.conf. If you want a specific resolution for gdm, put it in the beginning of the line, so you might have for instance:
"1024x768" "1280x768" "800x600" "640x480"
That makes gdm use 1024x768 but would let you choose 1280x768 with a suitable sync rate for the desktop.
 
Old 05-02-2008, 05:15 PM   #3
kushalkoolwal
Senior Member
 
Registered: Feb 2004
Location: Middle of nowhere
Distribution: Debian Squeeze
Posts: 1,249

Original Poster
Rep: Reputation: 49
Quote:
Originally Posted by makuyl View Post
The [gkx]dm login screen takes the leftmost modeline resolution from xorg.conf. If you want a specific resolution for gdm, put it in the beginning of the line, so you might have for instance:
"1024x768" "1280x768" "800x600" "640x480"
That makes gdm use 1024x768 but would let you choose 1280x768 with a suitable sync rate for the desktop.
Thanks for your reply, but unfortunately it just won't work with 1280x768 even at 60MHz refresh rate. This again brings me back to my original question: Does GNOME and GDM treats resolution differently?
 
Old 05-02-2008, 05:21 PM   #4
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Have you a different resolution under gnome? Check with "xrandr" from a terminal while in gnome.
Also you can lower the default depth by changing this:
Code:
Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        SubSection "Display"
To this:
Code:
Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    16
        SubSection "Display"
Here's something interesting about gdm resolution: https://help.ubuntu.com/community/Fi...7f4fbc891328c9

Last edited by makuyl; 05-02-2008 at 05:32 PM. Reason: Added link
 
  


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
X keyboard Settings differ form GNOME settings dasy2k1 Linux - General 1 03-12-2008 08:22 PM
Gutsy GDM login screen resolution okmyx Ubuntu 1 11-08-2007 07:41 AM
Gnome settings overriding KDE settings frode SUSE / openSUSE 2 04-21-2007 02:35 PM
change X resolution to 91 dpi, system boots gdm justa_bassplayr Debian 5 12-07-2004 12:27 PM
Mandrake 10.0 Gnome/KDE Taskbar icon settings...are there settings? LiquidRezin Linux - Newbie 2 03-22-2004 09:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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