Linux за българи: Форуми

Linux секция за начинаещи => Настройка на хардуер => Темата е започната от: hateati в Apr 16, 2007, 00:07



Титла: проблем с debian gnu/linux 4.0
Публикувано от: hateati в Apr 16, 2007, 00:07
след инсталиране на драйвери на нвидиа по дебианския начин и рестартиране glxinfo |grep rendering изкарва bash: glxinfo: command not found

ето част от xorg.conf
Примерен код
Section "Module"
   Load   "bitmap"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "us"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ImPS/2"
   Option      "Emulate3Buttons"   "true"
EndSection

Section "Device"
   Identifier   "NVIDIA GeForce 7300 GT"
   Driver      "nvidia"
   BusID      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Philips 170c"
   Option      "DPMS"
   HorizSync   56-76
   VertRefresh   30-83
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "NVIDIA GeForce 7300 GT"
   Monitor      "Philips 170c"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1280x1024" "1024x768" "800x600"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x1024" "1024x768" "800x600"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x1024" "1024x768" "800x600"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x1024" "1024x768" "800x600"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x1024" "1024x768" "800x600"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x1024" "1024x768" "800x600"
   EndSubSection
EndSection

при стартиране на Х излиза логото на нвидиа.някой има ли представа какво съм пропуснал?


Титла: проблем с debian gnu/linux 4.0
Публикувано от: dedmin в Apr 16, 2007, 03:38
apt-get install mesa-utils


Титла: проблем с debian gnu/linux 4.0
Публикувано от: hateati в Apr 16, 2007, 18:46
благодаря, ще го пробвам по- късно, че сега пък проблеми с харда. :D


Титла: проблем с debian gnu/linux 4.0
Публикувано от: hateati в Apr 16, 2007, 22:22
~$ glxinfo |grep rendering
direct rendering: Yes
 ;)
благодаря!