| Summary: | не работаетcompiz, video intel Mobile GM965/GL960 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Branch 4.1 | Reporter: | Gleb Kulikov <glebus> | ||||||||
| Component: | compiz | Assignee: | Valery Inozemtsev <shrek> | ||||||||
| Status: | CLOSED NOTABUG | QA Contact: | qa-4.1 <qa-4.1> | ||||||||
| Severity: | critical | ||||||||||
| Priority: | P2 | ||||||||||
| Version: | unspecified | ||||||||||
| Hardware: | all | ||||||||||
| OS: | Linux | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Gleb Kulikov
2008-08-07 13:01:42 MSD
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) 00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) ноут ThinkPad X61s все работает. (In reply to comment #1) > 00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) > 00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c) > ноут ThinkPad X61s > все работает. > на моей системе -- лысиной клянусь, шоб на ней выросли волосы, если я неправ -- не работает :) 3D работает. Created attachment 2780 [details]
xorg.conf
xorg.conf
Created attachment 2781 [details]
xorg.conf
xorg.conf
Created attachment 2782 [details]
xorg.conf
xorg.conf
xorg.conf:
------------------
Section "ServerFlags"
Option "DontZap"
Option "AIGLX" "true"
Option "AutoAddDevices" "true"
EndSection
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "Monitor"
Identifier "STD TFT"
VendorName "Lenovo"
ModelName "STD TFT (1024x768) XGA"
Option "DPMS" "on"
EndSection
Section "Device"
Identifier "GM965"
VendorName "Lenovo"
BoardName "Mobile GM965"
BusID "PCI:0:2:0"
Driver "intel"
Option "AccelMethod" "XAA"
EndSection
Section "DRI"
Group "xgrp"
Mode 0660
EndSection
Section "Screen"
Identifier "XGA"
Device "GM965"
Option "XaaNoOffscreenPixmaps" "true"
Monitor "STD TFT"
DefaultColorDepth 16
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "ThinkPad X61s"
Screen "XGA"
EndSection
---------------------
все работает
|