The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  ВХОД  слежка  RSS
"Video на чипсете  Intel 845G"
Вариант для распечатки Архивированная нить - только для чтения! 
Пред. тема | След. тема 
Форумы OpenNET: Виртуальная конференция (Public)
Изначальное сообщение [Проследить за развитием треда]

"Video на чипсете  Intel 845G"
Сообщение от Zoer emailИскать по авторуВ закладки on 17-Мрт-04, 15:30  (MSK)

Использую FreeBSD v4.7

Есть видеокарта на чипсете Intel 845G

Хочу запустить KDE или GNOM. Настраиваю /etc/XF86Config

При выборе драйвера i810 выдает следующие ошибки:
----------------------------------------------------------------------------
(EE) GARTInit: Unable to open /dev/agpgart (Device not configured)
(EE) I810(0): AGP GART support is not available.  Make sure your kernel has
agpgart support or that the agpgart kernel module is loaded.
Fatal server error:
no screens found
----------------------------------------------------------------------------

Понимая что не поддерживается AGP GART, а как установить эту поддержку.?

Какой драйвер выбрать для видео что-бы грузился графический режим.?


Содержание /etc/XF86Config:

Section "ServerLayout"
Identifier     "Simple Layout"
Screen         "Screen 1" 0 0
InputDevice    "Mouse1" "CorePointer"
InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
#    ModulePath "/usr/X11R6/lib/modules"
RgbPath      "/usr/X11R6/lib/X11/rgb"
FontPath     "/usr/X11R6/lib/X11/fonts/local/"
FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the Type1 and FreeType font modules
Load  "glx"
Load  "dbe"   # Double buffer extension
SubSection "extmod"
Option     "omit xfree86-dga"   # don't initialise the DGA extension
EndSubSection
Load  "type1"
Load  "freetype"# This loads the GLX module
EndSection

Section "InputDevice"
#    Option     "Protocol"      "Xqueue"
#    Option "Xleds"      "1 2 3"
#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"
Identifier  "Keyboard1"
Driver      "Keyboard"
Option     "AutoRepeat" "500 30"# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
Option     "XkbRules" "xfree86"
Option     "XkbModel" "pc105"
Option     "XkbLayout" "ru"
EndSection

Section "InputDevice"
Identifier  "Mouse1"
Driver      "mouse"
Option     "Protocol" "Auto"
Option     "Device" "/dev/sysmouse"# When using XQUEUE, comment out the above two lines, and uncomment
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "keyboard"
Option     "XkbModel" "pc104"
Option     "XkbLayout" "us"
EndSection

Section "Monitor"
Identifier   "My Monitor"
HorizSync    31.5 - 82.0
VertRefresh  40.0 - 150.0
EndSection

Section "Device"
Identifier  "My Video Card"
Driver      "i810"
ChipSet     "i810"
Card        "Intel i810"
EndSection

Section "Screen"
Identifier "Screen 1"
Device     "My Video Card"
Monitor    "My Monitor"
DefaultDepth     24
SubSection "Display"
Depth     8
Modes    "640x400"
EndSubSection
SubSection "Display"
Depth     16
Modes    "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth     24
Modes    "1024x768" "800x600" "640x480"
EndSubSection
EndSection

  Рекомендовать в FAQ | Cообщить модератору | Наверх

 Оглавление

Индекс форумов | Темы | Пред. тема | След. тема
Сообщения по теме

1. "Video на чипсете  Intel 845G"
Сообщение от Евгений emailИскать по авторуВ закладки on 17-Мрт-04, 15:45  (MSK)
>
>Использую FreeBSD v4.7
>
>Есть видеокарта на чипсете Intel 845G
>
>Хочу запустить KDE или GNOM. Настраиваю /etc/XF86Config
>
>При выборе драйвера i810 выдает следующие ошибки:
>----------------------------------------------------------------------------
>(EE) GARTInit: Unable to open /dev/agpgart (Device not configured)
>(EE) I810(0): AGP GART support is not available.  Make sure your
>kernel has
> agpgart support or that the agpgart kernel module is loaded.
>Fatal server error:
>no screens found
>----------------------------------------------------------------------------
>
>
>
>Понимая что не поддерживается AGP GART, а как установить эту поддержку.?
>
>Какой драйвер выбрать для видео что-бы грузился графический режим.?
>
>
>Содержание /etc/XF86Config:
>
>Section "ServerLayout"
> Identifier     "Simple Layout"
> Screen         "Screen 1"
>0 0
> InputDevice    "Mouse1" "CorePointer"
> InputDevice    "Keyboard1" "CoreKeyboard"
>EndSection
>
>Section "Files"
>#    ModulePath "/usr/X11R6/lib/modules"
> RgbPath      "/usr/X11R6/lib/X11/rgb"
> FontPath     "/usr/X11R6/lib/X11/fonts/local/"
> FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
> FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
> FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
> FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
> FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
> FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
> FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
>EndSection
>
>Section "Module"
># This loads the DBE extension module.
># This loads the miscellaneous extensions module, and disables
># initialisation of the XFree86-DGA extension within that module.
># This loads the Type1 and FreeType font modules
> Load  "glx"
> Load  "dbe"   # Double buffer extension
> SubSection "extmod"
>  Option     "omit xfree86-dga"   #
>don't initialise the DGA extension
> EndSubSection
> Load  "type1"
> Load  "freetype"# This loads the GLX module
>EndSection
>
>Section "InputDevice"
>#    Option     "Protocol"  
>   "Xqueue"
>#    Option "Xleds"      "1
>2 3"
>#    Option "LeftAlt"     "Meta"
>#    Option "RightAlt"    "ModeShift"
> Identifier  "Keyboard1"
> Driver      "Keyboard"
> Option     "AutoRepeat" "500 30"# Specify which keyboard
>LEDs can be user-controlled (eg, with xset(1))
> Option     "XkbRules" "xfree86"
> Option     "XkbModel" "pc105"
> Option     "XkbLayout" "ru"
>EndSection
>
>Section "InputDevice"
> Identifier  "Mouse1"
> Driver      "mouse"
> Option     "Protocol" "Auto"
> Option     "Device" "/dev/sysmouse"# When using XQUEUE, comment
>out the above two lines, and uncomment
>EndSection
>
>Section "InputDevice"
> Identifier  "Keyboard0"
> Driver      "keyboard"
> Option     "XkbModel" "pc104"
> Option     "XkbLayout" "us"
>EndSection
>
>Section "Monitor"
> Identifier   "My Monitor"
> HorizSync    31.5 - 82.0
> VertRefresh  40.0 - 150.0
>EndSection
>
>Section "Device"
> Identifier  "My Video Card"
> Driver      "i810"
> ChipSet     "i810"
> Card        "Intel i810"
>EndSection
>
>Section "Screen"
> Identifier "Screen 1"
> Device     "My Video Card"
> Monitor    "My Monitor"
> DefaultDepth     24
> SubSection "Display"
>  Depth     8
>  Modes    "640x400"
> EndSubSection
> SubSection "Display"
>  Depth     16
>  Modes    "800x600" "640x480"
> EndSubSection
> SubSection "Display"
>  Depth     24
>  Modes    "1024x768" "800x600" "640x480"
> EndSubSection
>EndSection


А в ядре:
device agp
есть?

  Рекомендовать в FAQ | Cообщить модератору | Наверх

2. "Video на чипсете  Intel 845G"
Сообщение от Zoer emailИскать по авторуВ закладки on 23-Мрт-04, 14:14  (MSK)
>
>А в ядре:
>device agp
>есть?


Извините за банальный вопрос.
А где посмотреть?

И если нет то как установить?

  Рекомендовать в FAQ | Cообщить модератору | Наверх

3. "Video на чипсете  Intel 845G"
Сообщение от temny emailИскать по авторуВ закладки on 23-Мрт-04, 18:13  (MSK)
>>
>>А в ядре:
>>device agp
>>есть?
>
>
>Извините за банальный вопрос.
>А где посмотреть?
>
>И если нет то как установить?

Проверить можно так:
dmesg|grep agp
Если есть что-то подобное вот этому:
agp0: <Intel 82845G (845G GMCH) SVGA controller> mem 0xffa80000-0xffafffff,0xf0000000-0xf7ffffff irq 16 at device 2.0 on pci0
agp0: detected 8060k stolen memory
agp0: aperture size is 128M
то, скорее всего проблема не в ядре.

Если же нет, то прочитай вот это http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html
- разберёшься что и как с ядром.
В ядро необходимо добавить device agp

  Рекомендовать в FAQ | Cообщить модератору | Наверх


Удалить

Индекс форумов | Темы | Пред. тема | След. тема
Пожалуйста, прежде чем написать сообщение, ознакомьтесь с данными рекомендациями.




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2025 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру