Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

xinerama on multiple graphics cards

 
   Soft32 Home -> Linux -> General Discussions RSS
Next:  [PATCH] ix86: minor highmem related Kconfig clean..  
Author Message
terryc

External


Since: Jan 16, 2009
Posts: 40



(Msg. 1) Posted: Tue Jun 30, 2009 9:20 am
Post subject: xinerama on multiple graphics cards
Archived from groups: alt>os>linux>debian (more info?)

Does anyone have any knowledge on when this is going to be put back into
xorg? Screwed in lenny.
Back to top
Login to vote
NBaH

External


Since: Jun 30, 2009
Posts: 2



(Msg. 2) Posted: Tue Jun 30, 2009 9:20 am
Post subject: Re: xinerama on multiple graphics cards [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

terryc <newssevenspam-spam.TakeThisOut@woa.com.au> wrote:
>
> Does anyone have any knowledge on when this is going to be put back into
> xorg? Screwed in lenny.
>
>


It works fine for me...

I've got nearly the same xorg.conf since Sarge.
I just adapted it for different hardware.

Xorg _can_ do autodetection, but if you fill an xorg.conf, Lenny will takes its parameters

$ cat /etc/debian_version
5.0.1

--
Want to post?
First get:
http://www.dmoz.org/Computers/Usenet/
Back to top
Login to vote
terryc

External


Since: Jan 16, 2009
Posts: 40



(Msg. 3) Posted: Tue Jun 30, 2009 1:20 pm
Post subject: Re: xinerama on multiple graphics cards [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 30 Jun 2009 13:29:59 +0000, NBaH wrote:


>
> It works fine for me...

And you are running lenny and using xorg?
Care to post your xorg.conf?
The advice I've read is that it has been deliberately screwed under lenny
stable.
Back to top
Login to vote
NBaH

External


Since: Jun 30, 2009
Posts: 2



(Msg. 4) Posted: Tue Jun 30, 2009 5:20 pm
Post subject: Re: xinerama on multiple graphics cards [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

terryc <newssevenspam-spam.DeleteThis@woa.com.au> wrote:
>
> On Tue, 30 Jun 2009 13:29:59 +0000, NBaH wrote:
>
>
> >
> > It works fine for me...
>
> And you are running lenny and using xorg?
> Care to post your xorg.conf?
> The advice I've read is that it has been deliberately screwed under lenny
> stable.
>

as I previously wrote, I'm on debian_version : 5.0.1 aka Lenny

here's my xorg.conf:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg


Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "false"
EndSection

Section "Device"
Identifier "nVidia Corporation NV17 [GeForce4 MX 440] (rev a3)"
Driver "nv"
BusID "PCI:1:0:0"
EndSection

Section "Extensions"
Option "Composite"
EndSection

Section "Monitor"
Identifier "Dell E770 01"
Option "DPMS"
HorizSync 30-65
VertRefresh 30-60
EndSection

Section "Screen"
Identifier "Screen01"
Device "nVidia Corporation NV17 [GeForce4 MX 440] (rev a3)"
Monitor "Dell E770 01"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection


Section "Device"
Identifier "3Dfx Voodoo Banshee"
Driver "tdfx"
BusID "PCI:0:13:0"
EndSection

Section "Monitor"
Identifier "Dell E770 02"
Option "DPMS"
HorizSync 30-65
VertRefresh 30-60
EndSection

Section "Screen"
Identifier "Screen02"
Device "3Dfx Voodoo Banshee"
Monitor "Dell E770 02"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection


Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen01"
Screen "Screen02" RightOf "Screen01"
Option "Xinerama"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection

--
Want to post?
First get:
http://www.dmoz.org/Computers/Usenet/
Back to top
Login to vote
Display posts from previous:   
Related Topics:
printer - is brother better than hp for debian? i want all in one.

printer - all in one is brother better easier than hp to run?

How to download youtube video into Adobe Premiere - How to download youtube video into Adobe Premiere I like to lounge around online and youtube is my favorite. Sometimes...

How to config a Visualize-EG graphics cards on a B2000 wit.. - Hi I've installed a visualize-EG card into a B2000 so I can get X to work. However I can not see the driver listed whe...

[gentoo-user] DVI graphics cards - recommendations? - I have a project where I need DVI (digital output) graphics cards. The requirements are pretty low: 1024x768 at 16 bits...

Multiple video Cards - I tried to reply to my earlier post and al was right just plug in the PCI-E card and it worked. Now for my next..
       Soft32 Home -> Linux -> General Discussions All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]