Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 21st April 2008, 11:08 PM
snazyevey Offline
Registered User
 
Join Date: Sep 2007
Posts: 14
running dual head monitor

I have been trying to get dual head to work in fedora 8

i have one monitor running at 1440x900 and the other one is my lcd tv that i want to run at 1920x1080.
however, after playing with resolutions and dropping both qualities down to something more managable (or so i thought) i am still not having any luck
when i boot up i just get one monitor black and the other one is just distorted with horizontal coloured lines running through it?

i am using a xfx 7800gt oc video card, nvidia...

is this even possible and if it is what am i doing incorrectly and what can i do to get this to work properly??
thanks for your help!
Reply With Quote
  #2  
Old 21st April 2008, 11:23 PM
BlackBOX-MX's Avatar
BlackBOX-MX Offline
Registered User
 
Join Date: Sep 2006
Location: Cancun, Mexico
Age: 29
Posts: 52
Hello!!..

Can you please post your xorg.conf here? Dual Head sometimes can be a real headache!.

/etc/X11/xorg.conf <--- copy paste whats inside the file please.!
__________________
Windows: A collection of 32bit extensions and a graphical shell for a 16bit patch to an 8bit O.S. originally coded for a 4bit microprocessor written by a 2bit company who cant stand 1 bit of competition.:cool:
Reply With Quote
  #3  
Old 21st April 2008, 11:34 PM
snazyevey Offline
Registered User
 
Join Date: Sep 2007
Posts: 14
heres what i got

# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" LeftOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"
Option "Clone" "on"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1920x1080"
HorizSync 31.5 - 67.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1920x1080"
HorizSync 31.5 - 67.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nv"
EndSection

Section "Device"
Identifier "Videocard1"
Driver "nv"
VendorName "Videocard Vendor"
BoardName "nVidia Corporation G71 [GeForce 7900 GT/GTO]"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection

thanks
Reply With Quote
  #4  
Old 22nd April 2008, 12:21 AM
BlackBOX-MX's Avatar
BlackBOX-MX Offline
Registered User
 
Join Date: Sep 2006
Location: Cancun, Mexico
Age: 29
Posts: 52
First before anything, make a backup file of your xorg.conf

cd /etc/X11/
cp xorg.conf xorg.conf.bak

-----------------------------------

Try this as xorg.conf and when its done press CTRL+ALT+BACKSPACE to restart X.

Code:
Section "ServerLayout"
Identifier "Multihead layout"
Screen 0 "Screen0" LeftOf "Screen1"
Screen 1 "Screen1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"
Option "Clone" "on"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1440x900"
HorizSync 31.5 - 67.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1920x1080"
HorizSync 31.5 - 67.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nv"
EndSection

Section "Device"
Identifier "Videocard1"
Driver "nv"
VendorName "Videocard Vendor"
BoardName "nVidia Corporation G71 [GeForce 7900 GT/GTO]"
BusID "PCI:1:0:0"
Screen 1
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display0"
Viewport 0 0
Depth 24
Modes "1440x900"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display1"
Viewport 0 0
Depth 24
Modes "1920x1080"
EndSubSection
EndSection
__________________
Windows: A collection of 32bit extensions and a graphical shell for a 16bit patch to an 8bit O.S. originally coded for a 4bit microprocessor written by a 2bit company who cant stand 1 bit of competition.:cool:
Reply With Quote
  #5  
Old 22nd April 2008, 01:00 AM
snazyevey Offline
Registered User
 
Join Date: Sep 2007
Posts: 14
i tried to login as root and i get in but it keeps kicking me out right away..is there any other way....
is it possible to change the user rights as a user to make me able to read write to the etc folder...
and how would i do that?
Reply With Quote
  #6  
Old 22nd April 2008, 02:20 AM
Emphyrio Offline
Registered User
 
Join Date: Jun 2005
Posts: 57
First off, make sure you are logged on as root when you make the changes. I've had no luck as a regular user getting my set up to work.

Here is my xorg.conf:

Code:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder26)  Thu Dec 13 18:56:19 PST 2007

# Xorg configuration created by livna-config-display
#  Dan's Note:  Widescreen flat panel at 1680x1050, 50 hz
#               Standard flat panel at 1280x1024, 50 hz 

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath      "/usr/lib64/xorg/modules/extensions/nvidia"
    ModulePath      "/usr/lib64/xorg/modules"
EndSection

Section "Module"
EndSection

Section "ServerFlags"
    Option         "AIGLX" "on"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us+inet"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "FOU F199"
    HorizSync       30.0 - 80.0
    VertRefresh     55.0 - 75.0
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Proview"
    HorizSync       31.0 - 80.0
    VertRefresh     56.0 - 76.0
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6600 GT"
    Option         "AddARGBGLXVisuals" "True"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Videocard1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6600 GT"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "CRT: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Videocard1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP: nvidia-auto-select +0+0"
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection
It looks like you are not running the right driver. the driver called "nv" is sort of a generic driver. Install the driver from Livna. You can follow the directions here: http://www.fedorafaq.org/#nvidia

After the reboot, log on as root and make the configuration changes (resolution, twinview, etc) using the nVidia configuration tool. It's in the system menu. Because you want to use two different resolutions, you must use two seperate x screens. AFAIK.
__________________
Dan

*****
I only sorta, kinda, know what I'm doing. :rolleyes:
*****
Reply With Quote
  #7  
Old 22nd April 2008, 04:27 AM
BlackBOX-MX's Avatar
BlackBOX-MX Offline
Registered User
 
Join Date: Sep 2006
Location: Cancun, Mexico
Age: 29
Posts: 52
thats true i didnt check that... the driver..

try t download the propietary driver.. i did it and works for me but when you install it be sure you are not on gnome...on shell as root type init 3 to boot as multiusermode in case you have init 5 as default (X11)....

then install the nvidia driver.. once its done.. then enter as root to x11 using "startx" (as root).. and you can easily config with a nvidia GUI tool...

If you are trying to make both monitors work with compiz-fusion... wont work.. you need to change more things.
__________________
Windows: A collection of 32bit extensions and a graphical shell for a 16bit patch to an 8bit O.S. originally coded for a 4bit microprocessor written by a 2bit company who cant stand 1 bit of competition.:cool:
Reply With Quote
  #8  
Old 12th May 2008, 09:49 AM
LatinHacker's Avatar
LatinHacker Offline
Registered User
 
Join Date: Sep 2007
Location: Venezuela
Age: 34
Posts: 120
I have an Alverto NVIDIA GeForce 5500 PCI 128 MBs VRAM and I am also trying to run Dual Heads, but on FC7, do I do the same? Only the first monitor works, when I configure my second it fails to start the X Server at boot time. Although I do have the main Video Card Chipset included on the motherboard a Intel Pro 8 MB, not good, but that one seems to be accepted as second adapter.

Last edited by LatinHacker; 12th May 2008 at 09:51 AM. Reason: Missing Information
Reply With Quote
Reply

Tags
dual, head, monitor, running

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual head on Fedora 8 with HP monitor henders Hardware & Laptops 0 5th January 2008 10:02 AM
Dual head monitor problem rbasukala Hardware & Laptops 0 23rd April 2007 09:44 PM
Dual Head monitor switch scotta3234 Using Fedora 1 5th May 2006 02:38 AM
Dual Head monitor setup? thesun Hardware & Laptops 0 9th June 2005 12:33 AM
[Monitor] dual head problem Jonathan_mcw Hardware & Laptops 2 30th May 2005 02:15 PM


Current GMT-time: 19:41 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat