Debian This forum is for the discussion of Debian Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-04-2007, 03:42 PM
|
#1
|
LQ Newbie
Registered: Jun 2007
Posts: 4
Rep:
|
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
|
|
|
07-04-2007, 04:08 PM
|
#2
|
Senior Member
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853
Rep:
|
Try reconfiguring X:
Code:
# dpkg-reconfigure xorg
|
|
|
07-04-2007, 04:11 PM
|
#3
|
Senior Member
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,410
Rep: 
|
Run "nvidia-settings" to see if that resolution is actually available to you.
|
|
|
07-04-2007, 04:35 PM
|
#4
|
LQ Newbie
Registered: Jun 2007
Posts: 4
Original Poster
Rep:
|
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.
|
|
|
07-04-2007, 05:26 PM
|
#5
|
Senior Member
Registered: Nov 2006
Distribution: Debian Linux 11 (Bullseye)
Posts: 3,410
Rep: 
|
No, that's not right. There should be a number of selections above the "nvidia-settings Configuration" selection.
|
|
|
07-04-2007, 07:26 PM
|
#6
|
Senior Member
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170
|
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
|
|
|
07-05-2007, 01:26 PM
|
#7
|
LQ Newbie
Registered: Jun 2007
Posts: 4
Original Poster
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 05:00 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|