View previous topic :: View next topic |
Author |
Message |
kk n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Mar 2005 Posts: 2
|
Posted: Fri Mar 11, 2005 1:58 am Post subject: nVidia 6600qt Xinerama dual monitor problem |
|
|
Hello everybody,
I'm new, and I'm experiencing a H-U-G-E problem with my dual monitor config.
All I can get with Xinerama is a stretched monitor, not exactly what I wanted... , I have nvidia driver with rendering working. I have already added the flag "Xinerama" and recompiled the entire KDE environment, but still Xinerama's not working. Anybody has a ready-to-go solution to that? Thanks a lot |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
steve_d555 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/47717210241a3bf7bdfc04.gif)
Joined: 07 Nov 2004 Posts: 458 Location: Belmont, Massachusetts
|
Posted: Fri Mar 11, 2005 2:33 am Post subject: |
|
|
Try using Twinview I think its nVidia's take on Xinerama or w/e. Check Gentoo Wiki for a Tutorial on Dual-Monitors. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kk n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Mar 2005 Posts: 2
|
Posted: Fri Mar 11, 2005 8:44 am Post subject: |
|
|
By the way, here is by xorg.conf. Thanks again.
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "on"
# Option "Clone" "on"
Option "TwinViewOrientation" "RightOf"
Option "TwinView" "0"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
#Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
VideoRam 131072
Option "ConnectedMonitor" "Monitor0"
Screen 0
# Option "Xinerama" "on"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
Identifier "Card1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
VideoRam 131072
Option "ConnectedMonitor" "Monitor1"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot 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
|
|