[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Ustawienie rozdzielczości w Debian Lenny v5.0 stable /amd64



Dnia 2009-07-29, o godz. 22:05:47
Radek Szlazak <chriss.kilmonie@gmail.com> napisał(a):

> Więc tak monitor to IBM thinkvision C170, poniżej daje link do strony
> gdzie znajduje się specyfikacja (mam nadzieje wystarczająca) tego
> urządzenia.
> 
> http://www.superwarehouse.com/IBM_ThinkVision_C170_Black_17_CRT_Monitor/673766N/ps/298542
> 
> poniżej plik log o którego zamieszczenie Pan prosił:
> 
> X.Org X Server 1.4.2
> Release Date: 11 June 2008
> X Protocol Version 11, Revision 0
> Build Operating System: Linux Debian (xorg-server 2:1.4.2-10.lenny2)
> Current Operating System: Linux ikkarus 2.6.26-2-amd64 #1 SMP Sun Jun
> 21 04:47:08 UTC 2009 x86_64
> Build Date: 11 June 2009  09:45:25AM

> MX[B] (--) PCI:*(1:5:0) Matrox Graphics, Inc. MGA 1064SG [Mystique]
> rev 3, Mem @ 0xfd000000/23, 0xfcff4000/14, 0xfc000000/23

> (II) Matched mga from file name mga.ids in autoconfig
> (==) Matched mga for the autoconfigured driver
> (==) Assigned the driver to the xf86ConfigLayout
> (II) LoadModule: "mga"
> (II) Loading /usr/lib/xorg/modules/drivers//mga_drv.so

> (II) MGA(0): Creating default Display subsection in Screen section
> 	"Default Screen Section" for depth/fbbpp 24/32
> (==) MGA(0): Depth 24, (--) framebuffer bpp 32

Sterownik próbuje użyć trybu 32 bitowego, ale...

> (--) MGA(0): VideoRAM: 2048 kByte

Karta ma mniej niż 1024 * 768 * 32 / 8 bajtów pamięci, więc sterownik
wybiera pierwszy tryb, który zmieści się w buforze z 24-bitową głębią.

> (II) MGA(0): Monitor name: IBM C170 CRT
> (II) MGA(0): Ranges: V min: 50  V max: 160 Hz, H min: 30  H max: 85

> (II) MGA(0): Printing DDC gathered Modelines:
> (II) MGA(0): Modeline "1024x768"x0.0   94.50  1024 1072 1168 1376  768
> 769 772 808 +hsync +vsync (68.7 kHz)

> (II) MGA(0): <default monitor>: Using hsync range of 30.00-85.00 kHz
> (II) MGA(0): <default monitor>: Using vrefresh range of 50.00-160.00

HorizSync i VertRefresh nie trzeba podawać.

> Zrobiłem tak jak Pan prosił w dokładnie takiej kolejności jak Pan
> napisał, niestety w pliku xorg.conf nie mam co zmieniać bo jest pusty.

Po uruchomieniu `dpkg-reconfigure -phigh xserver-xorg' nie powinien być
pusty. Może coś takiego wystarczy:

#v+
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "pl"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
        Driver          "mga"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        # 16 należy zastąpić 8 jeśli Xorg w dalszym
        # ciągu nie jest w stanie ustawić 1024x768
	DefaultDepth    16
EndSection
#v-


-- 
Krzysztof Kaczmar


Reply to: