LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-08-2004, 07:35 AM   #1
degraffenried13
Member
 
Registered: Sep 2003
Posts: 228

Rep: Reputation: 30
Twinview as separate screens, not stretched


I have pasted my XF86Config file because I have gotten my computer and tv to show either a clone with both showing the same thing on both screens.

When I cahnge my XF86Config file to have the tv rightof, then it stretches the screen across both.

The problem is, when I want to watch a DVD just on the tv the screen maximizes to just the tv, but it is stretched because of the the stretching of the screens.

I tried to change the resolution to 1024x1536, which I thought would stop the stretching because you wouldn't be stretching 768 across both screens, but X wouldn't start in this mode.


Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "HITACHI V700"
DisplaySize 330 250
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce 4 MX (generic)"
VideoRam 65536
Option "TwinView" "1"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "1024x768, 1024x768; 800x600, 800x600; 640x480,
640x480"
Option "NTSC-M" "TVStandard"
Option "TwinViewOrientation" "Clone"
Option "ConnectedMonitor" "CRT, TV"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection




Thanks for any help you can offer.
 
Old 05-08-2004, 03:23 PM   #2
znerd
LQ Newbie
 
Registered: Apr 2004
Location: Netherlands
Distribution: Gentoo/SuSE/FreeBSD/Fedora
Posts: 6

Rep: Reputation: 0
Me too :-\

I've got the exact same problem. I've got an NVidia Quadro 280 NVS, and I'm running Gentoo Linux 2004.1. TwinView setup was a piece of cake, but now my window manager (KDE 3.2.2) does not detect that there are 2 screens and not just one, so it stretches everything over both screens, including the task bar, the startup screen, etc.

I did have this working previously, but that was with FreeBSD 5.2.1, IIRC.

I'm using version 1.0-5336 of the NVidia drivers. Perhaps it's an error in those drivers, because I've tried virtually everything, including:

- Reinstallation of the nvidia-glx and nvidia-kernel stuff
- Added to XF86Config: Option "Xinerama" "off" in the ServerFlags section
- Added to XF86Config: Option "NoTwinViewXineramaInfo" "off" in the Driver section
- Changed resolutions for the second monitor

The problem MAY be that the NVidia drivers are not able to export Xinerama-compatible information to the window manager, because the 'normal' XFree86 Xinerama extension is loaded and in the way.

I have tried to disable it, but I'm not sure how to do it. The XF86Config man file indicates that Xinerama is by default disabled, so I would think that I should not have to do anything...

The nvidia documentation is here:
ftp://download.nvidia.com/XFree86/Li...0-5336/README/

It says explicitly that if the Xinerama extension is enabled in XFree86, then the NVidia drives won't be able to publish Xinerama-compatible information to the window manager.

When I check my XFree86.N.log file (where N is the ID), then I do see that some XINERAMA extension is loaded and then initialized. I'm just not sure whether that is the XFree86 XINERAMA driver, or the Nvidia driver publishing a XINERAMA-compatible interface of some sorts....
 
Old 05-09-2004, 06:06 PM   #3
degraffenried13
Member
 
Registered: Sep 2003
Posts: 228

Original Poster
Rep: Reputation: 30
just trying to give it a second chance.

thankshttp://freechallenge.1.golf.sportsline.com/challenge/scoreboard-golf/
 
Old 06-06-2004, 03:30 PM   #4
derfaust
Member
 
Registered: Feb 2004
Location: TX, USA
Distribution: slack 9.1, 10, and 10.2
Posts: 144

Rep: Reputation: 15
or you could use xinerama....here is my working XF86config...it works great!!! just change to suit

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

# This loads the DBE extension module.

Load "dbe" # Double buffer extension
SubSection "extmod"
# Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

# This loads the Type1 and FreeType font modules
Load "type1"
Load "speedo"

# This loads the GLX module
Load "glx"
Load "v4l"
# This loads the DRI module
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/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 "Keyboard0"
Driver "Keyboard"

Option "AutoRepeat" "500 30"

Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "en"

EndSection

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

Section "InputDevice"

# Identifier and driver

Identifier "Mouse0"
Driver "mouse"
#Option "Protocol" "IMPS/2"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
Option "Buttons" "8"

# Option "Resolution" "256"
EndSection

# *****************
# Monitor section *
# *****************

# Any number of monitor sections may be present

Section "Monitor"
Identifier "hitachi CM 803"
HorizSync 31.5 - 115
VertRefresh 50 - 160
EndSection

Section "Monitor"
Identifier "dell M992"
HorizSync 30 - 96
VertRefresh 50 - 160
EndSection

# *************************
# Graphics device section *
# *************************

Section "Device"
Identifier "nvidia0"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 0
Option "NoLogo" "1"
Option "NvAGP" "4"
EndSection

Section "Device"
Identifier "nvidia1"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 1
Option "NoLogo" "1"
Option "NvAGP" "4"
EndSection
# *****************
# Screen sections *
# *****************

Section "Screen"
Identifier "nvidia0screen"
Device "nvidia0"
Monitor "hitachi CM 803"
DefaultDepth 24
Subsection "Display"
Depth 24
#Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
#Virtual _"1024x768"
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

Section "Screen"
Identifier "nvidia1screen"
Device "nvidia1"
Monitor "dell M992"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480
ViewPort 0 0
EndSubsection
EndSection
# ************************
# ServerLayout sections. *
# ************************

Section "ServerLayout"
Identifier "dual"
Screen 0 "nvidia0screen"
Screen 1 "nvidia1screen" Above "nvidia0screen"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
Identifier "single"
Screen 0 "nvidia0screen"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
****************************************
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Twinview with separate desktops mykrob SUSE / openSUSE 1 09-17-2005 04:33 AM
TwinView/Xinerama performance issues on 3 screens UrbanSlayer Linux - Hardware 0 05-22-2005 04:34 AM
Two screens on separate graphic-cards. Possible on linux? Ac1db0rN Linux - Software 2 03-13-2005 09:16 AM
Separate Partitions for Separate User groups volvic Slackware - Installation 2 09-16-2004 02:42 AM
TwinView problem with LCD & CRT screens Garfi Linux - Hardware 1 11-06-2003 12:12 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 08:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration