Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dvi выход, на мониторе одни артефакты :(
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Russian
View previous topic :: View next topic  
Author Message
KeeperMan
n00b
n00b


Joined: 01 Jan 2005
Posts: 30
Location: Moscow

PostPosted: Mon Feb 20, 2006 5:24 pm    Post subject: Dvi выход, на мониторе одни артефа Reply with quote

Второй день борюсь с DVI-выходом на мониторе (или входом :) )
Честно говоря оптимизма с каждым разом все меньше.
Даже если использовать минимальный конфиг, сгенерированный иксами (конфигурялкой), то получаю большое количество артефактов - желтые круговые линии, все мерцает и плывет :(
Вот какой минимальный конфиг (что отностится к монитору и карте):
Code:
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV31 [GeForce FX 5600]"
        BusID       "PCI:1:0:0"
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


Ставил DefaultDepth 24, ставил меньше.. ничего не помогает - везде одна лажа :(
Железо Nvidia FX5600, Samsung SyncMaster 174T.
Может у кого есть рабочий конфиг для похожего? или кто-то сможет помочь? Буду чрезмерно благодарен.

P.S. с rgb выходом + TV out'ом все работает просто замечательно...
Back to top
View user's profile Send private message
KCh1
n00b
n00b


Joined: 10 Nov 2005
Posts: 35

PostPosted: Sat Apr 01, 2006 8:39 pm    Post subject: Reply with quote

У меня таже фигня.
Если вынуть шнур из телека все работает, а вместе с телеком не хочет. Либо переключается в D-sub, если включены оба выхода, либо монитор выключается.
Back to top
View user's profile Send private message
afrit
n00b
n00b


Joined: 09 Mar 2005
Posts: 22

PostPosted: Sun Apr 02, 2006 3:06 pm    Post subject: Reply with quote

попробуйте поиграть с параметрами драйвера nvidia:
Option "ConnectedMonitor" "CRT,DFP"
Option "IgnoreDisplayDevices" "TV"
Back to top
View user's profile Send private message
=prox=
n00b
n00b


Joined: 06 Jun 2005
Posts: 3

PostPosted: Mon Apr 03, 2006 5:55 am    Post subject: Reply with quote

Насколько я помню, все видяхи nVidia двухголовые, причем на одной голове реализован rgb. а на второй dvi и tv-out. Поэтому rgb + tv-out работает нормально, а dvi + tv-out принципиально работать не будет...
Может я не прав и в последних моделях что-то изменилость, но на GF4 дела обстоят именно так...
Back to top
View user's profile Send private message
KCh1
n00b
n00b


Joined: 10 Nov 2005
Posts: 35

PostPosted: Mon Apr 03, 2006 11:46 am    Post subject: Reply with quote

У меня карта FX 5200 работает dvi и S-video, но все наоборот. Screen0 стал телеком, а Screen1 монитором.
Подскажите где косяк. Выкладываю конфиг:

Code:

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

Section "Files"
   RgbPath      "/usr/lib/X11/rgb"
   FontPath     "/usr/share/fonts/misc"
   FontPath     "/usr/share/fonts/75dpi:unscaled"
   FontPath     "/usr/share/fonts/100dpi:unscaled"
   FontPath     "/usr/share/fonts/Type1"
   FontPath     "/usr/local/share/fonts"
   FontPath     "/usr/share/fonts"
   FontPath     "/usr/share/fonts"
   FontPath     "/usr/share/fonts/100dpi"
   FontPath     "/usr/share/fonts/75dpi"
   FontPath     "/usr/share/fonts/terminus"
   FontPath     "/usr/share/fonts/misc"
   FontPath     "/usr/share/fonts/TTF"
   FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
   Load  "dbe" # Double-Buffering Extension
   Load  "v4l" # Video for Linux
   Load  "extmod"
   Load  "type1"
   Load  "freetype"
   Load  "glx" # 3D layer
   Load  "xtrap"
   Load  "record"
   Load  "extmod"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option       "XkbModel" "did"
   Option       "XkbLayout" "us,ru(winkeys)"
   Option       "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "ExplorerPS/2"
   Option       "Device" "/dev/psaux"
   Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
   Identifier   "Monitor[0]"
   VendorName   "BNQ"
   ModelName    "BNQ76bb"
   HorizSync    31.0 - 83.0
   VertRefresh  56.0 - 76.0
   ModeLine     "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection

Section "Monitor"
   Identifier   "Monitor[1]"
   VendorName   "TV"
   HorizSync    31.0 - 83.0
   VertRefresh  56.0 - 76.0
   ModeLine     "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection

Section "Device"
   Identifier  "Device[0]"
   Driver      "nvidia"
   Card        "Geforce FX 5200Geforce FX 5200"
   Option       "NoLogo" "on"
   Option       "RenderAccel" "true"
   Option       "ConnectedMonitor" "Monitor[0]"
   BusID       "PCI:2:0:0"
   Screen       0
EndSection

Section "Device"
   Identifier  "Device[1]"
   Driver      "nvidia"
   Card        "Geforce FX 5200Geforce FX 5200"
   Option       "NoLogo" "on"
   Option       "RenderAccel" "true"
   Option       "ConnectedMonitor" "Monitor[1]"
   BusID       "PCI:2:0:0"
   Screen       1
EndSection

Section "Screen"
   Identifier "Screen[0]"
   Device     "Device[0]"
   Monitor    "Monitor[0]"
   DefaultDepth     24
   SubSection "Display"
      Depth     24
      Modes    "1280x1024"
   EndSubSection
EndSection

Section "Screen"
   Identifier "Screen[1]"
   Device     "Device[1]"
   Monitor    "Monitor[1]"
   DefaultDepth     24
   SubSection "Display"
      Depth     24
      Modes    "1024x768"
   EndSubSection
EndSection
Back to top
View user's profile Send private message
KCh1
n00b
n00b


Joined: 10 Nov 2005
Posts: 35

PostPosted: Wed Apr 05, 2006 6:12 pm    Post subject: Reply with quote

Проблема решена. Вот конфиг.
Code:

Section "ServerLayout"
   Identifier     "X.org Configured"
        Screen      0  "Screen[0]" 0 0
        Screen      1  "Screen[1]" LeftOf "Screen[0]"
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

    #FontPath    "/usr/share/fonts/default"
    #FontPath    "/usr/share/fonts/local"
   RgbPath      "/usr/lib/X11/rgb"
   FontPath     "/usr/share/fonts/misc"
   FontPath     "/usr/share/fonts/75dpi:unscaled"
   FontPath     "/usr/share/fonts/100dpi:unscaled"
   FontPath     "/usr/share/fonts/Type1"
   FontPath     "/usr/local/share/fonts"
   FontPath     "/usr/share/fonts"
   FontPath     "/usr/share/fonts"
   FontPath     "/usr/share/fonts/100dpi"
   FontPath     "/usr/share/fonts/75dpi"
   FontPath     "/usr/share/fonts/terminus"
   FontPath     "/usr/share/fonts/misc"
   FontPath     "/usr/share/fonts/TTF"
   FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
   Load  "dbe" # Double-Buffering Extension
   Load  "v4l" # Video for Linux
   Load  "extmod"
   Load  "type1"
   Load  "freetype"
   Load  "glx" # 3D layer
   Load  "xtrap"
   Load  "record"
   Load  "extmod"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option       "XkbModel" "did"
   Option       "XkbLayout" "us,ru(winkeys)"
   Option       "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "ExplorerPS/2"
#    Option "Device" "/dev/mouse"
   Option       "Device" "/dev/psaux"
   Option       "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
   Identifier   "Monitor[0]"
   VendorName   "BNQ"
   ModelName    "BNQ76bb"
   HorizSync    31.0 - 83.0
   VertRefresh  56.0 - 76.0
   ModeLine     "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection

Section "Monitor"
   Identifier   "Monitor[1]"
   VendorName   "TV"
   HorizSync 15-25, 30-95
   VertRefresh 40-50, 80-100, 100-160
EndSection

Section "Device"
   Identifier  "Device[0]"
   Driver      "nvidia"
   Card        "Geforce FX 5200Geforce FX 5200"
   Option       "NoLogo" "on"
   Option       "RenderAccel" "true"
   Option       "ConnectedMonitor" "DFP-0"
#   Option      "IgnoreDisplayDevices" "Device[1]"
   BusID       "PCI:2:0:0"
   Screen       0
EndSection

Section "Device"
   Identifier  "Device[1]"
   Driver      "nvidia"
   Card        "Geforce FX 5200Geforce FX 5200"
   Option       "NoLogo" "on"
   Option       "RenderAccel" "true"
   Option       "ConnectedMonitor" "Monitor[0],Monitor[1]"
   Option      "IgnoreDisplayDevices" "Device[1]"
   BusID       "PCI:2:0:0"
   Screen       1
EndSection

Section "Screen"
   Identifier "Screen[0]"
   Device     "Device[0]"
   Monitor    "Monitor[0]"
   DefaultDepth     24
   SubSection "Display"
      Depth     24
      Modes    "1280x1024"
   EndSubSection
EndSection

Section "Screen"
   Identifier "Screen[1]"
   Device     "Device[1]"
   Monitor    "Monitor[1]"
   DefaultDepth     24
   SubSection "Display"
      Depth     24
      Modes    "1024x768"
   EndSubSection
EndSection
Back to top
View user's profile Send private message
Sasha2
Apprentice
Apprentice


Joined: 18 Jun 2005
Posts: 206

PostPosted: Sat Apr 08, 2006 9:47 pm    Post subject: Reply with quote

Ребята, у меня такая же фигня была с картой от nVidia 6200.
Я полазил по интернету и нашел, что у этих карт BIOS баговый.
Не знаю, как насчет Вашей модели.
Но у меня такие артефакты были и в Линукс и в Windows.
Так что здесь настройкой xorg вряд ли что-то удасться сделать.
А когда поставил 6800 все сращу стало OK.
Back to top
View user's profile Send private message
KeeperMan
n00b
n00b


Joined: 01 Jan 2005
Posts: 30
Location: Moscow

PostPosted: Sun Apr 09, 2006 6:13 am    Post subject: Reply with quote

В Винде у меня все ок.
Я свою проблему тоже решил, оказывается с цифровым выходом надо отключить опцию.
Option "RenderAccel" "true"

Тогда все ок становится :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Russian All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum