Kirjoittaja Aihe: Näytöt väärin päin.  (Luettu 1720 kertaa)

eskomorko

  • Käyttäjä
  • Viestejä: 58
    • Profiili
Näytöt väärin päin.
« : 12.04.06 - klo:17.10 »
Ostin uuden tft näytön. Kytkin sen kiinni ja laiton xorg.confista horizsyncin ja vertrefreshin sekä resoluution kuntoon. Nyt kun käynnistän koneen niin uudelle tft näytölle tulee kuva, jonka pitäisi mennä televisioon ja telkkariin tulee päänäytön kuva. En tajua mikä on vikana.


Tässä xorg.conf:ini:
Koodia: [Valitse]
Section "Files"
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"
        # paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

#Section "Extensions"
#Option "Composite" "Enable"
#EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
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 "Device"
Identifier "Device[0]"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 0
#Option "RenderAccel" "true"
#Option "AllowGLXWithComposite" "True"
EndSection

Section "Device"
        Driver          "nvidia"
        Identifier      "Device[1]"
        Screen 1
        Option                  "NoLogo"
        Option          "TVOutFormat" "Composite" #"Composite" #or SVIDEO etc
        Option          "TVStandard" "PAL-B" #"PAL-G" #or NTSC etc
        Option          "ConnectedMonitor" "Monitor[1]"
        BusID           "PCI:1:0:0" #adjust using 'lspci' or cat /proc/pci
EndSection

Section "Monitor"
Identifier "Monitor[0]"
Option "DPMS"
HorizSync 30-82
VertRefresh 50-75
EndSection

Section "Monitor"
        Identifier      "Monitor[1]" #TV
        HorizSync       30-50  # this will be specifc to your TV
        VertRefresh     60      # this will be specifc to your TV
EndSection

Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1680x1050"
EndSubSection
EndSection

Section "Screen"
        Device "Device[1]"
        Identifier "Screen[1]"
        Monitor "Monitor[1]"
        DefaultDepth 24
        SubSection "Display"
                Depth    16
                Modes    "800x600"
        EndSubSection   
        SubSection "Display"
               Depth    24
               Modes    "800x600"
        EndSubSection   
EndSection


Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen[0]"
Screen 1        "Screen[1]" RightOf "Screen[0]"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection

Section "DRI"
Mode 0666
EndSection

Kiitos vastauksista.