Portál AbcLinuxu, 5. května 2025 10:10

Dotaz: grafika Intel 945GM/GMS/940GML - nefunkční DRI

25.10.2006 16:03 diverman | skóre: 32 | blog: život s tučňáčkem
grafika Intel 945GM/GMS/940GML - nefunkční DRI
Přečteno: 349×
Odpovědět | Admin
Ahoj, zápasím se zprovozněním DRI, GLX atd... glxinfo: direct rendering: No :-(
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) Serial ATA Storage Controller AHCI (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller
03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
15:00.0 CardBus bridge: Texas Instruments PCI1510 PC card Cardbus Controller
Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "en"
EndSection

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

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
EndSection

Section "Device"
        Identifier      "Device Interni"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        VideoRam        131072
        Option          "MonitorLayout" "NONE,LFP"
        Option          "DevicePresence" "true"
        Option          "DRI" "on"
EndSection

Section "Device"
        Identifier      "Device Externi"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        Option          "MonitorLayout" "NONE,CRT"
        VideoRam        131072
        Option          "DRI" "on"
EndSection

Section "Device"
        Identifier      "Device Interni Dual"
        Driver          "i810"
        BusID           "PCI:0:2:0"
        VideoRam        131072
        Option          "MonitorLayout" "CRT,LFP"
        Option          "DevicePresence" "true"
        Option          "DRI" "on"
        Screen 0
EndSection

Section "Device"
        Identifier      "Device Externi Dual"
        Driver          "i810"
        BusID           "PCI:0:2:1"
        Option          "MonitorLayout" "CRT,LFP"
        VideoRam        131072
        Option          "DRI" "on"
        Screen 1
EndSection

Section "Monitor"
        Identifier      "Monitor Interni"
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "Monitor Externi"
        Option          "DPMS"
        HorizSync       28-75
        VertRefresh     43-100
EndSection

Section "Screen"
        Identifier      "Screen Interni"
        Device          "Device Interni"
        Monitor         "Monitor Interni"
        DefaultDepth    24

        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen Externi"
        Device          "Device Externi"
        Monitor         "Monitor Externi"
        DefaultDepth    24

        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen Interni Dual"
        Device          "Device Interni Dual"
        Monitor         "Monitor Interni"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen Externi Dual"
        Device          "Device Externi Dual"
        Monitor         "Monitor Externi"
        DefaultDepth    24

        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Layout Dual"
        Screen          0 "Screen Interni Dual" 0 0
        Screen          1 "Screen Externi Dual" RightOf "Screen Interni Dual"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
#       Option          "Xinerama" "true"
EndSection

Section "ServerLayout"
        Identifier      "Layout Interni"
        Screen          "Screen Interni"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
#        Option          "Xinerama" "true"
EndSection

Section "ServerLayout"
        Identifier      "Layout Externi"
        Screen          "Screen Externi"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
#        Option          "Xinerama" "true"
EndSection

Section "ServerFlags"
        Option         "DefaultServerLayout" "Layout Interni"
#       Option         "DefaultServerLayout" "Layout Externi"
#       Option         "DefaultServerLayout" "Layout Dual"
EndSection

Section "DRI"
        Mode    0666
EndSection
$ dmesg | grep drm
[drm] Initialized drm 1.0.1 20051102
[drm] Initialized i915 1.5.0 20060119 on minor 0
zcat /proc/config.gz | grep -i -e drm -e agp | grep -v '#'
CONFIG_AGP=y
CONFIG_AGP_INTEL=y
CONFIG_DRM=y
CONFIG_DRM_I810=y
CONFIG_DRM_I915=y
Xorg.0.log
deb http://ftp.cz.debian.org/debian jessie main contrib non-free
Nástroje: Začni sledovat (2) ?Zašle upozornění na váš email při vložení nového komentáře.

Odpovědi

25.10.2006 18:51 diverman | skóre: 32 | blog: život s tučňáčkem
Rozbalit Rozbalit vše Re: grafika Intel 945GM/GMS/940GML - nefunkční DRI
Odpovědět | | Sbalit | Link | Blokovat | Admin
Dle různých zdrojů to vypadá, že Xorg+dri+i810 až od verze 7.1, tak se dám do kompilování a pak nareportuju.
deb http://ftp.cz.debian.org/debian jessie main contrib non-free
25.10.2006 20:46 Käyttäjä 11133 | skóre: 58 | blog: Ajattelee menneisyyttä
Rozbalit Rozbalit vše Re: grafika Intel 945GM/GMS/940GML - nefunkční DRI
Neřekl bych:
marek@petulka:~/Files/Clanky/abclinuxu$ Xorg -version

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.15.7 i686
Current Operating System: Linux petulka 2.6.15-27-386 #1 PREEMPT Sat Sep 16 01:51:59 UTC 2006 i686
Build Date: 16 March 2006
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
marek@petulka:~/Files/Clanky/abclinuxu$ 
a
marek@petulka:~/Files/Clanky/abclinuxu$ glxinfo | grep "direct rendering"
libGL warning: 3D driver claims to not support visual 0x4b
direct rendering: Yes
marek@petulka:~/Files/Clanky/abclinuxu$
25.10.2006 20:53 Libor Klepac | skóre: 45 | Mýto
Rozbalit Rozbalit vše Re: grafika Intel 945GM/GMS/940GML - nefunkční DRI
v debianu jo ... nekde v nejake knihovne byla zmena api nebo ceho, aniz by u xrog zvedli verzi, takze to nebeha ...viz. tohle co jsem kdysi reportoval ...jestli je to stejne
Urine should only be green if you're Mr. Spock.

Založit nové vláknoNahoru

Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.