Re: Re: Multiple screens TV and Monitor??

2003-08-03 Thread kristof
Hi Frank,

Thx for the advice and I trying to implement what you advice me to do. I also 
consulted the README.Linux, after I found it(Long day...). Now I think I got the 
basic idee of it down, but I seem not to be able to get both screens started. TV or 
Monitor. In the attachement you'll find my XF86config file maybe you can take a look? 
I've got the feeling that I'm missing a small detail or I'm completly of the target...

When I place in the device section, Option "ConnectedMonitor" "TV" the TV jumps on. 
When I leave it as it is just the monitor works...

Any Idee??

Thanks in advance

Kristof


 Frank Knobbe <[EMAIL PROTECTED]> wrote:


>On Fri, 2003-08-01 at 13:24, kristof wrote:
>> Does anybody know how you to configure your Xfreeconfig file so that
>> it can lanch two X windows at the same time. I would like te be able
>> to view my screen on my tv and monitor at the same time. I can do it
>> separatly(TV or Monitor) but it has to be possible to have twinview. I
>> have an NVIDIA Geforce 4 MX 440 SE and I'm pretty sure it supports
>> this feature (Works in WINDHOOS). Any links with information or advice
>> on how to adchieve this would be very welkom
>
>Kristof,
>
>this should be explained in the documentation or FAQ of the Nvidia Linux
>driver. There is a "twinview" keyword that enables TwinView in X. There
>are also a couple other options that specify the second display, it's
>screen size, and where (layout-wise) it is located in relation to the
>primary display.
>
>I have my Xconfig file for TwinView attached. It enables my TFT display
>(DFP) (Inspiron 8100 with GeForce2 Go) and the external monitor (CRT).
>The keyword for the TV output I believe is just "TV". All those things
>are in the DEVICE section. Use the attached stuff as an example and
>modify it to fit your needs.
>
>Hope this helps,
>Frank
>
>
>PS: Anyone know a decent and not too expensive TFT flat screen capable
>of 1600x1200?
>


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


Re: Multiple screens TV and Monitor??

2003-08-01 Thread Frank Knobbe
On Fri, 2003-08-01 at 13:24, kristof wrote:
> Does anybody know how you to configure your Xfreeconfig file so that
> it can lanch two X windows at the same time. I would like te be able
> to view my screen on my tv and monitor at the same time. I can do it
> separatly(TV or Monitor) but it has to be possible to have twinview. I
> have an NVIDIA Geforce 4 MX 440 SE and I'm pretty sure it supports
> this feature (Works in WINDHOOS). Any links with information or advice
> on how to adchieve this would be very welkom

Kristof,

this should be explained in the documentation or FAQ of the Nvidia Linux
driver. There is a "twinview" keyword that enables TwinView in X. There
are also a couple other options that specify the second display, it's
screen size, and where (layout-wise) it is located in relation to the
primary display.

I have my Xconfig file for TwinView attached. It enables my TFT display
(DFP) (Inspiron 8100 with GeForce2 Go) and the external monitor (CRT).
The keyword for the TV output I believe is just "TV". All those things
are in the DEVICE section. Use the attached stuff as an example and
modify it to fit your needs.

Hope this helps,
Frank


PS: Anyone know a decent and not too expensive TFT flat screen capable
of 1600x1200?




Section "ServerFlags"
# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

# NoTrapSignals

# Uncomment this to disable the  server abort sequence
# This allows clients to receive this key event.

DontZap

# Uncomment this to disable the / mode switching
# sequences.  This allows clients to receive these key events.

 DontZoom
EndSection

Section "Device"
Identifier "NVIDIA GeForce 2"
VendorName "NVIDIA"
BoardName  "GeForce2 Go"
Driver "nvidia"
VideoRam   32768
#Option "FlatPanelScalingMode" "scaled"
Option "CursorShadow" "On"
Option "CursorShadowXOffset" "2"
Option "ConnectedMonitor" "DFP,CRT"
Option "TwinView" "On"
#Option "SecondMonitorHorizSync" "90"
#Option "SecondMonitorVertRefresh" "80"
Option "TwinViewOrientation" "RightOf"
#Option "MetaModes" "1600x1200,1024x768;"
#Option "MetaModes" "1024x768,1600x1200;"
Option "MetaModes" "[EMAIL PROTECTED],1600x1200;"
Option "UseEdidFreqs" "On"
EndSection

Section "Module"
Load"bitmap"
Load"extmod"
Load"dbe"
Load"type1"
Load"glx"
Load"freetype"

EndSection

Section "Screen"
Identifier  "Screen"
Device  "NVIDIA GeForce 2"
Monitor "Dell 1600X Laptop Display Panel"
DefaultColorDepth 24

Subsection "Display"
Depth   24
Modes   "1600x1200" 
#Modes   "1024x768" 
ViewPort0 0
EndSubsection
EndSection

#Section "ServerLayout"
#Identifier "Normal"
#InputDevice "Mouse" "CorePointer"
#InputDevice "Keyboard" "CoreKeyboard"
#EndSection

Section "InputDevice"
Identifier  "Mouse"
Driver  "mouse"
#Option  "Protocol" "PS/2"
#Option  "Protocol" "IntelliMouse"
#Option  "Device" "/dev/mouse"
Option  "Device" "/dev/sysmouse"
  
Option "ZAxisMapping" "4 5"
#Option "Protocol" "Xqueue"

#   Emulate3Buttons
#   Emulate3Timeout50
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.

RgbPath "/usr/X11R6/lib/X11/rgb"

# 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.

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/Type1/"
FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

ModulePath "/usr/X11R6/lib/modules"

EndSection

Section "InputDevice"
Identifier  "Keyboard"
Driver  "Keyboard"
Option  "Protocol" "Standard"
Option  "AutoRepeat" "250 12"

# Option Protocol   "Xqueue"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Xleds  1 2 3

# To set the LeftAlt to Meta, RightAlt key to ModeShift, 
# RightCtl key to Compose, and ScrollLock key to ModeLock:

#LeftAlt Meta
#RightAltMeta
#ScrollLock  Compose
#RightCtlControl

Multiple screens TV and Monitor??

2003-08-01 Thread kristof
Hi,

Does anybody know how you to configure your Xfreeconfig file so that it can lanch two 
X windows at the same time. I would like te be able to view my screen on my tv and 
monitor at the same time. I can do it separatly(TV or Monitor) but it has to be 
possible to have twinview. I have an NVIDIA Geforce 4 MX 440 SE and I'm pretty sure it 
supports this feature (Works in WINDHOOS). Any links with information or advice on how 
to adchieve this would be very welkom

thx

krikke


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