Details
| Manufacturer | Sony (by Intel) |
|---|---|
| Model | Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller |
| Bus | pci |
| Type | VGA compatible controller |
| Id | 8086 |
| Info2 | 27a2 |
| Info3 | 104d |
| Info4 | 900e |
| Manufacturer | Sony (by Intel) |
|---|---|
| Model | Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller |
| Bus | pci |
| Type | VGA compatible controller |
| Id | 8086 |
| Info2 | 27a2 |
| Info3 | 104d |
| Info4 | 900e |
Overall rating: 4.5 x 4
By Linux distribution:
Comments
I used the following /etc/X11/xorg.conf
- xorg.conf (X.Org 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 xorg.conf manual page.
- (Type “man 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.
#Section “InputDevice” Identifier “Sony Vaio Keys” Driver “evdev” Option “Device” “/dev/input/by-id/acpi-sony_laptop-event-kbd” Option “Name” “Sony Vaio Keys” Option “XkbLayout” “evdev” Option “XkbModel” “evdev”
EndSection
Section “InputDevice” Identifier “Generic Keyboard” Driver “kbd” Option “XkbRules” “xorg” Option “XkbModel” “pc104” Option “XkbLayout” “us”
EndSection
Section “InputDevice” Identifier “Synaptics Touchpad” Driver “synaptics” Option “SendCoreEvents” “true” Option “Device” “/dev/psaux” Option “Protocol” “auto-dev” Option “CorePointer” Option “MinSpeed” “0.3” Option “MaxSpeed” “0.8” Option “AccelFactor” “0.1” Option “LeftEdge” “10” Option “RightEdge” “900” Option “TopEdge” “150” Option “BottomEdge” “650” Option “ZAxisMapping” “4 5” Option “HorizScrollDelta” “20” Option “VertScrollDelta” “15” Option “FingerLow” “10” Option “MaxTapTime” “0” #sets tapping off; use 180 for reactivation #Option “SHMConfig” “On” #no synclient
EndSection
#Section “InputDevice” # Identifier “Sony Corporation (3) Button Mouse” # Driver “evdev” # Option “Name” “Sony Corporation (3) Button Mouse” # Option “Dev Phys” “00:02:76:07:68:1C” # Option “HWHEELRelativeAxisButtons” “7 6” # Option “SendCoreEvents” “true” #EndSection
Section “InputDevice” Identifier “Configured Mouse” Driver “mouse” #Option “CorePointer” Option “Device” “/dev/input/mice” Option “Protocol” “ImPS/2” Option “ZAxisMapping” “4 5” Option “Emulate3Buttons” “true” Option “Buttons” “5”
EndSection
Section “ServerLayout” Identifier “Default Layout” screen 0 “Default Screen” 0 0 InputDevice “Generic Keyboard” # InputDevice “Sony Corporation (3) Button Mouse” InputDevice “Synaptics Touchpad”
EndSection
Section “Device” Identifier “Configured Video Device”
EndSection
Section “Monitor” Identifier “Configured Monitor”
EndSection
Section “Screen” Identifier “Default Screen” Monitor “Configured Monitor”
EndSection