http://bugs.freedesktop.org/show_bug.cgi?id=11531

           Summary: Opengl render window have invalid coordinates
           Product: Mesa
           Version: 6.5
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Mesa core
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Mesa 6.5.3
Mesa 7.0

Invalid opengl render window in google earth application and some other.
I am run glxgears look's good. in google earth i have problem as on mesa 6.5.2

I have VIA C7 on VN800 chipset "rover notebook w500"
on linux-2.6.21-r3-gentoo

xorg.conf
==========================================
Section "ServerLayout"
    Identifier  "Default Layout"
    Screen      "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    FontPath "/usr/share/fonts/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/sharefonts"
    FontPath "/usr/share/fonts/terminus"
    FontPath "/usr/share/fonts/corefonts"
EndSection

Section "Module"
    Load  "freetype"
    Load  "extmod"
    Load  "glx"
    Load  "dri"
    Load  "dbe"
    Load  "record"
    Load  "xtrap"
    Load  "type1"
    Load  "speedo"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Protocol" "Auto"
    Option      "Device" "/dev/input/mice"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbModel" "pc105"
    Option      "XkbLayout" "us, ru(winkeys), ua(winkeys)"
    Option      "XkbOptions" "grp:rctrl_toggle"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Rover w500"
    ModelName    "LCD Panel 1280x800"
    Modeline    "1280x800_60.00"  83.46  1280 1344 1480 1680  800 801 804 828 
-HSync +Vsync
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "via"
    Card        "VIA Technologies, Inc. UniChrome Pro"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"
        Viewport  0 0
        Depth     8
        Modes     "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport  0 0
        Depth     16
        Modes     "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport  0 0
        Depth     24
        Modes     "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport   1600 1200
        Depth     32
        Modes    "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerFlags"
    Option "AIGLX" "False"
EndSection


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to