Re: [SLUG] Nvidia GeForce FX5700 256 setup on Ubuntu 9.04

From: Pete Theisen (petetheisen@verizon.net)
Date: Fri May 29 2009 - 09:46:50 EDT


Pete Theisen wrote:

> OK, how does this look, bearing in mind that everything *but* the twin
> monitors is working with the defaults:

OOPS, forgot a couple things:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Device"
        Identifier "nvidia0"
        Driver "nvidia"
        BoardName "NVidia Corporation NV36 [GeForce FX 5700LE] (rev a1)"
        BusID "PCI:01:00.0"
        Option "TwinView" "1"
        Screen 0
EndSection

Section "Device"
        Identifier "nvidia1"
        Driver "nvidia"
        BoardName "NVidia Corporation NV36 [GeForce FX 5700LE] (rev a1)"
        BusID "PCI:01:00.0"
        Option "TwinView" "1"
        Screen 1

Section "Monitor"
        Identifier "Compaq0"
        VendorName "Compaq"
        ModelName "FP7317"
# HorizSync 30-81
# VertRefresh 56-76
        Option "DPMS"
        Mode "1280x1024"
                dotclock 60
        endmode

EndSection

Section "Monitor"
        Identifier "Compaq1"
        VendorName "Compaq"
        ModelName "FP7317"
# HorizSync 30 to 81 kHz
# VertRefresh 56 to 76 Hz
        Option "DPMS"
        Mode "1280x1024"
                dotclock 60
        endmode

EndSection

Section "Screen"
        Identifier "Screen0"
        Device "NVidia Corporation NV36 [GeForce FX 5700LE] (rev a1)"
        Monitor "Compaq0"
        DefaultDepth 24
        Subsection "Display"
                Depth 24
                Modes "1280x1024" "1024x768" "800x600" "640x480"
        EndSubsection

Section "Screen"
        Identifier "Screen1"
        Device "NVidia Corporation NV36 [GeForce FX 5700LE] (rev a1)"
        Monitor "Compaq1"
        DefaultDepth 24
        Subsection "Display"
                Depth 24
                Modes "1280x1024" "1024x768" "800x600" "640x480"
        EndSubsection

Section "ServerLayout"
        ...
        Screen 0 "Screen0"
        Screen 1 "Screen1" leftOf "Screen0"
        ...
EndSection

-- 
Regards,

Pete http://pete-theisen.com/ http://elect-pete-theisen.com/ ----------------------------------------------------------------------- This list is provided as an unmoderated internet service by Networked Knowledge Systems (NKS). Views and opinions expressed in messages posted are those of the author and do not necessarily reflect the official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 19:59:47 EDT