You are not logged in.
Pages: 1
Hi,
I recently bought a Samsung SyncMaster B2030 1600x900 monitor, at it needs a custom modeline to work at 1600x900. I've tried cvt and other modeline generators, but I specifically need a modeline that has the horizontal refresh rate as 60 Hz and vertical refresh rate of 60Hz. All the calculators I've tried have set different values for the refresh rate.
I have a dual screen setup, with Radeon HD 3850, running ati catalyst driver if it's any help.
Last edited by Rubbishbook (2012-04-28 18:12:05)
Offline
Found an 'inf' file for the windows driver which I think contains the information I need... But I don't know which numbers are which.
;==================================================
; SMB2030.inf 10/15/2009 ver. 3.0HC
;
; Copyright 2008 Samsung Electronics Corporation
;
; This is a Setup information file for Samsung Monitor.
;==================================================
[Version]
signature="$CHICAGO$"
Class=Monitor
ClassGuid={4D36E96E-E325-11CE-BFC1-08002BE10318}
Provider=%Samsung%
CatalogFile=SMB2030.cat
DriverVer=10/15/2009,3.0
;--------------------------------------------------
[ControlFlags]
ExcludeFromSelect.nt=Monitor\SAM063C
ExcludeFromSelect.nt=Monitor\SAM063D
[ClassInstall32]
AddReg=ClassAddReg32
[ClassAddReg32]
HKR,,,,%MonitorClassName%
HKR,,Icon,,"-1"
HKR,,NoInstallClass,,1
[DestinationDirs]
DefaultDestDir = 11
SMB2030a.CopyFiles = 23
SMB2030d.CopyFiles = 23
[SourceDisksNames]
1=%DISK%,,,
[SourceDisksFiles]
SMB2030.icm=1
[Manufacturer]
%Samsung%=Samsung,NTx86,NTAMD64
; Manufacturer sections
;-----------------------------------------------------
[Samsung]
%SMB2030a%=SMB2030a.Install, Monitor\SAM063C
%SMB2030d%=SMB2030d.Install, Monitor\SAM063D
; Manufacturer sections
;-----------------------------------------------------
[Samsung.NTx86]
%SMB2030a%=SMB2030a.Install, Monitor\SAM063C
%SMB2030d%=SMB2030d.Install, Monitor\SAM063D
; Manufacturer sections
;-----------------------------------------------------
[Samsung.NTAMD64]
%SMB2030a%=SMB2030a.Install, Monitor\SAM063C
%SMB2030d%=SMB2030d.Install, Monitor\SAM063D
; Install Sections
;-----------------------------------------------------
[SMB2030a.Install]
DelReg=DEL_CURRENT_REG
AddReg=SMB2030a.AddReg, 1600, DPMS
CopyFiles=SMB2030a.CopyFiles
[SMB2030d.Install]
DelReg=DEL_CURRENT_REG
AddReg=SMB2030d.AddReg, 1600, DPMS
CopyFiles=SMB2030d.CopyFiles
; Addreg & DelReg sections
;-----------------------------------------------------
[DEL_CURRENT_REG]
HKR,MODES
HKR,,MaxResolution
HKR,,DPMS
HKR,,ICMProfile
[1600]
HKR,,MaxResolution,,"1600,900"
[DPMS]
HKR,,DPMS,,1
; AddReg sections
;-----------------------------------------------------
[SMB2030a.AddReg]
HKR,"MODES\1600,900",Mode1,,"30-81,56-75,+,+"
HKR,,ICMProfile,0,"SMB2030.icm"
[SMB2030d.AddReg]
HKR,"MODES\1600,900",Mode1,,"30-81,56-75,+,+"
HKR,,ICMProfile,0,"SMB2030.icm"
;------------------------------------------------------
[SMB2030a.CopyFiles]
SMB2030.icm
[SMB2030d.CopyFiles]
SMB2030.icm
;------------------------------------------------------
[Strings]
DISK="Samsung Monitor Installation Disk"
MonitorClassName="Monitor"
Samsung="Samsung"
SMB2030a="SyncMaster B2030 (Analog)"
SMB2030d="SyncMaster B2030 (Digital)"Offline
Why do you need that?
What's xrandr's output?
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
I needed the modeline to set a new resolution as xrandr didn't show up the needed configuration, but switching the Samsung into the VGA port (instead of DVI) made xrandr recognise it. But found that out *after* I found the modeline (see below).
Managed to use PowerStrip on windows (which has a driver for said monitor) to obtain it. PowerStrip outputs the linux modeline:
Linux modeline parameters:
"1600x900" 108.021 1600 1624 1704 1800 900 901 904 1000 +hsync +vsyncfound from http://www.x.org/wiki/FAQVideoModes#Obt … PowerStrip
Offline
Pages: 1