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

Xorg + xnest



Galera estou tentando colocar uma solução com xnest para funcionar.
Fiz a instalação do pacote, configurei porém não levanta o gdm.
Só levantou uma vez porém com as telas invertidas.
Ele trava com x na tela.. O mouse da estação funciona :)!
Gostaria de saber se meu arquivo de configuração está correto.

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen        "Screen0"
    Screen        "Screen1" Below "Screen0"
    Screen        "Screen2" Below "Screen1"
    Screen        "Screen3" Below "Screen2"
    Screen        "Screen4" Below "Screen3"
    InputDevice    "Mouse0"
    InputDevice    "Keyboard0"
EndSection

Section "Files"
    RgbPath      "/opt/applinux/share/X11/rgb"
    ModulePath   "/opt/applinux/lib/xorg/modules"
    FontPath     "/opt/applinux/lib/X11/fonts/misc/"
    FontPath     "/opt/applinux/lib/X11/fonts/TTF/"
    FontPath     "/opt/applinux/lib/X11/fonts/OTF"
    FontPath     "/opt/applinux/lib/X11/fonts/Type1/"
    FontPath     "/opt/applinux/lib/X11/fonts/CID/"
    FontPath     "/opt/applinux/lib/X11/fonts/100dpi/"
    FontPath     "/opt/applinux/lib/X11/fonts/75dpi/"
EndSection

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

EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "ImPS/2"
    Option        "Device" "/dev/input/mice"
    Option      "Emulate3Buttons"       "true"
EndSection

Section "ServerFlags"
    Option    "AllowMouseOpenFail"    "yes"
    Option  "BlankTime"    "0"
    #Option    "StandbyTime    "0"
    Option    "SuspendTime"    "0"
    Option    "OffTime"    "0"
    Option  "DontVTSwitch"        "yes"
    Option  "DontZap"        "yes"


EndSection


Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "PHL"
    ModelName    "Philips 105S5"
    HorizSync       28-50
        VertRefresh     43-75
    Option        "DPMS"
EndSection

Section "Monitor"
    Identifier   "Monitor2"
    VendorName   "STN"
    ModelName    "SAMTRON"
    #HorizSync    30.0 - 71.0
    #VertRefresh  50.0 - 160.0
    Option        "DPMS"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "i810"
    VendorName  "Intel Corporation"
    BoardName   "82865G Integrated Graphics Controller"
    BusID       "PCI:0:2:0"
EndSection

Section "Device"
    Identifier  "Card1"
    Driver      "ati"
    VendorName  "ATI"
    BoardName   "Rage XL"
    ChipSet     "ati"
    ChipId      0x4752
    ChipRev     0x27
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Depth     24
        Modes      "1024x768"  "800x600"  "640x480"   
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device     "Card1"
    Monitor    "Monitor1"
    SubSection "Display"
        Depth     24
        Modes     "1024x768"  "800x600"  "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen2"
    Device     "Card2"
    Monitor    "Monitor2"
    SubSection "Display"
        Depth     24
        Modes     "1024x768"  "800x600"  "640x480"

    EndSubSection
EndSection






Reply to: