[Решено] настройка частоты обновления экрана

Автор gruzovik64, 29 июля 2013, 17:17:34

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

gruzovik64

   Приветствую всех вас !
Вопрос такой, монитор древний Hyundai Image Quest v780 17" видеокарта  NVIDIA GeForce7025 ,ранне в другом линуксе настраивал 1024x768 100гц , видеодрайвер Open Source (nouveau) всё работало отлично
Теперь в Debian начал в X11 /xorg.conf создавать но не получается ничего ,
может хто сталкивался с настройкой частоты обновления экрана в Debian .


qupl

gruzovik64, ничем debian от других линуксов не отличается в этом плане. Получите через gtf строчку для нужного режима и настройте в xorg.conf.

gruzovik64

#2
Цитата: qupl от 29 июля 2013, 21:48:44
gruzovik64, ничем debian от других линуксов не отличается в этом плане. Получите через gtf строчку для нужного режима и настройте в xorg.conf.
Решыл :-)

Section "ServerLayout"
  Identifier "Xorg Configured"
  Screen "Monitor"
EndSection

Section "Monitor"
  Identifier "StandardMonitor"
  Modeline "1024x768_100.00"  113.31  1024 1096 1208 1392  768 769 772 814  -HSync +Vsync
  HorizSync 30-87
  VertRefresh 50-150
  Option "DPMS"
EndSection

Section "Device"
  Identifier "nouveauVGA"
  Driver "nouveau"
EndSection

Section "Screen"
  Identifier "Monitor"
  Device "nouveauVGA"
  Monitor "StandardMonitor"
  DefaultDepth 24
  Subsection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768_100.00"
  EndSubsection
EndSection
Section "DRI"
  Group        "video"
  Mode         0666
EndSection

Grey_rnd

Парни, подскажите советом, вот мой xorg...чет не пойму как настроить частоту обновления, точнее куда вставить строки
Открыть содержимое (спойлер)

Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
Screen      1  "Screen1" RightOf "Screen0"
Screen      2  "Screen2" RightOf "Screen1"
Screen      3  "Screen3" RightOf "Screen2"
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
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"
FontPath     "built-ins"
EndSection

Section "Module"
Load  "dri2"
Load "glx"
Load  "extmod"
# Load "dri"
Load  "record"
Load  "dbe"
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"
EndSection

Section "Monitor"
Identifier   "Monitor1"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Monitor"
Identifier   "Monitor2"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Monitor"
Identifier   "Monitor3"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"            # [<bool>]
        #Option     "HWcursor"            # [<bool>]
        #Option     "NoAccel"            # [<bool>]
        #Option     "ShadowFB"            # [<bool>]
        #Option     "VideoKey"            # <i>
        #Option     "WrappedFB"          # [<bool>]
        #Option     "GLXVBlank"          # [<bool>]
        #Option     "ZaphodHeads"        # <str>
        #Option     "PageFlip"            # [<bool>]
        #Option     "SwapLimit"          # <i>
        #Option     "AsyncUTSDFS"        # [<bool>]
Identifier  "Card0"
Driver "nvidia"
Option "IgnoreDisplayDevices" "TV"
Option      "Coolbits" "8"
Option      "TripleBuffer" "false"
Option      "UseEvents" "true"
BusID       "PCI:2:0:0"
        Option      "DPI" "96 x 96"
EndSection

Section "Device"
Identifier  "Card1"
Driver "nvidia"
Option "IgnoreDisplayDevices" "TV"
Option      "Coolbits" "8"
Option      "TripleBuffer" "false"
Option      "UseEvents" "true"
BusID       "PCI:2:0:0"
        Option      "DPI" "96 x 96"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"            # [<bool>]
        #Option     "Rotate"              # <str>
        #Option     "fbdev"              # <str>
        #Option     "debug"              # [<bool>]
Identifier  "Card2"
Driver "nvidia"
Option "IgnoreDisplayDevices" "TV"
Option      "Coolbits" "8"
Option      "TripleBuffer" "false"
Option      "UseEvents" "true"
BusID       "PCI:2:0:0"
        Option      "DPI" "96 x 96"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"            # [<bool>]
        #Option     "DefaultRefresh"      # [<bool>]
        #Option     "ModeSetClearScreen" # [<bool>]
Identifier  "Card3"
Driver "nvidia"
Option "IgnoreDisplayDevices" "TV"
Option      "Coolbits" "8"
Option      "TripleBuffer" "false"
Option      "UseEvents" "true"
BusID       "PCI:2:0:0"
        Option      "DPI" "96 x 96"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device     "Card1"
Monitor    "Monitor1"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen2"
Device     "Card2"
Monitor    "Monitor2"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen3"
Device     "Card3"
Monitor    "Monitor3"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Section "Extensions"
Option      "Composite" "enable"
# Option      "RENDER" "disable"
EndSection

[свернуть]
Asus X59SL

qupl

Grey_rnd, что непонятного? Определяетесь с нужной частотой, запускаете gtf x y freq x - разрешение по горизонтали,y - разрешение по вертикали, freq - частота.
Полученную строку Modeline прописываете как в посте выше в секцию  Monitor, и имя режима в подсекции Display секции Screen.

Grey_rnd

Цитата: qupl от 08 января 2015, 14:31:24Полученную строку Modeline прописываете как в посте выше в секцию  Monitor, и имя режима в подсекции Display секции Screen.
Вставлять в секцию где Monitor0? Или для всех 4-х штук?
Asus X59SL

qupl

Grey_rnd, если они все к одному монитору относятся то во все, я же вашей конфигурации не знаю.

Grey_rnd

Цитата: qupl от 09 января 2015, 20:23:27Grey_rnd, если они все к одному монитору относятся то во все, я же вашей конфигурации не знаю.
самое смешное, что и я не знаю. :) Должны видимо к одному относится, монитор то один... ;D Может видюха поддерживает несколько мониторов? В любом случае, секций Монитор несколько и Screen несколько. Буду думать дольше...
Asus X59SL