Toon posts:

[LINUX,dual screen] krijg een exacte kopie ipv hor. uitbr.

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik probeer mijn nieuwe RH8.0 installatie weer dual screen te krijgen (ben mijn oude XConfig kwijt ja ik weet het stom stom stom...)

Hardware is een Geforce 2 MX op de AGP bus, een SiS kaartje op de PCI bus, en twee Eizo L350 TFT-tjes

ik heb een XF86Config.test gemaakt met een extra monitor een extra device en een extra screen gemaakt. vervolgens heb ik in ServerLayout de volgende regel toegevoegd;

Screen "Screen1" RightOf "Screen0"

In de ServerFlags sectie nog even dit

Option "Xinerama"

en vervolgens testen door;

startx -- :1 -xf86config XF86Config.test

Het tweede scherm start inderdaad en mijn Gnome (Bluecurve) wordt nu op twee schermen weergegeven.

WTF is je probleem dan zul je denken. nou ik zie ineens dubbel... twee keer hetzelfde beeld op allebij de monitoren. Wat doe ik Fout...

hier is mijn config file even

/etc/X11/XF86Config.test

# File generated by wouter

Section "ServerLayout"
Identifier "configured by wouter"
Screen "Screen0"
Screen "Screen 1" RightOf "Screen 0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
# 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 "dri"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
# Option "AutoRepeat" "500 5"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
# Option "Protocol" "Xqueue"
# 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"
#Option "XkbOptions" ""
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us_intl" #Option "XkbVariant" ""
EndSection

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

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "L350"
HorizSync 27.0 - 60.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "L350"
HorizSync 27.0 - 60.0
VertRefresh 50.0 - 75.0
Option "dpms"
EndSection

Section "Device"
# no known options
BusID "PCI:1:0:0"
Identifier "Device0"
Driver "nv"
VendorName "NVIDIA GeForce 2 MX (generic)"
BoardName "NVIDIA GeForce 2 MX (generic)"
Option "swcursor" ""
EndSection

Section "Device"
# no known options
BusID "PCI:0:13:0"
Identifier "Device1"
Driver "sis"
VendorName "SiS"
BoardName "SiS kaartje"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection

EndSection

Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

# Section "DRI"
# Mode 0666
# EndSection

Section "ServerFlags"
option "Xinerama"
EndSection

Verwijderd

hoort Xinerama niet bij serverlayout te staan?
geeft je logfile nog info?

  • Freak_NL
  • Registratie: Juli 2000
  • Laatst online: 15:25
Haal die spaties eens weg hier:

code:
1
 Screen "Screen 1" RightOf "Screen 0"

"Screen 0" wordt dus "Screen0".

Succes :)

Verwijderd

Topicstarter
euhm ik weet niet hoe die spaties daar kwamen maar het lijkt erop dat het zo al beter gaat...

dankje

  • Wilke
  • Registratie: December 2000
  • Laatst online: 15:30
Volgens mij moet in de "Serverlayout' sectie inderdaad staan:
code:
1
Option          "Xinerama" "On"

Verwijderd

Topicstarter
sorry maar dat is niet waar ik heb de man page gelezen en hij valt onder de sectie serverflags logisch ook wel vind ik

trouwens hij staat daar nu en het werkt gewoon...

toch bedankt voor het meedenken

kijk maar helemaal onder aan de geposte config file.

De fout die ik gemaakt had was gewoon een typo
Pagina: 1