945GM/GMS/940GML i xorg-driver-video-intel
Michał Panasiewicz
wolvverine w tarchomin.pl
Sob, 3 Mar 2007, 11:20:40 CET
mam:
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)
i
sudo rpm -qa | grep intel
Mesa-dri-driver-intel-i915-6.5.2-4
xorg-driver-video-intel-1.7.2-0.20070213.1
problem w tym ze obraz jest rozciagany w poziomie tak ze widoczna jest
mniej wiecej tylko polowa na moim laptopie/podłaczonym zewnetrznym
monitorze.
xorg.conf:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "TouchPad" "AlwaysCore"
InputDevice "Mouse0" "CorePointer"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
Option "AIGLX" "true"
EndSection
Section "Files"
#InputDevices "/dev/input/mice"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts"
FontPath "/usr/lib/X11/fonts"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/openoffice"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Speedo"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "int10"
Load "vbe"
Load "freetype"
Load "fbdevhw"
Load "extmod"
Load "synaptics"
Load "dri"
Load "glx"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
Load "wacom"
EndSection
Section "ServerFlags"
Option "blank time" "4"
Option "standby time" "6"
Option "suspend time" "10"
Option "off time" "12"
Option "Xinerama" "false"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/ttyS0"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"
Option "Mode" "Absolute"
Option "TPCButton" "on"
Option "Speed" "3.0"
Option "Threshold" "2"
Option "Tilt" "on"
#option "TiltInvert" "on"
#Option "DebugLevel" "10"
#Option "BottomX" "28570"
#Option "BottomY" "21430"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/ttyS0"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"
Option "Mode" "absolute"
Option "Speed" "3.0"
Option "Threshold" "2"
Option "Tilt" "on"
#Option "TiltInvert" "on"
#Option "DebugLevel" "10"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5 6 7"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "true"
Option "Resolution" "800" #optional
Option "Buttons" "9"
Option "ButtonMapping" "1 2 3 8 9"
EndSection
Section "InputDevice"
Identifier "TouchPad"
Driver "synaptics"
Option "SHMConfig" "true"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "130"
Option "RightEdge" "840"
Option "TopEdge" "130"
Option "BottomEdge" "640"
Option "FingerLow" "7"
Option "FingerHigh" "8"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "0"
Option "MinSpeed" "0.60"
Option "MaxSpeed" "1.10"
Option "AccelFactor" "0.030"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "UpDownScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Generic"
ModelName "Local Flat Panel 1400x1050"
Option "DPMS" "On"
DisplaySize 245 190
EndSection
Section "Monitor"
Identifier "Monitor1"
Option "DPMS" "On"
DisplaySize 330 240
EndSection
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics
Controller"
BusID "PCI:0:2:0"
Screen 0
Option "NoAccel" "false"
Option "VBERestore" "true"
Option "SWCursor" "off"
Option "ConnectedMonitor" "LFP"
Option "Clone" "false"
Option "DevicePresence" "true"
Option "FlipPrimary" "true"
Option "XVideo" "true"
Option "DDC" "true"
Option "DRI" "true"
Option "NoAccel" "false"
Option "CheckLid" "true"
Option "DisplayInfo" "true"
Option "XAANoOffscreenPixmaps" "true"
Option "AllowGLXWithComposite" "true"
EndSection
Section "Device"
Identifier "Card1"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics
Controller"
BusID "PCI:0:2:1"
Screen 1
Option "VBERestore" "true"
Option "NoAccel" "false"
Option "SWCursor" "off"
Option "ConnectedMonitor" "LFP"
Option "Clone" "false"
Option "DevicePresence" "true"
Option "FlipPrimary" "true"
Option "XVideo" "true"
Option "DDC" "true"
Option "DRI" "true"
Option "CheckLid" "true"
Option "DisplayInfo" "true"
Option "XAANoOffscreenPixmaps" "true"
Option "AllowGLXWithComposite" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1400x1050" "1280x1024" "1280x960" "1152x864"
"1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1400x1050" "1280x1024" "1280x960" "1152x864"
"1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 32
Modes "1400x1050" "1280x1024" "1280x960" "1152x864"
"1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1400x1050" "1280x1024" "1280x960" "1152x864"
"1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1400x1050" "1280x1024" "1280x960" "1152x864"
"1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 32
Modes "1400x1050" "1280x1024" "1280x960" "1152x864"
"1024x768"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "true"
Option "RENDER" "True"
EndSection
--
Michał Panasiewicz Linux user nr. #425323 - jabber: wolvverine [ at ] chrome [ dot ] pl || e-mail: wolvverine [ at ] tlen [ dot ] pl , wolvverine [ at ] pld-linux [ dot ] org
http://www.linkomp.pl - Linkomp - Usługi informatyczne dla firm - biuro [ at ] linkomp [ dot ] pl
Więcej informacji o liście dyskusyjnej pld-users-pl