When I try to get vmware in full screen, i`ve got blank screen. How can
I solve this issue ???

x11-base/xfree-4.3.0-r3
app-emulation/vmware-workstation-4.0.5.6030

-- 
Makurin Roman <[EMAIL PROTECTED]>
lostFPRL
# XFree86 conf. file
# Makurin Roman, 2003

Section "Module"

        Load    "dbe"
        Load    "extmod"
        Load    "glx"
        Load    "type1"
        Load    "freetype"
        Load    "speedo"

EndSection

Section "Files"

        RgbPath         "/usr/X11R6/lib/X11/rgb"
        FontPath        "unix/:-1"

EndSection

Section "ServerFlags"

        Option  "DontZap"
        Option  "blank time"    "10"
        Option  "standby time"  "20"
        Option  "suspend time"  "25"
        Option  "off time"      "40"


EndSection

Section "InputDevice"

        Identifier      "Keyboard1"
        Driver          "Keyboard"
        Option          "AutoRepeat"    "500 30"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us,ru"
        Option          "XkbOptions"    "grp:ctrl_shift_toggle"

EndSection

Section "InputDevice"

        Identifier      "Mouse1"
        Driver          "mouse"
        Option          "Protocol"      "auto"
        Option          "Device"        "/dev/mouse"
        Option          "Buttons"       "5"
        Option          "ZAxisMapping"  "4 5"

EndSection

Section "Monitor"

    Identifier  "SyncMaster"
    HorizSync   30.0-61.0
    VertRefresh 50-120

EndSection

Section "Device"
    Identifier  "Def_card"
#    Driver     "nv"
    Driver      "nvidia"
    Option      "NvAGP"                 "1"
    Option      "NoLogo"                "true"
    Option      "RenderAccel"           "true"
    Option      "CursorShadow"          "true"
    Option      "CursorShadowAlpha"     "150"
    Option      "CursorShadowXOffset"   "4"
    Option      "CursorShadowYOffset"   "2"
    Option      "HWCursor"      "true"
        
EndSection

Section "Screen"
    Identifier  "Screen 0"
    Device      "Def_card"
    Monitor     "SyncMaster"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
       ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Default"
    Screen "Screen 0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection


--
[EMAIL PROTECTED] mailing list

Reply via email to