[Bug 35741] Missing support for 945GM chipset

Ariel Vardi ariel.vardi at gmail.com
Fri Mar 24 14:03:04 UTC 2006


Public bug report changed:
https://launchpad.net/malone/bugs/35741

Comment:
Yes i have this version of libgl1-mesa-dri.
Attached is my Xorg conf and log.

On Fri, 2006-03-24 at 07:45 +0000, James Clark wrote:
> Public bug report changed:
> https://launchpad.net/malone/bugs/35741
> 
> Comment:
> So mesa isn't loading the DRI driver. What version of libgl1-mesa-dri do
> you have installed? I have 6.4.1-0ubuntu7.
> 
> Also check your xorg.conf is loading dri and glx modules in the Module
> section and includes
> 
> Section "DRI"
>    Mode 0666
> EndSection


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister at builder3)  Wed Dec 14 16:39:22 PST 2005

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Configured Mouse"
    InputDevice    "Generic Keyboard"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"

        # paths to defoma fonts
    FontPath        "/usr/share/X11/fonts/misc"
    FontPath        "/usr/share/X11/fonts/cyrillic"
    FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/X11/fonts/Type1"
    FontPath        "/usr/share/X11/fonts/CID"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection


Section "Module"
        Load            "dbe"  # Double buffer extension
        SubSection      "extmod"
                Option          "omit xfree86-dga"  # don't initialise the DGA extension
        EndSubSection
        Load            "type1"
        Load            "speedo"
        Load            "freetype"
        # Load            "xtt"
        Load            "glx"
        Load            "dri"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "AlwaysCore"
    Option         "Device" "/dev/input/event2"
    Option         "Protocol" "event"
    Option         "LeftEdge" "120"
    Option         "RightEdge" "930"
    Option         "TopEdge" "120"
    Option         "BottomEdge" "700"
    Option         "FingerLow" "14"
    Option         "FingerHigh" "15"
    Option         "MaxTapTime" "180"
    Option         "MaxTapMove" "110"
    Option         "ClickTime" "0"
    Option         "EmulateMidButtonTime" "75"
    Option         "VertScrollDelta" "10"
    Option         "HorizScrollDelta" "0"
    Option         "MinSpeed" "0.45"
    Option         "MaxSpeed" "0.75"
    Option         "AccelFactor" "0.020"
    Option         "EdgeMotionMinSpeed" "200"
    Option         "EdgeMotionMaxSpeed" "200"
    Option         "UpDownScrolling" "1"
    Option         "CircularScrolling" "0"
    Option         "CircScrollDelta" "0.1"
    Option         "CircScrollTrigger" "2"
    Option         "RTCornerButton" "2"
    Option         "RBCornerButton" "3"
    Option         "TapButton2" "2"
    Option         "SHMConfig" "true"
EndSection

Section "Monitor"
    Identifier     "Generic Monitor"
    HorizSync       28.0 - 64.0
    VertRefresh     43.0 - 60.0
    ModeLine       "1280x800 at 60" 83.9 1280 1312 1624 1656 800 816 824 841
    Option         "DPMS"
EndSection

#Section "Device"
#    Identifier     "Geforce Go 7400"
#    Driver         "nvidia"
#    Option         "ConnectedMonitor" "DFP"
#    BusID          "PCI:1:0:0"
#EndSection

Section "Device"

#	BusID		"PCI:1:0:0"
    Identifier     "Intel chipset"
    Driver         "i810"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Intel Chipset"
    Monitor        "Generic Monitor"
    DefaultDepth    16
    SubSection     "Display"
        Depth       1
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x800"
    EndSubSection
EndSection

Section "Extensions"
    Option         "RENDER" "Enable"
    Option         "COMPOSITE" "Enable"
EndSection

Section "DRI"
    Mode	0666
EndSection




More information about the kernel-bugs mailing list