Kirjoittaja Aihe: Ubuntu ja xorg.conf kahdella naytolla  (Luettu 2306 kertaa)

zyerasu

  • Käyttäjä
  • Viestejä: 1
    • Profiili
Ubuntu ja xorg.conf kahdella naytolla
« : 27.04.06 - klo:20.47 »
Terve,
Eli tässä tullu pari päivää uurastettua (foorumeita sekä muita ohjeita lukien) xorg.conf conffimisessa mutta tuloksetta. Kummatkin näytöt kylläkin toimii nyt jokseenkin mutta seuraavia ongelmia:
- Pitäisi saada Nokian CRT näyttöön 75Hz virkistystaajuudeksi, sekä Syncmasterin TFT näyttöön 60Hz
- Resoluutio pysyy väkisin samana kummassaki näytössä.
- Haluaisin TFT näytön olevan päänäyttönä. Nyt näyttäisi kuitenkin siltä, että jostakin syystä CRT näyttö pysyisi  väkisin päänäyttönä
- MetaModes, SecondMonitorHorizSync, SecondMonitorVertRefresh  käyttöön ottaminen estää TFT näyton toiminnan.


Käytössa on siis Ubuntu 5.10 i386 ja Nvidian näyttis viimeisimmilla ajureilla nvidia.com:sta.

xorg.conf:
Koodia: [Valitse]
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Mar 29 14:43:26 PST 2006

# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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.
#
# 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 "DRI"
# Mode 0666
#EndSection

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Screen1" 0 0
    Screen         "Screen1" LeftOf "Screen2"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    Option         "Xinerama" "off"
EndSection

Section "Files"

        # paths to defoma fonts
    FontPath        "/usr/share/X11/fonts/misc"
    FontPath        "/usr/share/X11/fonts/cyrillic"
    FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/Type1"
    FontPath        "/usr/share/X11/fonts/CID"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"

# Load "GLcore"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
# Load "dri"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "type1"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "SyncMaster 913B"
    HorizSync       30-50
    VertRefresh     50-60
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Nokia 447Xpr"
    HorizSync       30-50
    VertRefresh     50-60
    Option         "DPMS"
EndSection

Section "Device"

# Option "SecondMonitorHorizSync" "30-50"
# Option "SecondMonitorVertRefresh" "50-60"
# Option "ConnectedMonitor" "DVI,CRT"
    Identifier     "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 Ultra]"
    Driver         "nvidia"
    BusID          "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 Ultra]"
    Monitor        "SyncMaster 913B"
    DefaultDepth    24
    Option         "TwinView"
    Option         "TwinViewOrientation" "LeftOf"
# Option "MetaModes" "1280x1024,1152x768"
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024_60" "1024x768_60"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen2"
    Device         "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 Ultra]"
    Monitor        "Nokia 447Xpr"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024_75" "1152x768_75" "1024x768_85"
    EndSubSection
EndSection

tuke81

  • Käyttäjä
  • Viestejä: 1667
    • Profiili
Re: Ubuntu ja xorg.conf kahdella naytolla
« Vastaus #1 : 27.04.06 - klo:23.59 »
Ööh tuota  haluatko näytöt twinviewillä vai ilman? Ainakin olet tuossa yrittänyt väkertää twinviewiä. Siihen tarvitaan näytönohjaimen device kohtaan nuo metamode:t. Ja lisäksi siellä pitää olla määritelty nuo toisen näytön horiz ja vertref. Kato täältä ohjeita miten nuo määritellään. Toinen vaihto ehto olisi käyttää dual näyttöä, eli konffata niinkuin konfataan tv-out. Tällöin resojen saanti olisi ainakin varmaa.

Koodia: [Valitse]
Section "Device"

    Option "SecondMonitorHorizSync" "30-50"
    Option "SecondMonitorVertRefresh" "50-60"
    Option "ConnectedMonitor" "DVI,CRT"
    Identifier     "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 Ultra]"
    Option "MetaModes" "<list of metamodes>"
    Driver         "nvidia"   
    BusID          "PCI:1:0:0"
EndSection
Miksi tehdä jotain helposti, kun sen voi tehdä vaikeastikin...