BENQ T241WA monitor

Have a BENQ T241WA monitor attached to my SUSE 11 box. It has a NVidia GeForce 6100 nForce 405 graphics card.

My problem is that the display is to big for the Monitor screen and about 15% is hidden away to the left no matter how I alter the settings in the SaX2: X11 Configuration.

Any help would be appreciated.

On Fri, 15 Aug 2008 22:06:03 GMT
Nemetode <Nemetode@no-mx.forums.opensuse.org> wrote:

> BENQ T241WA

Does the monitor has an ‘autodetect’ function in its menus? If so, try
selecting that. The monitor should autosync to the current display.

Loni


L R Nix
lornix@lornix.com

Hi Nemetode

If you haven’t been able to resolve this yet, please post the contents of your /etc/X11/xorg.conf file.

Here you go!

SaX generated X11 config file

Created on: 2008-08-15T23:42:46+0100.

Version: 8.1

Contact: Marcus Schaefer <sax@suse.de>, 2005

Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users&gt;

Automatically generated by [ISaX] (8.1)

PLEASE DO NOT EDIT THIS FILE!

Section “Files”
FontPath “/usr/share/fonts/misc:unscaled”
FontPath “/usr/share/fonts/local”
FontPath “/usr/share/fonts/75dpi:unscaled”
FontPath “/usr/share/fonts/100dpi:unscaled”
FontPath “/usr/share/fonts/Type1”
FontPath “/usr/share/fonts/URW”
FontPath “/usr/share/fonts/Speedo”
FontPath “/usr/share/fonts/PEX”
FontPath “/usr/share/fonts/cyrillic”
FontPath “/usr/share/fonts/latin2/misc:unscaled”
FontPath “/usr/share/fonts/latin2/75dpi:unscaled”
FontPath “/usr/share/fonts/latin2/100dpi:unscaled”
FontPath “/usr/share/fonts/latin2/Type1”
FontPath “/usr/share/fonts/latin7/75dpi:unscaled”
FontPath “/usr/share/fonts/baekmuk:unscaled”
FontPath “/usr/share/fonts/japanese:unscaled”
FontPath “/usr/share/fonts/kwintv”
FontPath “/usr/share/fonts/truetype”
FontPath “/usr/share/fonts/uni:unscaled”
FontPath “/usr/share/fonts/CID”
FontPath “/usr/share/fonts/ucs/misc:unscaled”
FontPath “/usr/share/fonts/ucs/75dpi:unscaled”
FontPath “/usr/share/fonts/ucs/100dpi:unscaled”
FontPath “/usr/share/fonts/hellas/misc:unscaled”
FontPath “/usr/share/fonts/hellas/75dpi:unscaled”
FontPath “/usr/share/fonts/hellas/100dpi:unscaled”
FontPath “/usr/share/fonts/hellas/Type1”
FontPath “/usr/share/fonts/misc/sgi:unscaled”
FontPath “/usr/share/fonts/xtest”
FontPath “/opt/kde3/share/fonts”
InputDevices “/dev/gpmdata”
InputDevices “/dev/input/mice”
EndSection

Section “ServerFlags”
Option “AllowMouseOpenFail” “on”
Option “ZapWarning” “on”
EndSection

Section “Module”
Load “dbe”
Load “type1”
Load “freetype”
Load “extmod”
Load “glx”
EndSection

Section “InputDevice”
Driver “kbd”
Identifier “Keyboard[0]”
Option “Protocol” “Standard”
Option “XkbLayout” “gb”
Option “XkbModel” “microsoftpro”
Option “XkbRules” “xfree86”
EndSection

Section “InputDevice”
Driver “mouse”
Identifier “Mouse[1]”
Option “Buttons” “5”
Option “Device” “/dev/input/mice”
Option “Name” “ImPS/2 Generic Wheel Mouse”
Option “Protocol” “explorerps/2”
Option “Vendor” “Sysp”
Option “ZAxisMapping” “4 5”
EndSection

Section “Monitor”
Option “CalcAlgorithm” “XServerPool”
DisplaySize 376 301
HorizSync 30-83
Identifier “Monitor[0]”
ModelName “T241WA”
Option “DPMS”
Option “PreferredMode” “1920x1200”
VendorName “BNQ”
VertRefresh 43-76
UseModes “Modes[0]”
EndSection

Section “Modes”
Identifier “Modes[0]”
Modeline “1920x1200” 154 1920 1968 2000 2080 1200 1203 1209 1235
+hsync +vsync
EndSection

Section “Screen”
DefaultDepth 24
SubSection “Display”
Depth 15
Modes “1920x1200” “1280x1024” “1152x864” “1024x768” “800x600”
EndSubSection
SubSection “Display”
Depth 16
Modes “1920x1200” “1280x1024” “1152x864” “1024x768” “800x600”
EndSubSection
SubSection “Display”
Depth 24
Modes “1920x1200” “1280x1024” “1152x864” “1024x768” “800x600”
EndSubSection
SubSection “Display”
Depth 8
Modes “1920x1200” “1280x1024” “1152x864” “1024x768” “800x600”
EndSubSection
Device “Device[0]”
Identifier “Screen[0]”
Monitor “Monitor[0]”
EndSection

Section “Device”
BoardName “GeForce 6100 nForce 405”
BusID “0:13: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”
Option “Composite” “off”
EndSection

Section “Modes”
Identifier “Modes[0]”
Modeline “1920x1200” 154 1920 1968 2000 2080 1200 1203 1209 1235
+hsync +vsync
EndSection

Its possible this modeline entry has some values that need adjusting. The xmode CLI utility can be used to generate basic versions of these. You need to be careful that you select a valid resolution and refresh rate for your monitor. For example, 1920x1200 at 60Hz gives:

linux:/home/dean # xmode -x 1920 -y 1200 -s 60
59
48
Modeline “1920x1200” 151.63 1920 2032 2240 2560 1200 1201 1204 1234

Give this utility a go, and modify your xorg.conf monitor section accordingly. Backup the existing working configuration file first though, just in case you need to return to it. (You could just turn the existing modeline into a comment with # character). If you need to, xvidtune can be used to examine and tweak these settings further.

Thanks - All working now!

Thats great news! :slight_smile:

On Mon, 18 Aug 2008 16:23:45 GMT
Nemetode <Nemetode@no-mx.forums.opensuse.org> wrote:

>
> deano_ferrari;1857463 Wrote:
> > Hi Nemetode
> >
> > If you haven’t been able to resolve this yet, please post the contents
> > of your /etc/X11/xorg.conf file.
>
> Here you go!
>
> # SaX generated X11 config file
> # Created on: 2008-08-15T23:42:46+0100.

{Grin} Doesn’t make sense to post this today since you posted you got it
working yesterday…

Loni


L R Nix
lornix@lornix.com