Автор Гілка: Налаштування Gentoo  (Прочитано 1681 раз)

Відсутній rangel

  • Графоман
  • ****
  • дописів: 281
  • Карма: +0/-0
  • Python programmer
Налаштування Gentoo
« : 2006-06-26 01:40:14 »
Прошу допомоги в налаштуванні Gentoo.

Ситуація наступна:

Є ноутбук IBM T21
P III 800/ SDRAM 256 Mb/ S3 Savage 8 Mb і тд

Поставив я за дві доби з компіляціями Gentoo. Ставив з онлайна (переважно ftp.linux.kiev.ua).
Ядро пробував компілити сам.

Спробував поставити Х - скачалося, відкомпілилося. Не можу довести конфігурацію.

Пробував Xorg -configure
результат:
Цитата
Xorg is not able to detect your mousef
Прописав в конфізі /dev/input/mouse0 (перевіряв через cat - ядро мишу бачить, на екран мракозябли повзуть!)
Пробував через xorgconfig
результат:
Цитата
(EE) SAVAGE(0): DRI isnt'enabled
(EE) No Input driver matching 'mouse'
(EE) No Input driver matching 'kbd'
(WW) No core pointer registered
No core keyboard

Fatal server error:
failed to initialize core devices

Можливо все в тому, що я не прописав /etc/modules.autoload.d/kernel-2.6 про що йшлося в handbook?

Прошу поради та допомоги!

Можна в аську! Я майже весь час онлайн.
Розумію, що форум не для того.
Просто треба налаштувати машину швидко.

В Лінуксах я не спеціаліст, просто читав handbook і трохи гуглив.
Roman Suprotkin

Відсутній Scriptor

  • Новачок
  • *
  • дописів: 19
  • Карма: +0/-0
Re: Налаштування Gentoo
« Відповідей #1 : 2006-06-26 01:49:45 »
Конфіг в студію (с), той, що видав Xorg -configure та відредагований Вами.
Яка версія Xorg?
« Змінено: 2006-06-26 01:50:40 від Scriptor »
З повагою,
Scriptor

Відсутній rangel

  • Графоман
  • ****
  • дописів: 281
  • Карма: +0/-0
  • Python programmer
Re: Налаштування Gentoo
« Відповідей #2 : 2006-06-26 02:16:11 »
Xorg 7.
точніше версію не знаю де виколупати
 :-[

xorg.conf.new
Цитата
Section "ServerLayout"
      Identifier     "X.org Configured"
      Screen      0  "Screen0" 0 0
      InputDevice    "Mouse0" "CorePointer"
      InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
      RgbPath      "/usr/share/X11/rgb"
      ModulePath   "/usr/lib/xorg/modules"
      FontPath     "/usr/share/fonts/misc"
      FontPath     "/usr/share/fonts/75dpi"
      FontPath     "/usr/share/fonts/100dpi"
      FontPath     "/usr/share/fonts/TTF"
      FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
      Load  "extmod"
      Load  "dbe"
      Load  "record"
      Load  "xtrap"
      Load  "dri"
      Load  "glx"
      Load  "freetype"
      Load  "type1"
EndSection

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

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

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

Section "Device"
        Identifier  "Card0"
      Driver      "savage"
      VendorName  "S3 Inc."
      BoardName   "86C270-294 Savage/IX-MV"
      BusID       "PCI:1:0: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 той, що після xorgcfg -textmode
Цитата
Section "ServerLayout"

      Identifier     "Simple Layout"
      Screen         "Screen 1" 0 0
      InputDevice    "Mouse1" "CorePointer"
EndSection

Section "Files"

      FontPath     "/usr/share/fonts/misc"
      FontPath     "/usr/share/fonts/75dpi"
      FontPath     "/usr/share/fonts/100dpi"
      FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"

      Load  "dbe"        # Double buffer extension
      SubSection "extmod"
            Option          "omit xfree86-dga"   # don't initialise the DGA extension
      EndSubSection
      Load  "freetype"
#    Load        "xtt"
EndSection

Section "InputDevice"

      Identifier  "Mouse1"
      Driver      "mouse"
      Option          "Protocol" "PS/2"      # PS/2 Mouse
      Option          "Device" "/dev/input/mouse0"
      Option          "ZAxisMapping" "4 5 6 7"
      Option          "Emulate3Buttons"
EndSection

Section "InputDevice"
      Identifier  "Keyboard0"
      Driver      "kbd"
      Option          "XkbModel" "thinkpad"
      Option          "XkbLayout" "ua"
      Option          "XkbRules" "xorg"
EndSection

Section "Monitor"

      Identifier   "IBM T21 LCD"
      HorizSync    31.5 - 57.0
      VertRefresh  50.0 - 90.0
EndSection

Section "Device"

      Identifier  "S3 Savage M"
      Driver      "savage"
      Card        "** S3 Savage (generic)                [savage]"
EndSection

Section "Screen"
      Identifier "Screen 1"
      Device     "S3 Savage M"
      Monitor    "IBM T21 LCD"
      DefaultDepth     24
      SubSection "Display"
            Viewport   0 0
            Depth     8
            Modes    "1280x1024" "1024x768" "800x600" "640x480"
      EndSubSection
      SubSection "Display"
            Viewport   0 0
            Depth     16
            Modes    "1024x768" "800x600" "640x480"
      EndSubSection
      SubSection "Display"
            Viewport   0 0
            Depth     24
            Modes    "1024x768" "800x600" "640x480"
      EndSubSection
EndSection
  

Забув додати

Xorg -config /root/xorg.conf.new вішає систему так, що в жодну косоль не переключишся.


/usr/lib/modules - порожня.  :-/
Думаю, що граблі десь тут, хоча можу помилятися.
« Змінено: 2006-06-26 02:32:21 від rangel »
Roman Suprotkin

Відсутній CuB

  • Новачок
  • *
  • дописів: 44
  • Карма: +0/-0
  • рано чи піздно, так чи інакше
Re: Налаштування Gentoo
« Відповідей #3 : 2006-06-26 09:33:27 »
Цитата
(EE) SAVAGE(0): DRI isnt'enabled
(EE) No Input driver matching 'mouse'
(EE) No Input driver matching 'kbd'
(WW) No core pointer registered
No core keyboard

Fatal server error:
failed to initialize core devices

в /etc/make.conf вказано INPUT_DEVICES="keyboard mouse"? Якщо ні то вкажи та emerge xorg-xserver


моя частина xorg.conf яка стосується клави та миші
Section "InputDevice"
    Identifier      "Keyboard0"
    Driver      "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"      "xorg"
    Option "XkbModel"      "pc105"
    Option "XkbLayout"      "us,ru(winkeys),ua(winkeys)"
    Option "XkbOptions" "grp:alt_shift_toggle, grp_led:scroll"
EndSection
....
Section "InputDevice"
    Identifier      "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping"  "4 5"
EndSection

цю частину не чіпав здається з часу  6.7.*
« Змінено: 2006-06-26 09:44:10 від CuB »
wbr cub

Відсутній rangel

  • Графоман
  • ****
  • дописів: 281
  • Карма: +0/-0
  • Python programmer
Re: Налаштування Gentoo
« Відповідей #4 : 2006-06-26 12:43:16 »
вкажи та emerge xorg-xserver
Допомогло!!!
Дякую.

 :D

Хоча є підозра, що в моєму випадку достатнь було б поставити дрова під конкретну відеокарту.

в моєму випадку
emerge x86-video-savage
Roman Suprotkin

Відсутній CuB

  • Новачок
  • *
  • дописів: 44
  • Карма: +0/-0
  • рано чи піздно, так чи інакше
Re: Налаштування Gentoo
« Відповідей #5 : 2006-06-26 16:03:09 »
тоді й додати знову ж таки до make.conf
VIDEO_CARDS="savage"
або інші карточки які подтрібні
wbr cub