Hi!<br>
<br>
I'm currently running RH EL 3.0, and am trying to get dual displays to work under KDE 3.4.3.<br>
<br>
I've done a lot of reading so far, and have got this situation:<br>
<br>
1) X starts up - I think in Xinerama mode - since the screen is blank,
the mouse pointer one the left screen, and I can move it over to the
right screen.<br>
<br>
2) On starting KDE by doing a startx, I get identical displays on both
the screens, and I can continue to move my mouse pointer from one
screen to the other.<br>
<br>
At this point I'd like to state I've compiled qt with all the options
specfied on the KDE compilation page, changing -no-xinerama to
--with-xinerama. <br>
<br>
Also I've compiled kdelibs, and kdebase using this library, and with the --with-xinerama option.<br>
<br>
I cannot see any options whatsoever under control panel -> specifically<br>
Desktop-> Window Behaviour->Advanced<br>
or<br>
Peripherals->Display->Monitor (The panel is blank)<br>
<br>
The only option I do see - is:<br>
Desktop->Panels on the right hand side I see 'Xinerama' and
options to set panel for either screens. Just now I discovered on
clicking 'Identify' I see both numbers - 1 and 2 over one another on
both the screens.<br>
<br>
What am I doing wrong here ??<br>
<br>
Aso I think it would be worthwhile to mention, I'm using a Radeon X330 Card, and using a DVI to VGA Splitter.<br>
<br>
Your help is required and appreciated! :)<br>
<br>
Here's my XF86Config:<br>
<br>
------------------------------------------------------------------------------------<br>
<br>
<br>
Section "dri"<br>
Mode 0666<br>
EndSection<br>
<br>
# **********************************************************************<br>
# Module section -- this section is used to specify<br>
# which dynamically loadable modules to load.<br>
# **********************************************************************<br>
#<br>
Section "Module"<br>
<br>
# This loads the DBE extension module.<br>
<br>
Load "dbe" # Double buffer extension<br>
<br>
# This loads the miscellaneous extensions module, and disables<br>
# initialisation of the XFree86-DGA extension within that module.<br>
SubSection "extmod"<br>
Option "omit xfree86-dga" <br>
EndSubSection<br>
<br>
# This loads the Type1 and FreeType font modules<br>
Load "type1"<br>
Load "freetype"<br>
<br>
# This loads the GLX module<br>
Load "glx" # libglx.a<br>
Load "dri" # libdri.a<br>
<br>
EndSection<br>
<br>
# **********************************************************************<br>
# Files section. This allows default font and rgb paths to be set<br>
# **********************************************************************<br>
<br>
Section "Files"<br>
<br>
RgbPath "/usr/X11R6/lib/X11/rgb"<br>
<br>
<br>
FontPath "/usr/X11R6/lib/X11/fonts/local/"<br>
FontPath "/usr/X11R6/lib/X11/fonts/misc/"<br>
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"<br>
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"<br>
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"<br>
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"<br>
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"<br>
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"<br>
<br>
EndSection<br>
<br>
# **********************************************************************<br>
# Server flags section.<br>
# **********************************************************************<br>
<br>
Section "ServerFlags"<br>
<br>
Option "Xinerama" "True"<br>
<br>
EndSection<br>
<br>
# **********************************************************************<br>
# Input devices<br>
# **********************************************************************<br>
<br>
# **********************************************************************<br>
# Core keyboard's InputDevice section<br>
# **********************************************************************<br>
<br>
Section "InputDevice"<br>
<br>
Identifier "Keyboard1"<br>
Driver "Keyboard"<br>
Option "AutoRepeat" "500 30"<br>
Option "XkbRules" "xfree86"<br>
Option "XkbModel" "pc101"<br>
Option "XkbLayout" "us"<br>
<br>
EndSection<br>
<br>
<br>
# **********************************************************************<br>
# Core Pointer's InputDevice section<br>
# **********************************************************************<br>
<br>
Section "InputDevice"<br>
<br>
# Identifier and driver<br>
<br>
Identifier "Mouse1"<br>
Driver "mouse"<br>
Option "Protocol" "IMPS/2"<br>
Option "ZAxisMapping" "4 5"<br>
Option "Device" "/dev/input/mice"<br>
<br>
EndSection<br>
<br>
# **********************************************************************<br>
# Monitor section<br>
# **********************************************************************<br>
<br>
# Any number of monitor sections may be present<br>
<br>
Section "Monitor"<br>
Identifier "Monitor0"<br>
EndSection<br>
<br>
Section "Monitor"<br>
Identifier "Monitor1"<br>
EndSection<br>
<br>
# **********************************************************************<br>
# Graphics device section<br>
# **********************************************************************<br>
<br>
# Any number of graphics device sections may be present<br>
<br>
# Standard VGA Device:<br>
<br>
Section "Device"<br>
Identifier "Standard VGA"<br>
VendorName "Unknown"<br>
BoardName "Unknown"<br>
EndSection<br>
<br>
# === ATI device section ===<br>
<br>
Section "Device"<br>
Identifier
"ATI Graphics Adapter"<br>
Driver
"fglrx"<br>
# ### generic DRI settings ###<br>
# === disable PnP Monitor ===<br>
#Option
"NoDDC"<br>
# === disable/enable XAA/DRI ===<br>
Option
"no_accel"
"no"<br>
Option
"no_dri"
"no"<br>
# === misc DRI settings ===<br>
Option
"mtrr"
"off" # disable DRI mtrr mapper, driver has its own code for mtrr<br>
# ### FireGL DDX driver module specific settings ###<br>
# === Screen Management ===<br>
#Option
"DesktopSetup"
"0x00000000"<br>
#Option "ScreenOverlap" "0" <br>
Option "GammaCorrectionI" "0x06419064"<br>
Option "GammaCorrectionII" "0x06419064"<br>
# === OpenGL specific profiles/settings ===<br>
Option
"Capabilities"
"0x00000000"<br>
Option "CapabilitiesEx" "0x00000000"<br>
# === Video Overlay for the Xv extension ===<br>
Option
"VideoOverlay"
"on"<br>
# === OpenGL Overlay ===<br>
# Note: When OpenGL Overlay is enabled, Video Overlay<br>
# will be disabled automatically<br>
Option "OpenGLOverlay" "off"<br>
# === Center Mode (Laptops only) ===<br>
Option
"CenterMode"
"off"<br>
# === Pseudo Color Visuals (8-bit visuals) ===<br>
Option "PseudoColorVisuals" "off"<br>
# === QBS Management ===<br>
Option
"Stereo"
"off"<br>
Option "StereoSyncEnable" "1"<br>
# === FSAA Management ===<br>
Option
"FSAAEnable"
"no"<br>
Option
"FSAAScale"
"1"<br>
Option "FSAADisableGamma" "no"<br>
Option "FSAACustomizeMSPos" "no"<br>
Option
"FSAAMSPosX0"
"0.000000"<br>
Option
"FSAAMSPosY0"
"0.000000"<br>
Option
"FSAAMSPosX1"
"0.000000"<br>
Option
"FSAAMSPosY1"
"0.000000"<br>
Option
"FSAAMSPosX2"
"0.000000"<br>
Option
"FSAAMSPosY2"
"0.000000"<br>
Option
"FSAAMSPosX3"
"0.000000"<br>
Option
"FSAAMSPosY3"
"0.000000"<br>
Option
"FSAAMSPosX4"
"0.000000"<br>
Option
"FSAAMSPosY4"
"0.000000"<br>
Option
"FSAAMSPosX5"
"0.000000"<br>
Option
"FSAAMSPosY5"
"0.000000"<br>
# === Misc Options ===<br>
Option
"UseFastTLS"
"1"<br>
Option "BlockSignalsOnLock" "on"<br>
Option "UseInternalAGPGART" "yes"<br>
Option "ForceGenericCPU" "no"<br>
BusID "PCI:1:0:0" # vendor=1002, device=5b60<br>
Screen 0<br>
EndSection<br>
<br>
<br>
Section "Device"<br>
Identifier
"ATI Graphics Adapter1"<br>
Driver
"fglrx"<br>
# === disable/enable XAA/DRI ===<br>
Option
"no_accel"
"no"<br>
Option
"no_dri"
"no"<br>
# === misc DRI settings ===<br>
Option
"mtrr"
"off" # disable DRI mtrr mapper, driver has its own code for mtrr<br>
<br>
BusID "PCI:1:0:0" # vendor=1002, device=5b60<br>
Screen 1<br>
EndSection<br>
<br>
##############################################<br>
<br>
# **********************************************************************<br>
# Screen sections<br>
# **********************************************************************<br>
<br>
Section "Screen"<br>
Identifier "Screen0"<br>
Device "ATI Graphics Adapter"<br>
Monitor "Monitor0"<br>
DefaultDepth 24<br>
#Option "backingstore"<br>
<br>
Subsection "Display"<br>
Depth 24<br>
Modes "1280x1024" "1024x768" "800x600" "640x480"<br>
# ViewPort
0 0 # initial origin if mode is smaller than desktop<br>
# Virtual 1280 1024<br>
EndSubsection<br>
EndSection<br>
Section "Screen"<br>
Identifier "Screen1"<br>
Device "ATI Graphics Adapter1"<br>
Monitor "Monitor1"<br>
DefaultDepth 24<br>
#Option "backingstore"<br>
<br>
Subsection "Display"<br>
Depth 24<br>
Modes "1280x1024" "1024x768" "800x600" "640x480"<br>
# ViewPort
0 0 # initial origin if mode is smaller than desktop<br>
# Virtual 1280 1024<br>
EndSubsection<br>
EndSection<br>
<br>
# **********************************************************************<br>
# ServerLayout sections.<br>
# **********************************************************************<br>
<br>
Section "ServerLayout"<br>
Identifier "Default Layout"<br>
Screen "Screen0"<br>
Screen "Screen1" RightOf "Screen0"<br>
InputDevice "Mouse1" "CorePointer"<br>
InputDevice "Keyboard1" "CoreKeyboard"<br>
EndSection<br>
<br>
### EOF ###<br>
<br>