Re: nVidia GeForce 6600 GT PCI Express - working?

2005-03-08 Thread Soenke von Stamm
Hi Wolfgang,

Am Montag, 7. März 2005 21:54 schrieb Wolfgang Mader:
[...]
 out. I thinkt it should be possible to use two monitors (in e.g. panorama
 mode). I think in nvidias word this is calles dualview. If someone was able
 to set this up I would be pleased to read how to do this.

NVidia calls it TwinView, XFree's version ix Xinerama. The config below is for 
Xinerama, the TwinView stuff is commented out. Both Screens (DFPs in this 
case) are connected to one card, it's a GF5700 AGP with two DVI ports. I'm 
running this on i386.

TwinView has one advantage: it's possible to assign nvidia-settings to both 
screens. The downer is, applications and your window manager don't recognize 
the two screens. To them, it's only one very-wide screen. With Xinerama you 
can eg. maximize to only one screen and KDE panels (GNOME ones as well I 
guess) can be assigned to exactly one screen. In my case this outweighs the 
benefits of TwinView.


yours,
  Sönke

--
# XF86Config-4 (XFree86 X Window System server configuration file)

Section ServerFlags
Option Xinerama
EndSection

# Layout mit Xinerama
Section ServerLayout
Identifier Dual DFP
Screen  0  Left DFP Screen
Screen  1  Right DFP Screen RightOf Left DFP Screen
InputDeviceGeneric Keyboard
InputDeviceConfigured Mouse
EndSection

## NVidia twinview
#Section ServerLayout
#Identifier  AGPTwinView
#Screen  Screen AGP TwinView
#InputDeviceGeneric Keyboard
#InputDeviceConfigured Mouse
#EndSection

Section Files
# local font server
# if the local font server has problems, we can fall back on these
FontPath unix/:7100
FontPath /usr/lib/X11/fonts/misc
FontPath /usr/lib/X11/fonts/cyrillic
FontPath /usr/lib/X11/fonts/100dpi/:unscaled
FontPath /usr/lib/X11/fonts/75dpi/:unscaled
FontPath /usr/share/fonts/truetype
FontPath /usr/share/fonts/type1
FontPath /usr/share/fonts/type1/gsfonts
FontPath /usr/lib/X11/fonts/Type1
FontPath /usr/lib/X11/fonts/CID
FontPath /usr/lib/X11/fonts/Speedo
FontPath /usr/lib/X11/fonts/100dpi
FontPath /usr/lib/X11/fonts/75dpi
EndSection

Section Module
Load  bitmap
Load  dbe
Load  ddc
Load  extmod
Load  freetype
Load  glx
Load  int10
Load  record
Load  speedo
Load  type1
Load  vbe
# removed for nvidia driver:
#   Load  GLcore
#   Load  dri
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  keyboard
Option  CoreKeyboard
Option  XkbRules xfree86
Option  XkbModel pc105
Option  XkbLayout de
Option  XkbVariant nodeadkeys
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device /dev/input/mice
Option  Protocol ImPS/2
Option  Emulate3Buttons true
Option  ZAxisMapping 4 5
EndSection

Section Monitor
Identifier   DFP-1
Option  DPMS
EndSection

Section Monitor
Identifier   DFP-2
Option  DPMS
EndSection

Section Device
Identifier  Gainward 980 Port 1
Driver  nvidia
Option  CRT2Position RightOf
BusID   PCI:1:0:0
Option  Xinerama true
Screen 0
EndSection

Section Device
Identifier  Gainward 980 Port 2
Driver  nvidia
Option  CRT1Position LeftOf
BusID   PCI:1:0:0
Option  Xinerama true
Screen 1
EndSection

#Section Device
#Identifier NV AGP TwinView
#VendorName nvidia
#Driver nvidia
## update this with the PCI id of your card.  Consult the output
## of the 'lspci' command. The  BusID is usually optional when
## only using one graphics card.
#BusID   PCI:1:0:0
#
## sample twinview setup
#Option TwinView
## be sure to replace the HorizSync and VertRefresh with correct values
## for your monitor!
#Option TwinViewOrientation  RightOf
#Option MetaModes1280x1024,1280x1024; 
1024x768,1024x768
#Option ConnectedMonitor dfp,dfp
#EndSection


Section Screen
Identifier Left DFP Screen
Device Gainward 980 Port 1
MonitorDFP-1
DefaultDepth 24
SubSection Display
Depth 24
Modes1280x1024 1280x960 1152x864 1024x768 
800x600
640x480
EndSubSection
EndSection

Section Screen
Identifier Right DFP Screen
Device Gainward 980 Port 2
MonitorDFP-2
DefaultDepth 24
SubSection Display
Depth 24
Modes  

Re: nVidia GeForce 6600 GT PCI Express - working?

2005-03-08 Thread james
I am using Nvidia's TwinView/Xinerama in XF86Config-4:

Option  NvAGP 1
Option  TwinView  true
Option  SecondMonitorHorizSync30.0-75.0
Option  SecondMonitorVertRefresh  50.0-85.0
Option  MetaModes 1280x1024, 1280x1024; 1280x1024, 
1280x1024;
Option  TwinViewOrientation   RightOf
Option  Xinerama  on

(in Screen section), and it works exactly as Lennart describes (panels on one 
screen etc.). I haven't managed to play any games apart from tuxracer yet, but 
it presents a problem in the fact that the game displays at 640x480 (or 800x600 
i think) in between the two screens, so half the game is on the First VDU 
(video display unit), the other half is on the Second VDU.

Lennart Sorensen [EMAIL PROTECTED] wrote :

 On Tue, Mar 08, 2005 at 09:19:53AM +0100, Soenke von Stamm wrote:
 gt; NVidia calls it TwinView, XFree's version ix Xinerama. The config below 
 is
 for 
 gt; Xinerama, the TwinView stuff is commented out. Both Screens (DFPs in this
 
 gt; case) are connected to one card, it's a GF5700 AGP with two DVI ports. 
 I'm
 
 gt; running this on i386.
 gt; 
 gt; TwinView has one advantage: it's possible to assign nvidia-settings to 
 both
 
 gt; screens. The downer is, applications and your window manager don't
 recognize 
 gt; the two screens. To them, it's only one very-wide screen. With Xinerama 
 you
 
 gt; can eg. maximize to only one screen and KDE panels (GNOME ones as well I
 
 gt; guess) can be assigned to exactly one screen. In my case this outweighs 
 the
 
 gt; benefits of TwinView.
 
 I thought there was an option in TwinView to provide xinerama compatible
 features so window managers would know the actual layout of the screen.
 I thought the main difference was support for opengl on both screens or
 not, and video overlay support and such.
 
 But given I only have a single port nvidia, I can't try it out myself.
 I can only read the README.
 
 Len Sorensen
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of quot;unsubscribequot;. Trouble? Contact [EMAIL PROTECTED]

___
Sent Using: Total Carnage WebMail, with NOCC, http://nocc.sourceforge.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: nVidia GeForce 6600 GT PCI Express - working?

2005-03-08 Thread Soenke von Stamm
Works, thank you! =8)

I had to comment out 

#Section ServerFlags
#   Option Xinerama
#EndSection

though. It's about moving several things to uncommon places it seems:

I have removed all the TwinView stuff from the Device section and moved it 
to the Screen section, following your advice. 

Metamodes are 1280x1024, 1280x1024; 1024x768,1024x768; 800x600,800x600; 
640x480,640x480;  now and work nicely, also video acceleration/overlay works 
on both screens. Oh and nvidia-settings of course!

Ok, as this is an amd64 list, we should stop this now I guess (or move to 
debian-user. NOT! =;)


   Sönke



Re: nVidia GeForce 6600 GT PCI Express - working?

2005-03-07 Thread Johannes Klug
Johannes Klug wrote:
Hello!
I just set up my new Athlon64 box.
Mainboard: Asus A8N-SLI, VGA: Geforce 6600 GT PCIe.
But I do not get nvidia's driver installed properly, nor do I get the 
XServer running with vga/vesa/nv drivers.

Did anyone accomplish this?
Thanks in advance,
Johannes
Sorry, I did forget to mention I used the latest Sid netinst image. 
Installation was smooth.

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: nVidia GeForce 6600 GT PCI Express - working?

2005-03-07 Thread Alois Zoitl
I have the such a card running
I had some problems in the beginning and patched the x-server packages.
look in the archive of the mailing list regarding this problem. (main 
proble:
no or crapy mouse cursor)

Alois
Johannes Klug wrote:
Hello!
I just set up my new Athlon64 box.
Mainboard: Asus A8N-SLI, VGA: Geforce 6600 GT PCIe.
But I do not get nvidia's driver installed properly, nor do I get the 
XServer running with vga/vesa/nv drivers.

Did anyone accomplish this?
Thanks in advance,
Johannes


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: nVidia GeForce 6600 GT PCI Express - working?

2005-03-07 Thread Marco Amadori
Alle 20:28, lunedì 7 marzo 2005, Johannes Klug ha scritto:
 Hello!

 I just set up my new Athlon64 box.
 Mainboard: Asus A8N-SLI, VGA: Geforce 6600 GT PCIe.

 But I do not get nvidia's driver installed properly, nor do I get the
 XServer running with vga/vesa/nv drivers.

 Did anyone accomplish this?
sure, I have same hardware.

look here http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=292252
-- 
Marco Amadori 
:wq



Re: nVidia GeForce 6600 GT PCI Express - working?

2005-03-07 Thread Wolfgang Mader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 07 March 2005 21:49, Alois Zoitl wrote:
 I have the such a card running
 I had some problems in the beginning and patched the x-server packages.
 look in the archive of the mailing list regarding this problem. (main
 proble:
 no or crapy mouse cursor)

I have the same hw and did also patch the xserver. The paches and an 
instuction can easiely be found in the nvidia linux forums.
Everyone who owns this card knows that is have an digital out and and vga out. 
I thinkt it should be possible to use two monitors (in e.g. panorama mode). I 
think in nvidias word this is calles dualview. If someone was able to set 
this up I would be pleased to read how to do this.

Cheers
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCLL+Ei9QYB3W16SMRAjPaAJ9wl46aGnZ+je6J3jKUnfLZbaCa0wCeP3cW
ziyMyFGqNpK7/zw1EDhy7Qc=
=fwVj
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]