Package: xserver-xorg-video-i810
Version: 2:1.7.2-1
Severity: important

I have a relative new laptop with 945GM graphic chip. When I use i810
driver in my xorg.conf file i get a blank screen every time after 3
seconds of inactiviy (if i don't use the keyboard or the mouse). The
same configuration file, only changing "i810" by "vesa", works fine
without these blank screens. 

# lspci -v

00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML 
Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA])
        Subsystem: Hewlett-Packard Company Unknown device 30a1
        Flags: fast devsel, IRQ 50
        Memory at f0400000 (32-bit, non-prefetchable) [size=512K]
        I/O ports at 2000 [size=8]
        Memory at e0000000 (32-bit, prefetchable) [size=256M]
        Memory at f0480000 (32-bit, non-prefetchable) [size=256K]
        Capabilities: <access denied>

00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express 
Integrated Graphics Controller (rev 03)
        Subsystem: Hewlett-Packard Company Unknown device 30a1
        Flags: bus master, fast devsel, latency 0
        Memory at f0500000 (32-bit, non-prefetchable) [size=512K]
        Capabilities: <access denied>

# cat /etc/X11/xorg.conf

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        # 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"     "es"
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      "Intel 945GM (Primary)"
        Driver          "i810"
        #Driver         "vesa"
        BusID           "PCI:0:2:0"
        #Screen         0
EndSection

#Section "Device"
        #Identifier     "Intel 945GM (Secondary)"
        #Driver         "i810"
        #Driver         "vesa"
        #BusID          "PCI:0:2:0"
        #Screen         1
#EndSection

Section "Monitor"
        Identifier      "Laptop LCD"
        #Option         "DPMS"
EndSection

Section "Monitor"
        Identifier      "External Monitor"
        #Option         "DPMS"
EndSection

Section "Screen"
        Identifier      "Internal Screen"
        Device          "Intel 945GM (Primary)"
        Monitor         "Laptop LCD"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1280x800" "1024x768"
        EndSubSection
EndSection

#Section "Screen"
        #Identifier     "External Screen"
        #Device         "Intel 945GM (Secondary)"
        #Monitor                "External Monitor"
        #DefaultDepth   24
        #SubSection "Display"
        #       Depth           24
        #       Modes           "1280x1024" "1280x800" "1024x768"
        #EndSubSection
#EndSection

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

Section "DRI"
        Mode    0666
EndSection

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.13
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages xserver-xorg-video-i810 depends on:
ii  libc6                        2.3.6.ds1-4 GNU C Library: Shared libraries
ii  xserver-xorg-core            2:1.1.1-10  X.Org X server -- core server

xserver-xorg-video-i810 recommends no packages.

-- no debconf information

Attachment: signature.asc
Description: Digital signature

Reply via email to