LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 07-05-2006, 05:39 PM   #1
undeaf
Member
 
Registered: Feb 2005
Distribution: Suse Suse 10.1, Xubuntu 7.1
Posts: 44

Rep: Reputation: 15
Angry Where the %@#$ did my resolution options go?


I just installed suse 10.1, and what a step back from 9.1 the monitor configuration options are: I can't add custom resolutions in yast anymore, and I can't even choose refresh rates significantly below the maximum for most resolutions.

Anyone have any idea if copying parts from my old xfree86 config file to my new xorg config file would be safe?
 
Old 07-05-2006, 05:47 PM   #2
liaty
Member
 
Registered: Oct 2005
Distribution: openSuse 10.1
Posts: 129

Rep: Reputation: 15
The resolution options are edited through sax. in menu - system - configuration - sax2
 
Old 07-05-2006, 05:52 PM   #3
undeaf
Member
 
Registered: Feb 2005
Distribution: Suse Suse 10.1, Xubuntu 7.1
Posts: 44

Original Poster
Rep: Reputation: 15
I know where they are, and they're dumbed down and crippled.

Before I used 960x720x78 hz, that was the best resolution my monitor didn't choke on, and now I can't use it.

Last edited by undeaf; 07-05-2006 at 05:55 PM.
 
Old 07-05-2006, 06:13 PM   #4
EclipseAgent
Member
 
Registered: Oct 2005
Location: California
Distribution: SLED 10, openSuSE 10.2, Ubuntu Drapper
Posts: 713

Rep: Reputation: 30
Post output of cat /etc/X11/xorg.conf
 
Old 07-05-2006, 07:45 PM   #5
undeaf
Member
 
Registered: Feb 2005
Distribution: Suse Suse 10.1, Xubuntu 7.1
Posts: 44

Original Poster
Rep: Reputation: 15
Here's my suse 10 xorg.conf file:

Code:
# /.../
# SaX generated X11 config file
# Created on: 2006-07-05T17:58:10-0400.
#
# Version: 7.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (7.1)
# PLEASE DO NOT EDIT THIS FILE!
#
Section "Files"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/local"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/URW"
  FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
  FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/kwintv"
  FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
  FontPath     "/usr/X11R6/lib/X11/fonts/uni:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/CID"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail" "on"
EndSection

Section "Module"
  Load         "dbe"
  Load         "type1"
  Load         "freetype"
  Load         "extmod"
  Load         "glx"
  Load         "v4l"
EndSection

Section "InputDevice"
  Driver       "kbd"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "dvorak,us"
  Option       "XkbModel" "pc104"
  Option       "XkbOptions" "grp:alt_shift_toggle"
  Option       "XkbRules" "xfree86"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "Microsoft IntelliEye Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
  DisplaySize  305 229
  HorizSync    30-70
  Identifier   "Monitor[0]"
  ModelName    "XJ700T"
  Option       "DPMS"
  VendorName   "MAGIC"
  VertRefresh  50-120
  UseModes     "Modes[0]"
EndSection

Section "Modes"
  Identifier   "Modes[0]"
  Modeline 	"1024x768" 96.73 1024 1088 1200 1376 768 769 772 808
  Modeline 	"1024x768" 95.50 1024 1088 1200 1376 768 769 772 807
  Modeline 	"1024x768" 94.39 1024 1088 1200 1376 768 769 772 807
  Modeline 	"1024x600" 96.87 1024 1088 1200 1376 600 601 604 640
  Modeline 	"1024x600" 95.84 1024 1088 1200 1376 600 601 604 639
  Modeline 	"1024x600" 94.96 1024 1088 1200 1376 600 601 604 639
  Modeline 	"800x600" 75.47 800 848 936 1072 600 601 604 640
  Modeline 	"800x600" 74.67 800 848 936 1072 600 601 604 639
  Modeline 	"800x600" 73.98 800 848 936 1072 600 601 604 639
  Modeline 	"768x576" 73.03 768 824 904 1040 576 577 580 616
  Modeline 	"768x576" 72.27 768 824 904 1040 576 577 580 615
  Modeline 	"768x576" 71.64 768 824 904 1040 576 577 580 615
  Modeline 	"640x480" 51.43 640 680 744 848 480 481 484 514
  Modeline 	"640x480" 51.00 640 680 744 848 480 481 484 514
  Modeline 	"640x480" 50.56 640 680 744 848 480 481 484 514
EndSection

Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      32
    Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480" 
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection

Section "Device"
  BoardName    "GeForce4 MX 440 with AGP8X"
  BusID        "2:0:0"
  Driver       "nv"
  Identifier   "Device[0]"
  VendorName   "NVidia"
EndSection

Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection

Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Section "Extensions"
EndSection
here's a slightly old version of my suse 9 xf86config file(from just before I removed a few lines to cap refresh rates):

Code:
# /.../
# SaX generated XFree86 config file
# Created on: 2006-04-09T18:59:45-0400.
#
# Version: 4.8
# Contact: Marcus Schaefer <sax@suse.de>, 2002
#
# Automatically generated by [ISaX] (4.8)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/local"
  FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/URW"
  FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
  FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin2/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/kwintv"
  FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
  FontPath     "/usr/X11R6/lib/X11/fonts/uni:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/CID"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/hellas/Type1"
  FontPath     "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
  FontPath     "/usr/X11R6/lib/X11/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
  InputDevices "/dev/ttyS0"
  InputDevices "/dev/ttyS1"
  InputDevices "/dev/ttyS2"
  InputDevices "/dev/ttyS3"
  InputDevices "/dev/ttyS4"
  InputDevices "/dev/ttyS5"
  InputDevices "/dev/ttyS6"
  InputDevices "/dev/ttyS7"
  InputDevices "/dev/ttyS8"
  InputDevices "/dev/psaux"
  InputDevices "/dev/logibm"
  InputDevices "/dev/sunmouse"
  InputDevices "/dev/atibm"
  InputDevices "/dev/amigamouse"
  InputDevices "/dev/atarimouse"
  InputDevices "/dev/inportbm"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/mouse"
  InputDevices "/dev/usbmouse"
  InputDevices "/dev/adbmouse"
  InputDevices "/dev/input/mice"
  InputDevices "/dev/input/event0"
  InputDevices "/dev/pointer0"
  InputDevices "/dev/pointer1"
  InputDevices "/dev/pointer2"
  InputDevices "/dev/pointer3"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail"
  Option       "RandR" "on"
EndSection

Section "Module"
  Load         "speedo"
  Load         "v4l"
  Load         "dbe"
  Load         "freetype"
  Load         "glx"
  Load         "extmod"
  Load         "type1"
EndSection

Section "InputDevice"
  Driver       "keyboard"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "us"
  Option       "XkbModel" "pc101"
  Option       "XkbRules" "xfree86"
EndSection


Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "Autodetection"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
  Option       "CalcAlgorithm" "CheckDesktopGeometry"
  DisplaySize  330 240
  HorizSync    28-70
  Identifier   "Monitor[0]"
  ModelName    "XJ700T"
  Option       "DPMS"
  VendorName   "MAGIC"
  VertRefresh  47-120
  UseModes     "Modes[0]"
EndSection


Section "Modes"
  Identifier   "Modes[0]"
  Modeline 	"1024x768" 94.39 1024 1088 1200 1376 768 769 772 807
  Modeline 	"992x744" 57.88 992 1040 1144 1296 744 745 748 770
  Modeline 	"992x744" 69.05 992 1048 1152 1312 744 745 748 774
  Modeline 	"992x744" 80.59 992 1056 1160 1328 744 745 748 778
  Modeline 	"992x744" 91.50 992 1056 1160 1328 744 745 748 783
  Modeline 	"960x720" 53.93 960 1008 1104 1248 720 721 724 745
  Modeline 	"960x720" 64.38 960 1008 1112 1264 720 721 724 749
  Modeline 	"960x720" 75.18 960 1016 1120 1280 720 721 724 753
  Modeline 	"960x720" 86.45 960 1024 1128 1296 720 721 724 758
  Modeline 	"960x720" 88.53 960 1024 1128 1296 720 721 724 759
  Modeline 	"912x684" 48.62 912 952 1048 1184 684 685 688 708
  Modeline 	"912x684" 58.10 912 960 1056 1200 684 685 688 712
  Modeline 	"912x684" 67.91 912 968 1064 1216 684 685 688 716
  Modeline 	"912x684" 77.05 912 968 1064 1216 684 685 688 720
  Modeline 	"912x684" 84.62 912 976 1072 1232 684 685 688 723
  Modeline 	"832x624" 40.17 832 864 952 1072 624 625 628 646
  Modeline 	"832x624" 48.02 832 872 960 1088 624 625 628 649
  Modeline 	"832x624" 56.23 832 880 968 1104 624 625 628 653
  Modeline 	"832x624" 63.83 832 880 968 1104 624 625 628 657
  Modeline 	"832x624" 72.55 832 888 976 1120 624 625 628 661
  Modeline 	"832x624" 77.23 832 888 976 1120 624 625 628 663
  Modeline 	"800x600" 36.88 800 832 912 1024 600 601 604 621
  Modeline 	"800x600" 44.13 800 840 920 1040 600 601 604 624
  Modeline 	"800x600" 51.73 800 840 928 1056 600 601 604 628
  Modeline 	"800x600" 58.73 800 840 928 1056 600 601 604 632
  Modeline 	"800x600" 66.71 800 848 936 1072 600 601 604 635
  Modeline 	"800x600" 73.30 800 848 936 1072 600 601 604 639
  Modeline 	"640x480" 23.06 640 656 720 800 480 481 484 497
  Modeline 	"640x480" 27.74 640 664 728 816 480 481 484 500
  Modeline 	"640x480" 32.64 640 672 736 832 480 481 484 503
  Modeline 	"640x480" 36.97 640 672 736 832 480 481 484 505
  Modeline 	"640x480" 42.22 640 680 744 848 480 481 484 508
  Modeline 	"640x480" 46.80 640 680 744 848 480 481 484 511
  Modeline 	"640x480" 51.43 640 680 744 848 480 481 484 514
  Modeline 	"1024x768" 94.39 1024 1088 1200 1376 768 769 772 807
  Modeline 	"912x684" 48.62 912 952 1048 1184 684 685 688 708
  Modeline 	"912x684" 58.10 912 960 1056 1200 684 685 688 712
  Modeline 	"912x684" 67.91 912 968 1064 1216 684 685 688 716
  Modeline 	"912x684" 77.05 912 968 1064 1216 684 685 688 720
  Modeline 	"912x684" 84.62 912 976 1072 1232 684 685 688 723
  Modeline 	"832x624" 40.17 832 864 952 1072 624 625 628 646
  Modeline 	"832x624" 48.02 832 872 960 1088 624 625 628 649
  Modeline 	"832x624" 56.23 832 880 968 1104 624 625 628 653
  Modeline 	"832x624" 63.83 832 880 968 1104 624 625 628 657
  Modeline 	"832x624" 72.55 832 888 976 1120 624 625 628 661
  Modeline 	"832x624" 77.23 832 888 976 1120 624 625 628 663
  Modeline 	"800x600" 36.88 800 832 912 1024 600 601 604 621
  Modeline 	"800x600" 44.13 800 840 920 1040 600 601 604 624
  Modeline 	"800x600" 51.73 800 840 928 1056 600 601 604 628
  Modeline 	"800x600" 58.73 800 840 928 1056 600 601 604 632
  Modeline 	"800x600" 66.71 800 848 936 1072 600 601 604 635
  Modeline 	"800x600" 73.30 800 848 936 1072 600 601 604 639
  Modeline 	"640x480" 23.06 640 656 720 800 480 481 484 497
  Modeline 	"640x480" 27.74 640 664 728 816 480 481 484 500
  Modeline 	"640x480" 32.64 640 672 736 832 480 481 484 503
  Modeline 	"640x480" 36.97 640 672 736 832 480 481 484 505
  Modeline 	"640x480" 42.22 640 680 744 848 480 481 484 508
  Modeline 	"640x480" 46.80 640 680 744 848 480 481 484 511
  Modeline 	"640x480" 51.43 640 680 744 848 480 481 484 514
