Hi

After some hours of struggling I was finaly able to bring xinerama up.
Problem: With xinerama the xterm shows no blinking cursor anymore and
"make menuconfig" hangs at startup (but not always) showing more or
less half of the menu.
I'm not able to find this issue (let alone the solution) with google or
such.

Someone ever encountered this?

Setup:
Debian unstable
xfree 4.3.0
xfce 4.0.5
ati radeon 9600 pro

XF86Config-4:

Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
#       Load    "GLcore"
#       Load    "bitmap"
        Load    "dbe"
#       Load    "ddc"
#       Load    "dri"
#       Load    "extmod"
        SubSection "extmod"
                Option "omit xfree86-dga"
        EndSubSection
        Load    "freetype"
        Load    "glx"
#       Load    "int10"
#       Load    "record"
#       Load    "speedo"
        Load    "type1"
#       Load    "vbe"
#       Load    "xtrap"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "Emulate3Buttons"       "false"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "7"
EndSection

Section "Device"
        Identifier      "Card0"
        Driver          "radeon"
        BusID           "PCI:2:00:0"
        Screen          0
        Option          "MonitorLayout"         "CRT,CRT"
EndSection

Section "Device"
        Identifier      "Card1"
        Driver          "radeon"
        BusID           "PCI:2:00:0"
        Screen          1
        Option          "SWcursor"              "true"
EndSection

Section "Monitor"
        Identifier      "Monitor0"
        HorizSync       30-98
        VertRefresh     50-160
        ModeLine "800x600" 53.76 800 840 1040 1120 600 602 614 640
EndSection

Section "Monitor"
        Identifier      "Monitor1"
        HorizSync       31-48
        VertRefresh     50-100
        ModeLine "800x600" 53.76 800 840 1040 1120 600 602 614 640 #75Hz
#       Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "Card0"
        Monitor         "Monitor0"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "Card1"
        Monitor         "Monitor1"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "800x600x100" "800x600"
        EndSubSection
EndSection


Section "ServerLayout"
        Identifier      "Layout"
        Option          "Xinerama"      "True"
        Screen          "Screen0"
        Screen          "Screen1" Rightof "Screen0"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection




greets, Holger
_______________________________________________
XFree86 mailing list
[email protected]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to