View Single Post
Staro 17.08.2007., 08:55   #1
zare
Premium
Moj komp
 
zare's Avatar
 
Datum registracije: Apr 2006
Lokacija: Zadar
Postovi: 90
(rijeseno) Linux (Xubuntu) & LG L194WT problem

Imam jedno pitanje...

Kako natjerati dotični monitor [LG L194WT] da radi u svojoj nativnoj rezoluciji (1440×900) priključen na DVI izlazu ATi Radeon X1600pro

Ubih se od konfiguracije xorg.conf ali uvjek isto...
ili... ne radi (neće ući u X-e)
ili... radi kako je i radilo / neka niža rezolucija razvučena na 1440×900
---

Ugl. trebam pomoć oko ovog jer je to jedina stvar koju nisam uspio riješit...

Sada sam na poslu, čeprkam po netu i nađem ovo... pa samo da pitam dali bi radilo... i koje podatke trebam upisati za ATI X1600Pro grafulju...

Citiraj:
Section "Monitor"

Identifier "My Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

HorizSync 30-83

# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

VertRefresh 56-75
Modeline "1440x900@60" 108.84 1440 1472 1880 1912 900 918 927 946

EndSection



---------------------------------------------



Next step was add the resolution under the screen sections.

Section "Screen"
Identifier "Screen 1"
Device "NVIDIA GeForce"
Monitor "My Monitor"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1440x900" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection


-----------------------------------------------------------

and finally the last step that took me FOREVER to find was adding this simple line in the device section --

Section "Device"
Identifier "NVIDIA GeForce"
Driver "nvidia"
Option "ModeValidation" "NoEdidDFPMaxSizeCheck"
#VideoRam 262144
# Insert Clocks lines here if appropriate
EndSection

(the Modevalidation options is what did it)



and that was it, problem solved.
Unaprijed hvala...
__________________
.: AMD Phenom II X2 555 BE (@ X4 B55) / Asus Crosshair IV Formula / Corsair XMS3 8GB (@ 1333MHz) :.
.: Sapphire ATI Radeon HD 5570 DDR5 PCI-e / Hitachi 1TB / WD Caviar Green 2TB / DVD±RW Samsung SH-S223C / Corsair TX650W / Philips 231E 24" :.
.: Windows 7 x64 :.

Zadnje izmijenjeno od: zare. 19.08.2007. u 15:07.
zare je offline   Reply With Quote