LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   I-INC 19" flat screen 1440x900 resolution problem (https://www.linuxquestions.org/questions/linux-hardware-18/i-inc-19-flat-screen-1440x900-resolution-problem-659829/)

widhari 08-01-2008 04:54 PM

I-INC 19" flat screen 1440x900 resolution problem
 
Greetings,

I've been running opensuse 10.3 and 11.0.

I've got a I-INC 19" flat screen monitor with an ATI 9600 all-in-wonder(128) video card.

Had a problem getting native resolution of 1440x900 to work right. I'd get a distorted image with a vertical black bar on both the left and right of the image.

I found the problem. It's in the modeline.
In the first number after the 1440x900 in the modeline. It is off by a decimal.
sax2 makes this number 106. It should be 106.5.

Here's a copy of my working "xorg.conf" file.

Best
Andrew



# /.../
# SaX generated X11 config file
# Created on: 2008-07-17T21:53:24-0400.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# 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 "AIGLX" "on"
Option "AllowMouseOpenFail" "on"
Option "IgnoreABI" "on"
Option "ZapWarning" "on"
EndSection

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

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


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


Section "Monitor"
Option "CalcAlgorithm" "XServerPool"
DisplaySize 410 257
HorizSync 30.0 - 83.0
Identifier "Monitor[0]"
ModelName "IF191D"
Option "DPMS"
Option "PreferredMode" "1440x900"
VendorName "HSD"
VertRefresh 50.0 - 76.0
UseModes "Modes[0]"
EndSection


Section "Modes"
Identifier "Modes[0]"
Modeline "1440x900" 106.5 1440 1520 1672 1904 900 903 909 934 +hsync -vsync
EndSection


Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1440x900" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1152x864" "1024x768" "800x600"
EndSubSection
EndSection


Section "Device"
Identifier "Device[0]"
Driver "fglrx"
VendorName "ATI"
BoardName "ATI RADEON 9600 Series (RV350/RV360 4150)"
Option "FSAADisableGamma" "no"
Option "CapabilitiesEx" "0x00000000"
Option "FSAAMSPosX3" "0.000000"
Option "CenterMode" "off"
Option "IgnoreEDID" "true"
Option "mtrr" "off"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAScale" "1"
Option "ForceGenericCPU" "no"
Option "FSAAMSPosX5" "0.000000"
Option "Capabilities" "0x00000000"
Option "GammaCorrectionI" "0x00000000"
Option "FSAAMSPosY3" "0.000000"
Option "no_accel" "no"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosY5" "0.000000"
Option "UseFastTLS" "0"
Option "FSAACustomizeMSPos" "no"
Option "FSAAEnable" "no"
Option "BlockSignalsOnLock" "on"
Option "GammaCorrectionII" "0x00000000"
Option "FSAAMSPosX0" "0.000000"
Option "KernelModuleParm" "locked-userpages=0"
Option "no_dri" "no"
Option "VideoOverlay" "on"
Option "PseudoColorVisuals" "off"
Option "UseInternalAGPGART" "no"
Option "StereoSyncEnable" "1"
Option "FSAAMSPosX1" "0.000000"
Option "OpenGLOverlay" "off"
Option "Stereo" "off"
Option "FSAAMSPosX2" "0.000000"
Option "ScreenOverlap" "0"
Option "FSAAMSPosY0" "0.000000"
Option "DesktopSetup" "horizontal"
Option "EnableMonitor" "crt1,crt2"
EndSection



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


Section "DRI"
Group "video"
Mode 0660
EndSection

Section "Extensions"
Option "Composite" "on"
EndSection

Eredeath 08-06-2008 08:14 AM

I don't know about OpenSuse, but I had a similar problem with my monitor (I’m running Slackware). Before starting up X in the shell I used xorgsetup. It’s easy to use and it fixed all my monitor problems, completely changed my xorg.conf file.

Hope this helps :)


All times are GMT -5. The time now is 04:40 PM.