butcher Napisano Październik 15, 2004 Zgłoszenie Share Napisano Październik 15, 2004 Skonfigurowalem sobie pliczek xorg.conf...mam tam wpisane dwa ekrany. Wszystko dziala tyle, ze na moim TV wyswietlany jest tylko czarno-bialy obraz!!!! Jak ten problem nalezy rozwiazac??W semie to mam jeszcze kiepska czestotliwosc odswiezania i glebia kolorow....Glebie mozna chyba zmienic w sekcji Sreen : Depth 24, a czestotliwosc w sekcji Monitor : HorizSync 30.0-50.0 VertRefresh 60 ???? Tak wyglada moj pliczek xorg.conf : Section "Files" # RgbPath is the location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. # Multiple FontPath entries are allowed (they are concatenated together) # By default, Red Hat 6.0 and later now use a font server independent of # the X server to render fonts. RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" # Load "dri" EndSection Section "InputDevice" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # To disable the XKEYBOARD extension, uncomment XkbDisable. # Option "XkbDisable" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # Option "XkbModel" "pc102" # If you have a US Microsoft Natural keyboard, you can use: # Option "XkbModel" "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # Option "XkbLayout" "de" # or: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" # Or if you just want both to be control, use: # Option "XkbOptions" "ctrl:nocaps" # Identifier "Keyboard0" Driver "keyboard" Option "XkbModel" "pc105" Option "XkbLayout" "pl" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "StudioWorks" DisplaySize 330 250 HorizSync 30.0 - 70.0 VertRefresh 50.0 - 160.0 Option "dpms" EndSection Section "Monitor" Identifier "Monitor1" HorizSync 30.0-50.0 VertRefresh 60 EndSection Section "Device" Identifier "Videocard0" Driver "nvidia" VendorName "Videocard vendor" BoardName "NVIDIA GeForce 4 MX (generic)" BusID "PCI:1:0:0" Screen 0 Option "NoBandWidthTest" EndSection #Section "Device" # Identifier "Videocard0" # Driver "nvidia" # BusID "PCI:1:0:0" # Screen 0 #EndSection Section "Device" Identifier "Videocard1" Driver "nvidia" BusID "PCI:1:0:0" Screen 1 Option "NoBandWidthTest" Option "ConnectedMonitor" "TV" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 16 Modes "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Videocard1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "800x600" EndSubSection EndSection Section "ServerLayout" Identifier "DefaultLayout" Screen 0 "Screen0" Screen 1 "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "DRI" Group 0 Mode 0666 EndSection Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
Gość _PaT Napisano Październik 15, 2004 Zgłoszenie Share Napisano Październik 15, 2004 Zainteresuj się opcją Option "ConnectedMonitor" "TV" w następujących linkach : http://newbie.linux.pl/?id=article&kategoria=4&show=69 i tu http://www.linuxfan.pl/sprzet/sprzet-2002/...8.2002/969.php3 masz jeszcze kilka możliwości... To tylko wskazówki a nie rozwiązanie, ale może pomoże... Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
wojtzek Napisano Październik 15, 2004 Zgłoszenie Share Napisano Październik 15, 2004 Jesli dobrze rozumiem masz NVIDIA GeForce4. Wg mnie sprobuj ustawic kodowanie obrazu video w sekcji Device (TVStandard PAL-. Moj xorg.conf: Section "Device" Identifier "Videocard0" Driver "nvidia" VendorName "Videocard vendor" BoardName "NVIDIA GeForce 4 MX (generic)" VideoRam 65536 Option "TwinView" "1" Option "SecondMonitorHorizSync" "30-50" Option "SecondMonitorVertRefresh" "50" Option "MetaModes" "1024x768_100Hz, 1024x768_50Hz; 1024x768, 1024x768_50Hz; 800x600, 800x600_50Hz; 640x480, 640x480_50Hz" Option "TwinViewOrientation" "Clone" Option "ConnectedMonitor" "CRT, TV" Option "TVStandard" "PAL-B" Option "TVOutFormat" "SVIDEO" Option "NoLogo" "1" EndSection Mozesz tu pobrac caly xorg.conf (jeszcze jako XF86.conf) To powinno zadzialac. MIlego ogladania Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
butcher Napisano Październik 16, 2004 Autor Zgłoszenie Share Napisano Październik 16, 2004 Ale numer!!!!Podlaczylem moja karte a drugim telewizorem i tam mam kolorory obraz!!!!Pierwszy telewizor nie ma wejscie S-video i kupilem taki zamiennik z Euro na S-video(W wyniku czego obraz mam czarno-bialy) Drugi TV ma juz standatdowo wyjscie S-video i na nim obraz jest kolorowy.... Moze wiecie czym mam sie kierowac kupujac taki zamiennik???Jak mam rozpoznac ten wlasciwy??? Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
Rekomendowane odpowiedzi
Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto
Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.
Zarejestruj nowe konto
Załóż nowe konto. To bardzo proste!
Zarejestruj sięZaloguj się
Posiadasz już konto? Zaloguj się poniżej.
Zaloguj się