The OpenNET Project / Index page

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

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

"Help Me!!! i740 и Xfree86-4.1.0"
Сообщение от Lioha emailИскать по авторуВ закладки on 02-Окт-01, 09:09  (MSK)
Помогите прекрутить карту во FreeBSD-4.x карта OEM нa чипe i740 8Mb. Уже всяко пробывал нежрена не получаеться.
  Рекомендовать в FAQ | Cообщить модератору | Наверх

 Оглавление

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

1. "RE: Help Me!!! i740 и Xfree86-4.1.0"
Сообщение от lavr emailИскать по авторуВ закладки on 02-Окт-01, 12:49  (MSK)
>Помогите прекрутить карту во FreeBSD-4.x карта
>OEM нa чипe i740 8Mb.
>Уже всяко пробывал нежрена не
>получаеться.

[spleen]~ > dmesg | grep 740
VESA: Intel740 Super VGA
pci1: <Intel i740 AGP SVGA controller> at 0.0 irq 11
[spleen]~ > uname -a
FreeBSD spleen.demos.su 4.4-STABLE FreeBSD 4.4-STABLE #19: Wed Sep 26 19:28:27 MSD 2001
[spleen]~

версия XFree86 4.0.x

[spleen]~ >less XF86Config

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "/usr/X11R6/lib/X11/fonts/koi8_75dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/win-1251"
        FontPath     "/usr/X11R6/lib/X11/fonts/koi8_misc"
        FontPath     "/usr/X11R6/lib/X11/fonts/rus"
        FontPath     "/usr/X11R6/lib/X11/fonts/koi8_100dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/75dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/100dpi"
        FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/local/"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "xie"
        Load  "pex5"
        Load  "glx"
        Load  "dri"
        Load  "GLcore"
        Load  "dbe"
        Load  "record"
        Load  "type1"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbLayout" "ru"
        Option      "XkbModel" "pc101"
        Option      "XkbOptions" "grp:caps_toggle"

EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/psm0"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "HWP"
        ModelName    "b14"
        HorizSync    31.5 - 57.0
        VertRefresh  40.0 - 150.0
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "i740"
        VendorName  "Intel"
        BoardName   "i740 (AGP)"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Depth     8
        EndSubSection
        SubSection "Display"
                Depth     15
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes     "1024x768" "640x480" "320x240"
        EndSubSection
        SubSection "Display"
                Depth     24
        EndSubSection
        SubSection "Display"
                Depth     32
        EndSubSection

EndSection

Section "DRI"
EndSection

секцию Monitor, Screen, Card поправить под себя:

The only lines you need in the "Device" section of your XF86Config
file are:

            Section "Device"
                Identifier "Intel i740"
                Driver     "i740"
            EndSection

or let xf86config do this for you.

However, if you have problems with auto-detection, you can specify:

   o VideoRam - in kilobytes

   o DacSpeed - in MHz

   o MemBase  - physical address of the linear framebuffer

   o IOBase   - physical address of the memory mapped IO registers

6.  Driver Options

   o "NoAccel"  - Turn off hardware acceleration

   o "SWCursor" - Request a software cursor (hardware is default)

   o "SDRAM"    - Force the use of SDRAM timings

   o "SGRAM"    - Force the use of SGRAM timings

   o "SlowRam"  - Force the use of slower ram timings

   o "Dac6Bit"  - Force the use of a 6 Bit Dac (8 Bit is the default)

   o "UsePIO    - Force the use of programmed IO (Memory mapped is the
     default)

Note: the i740 X server should automatically detect whether your card has
SGRAM or SDRAM.  Use the "sgram" and "sdram" options if it is incorrectly
detected.

7.  Known Limitations

   o Certain drawing operations are very slow when using 24 bit pixel depth
     mode.

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

2. "RE: Help Me!!! i740 и Xfree86-4.1.0"
Сообщение от Lioha Искать по авторуВ закладки on 02-Окт-01, 13:52  (MSK)
> dmesg | grep 740
VESA: Intel740 Super VGA нет такой строки
pci1: <Intel i740 AGP SVGA controller> at 0.0 irq 11
  Рекомендовать в FAQ | Cообщить модератору | Наверх


Удалить

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




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

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