Toon posts:

[RH9]Dual Monitor probje

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik heb een dual monitor setup met 1 gewone 17" en een TV. Ik heb net eindelijk RedHat weer eens geinstalld maar als ik hem boot in X opent hij X op mijn TV en het beeld is zwartwit en door elkaar (niet leesbaar etc.). Xconfig starten wil niet (:?) en mijn TV afkoppelen ook niet. Wie helpt? (ik heb een GFX5200 van Club3D).

Verwijderd

Gebruik je toevallig je SVHS uitgang naar een TV die geen SVHS aan kan :?

Verwijderd

Topicstarter
Nee Chris, ik gebruik SCART en in WinXP draait het allemaal goed.

Edit ; woops, SHVS -> convertor. Maar de TV kan het signaal in WinXP aan :).

[ Voor 39% gewijzigd door Verwijderd op 08-09-2003 23:07 ]


Verwijderd

Topicstarter
Magic topic kick, ha!

Ik heb de Xfree86 config nu om zeep geholpen zonder resultaat :'(, help!

Verwijderd

Je hebt natuurlijk een back-up gemaakt van je config (hoop ik) en je gebruikt de laatste nvidia driver? Probeer dan eens 'Option "TVOutFormat" "SVIDEO"

[ Voor 17% gewijzigd door Verwijderd op 10-09-2003 12:03 ]


  • Flagg
  • Registratie: Oktober 1999
  • Niet online

Flagg

It's a shite state of affairs

post hem eens ;)

Irish diplomacy is telling a man he can go to hell in such a way he actually looks forward to it.


  • ny-hardcore
  • Registratie: Maart 2002
  • Laatst online: 22:35
mijn kaartje deed het pas goed toen ik ipv SVIDEO,COMPOSITE had ingesteld,
terwijl mijn kaart geen composite aansluiting heeft ...

[ Voor 4% gewijzigd door ny-hardcore op 10-09-2003 12:06 . Reden: typo's ]

cd /pub && more beer


Verwijderd

Topicstarter
@Ny ; zou je willen uitleggen hoe je dat deed?
@Flagg ; Zal ik doen :).

Verwijderd

Topicstarter
Woei mijn Config na reinstall, werkt nog steeds niet maar geeft iig geen foutmeldingen.

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "DevInputMice" "AlwaysCore"
EndSection

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      "XkbRules" "xfree86"
    Option      "XkbModel" "pc105"
    Option      "XkbLayout" "us"
EndSection

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

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
    Identifier  "DevInputMice"
    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    "Unprobed Monitor"
    HorizSync    31.5 - 37.9
    VertRefresh  50.0 - 70.0
    Option      "dpms"
EndSection

Section "Device"
    Identifier  "Videocard0"
    Driver      "vesa"
    VendorName  "Videocard vendor"
    BoardName   "VESA driver (generic)"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    Monitor    "Monitor1"
    DefaultDepth     24
    SubSection "Display"
        Depth     24
        Modes    "800x600" "640x480"
    EndSubSection
EndSection

Section "DRI"
    Group        0
    Mode         0666
EndSection


Edit ; probleem doet zich ook voor onder Knoppix...

[ Voor 18% gewijzigd door Verwijderd op 10-09-2003 17:19 ]


Verwijderd

Topicstarter
Ik heb zojuist van een mede-tweaker (IRL) gehoord dat Club3D een 'constructiefoutje' heeft gemaakt waardoor de TV-out als primaire uitgang wordt beschouwd. Windows heeft er geen problemen mee maar linux duidelijk wel :(. Is er een manier om dit te omzeilen of moet ik met C3D gaan meelen?

  • ny-hardcore
  • Registratie: Maart 2002
  • Laatst online: 22:35
de kaart instellingen, let wel , ik heb 2 kaarten erin. 1 met dual head, ander met alleen een tv.

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Section "Device"
Identifier "Card1"
Driver      "nvidia"
VendorName  "nVidia Corporation"
BoardName   "[GeForce5200]"
BusID       "PCI:1:0:0"
#Option "NvAGP" "3"
#Option "CursorShadow" "1"
#Option "CursorShadowAlpha" "64"
#Option "CursorShadowYOffset" "2"
#Option "CursorShadowXOffset" "4"
Option "NoLogo" "0"
Option "DigitalVibrance" "100"
Option "TwinView" "1"
Option "SecondMonitorHorizSync" "30-84.0"
Option "SecondMonitorVertRefresh" "50.0-160.0"
Option "TwinViewOrientation" "RightOf"
Option "ConnectedMonitor" "CRT,CRT"
#Option "TVOutFormat" "COMPOSITE"
#Option "TVStandard" "PAL-G"
Option "MetaModes" "1280x1024,1280x1024"
Option "UseClipIds" "True"
#Option "Overlay" "On"
EndSection


Section "Device"
Identifier  "Card2"
Driver      "nvidia"
VendorName  "nVidia Corporation"
BoardName   "NV17 [GeForce4 MX 440]"
BusID       "PCI:0:13:0"
#Option     "DigitalVibrance"  "200"    # <i>
Option     "Overlay" "on"               # [<bool>]
Option     "ConnectedMonitor" "tv"      # <str>
Option     "TVStandard" "PAL-B"                 # <str>
Option     "TVOutFormat" "COMPOSITE"            # <str>
#Option     "UseClipIDs" "true"                 # [<bool>]
Option     "TVOverScan" "0.6"           # <f>
EndSectiion

cd /pub && more beer


Verwijderd

Topicstarter
Ik ga het zo even proberen, zoalang ik backup kan het geen kwaad neem ik aan :P. Driver update werkte niet :((.

Verwijderd

Topicstarter
En die config hielp niet veel :(, zou je hem even helemaal kunnen posten?

Verwijderd

Topicstarter
Ik heb nu mijn oude vid. kaart erin gepropt en Knoppix geboot en het werkt :/, m-m-maar ik wil mijn nieuwe kaart niet kwijt :'(.
Pagina: 1