Toon posts:

[linux] Dualscreen werkt niet

Pagina: 1
Acties:

Verwijderd

Topicstarter
Hoi,

ik probeer al een tijd twee schermen aan de praat te krijgen onder fc6. Beide schermen werken. Op mijn TFT5005 log ik in, vervolgens start ik X-server en deze gebruikt mijn Dell P990. Ik krijg alleen niet beide schermen tegelijkertijd aan de praat. Onderstaand is mijn xorg.conf.

Het lampje op de TFT5005-scherm gaat wel even groen branden als ik X-server op start, maar vervolgens krijgt die geen input meer en wordt het lampje weer oranje (inactive)

Heeft iemand enig idee?


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

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "unix/:7100"
FontPath "built-ins"
EndSection

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

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "intl"
EndSection

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

Section "Monitor"
#DisplaySize 370 270 # mm
Identifier "Monitor0"
VendorName "DEL"
ModelName "ULTRASCANP990"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 30.0 - 96.0
VertRefresh 48.0 - 120.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "COMPAQ"
ModelName "TFT5005"
HorizSync 31.0 - 61.0
VertRefresh 56.0 - 75.0
Option "DPMS"
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>
Identifier "Card0"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "NV34 [GeForce FX 5200]"
BusID "PCI:1:0:0"
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 "noaccel" # [<bool>]
#Option "swcursor" # [<bool>]
#Option "slow_dram_refresh" # [<bool>]
#Option "slow_dram" # [<bool>]
#Option "slow_edodram" # [<bool>]
#Option "slow_vram" # [<bool>]
Identifier "Card1"
Driver "s3"
VendorName "S3 Inc."
BoardName "86c764/765 [Trio32/64/64V+]"
BusID "PCI:0:13: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

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

  • Zubzub
  • Registratie: Januari 2006
  • Laatst online: 23-12-2023

Verwijderd

Topicstarter
thanx, maar had ik al bekeken. Beide monitoren en kaarten werken afzonderlijk goed, maar niet samen :(

  • DaRoot
  • Registratie: Maart 2001
  • Laatst online: 04-02 20:45

DaRoot

Some say...

Ik kan mij herinneren in een ver verleden nogal wat troubles te hebben gehad met S3 Trio kaartje in Dual monitor setup.
Je FX5200 heeft niet toevallig 2 beeldschermaansluitingen?

Insured by MAFIA - You hit me, we hit you!!!


Verwijderd

Topicstarter
nee, helaas niet..

  • dion_b
  • Registratie: September 2000
  • Laatst online: 19:15

dion_b

Moderator Harde Waren

say Baah

Verwijderd schreef op dinsdag 31 oktober 2006 @ 12:57:
thanx, maar had ik al bekeken. Beide monitoren en kaarten werken afzonderlijk goed, maar niet samen :(
Zou je wat duidelijker kunnen zijn?

- werken ze beide afzonderlijk goed als ze beide tegelijk in het systeem zitten, of werkt zodra dat gebeurt een van beide niet, ook niet in BIOS of CLI :?
Als dan slechts één werkt, heb je gewoon te maken met BIOS init issues. Bij een S3 Trio moet je dat ding dus in BIOS primary zetten. Die instelling heeft trouwens totaal geen invloed op wat je in OS, laat staan X doet.

- werken ze wel beide in CLI, maar niet tegelijk in X?

Oslik blyat! Oslik!

Pagina: 1