Sorry, forgot config file:

Section "ServerLayout"
        Identifier "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

# Module loading section

Section "Module"
        Load  "dbe"             # Double-buffering
        Load  "GLcore"          # OpenGL support
        Load  "dri"             # Direct rendering infrastructure
        Load  "glx"             # OpenGL X protocol interface
        Load  "extmod"          # Misc. required extensions
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbGeometry" "pc"
        Option      "XkbKeycodes" "xfree86"
        Option      "XkbTypes" "default"
        Option      "XkbCompat" "default"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "ru(basic)"
        Option      "XkbOptions" "grp:caps_toggle"
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        Driver          "mouse"
        Option          "Device"                "/dev/mouse"
        Option          "Protocol"              "IMPS/2"
        Option          "Emulate3Buttons"       "no"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Monitor"
        Identifier "MX75"
        VendorName "HP"
        ModelName  "HP Pavilion MX75"
        HorizSync 30 - 70
        VertRefresh 50 - 120
        Option "dpms"
EndSection

Section "Device"
        Identifier "Intel 845G"
        Option "DRI" "on"
        Option "AGPMode" "1"
        Driver "i810"
        VendorName "Intel"
        BoardName "Intel 845G"
        BusID "PCI:0:2:0"
        Screen 0
        VideoRam 16384
EndSection

Section "Device"
        Identifier "VMware SVGA"
        Driver "vmware"
        BusID "PCI:0:15:0"
        Screen 1
EndSection

Section "Device"
        Identifier "Linux Frame Buffer"
        Driver "fbdev"
        BoardName "Linux Frame Buffer"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "Intel 845G"
        Monitor "MX75"
        DefaultDepth 24
        Subsection "Display"
                Depth 24
                Modes "1280x1024" "1024x768" "800x600" "640x480"
                Viewport 0 0
        EndSubSection
        Subsection "Display"
                Depth 16
                Modes "1280x1024" "1024x768" "800x600" "640x480"
                Modes "1024x768"
                Viewport 0 0
        EndSubSection
        Subsection "Display"
                Depth 8
                Modes "1280x1024" "1024x768" "800x600" "640x480"
                Viewport 0 0
        EndSubSection
        Subsection "Display"
                Depth 4
                Modes "1280x1024" "1024x768" "800x600" "640x480"
                Viewport 0 0
        EndSubSection
        Subsection "Display"
                Depth 1
                Modes "1280x1024" "1024x768" "800x600" "640x480"
                Viewport 0 0
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device "VMware SVGA"
        Monitor "MX75"
        DefaultDepth 24
        Subsection "Display"
                Depth 24
                Modes "1280x1024" "1024x768" "800x600" "640x480"
                Viewport 0 0
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

On Wed, 2002-10-23 at 19:42, Noel Bush wrote:
> I'm trying VMware 3.2 on Red Hat Linux 7.3, custom-compiled kernel. 
> Graphics chip is an integrated Intel 845G.
> 
> I am running the very latest (as of one day ago) XFree86 from CVS, main
> trunk.  My XF86Config-4 file is below.
> 
> Performance with the Win2k guest OS is almost acceptable in the windowed
> mode, but when switching to full-screen mode, after I get the warning
> that DGA acceleration isn't supported by my drivers, I then find that
> performance is essentially okay, with one big BUT: the screen image is
> shifted up and to the left, quite a bit.  It generally wraps at the
> right edge.
> 
> I've tried a variety of depth, fbbpp and resolution settings on both the
> guest os and the linux machine itself.  Nothing seems to work.  When I
> have depth 16, I do find that DRI is working (doesn't work in 24), but
> this doesn't seem to have anything to do with DGA acceleration (I'm new
> to all this).  Any tips?  I have read in past posts that there is an
> open issue about whether the fault here lies with VMware or with driver
> maintainers who don't feel that DGA acceleration is the part of the
> driver.  Question is: what to do in the meantime?  Are there any other
> options to explore?  I'm nowhere smart enough to hack at the driver code
> myself.
> 
> 
> 
> _______________________________________________
> Xpert mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/xpert


_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to