Package: xserver-xorg
Version: 1:7.3+10
Severity: normal

--- Please enter the report below this line. ---
I've a MacBook with an intel video card

 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03) (prog-if 00 [VGA 
controller])
        Subsystem: Intel Corporation Unknown device 7270
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 16
        Region 0: Memory at 50380000 (32-bit, non-prefetchable) [size=512K]
        Region 1: I/O ports at 20e0 [size=8]
        Region 2: Memory at 40000000 (32-bit, prefetchable) [size=256M]
        Region 3: Memory at 50400000 (32-bit, non-prefetchable) [size=256K]
        Capabilities: <access denied>
        Kernel modules: intelfb
 
and the following xorg.conf (not sure it matters, the bug is there even with no 
xorg.conf at all)

  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    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "v4l"
        Load    "vbe"
  EndSection
  
  Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "macbook79"
        Option          "XkbLayout"     "us"
        Option          "XkbOptions"    "compose:rwin,eurosign:e,apple:goodmap"
  EndSection
  
  Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
  EndSection
  
  Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mouse1"
        Option          "Protocol"              "auto-dev"
        # from http://gentoo-wiki.com/HARDWARE_Apple_MacBook#Touchpad_in_X11
        Option "LeftEdge"        "100" 
        Option "RightEdge"       "1120" 
        Option "TopEdge"         "50" 
        Option "BottomEdge"      "310" 
        Option "FingerLow"       "25" 
        Option "FingerHigh"      "30" 
        Option "MaxTapTime"      "180" 
        Option "MaxTapMove"      "220" 
        Option "MaxDoubleTapTime"        "180" 
        Option "VertScrollDelta"         "20" 
        Option "HorizScrollDelta"        "50" 
        Option "MinSpeed"        "0.79" 
        Option "MaxSpeed"        "0.88" 
        Option "AccelFactor"     "0.0015" 
        Option "SHMConfig"       "on"
        Option "TapButton2"      "3" 
        Option "TapButton3"      "2"
  EndSection
  
  Section "Device"
        Identifier      "VGA0"
        Driver          "intel"
        BusID           "PCI:0:2:0"
        Option          "DevicePresence" "on"
  EndSection
  
  Section "Monitor"
        Identifier      "BUILTIN LCD"
        Option          "DPMS"
  EndSection
  
  Section "Screen"
        Identifier      "LCD"
        Device          "VGA0"
        Monitor         "BUILTIN LCD"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1280x800" "1024x768" "800x600" "640x480"
        EndSubSection
  EndSection
  
  Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "LCD"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
  EndSection
  
  Section "Extensions"
        Option "Composite" "Enable"
  EndSection
  
  Section "DRI"
        Mode    0666
  EndSection

Downgrading xserver-xorg to 7.2 (the one in testing) it works.
If you need more infos, logs etc... just ask

Cheers

--- System information. ---
Architecture: amd64
Kernel:       Linux 2.6.24-1-amd64

Debian Release: lenny/sid
  500 unstable        www.debian-multimedia.org 
  500 unstable        ftp.it.debian.org 

--- Package information. ---
Depends                       (Version) | Installed
=======================================-+-=============
debconf                       (>= 0.5)  | 1.5.19
 OR debconf-2.0                         | 
x11-xkb-utils                           | 7.3+1
xkb-data                                | 1.1~cvs.20080104.1-1
 OR xkb-data-legacy                     | 
xserver-xorg-core          (>= 2:1.4-3) | 2:1.4.1~git20080131-1
xserver-xorg-input-all                  | 1:7.3+10
 OR xserver-xorg-input-2                | 
xserver-xorg-video-all                  | 1:7.3+10
 OR xserver-xorg-video-2                | 


-- 
Enrico Tassi



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to