LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 07-04-2007, 03:42 PM   #1
jvme
LQ Newbie
 
Registered: Jun 2007
Posts: 4

Rep: Reputation: 0
Debian/Gnome screen resolution increase


Hi,

I've just installed Debian 4 on my desktop PC with a ASUS EN7600GS (NVidia) graphical card and a 21" monitor.

The maximum screen resolution by default is 1280x1024 with a refresh rate of 60Hz.

Now I want to increase the screen resolution to 1600x1200 because the 7600GS is capable to handle this higher screen resolution.

I've modified the /etc/X11/xorg.conf file with:

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7600 GS]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1152x921" "1152x900" "1024x768" "960x720" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1152x921" "1152x900" "1024x768" "960x720" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1152x921" "1152x900" "1024x768" "960x720" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1152x921" "1152x900" "1024x768" "960x720" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1152x921" "1152x900" "1024x768" "960x720" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1152x921" "1152x900" "1024x768" "960x720" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

When I reboot, I still cannot switch to the 1600x1200 screen resolution. The highest screen resolution is still 1280x1024.

debian:/etc/X11# uname -a
Linux debian 2.6.18-4-686 #1 SMP Wed May 9 23:03:12 UTC 2007 i686 GNU/Linux


What do I missing here?

Thanks if you known the answer.

Johan Vermeire
Belgium
 
Old 07-04-2007, 04:08 PM   #2
indienick
Senior Member
 
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853

Rep: Reputation: 65
Try reconfiguring X:

Code:
# dpkg-reconfigure xorg
 
Old 07-04-2007, 04:11 PM   #3
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,410

Rep: Reputation: 141Reputation: 141
Run "nvidia-settings" to see if that resolution is actually available to you.
 
Old 07-04-2007, 04:35 PM   #4
jvme
LQ Newbie
 
Registered: Jun 2007
Posts: 4

Original Poster
Rep: Reputation: 0
When I run nvidia-settings, I got a window with on the left frame a text: "nvidia-settings Configuration" and nothing more.
On the right frame I got some toggle buttons with:
- Enable ToolTips
- Display Status Bar
- Slider Text Entries
- Include X Display Names in the Config File
- Show "Really Quit?" Dialog
and a Help and Quit button.

See
http://img404.imageshack.us/my.php?i...xserverni0.png

Is this normal?

Last edited by jvme; 07-04-2007 at 05:08 PM.
 
Old 07-04-2007, 05:26 PM   #5
Quakeboy02
Senior Member
 
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,410

Rep: Reputation: 141Reputation: 141
No, that's not right. There should be a number of selections above the "nvidia-settings Configuration" selection.
 
Old 07-04-2007, 07:26 PM   #6
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally Posted by jvme
Hi,

I've just installed Debian 4 on my desktop PC with a ASUS EN7600GS (NVidia) graphical card and a 21" monitor.

The maximum screen resolution by default is 1280x1024 with a refresh rate of 60Hz.

Now I want to increase the screen resolution to 1600x1200 because the 7600GS is capable to handle this higher screen resolution.

I've modified the /etc/X11/xorg.conf file with:

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7600 GS]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1152x921" "1152x900" "1024x768" "960x720" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1152x921" "1152x900" "1024x768" "960x720" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1152x921" "1152x900" "1024x768" "960x720" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1152x921" "1152x900" "1024x768" "960x720" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1152x921" "1152x900" "1024x768" "960x720" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1152x921" "1152x900" "1024x768" "960x720" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

When I reboot, I still cannot switch to the 1600x1200 screen resolution. The highest screen resolution is still 1280x1024.

debian:/etc/X11# uname -a
Linux debian 2.6.18-4-686 #1 SMP Wed May 9 23:03:12 UTC 2007 i686 GNU/Linux


What do I missing here?

Thanks if you known the answer.

Johan Vermeire
Belgium
Look at your Monitor section in the xorg.conf the refresh rates are usually set too low to allow higher resolutions, so find the settings for your monitor to put in there then once logged out of your display manager at the login screen use the CTRL + ATL + Backspace keys at the same time to kill off then respawn the X server with the new settings used. An example below of a configured section with the proper numbers used.

Code:
# Philips 201B4
Section "Monitor"
       DisplaySize      406   305     # mm
       Identifier  "Monitor1"
       VendorName  "Philips"
       ModelName   "201B4"
       HorizSync    30-115 # DDC-probed
       VertRefresh  50-160 # DDC-probed
       Option      "UseDisplayDevice" "CRT-1"
       Option      "DPMS"  "true"
       Option      "BackingStore" "On"
EndSection
 
Old 07-05-2007, 01:26 PM   #7
jvme
LQ Newbie
 
Registered: Jun 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Smile

Hi,

Changing the Horizontal Synchronization and the Vertical Refresh Rate are the solution to be able to increase the screen resolution.

My settings in the /etc/X11/xorg.conf file are now:

# Sun GDM-20E20
Section "Monitor"
DisplaySize 406 305 # mm
Identifier "Monitor1"
VendorName "Sun"
ModelName "GDM-20E20"
HorizSync 28-80 # 30-115 # DDC-probed
VertRefresh 43-75 # 50-160 # DDC-probed
#Option "UseDisplayDevice" "CRT-1"
#Option "DPMS" "true"
#Option "BackingStore" "On"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7600 GS]"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1152x921" "1152x900" "1024x768" "960x720" "832x624" "800x600" "720x400" "640x480"
EndSubSection
...
EndSection

This works now and can increase the screen resolution to 1600x1200.
Thanks for your valuable hint!

Johan Vermeire
Belgium

Last edited by jvme; 07-05-2007 at 01:28 PM.
 
  


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
Screen resolution problem - cant increase it adi22pal Linux - Laptop and Netbook 4 06-09-2006 10:18 AM
Changing Screen Resolution on Debian with Gnome Jbw1291 Debian 2 03-05-2006 10:55 AM
[Debian 3.1]-Gnome Screen Resolution and USB flashdisks... paralias2005 Linux - Newbie 4 10-16-2005 04:06 AM
Increase screen resolution in KDE buckwheat12 Debian 9 11-22-2004 03:02 PM
How do I increase my screen resolution? jimothy05 Slackware 18 10-01-2004 07:57 AM

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

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