|
|
#1 | |
|
Registered User
Join Date: Sep 2006
Posts: 11
|
Hey there, I searched through the forum and didn't have much luck in finding what I need help with.
![]() I have a 7900GT, and two monitors, one 20.1" 1680x1050, and an HDTV, 42" 1920x1080, the HDTV is mounted above the the 20.1", so I have the screens setup "attached" at the top and bottom. What I would like is the ability to disable the TV as easily as it is to change the resolution, in this box, maybe there is a way to make "off" or "NULL" a selection for the resolution. ![]() I don't have a great understanding as to how this stuff works, so maybe what I am asking isn't exactly possible, but hopefully it is. ![]() By the way, this is my xorg.conf, and I am running Debian, 2.6.16-2-686-smp, Nvidia drivers 8776, and I have a Core 2 Duo E6600... (oh and there is some compiz stuff in the xorg.conf, but I am running plain old xorg/metacity/gnome. )Code:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
Screen 1 "Screen1" Above "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
# Option "AIGLX" "True"
EndSection
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
#path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZaxisMapping" "4 5"
Option "Emulate3Buttons" "false"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7900 GT"
BusID "PCI:1:0:0"
Option "RenderAccel" "true"
# Option "AllowGLXWithComposite" "true"
# Option "AddARGBGLXVisuals" "True"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7900 GT"
BusID "PCI:1:0:0"
Option "RenderAccel" "true"
# Option "AllowGLXWithComposite" "true"
# Option "AddARGBGLXVisuals" "True"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "UseEdidFreqs" "True"
Option "TwinView" "False"
SubSection "Display"
Depth 24
Modes "1680x1050" "1440x900" "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor0"
DefaultDepth 24
Option "UseEdidFreqs" "True"
Option "TwinView" "False"
SubSection "Display"
Depth 24
Modes "1920x1080" #"NULL" ??
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "True"
EndSection
Section "DRI"
Mode 0666
EndSection
![]() |
|
|
|
|
|
|
#2 | |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
What you're requesting is currently possible only with Twinview, and only with the the 1.0-962x drivers, via nvidia-settings.
Thanks, Lonni |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Sep 2006
Posts: 11
|
Okay, thanks anyway.
![]() |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Sep 2006
Posts: 11
|
Sorry for the bump...
Is there anyway I can lock my mouse to one screen, and have a hotkey that will move the mouse cursor back and forth to the other monitor? P.S. I am now using the 97.42 drivers. Last edited by The General; 11-10-06 at 04:37 PM. |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 3M Unveils 20x and 40x Multi-Touch Screens | News | Latest Tech And Game Headlines | 0 | 06-15-12 06:00 AM |
| (Gamers Hell) Assassin's Creed III New E3 2012 Screens | News | Latest Tech And Game Headlines | 0 | 06-11-12 05:30 AM |
| Got driver running but Xfree shows only weird screens | silamael | NVIDIA Linux | 2 | 09-25-02 01:43 AM |
| no screens found + BusID ?? | orion | NVIDIA Linux | 2 | 08-24-02 08:34 AM |
| Worked fine before, now getting "no screens found" | HansBoldt | NVIDIA Linux | 3 | 08-22-02 06:20 AM |