Автор Тема: Проблема с Intel i845  (Прочитано 11436 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн krbiwa

  • Новичок
  • **
  • Автор темы
  • Сообщений: 20
Re: Проблема с Intel i845
« Ответ #15 : Апрель 10, 2012, 11:39:11 »
Section "Device"
Identifier "Configured Video Device"
Driver "intel"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Значит работал я с таким xorg.conf 2 часа в пятницу ну и сегодня до обеда, думал что попустило и все будет нормально но...
после нескольких выбиваний решил написать.
Прикрепляю  лог xorg на всякий случай.
/sys/kernel/debug/dri/0/i915_error_state - примонтировано но все файлы 0 байт.

Оффлайн HsH

  • Administrator
  • *****
  • Сообщений: 3474
Re: Проблема с Intel i845
« Ответ #16 : Апрель 10, 2012, 11:54:25 »
Пробовал с стандартным xorg.conf проблема не решена!!!
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/X11/misc"
   FontPath     "/usr/share/fonts/X11/cyrillic"
   FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath     "/usr/share/fonts/X11/Type1"
   FontPath     "/usr/share/fonts/X11/100dpi"
   FontPath     "/usr/share/fonts/X11/75dpi"
   FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
   FontPath     "built-ins"
EndSection

Section "Module"
   Load  "dri"
   Load  "extmod"
   Load  "dri2"
   Load  "glx"
   Load  "dbe"
   Load  "record"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"               # [<bool>]
        #Option     "SWcursor"              # [<bool>]
        #Option     "ColorKey"              # <i>
        #Option     "CacheLines"            # <i>
        #Option     "Dac6Bit"               # [<bool>]
        #Option     "DRI"                   # [<bool>]
        #Option     "NoDDC"                 # [<bool>]
        #Option     "ShowCache"             # [<bool>]
        #Option     "XvMCSurfaces"          # <i>
        #Option     "PageFlip"              # [<bool>]
   Identifier  "Card0"
   Driver      "intel"
   VendorName  "IntelVGA"
   BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
   BusID       "PCI:0:2:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection
   Это не стандартный xorg.conf.

  Рекомендации по решению проблемы - https://wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes.
sudo add-apt-repository ppa:glasen/intel-driver
sudo aptitude update && sudo aptitude full-upgrade
sudo aptitude install linux-image-generic-lts-backport-oneiric
« Последнее редактирование: Апрель 10, 2012, 19:41:49 от HsH »

Оффлайн krbiwa

  • Новичок
  • **
  • Автор темы
  • Сообщений: 20
Re: Проблема с Intel i845
« Ответ #17 : Апрель 13, 2012, 12:51:24 »
Сутки проблем не было, надеюсь проблема пропала на совсем.