On Thursday 08 November 2007 11:05:06 pm Ed McCanless wrote:
> Rajko M. wrote:
> > SaX2 or Xorg can refuse to load some resolution that is too high for
> > monitor physical capabilities. Check other 2 tabs for horizontal and
> > vertical synchronization ranges and monitor physical size.
>
> Freq. 30 - 70hz horizontal
>           50 - 160hz vertical
> Bandwidth 100Mhz
>
> >> My monitor is a 19" diag. (real size about 17") capable of 1280 x 1024
> >> at 60hz, but sax wont believe it.
> >>
> >>                                   -ED-
> >
> > I guess it is time to see /etc/X11/xorg.conf, can you post it?
> > It would be also good to know openSUSE version.
> >
> > BTW, I have PCI version of the same card.
>
> Suse 10.1 for AMD 64
> xorg.config
>
> # /.../
> # SaX generated X11 config file
> # Created on: 2007-11-08T06:53:34-0500.
> #
> # Version: 7.1
> # Contact: Marcus Schaefer <[EMAIL PROTECTED]>, 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         "freetype"
>   Load         "type1"
>   Load         "dbe"
>   Load         "glx"
>   Load         "extmod"
>   Load         "v4l"
> EndSection
>
> Section "InputDevice"
>   Driver       "kbd"
>   Identifier   "Keyboard[0]"
>   Option       "Protocol" "Standard"
>   Option       "XkbLayout" "us"
>   Option       "XkbModel" "pc104"
>   Option       "XkbRules" "xfree86"
> EndSection
>
> Section "InputDevice"
>   Driver       "mouse"
>   Identifier   "Mouse[1]"
>   Option       "Buttons" "7"
>   Option       "Device" "/dev/input/mice"
>   Option       "Name" "ImExPS/2 Generic Explorer Mouse"
>   Option       "Protocol" "explorerps/2"
>   Option       "Vendor" "Sysp"
>   Option       "ZAxisMapping" "4 5"
> EndSection
>
> Section "Monitor"
>   Option       "CalcAlgorithm" "XServerPool"
>   DisplaySize  313 235

This is what I mentioned under physical size. 
H=313/25.4=12.3" 
V=235/25.4=9.25"
Diagonal size is 15.4". 
Your monitor is recognized as 15". 
You have to change that manually to whatever is visible size of your 19" 
monitor. 

>   HorizSync    30-70
>   Identifier   "Monitor[0]"
>   ModelName    "XF-70"
>   VendorName   "KDS"
>   VertRefresh  50-160
>   UseModes     "Modes[0]"
> EndSection
>
> Section "Modes"
>   Identifier   "Modes[0]"
>   Modeline     "800x600" 38.34 800 832 928 1024 600 604 608 624 -HSync
> -VSync
> EndSection

Somewhat spartan Section "Modes". 
You can comment out that line too, like this:
#   Modeline     "800x600" 38.34 800 832 928 1024 600 604 608  
624 -HSync  -VSync

> 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      8
>     Modes      "1024x768" "1024x600" "800x600" "768x576" "640x480"
>   EndSubSection
>   Device       "Device[0]"
>   Identifier   "Screen[0]"
>   Monitor      "Monitor[0]"
> EndSection
>
> Section "Device"
>   BoardName    "GeForce FX 5500"
>   BusID        "1:0:0"
>   Driver       "nvidia"
>   Identifier   "Device[0]"
>   Screen       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
>
> ________________________________
>
> My card is AGP version, which I have discovered may be part of the
> trouble.  I have not yet been able to find any agp drivers in the
> system.  Searches sofar have turned up only old info about agpgart  and
> nvagp and unsolved problems with both.

The agpgart worked fine in 10.1 with AGP graphic card in old computer. 
As I have nvidia 3D driver installed there too, I can assume that nvagp works 
fine if it is used. 


-- 
Regards,
Rajko.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to