LINUX.ORG.RU

Почему не отображается курсор мыши на дисплее


0

0

Я поставил драва для unichrom чипсета. Всё как описано
http://gentoo-wiki.com/HARDWARE_Unichrome

Всё работает, но курсор мыши не отображается, если подгрузить
vesa драва, то мышь отображается нормально. Но с весой всё тормозит.

Мой конфиг:
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/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "xtrap"
        Load  "record"
        Load  "dbe"
        Load  "dri"
        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"
  DisplaySize  280 224
  HorizSync    28-48
  Identifier   "Monitor0"
  ModelName    "1024X768@60HZ"
  Option       "DPMS"
  VendorName   "--> VESA"
  VertRefresh  50-60
  UseModes     "Modes0"
EndSection

Section "Modes"
  Identifier   "Modes0"
  Modeline      "1024x768" 61.89 1024 1080 1184 1344 768 769 772 794
  Modeline      "800x600" 36.88 800 832 912 1024 600 601 604 621
  Modeline      "768x576" 33.74 768 792 872 976 576 577 580 596
  Modeline      "640x480" 23.06 640 656 720 800 480 481 484 497
EndSection


Section "Device"
        Identifier  "Card0"
        Driver "via"
        BusID "PCI:1:0:0"
        Option "EnableAGPDMA"
        Option "DisableIRQ"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
    Group      "video"
    Mode       0666
EndSection

Подскажите, пожалуйста, куда копать


Проблему я решил :-)

добавил

Section "Device"
Option     "SWCursor"
EndSection

aeuo
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.