EndSection


Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1024x768" "992x744" "960x720" "912x684" "832x624" "800x600" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1024x768" "992x744" "960x720" "912x684" "832x624" "800x600" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1024x768" "992x744" "960x720" "912x684" "832x624" "800x600" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      32
    Modes      "1024x768" "912x684" "832x624" "800x600" "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      4
    Modes      "640x480" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1024x768" "992x744" "960x720" "912x684" "832x624" "800x600" "640x480" 
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection


Section "Device"
  BoardName    "GeForce4 MX440SE"
  BusID        "2:0:0"
  Driver       "nvidia"
  Identifier   "Device[0]"
  Screen       0
  Option       "Rotate" "off"
  VendorName   "NVidia"
EndSection


Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection

Section "DRI"
    Group      "video"
    Mode       0660
EndSection
The lines for 1024x768x85hz in the two files look the same to me, does that mean it would be okay to replace a section or two from the new file with that of the old one?
 
Old 07-05-2006, 08:58 PM   #6
undeaf
Member
 
Registered: Feb 2005
Distribution: Suse Suse 10.1, Xubuntu 7.1
Posts: 44

Original Poster
Rep: Reputation: 15
I tried replacing the modes and screen sections in the new file with that of the old one, that resulted in x11 not starting, then I appended the modes section of the old file to the new one and removed all duplicate lines, that worked, but for some reason my monitor does not recognize the display modes as the same ones as before.
 
Old 07-05-2006, 09:19 PM   #7
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
You could use the "gtf" program to create a custom modeline.

gtf 960 720 78 -x

Also the krandrtray program will allow you to switch the resolution and refresh rate on the fly.
Also read through the /var/log/xorg.0.log file. Check if there is a problem at that resolution & refresh rate when X starts up.
 
Old 07-06-2006, 05:37 AM   #8
liaty
Member
 
Registered: Oct 2005
Distribution: openSuse 10.1
Posts: 129

Rep: Reputation: 15
Have you tried setting up with xorgconfig?
 
Old 07-08-2006, 03:00 AM   #9
undeaf
Member
 
Registered: Feb 2005
Distribution: Suse Suse 10.1, Xubuntu 7.1
Posts: 44

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jschiwal
You could use the "gtf" program to create a custom modeline.

gtf 960 720 78 -x
Thanks, for me that will be very useful. However, for most people, setting resolutions manually would mean calculating maximum refresh rates and risking damaging the monitor if they accidentally exceed one, compared to suse 9.1 automatically adding options for the maximum refresh rate for any and also for a refresh rate just a little below it.

The custom resolution options in suse 9 were something that really impressed me about linux, that's why I find the removal of them so absurd.

Quote:
Originally Posted by liaty
Have you tried setting up with xorgconfig?
I have tried the xfree86 version of it, it seemed to only be able to generate an extremely basic configuration.
 
Old 07-08-2006, 03:16 AM   #10
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
I used the values that you gave as having used in the past. You could use conservative values. I think that for LCD monitors a refresh rate of 56 HZ is pretty standard. Any multisync monitor should be able to handle 60HZ at a minimum.
 
Old 09-30-2006, 10:01 AM   #11
PingFloyd
Member
 
Registered: Jun 2006
Posts: 94

Rep: Reputation: 16
For the most part you don't need to worry if you set the refresh rate too high. Most monitors that are fairly modern won't try to sync if it's outside of what they support (usually the OSD will show a message to the effect of "out of sync range" or the screen just stays black). Overdriving the refresh rate and causing damage is more of an issue with older monitors. Especially with fixed frequency ones. Speaking of, it's very critical to accurately know exactly what the sync related specs for fixed frequency monitors are.

