[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

zweiter xserver auf tv-out und framebuffer console



Ahoi,

Ich habe heute versucht, den xserver auf meinem debian/unstable system
so zu konfigurieren, dass auf dem tv-out meiner nvidia geforce4 eine
zweite oberfläche gestartet wird.
nachdem das funktioniert hat, musste ich allerdings feststellen, dass
beim wechseln auf die framebuffer console diese total zerstört und
offenbar in einem falschen modus war.
die console lies sich nicht resetten, erst ein neustart nach dem
deaktivieren des zweiten (tvout-)xservers in der xorg.conf machte sie
wieder leserlich.

ich benutze vesafb für die framebuffer console, und die non-free
nvidia-legacy-96xx treiber für den xserver.

ist dieses problem bekannt, oder habe ich schlicht was falsch gemacht?

grüße,
 jonas

her noch die relevanten stellen in /etc/X11/xorg.conf:

Section "Device"
        Identifier      "nVidia Corporation NV25 [GeForce4 Ti 4200]"
        Driver          "nvidia"
        BusID           "PCI:1:0:0"
        Option          "NoLogo" "off"
        Screen          0
EndSection

Section "Device"
        Identifier      "nVidia GeForce TVout"
        Driver          "nvidia"
        Option          "TVOutFormat" "Composite"
        Option          "TVStandard" "PAL-G"
        Option          "ConnectedMonitor" "TV"
        BusID           "PCI:1:0:0"
        Screen          1
EndSection

Section "Monitor"
        Identifier      "Eizo FlexScan F931"
        Option          "DPMS"
        HorizSync       30-130
        VertRefresh     50-160
EndSection

Section "Monitor"
        Identifier      "PAL Monitor"
        Option          "DPMS"
        HorizSync       30-50
        VertRefresh     60
        Mode "720x576"
                DotClock        42.6
                HTimings        720 760 832 944
                VTimings        576 577 580 602
                Flags           "-HSync" "-VSync"
        EndMode
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "nVidia Corporation NV25 [GeForce4 Ti 4200]"
        Monitor         "Eizo FlexScan F931"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "TVout"
        Device          "nVidia GeForce TVout"
        Monitor         "PAL Monitor"
        DefaultDepth    24
        DefaultFbbpp    32
        #Option         "metamodes" "TV: 800x600 +0+0"
        SubSection "Display"
                Depth           24
                FbBpp           32
                Modes           "1024x768" "800x600" "720x576" "640x480"
        EndSubSection
EndSection

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


-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an debian-user-german-REQUEST@lists.debian.org
mit dem Subject "unsubscribe". Probleme? Mail an listmaster@lists.debian.org (engl)



Reply to: