Bug 11531 - Opengl render window have invalid coordinates
Summary: Opengl render window have invalid coordinates
Status: RESOLVED MOVED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/Unichrome (show other bugs)
Version: 6.5
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-10 08:09 UTC by oleg_krava
Modified: 2019-09-18 20:34 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description oleg_krava 2007-07-10 08:09:08 UTC
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
Comment 1 Marek Olšák 2011-03-01 13:51:43 UTC
It seems to be VIA-specific. Reassigning to Unichrome.
Comment 2 GitLab Migration User 2019-09-18 20:34:47 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/openchrome/old-bug-database/issues/4.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.