LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   SuSE 10.0 and Samsung SyncMaster - Unable to get into 1680x1050 mode (https://www.linuxquestions.org/questions/suse-opensuse-60/suse-10-0-and-samsung-syncmaster-unable-to-get-into-1680x1050-mode-609997/)

tmst 12-30-2007 02:56 PM

SuSE 10.0 and Samsung SyncMaster - Unable to get into 1680x1050 mode
 
I added this Syncmaster 215tw after installing SuSE. When configuring in sax2, I have to select -->lcd and and the 1680x1050 resolution, because there's no option for "Syncmaster 215TW".

But in the KDE Control Panel, 1280x1024 is the highest resolution available.

It is an intel 945 graphics, Samsung Syncmaster 215tw.

I've been unable, after searching through lots of posts, to determine what, exactly, is the problem.

My xorg.conf is listed below for informational purpose. I would hate to have to modify the xorg.conf file, but really just want to know how I can get the monitor to appear in the KDE Control Panel, i.e., to be recognized, which I suspect it would be had I added the monitor _before_ installing SuSE.

Thanks,
TR

Section "Monitor"
DisplaySize 518 324
HorizSync 30-81
Identifier "Monitor[0]"
ModelName "1680X1050@60HZ"
Option "DPMS"
VendorName "--> LCD"
VertRefresh 56-75
UseModes "Modes[0]"
EndSection


Section "Modes"
Identifier "Modes[0]"
Modeline "1680x1050" 181.61 1680 1792 1976 2272 1050 1051 1054 1095
Modeline "1680x1050" 154.78 1680 1784 1968 2256 1050 1051 1054 1089
Modeline "1600x1024" 168.40 1600 1704 1880 2160 1024 1025 1028 1068
Modeline "1600x1024" 143.45 1600 1704 1872 2144 1024 1025 1028 1062
Modeline "1600x1000" 164.46 1600 1704 1880 2160 1000 1001 1004 1043
Modeline "1600x1000" 140.07 1600 1704 1872 2144 1000 1001 1004 1037
---clip----


Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1280x800" "1152x864" "1280x768" "1024x768" "800x600" "768x576" "640x480"
--clip--
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection

Section "Device"
BoardName "945G"
BusID "0:2:0"
Driver "i810"
Identifier "Device[0]"
Screen 0
VendorName "Intel"
EndSection

pixellany 12-31-2007 08:16 AM

Quote:

I would hate to have to modify the xorg.conf file
Why? To fix this, you'll either modify it manually, or using something like xorgconfig.

With an LCD, there's little point in having all those options. They are best at their native resolution.

I would use gtf to generate ONE modeline (for 60Hz). Here's what it gives me:
Modeline "1680x1050_60.00" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync
One article I found recommends editing out the stuff in bold.....

Here's how your xorg.conf might wind up (extra junk removed)

Section "Monitor"
Identifier "Monitor[0]"
ModelName "xxx"
VendorName "yyy"
Modeline "1680x1050_60" 147.14 1680 1784 1968 2256 1050 1051 1054 1087 -HSync +Vsync
Option "DPMS"
EndSection

Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1680x1050_60"
EndSubSection

<other stuff>
EndSection

(Delete Section "Modes")

exvalvesetdabbler 01-04-2008 08:00 AM

You might need to use a package called 915resolution to patch the video bios. Instructions with the package are straight forward.


All times are GMT -5. The time now is 12:21 AM.