However, with all of that being said, it's always better to try to error on the side of caution. So it should be avoided, where ever possible, to never try to use sync frequency beyond what the monitor is capable of. Also, perhaps there is a slim chance that the monitor isn't perfect and may try to display at refresh rate that isn't very easy on it. So the best thing to do is find out what your monitor's specs are and follow them. I know that sometimes this isn't an option though (like you got a monitor at a garage sale or it's a hand-me-down, and you don't have the manual, and the manufacturer is long gone as is any vestige of information on the internet about it. Ran into this delimma with mine in fact. At first thought I could only get 75Hz vertrefresh, but later was able to coerce it into getting 85Hz). If that's the case, then you've got two choices -- take your chances and carefully expirement, or stick to a conservative setting and possible not getting optimal viewing. If your monitor doesn't have such protection built in, then it will damage it if it's overdriven. It's just that it seems that it mostly only older monitors that don't have this, but one never knows for sure if there isn't possible even newer ones that do not have such protection or that could have faults to where the protection doesn't work as it should in theory.

I just mention that to try to put the delimma into perspective. Alot of the docs (how-tos, tutorial etc.) always warn about overdriving the monitor. It's good that they do. They're trying to be thorough and make it clear of what one may be getting themselve's into, or at least make it clear of some important things that a person should keep in mind. I think alot them print that because alot of those docs are old where it was more of likelyhood that a user may happen to have a monitor that is susceptable to damaging itself (like I said earlier, most fairly modern monitors won't allow themselve's to operate outside their specs. Can't say all for certain though. I don't think anyone can.). I also believe they warn to error on the side of caution and that they're employing the good philosophy of "an ounce of caution/prevention is worth a pound of cure".

Now when it comes to setting modelines, that really gets into the deep down nitty gritty where you'll be hard pressed to find all the specs you need (if your manual goes that in depth about the monitor's specs, then kudos to them. I wish more hardware manufacturers for everything were like that). I would avoid messing with that particular setting unless of course you know what you're doing and/or you don't really have any choice but to take things there (i.e. how X can be a PITA to get it to use optimal resolution and refresh rate that you know you can use for a fact. Sometimes it will all work like it should without much fuss, but sometimes it takes hacking the XF86Config-4 or xorg.conf to get it to behave like you want). I've found that this tends to come down to the combination of xserver/x-video-driver and monitor. Some combos are a PITA.

Like mentioned, if in doubt or you want to play it safe, then go with conservative setting if you're forced to have to guess. You lessenned likelyhood that you'll possible damage the monitor at the cost of not necessarily setting it to it's fullest display potential. The user is in the driver's seat and it's really a judgement call on their part as to how they want to weigh it all out.

So if anyone damages their monitor. Don't come crying to me. We all make our own bed and make our own choices and judgement calls. Just saying that to make it clear that this is only my adviced based upon my own personal experiences and opinion and that if someone does, for some reason, fry their monitor, then it's not my fault since I made sure to give a warning in spite of most people are already aware of the risks to begin with.

In other words, I'm saying that chances are probably pretty good that you don't have to worry if your monitor isn't real old or using some strange non-standard technology, but if a person makes their own call about how cautious they want to be and does anything less cautious at their own risk. I just wanted to be clear about that since I would hate for someone to have troubles by misunderstanding what I'm trying to say. So if in doubt, play it safe.
 
  


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
Unwanted screen resolution options alanbarnard Ubuntu 4 01-25-2006 07:23 AM
kprinter driver options menu lost + cannot change resolution etc. istar80 Mandriva 2 06-29-2005 08:10 AM
Fixing resolution options in Gnome (UserLinux) jlaha Linux - Newbie 4 10-08-2004 01:17 PM
New Monitor? Need to change Resolution Options marct1974 Linux - Hardware 1 04-03-2004 09:41 PM
Video Options (Resolution, Zoom, etc.) jrdioko Linux - Newbie 2 10-07-2003 10:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

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