xinerama setup on kde 3.1.4

2004-02-04 Thread Louis Munro
Hello everyone,
I'm posting this here after trying the freebsd-x11mailing list as it didn't 
produce the expected results. Hopefully someone among you will know more 
about this than I...
I'm trying to setup KDE to display in full xinerama on my new computer. I
 have an nvidia GFX5600 which is capable of displaying on two monitors (I've
 got it working with windows Xp) but I can't seems to get it right on
 FreeBSD: X only displays on one monitor and just blanks out the other. So I
 have a few questions:
--Do I have to compile Xfree86 with some special arguments to enable
 xinerama? I installed it from the cd (4.9 stable, world remade about a week
 ago). --Does KDE 3.1.4 support xinerama? Do I have to do anything special to
 enable it?
--I haven't found all that much information about configuring xinerama. Have
 I missed anything?

I'm appending my XFree86config so you guys can tell me if it's something in
there that's incorrect.

Thanks for your help.

Louis

# XFree86config-XINERAMA

# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
#

Section Module
Loaddbe   # Double buffer extension


SubSection  extmod
  Optionomit xfree86-dga   # don't initialise the DGA extension
EndSubSection


Loadtype1
Loadspeedo
#Loadfreetype
#Loadxtt
Load   glx
#Load   dri

EndSection

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section Files


RgbPath /usr/X11R6/lib/X11/rgb


FontPath   /usr/X11R6/lib/X11/fonts/local/
FontPath   /usr/X11R6/lib/X11/fonts/misc/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath   /usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath   /usr/X11R6/lib/X11/fonts/Speedo/
FontPath   /usr/X11R6/lib/X11/fonts/Type1/
#FontPath   /usr/X11R6/lib/X11/fonts/TrueType/
#FontPath   /usr/X11R6/lib/X11/fonts/freefont/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/
FontPath   /usr/X11R6/lib/X11/fonts/100dpi/

# The module search path.  The default path is shown here.

#ModulePath /usr/X11R6/lib/modules

EndSection

# **
# Server flags section.
# **

#Section ServerFlags

#EndSection

# **
# Input devices
# **

# **
# Core keyboard's InputDevice section
# **

Section InputDevice

Identifier  Keyboard1
Driver  Keyboard
Option AutoRepeat 500 30
Option XkbRules   xfree86
Option XkbModel   microsoftinet
Option XkbLayout  ca_enhanced

EndSection


# **
# Core Pointer's InputDevice section
# **

Section InputDevice

# Identifier and driver

Identifier  Mouse1
Driver  mouse
Option ProtocolAuto
Option Device  /dev/sysmouse
Option ZAxisMapping4 5

EndSection


# **
# Monitor section
# **

# Any number of monitor sections may be present

Section Monitor

Identifier  IBM G78
HorizSync   30-85
VertRefresh 50-160

EndSection

Section Monitor

Identifier  KTX topscan 15
HorizSync   31.5-60
VertRefresh 40-110

EndSection

# **
# Graphics device section
# **

# Any number of graphics device sections may be present

Section Device
Identifier  GFX5600-0
Driver  nv
BusID   PCI:1:0:0
#VideoRam131072
# Insert Clocks lines here if appropriate
EndSection

Section Device
Identifier  GFX5600-1
Driver  nv
BusID   PCI:1:0:0
#VideoRam131072
# Insert Clocks lines here if appropriate
EndSection



# **
# Screen sections
# **

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the -screen
# option.
Section Screen
Identifier  Screen 1
 

Re: xinerama setup on kde 3.1.4

2004-02-04 Thread Darryl N. Grant


On Wed, 2004-02-04 at 13:17, Louis Munro wrote:
 Hello everyone,
 I'm posting this here after trying the freebsd-x11mailing list as it didn't 
 produce the expected results. Hopefully someone among you will know more 
 about this than I...
 I'm trying to setup KDE to display in full xinerama on my new computer. I
  have an nvidia GFX5600 which is capable of displaying on two monitors (I've
  got it working with windows Xp) but I can't seems to get it right on
  FreeBSD: X only displays on one monitor and just blanks out the other. So I
  have a few questions:
 --Do I have to compile Xfree86 with some special arguments to enable
  xinerama? I installed it from the cd (4.9 stable, world remade about a week
  ago). --Does KDE 3.1.4 support xinerama? Do I have to do anything special to
  enable it?
 --I haven't found all that much information about configuring xinerama. Have
  I missed anything?
 
 I'm appending my XFree86config so you guys can tell me if it's something in
 there that's incorrect.


Have you tried multiple montior resolutions?  Do you have the nvidia
kernel module loaded?  I also do not see the TwinView Identifier in your
config.  I had to add that for mine.  If you are still having problems,
let me know.

HTH,

Darryl

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]