Strona 1 z 1

[+] Ustawienie rozdzielczości dla monitora crt, Lenny

: 21 października 2009, 15:49
autor: kwasek
Witam.
Od dwóch dni zmagam się z takim problemem. Mam zintegrowaną kartę graficzną:
  • GeForce 6100 nForce 430
    i stary monitor CRT Flatron 775FT 17"
Bez instalacji sterowników NVIDII nie mogę zmusić X-ów do pracy z rozdzielczością większą niż 800x600.
Natomiast po instalacji - i o tą sytuację mi chodzi - sterowników (wersja NVIDIA-Linux-x86-185.18.36) xorg.conf ustawia rozdzielczość na 1024x768 i w żaden sposób nie mogę zmusić X-orga do działania w rozdzielczości 1280x1024. Dodam tylko, że mój monitor CRT może wyświetlać 1280x1024.

Moje wpisy do xorg.conf:

Kod: Zaznacz cały

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Fri Aug 14 17:54:58 PDT 2009

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath         "/etc/X11/rgb"
    ModulePath      "/usr/lib/xorg/modules"
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "record"
    Load           "glx"
    Load           "dbe"
    Load           "xtrap"
    Load           "extmod"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
    ModeLine       "1280x1024_85.00" 159.36 1280 1376 1512 1744 1024 1025 1028 1075 -hsync +vsync
EndSection

Section "Device"

        ### Available Driver options are:-
        ### Values: [i]: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# [i]
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# [i]
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# [i]
        #Option     "DualHead"           	# [<bool>]
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "GeForce 6100 nForce 430"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    SubSection     "Display"
        Viewport    0 0
        Modes      "1280x1024_85.00"
    EndSubSection
EndSection
Wpisy:

Kod: Zaznacz cały

ModeLine "1280x1024_85.00" 159.36 1280 1376 1512 1744 1024 1025 1028 1075 -hsync +vsync
i:

Kod: Zaznacz cały

Modes "1280x1024_85.00"
są wygenerowane przez gtf - ale nie działają.
Używam Debiana Lenny 5.02, kernel 2.6.26-2-686, fluxbox 1.1.1, żadnych menedżerów logowania typu kdm/gdm.
Proszę o pomoc.

: 14 listopada 2009, 11:20
autor: szydl0
Sprobuj dodac wartosci odswiezania w sekcji monitor:

Kod: Zaznacz cały

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-1"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
EndSection
Te wartosci powinienes znalesc na stronie producenta.

: 14 listopada 2009, 12:51
autor: kwasek
Pomogło dodanie sekcji:

Kod: Zaznacz cały

Section "Monitor"
    Identifier  "FLATRON 775FT"
    HorizSync   50-70
    VertRefresh 50-160
EndSection

i

Kod: Zaznacz cały

Section "Screen"
    Identifier  "Screen 1"
    Device      "savage"
    Monitor     "FLATRON 775FT"
    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       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
¬ródło

Dzięki za wszelką pomoc.