Автор Тема: Драйвери за geforce fx 5500  (Прочетена 3307 пъти)

bashi1

  • Напреднали
  • *****
  • Публикации: 115
    • Профил
Драйвери за geforce fx 5500
« -: Jan 16, 2008, 21:48 »
Можете ли да помогнете малко за инсталирането на тези драйвери? Ето какво направих аз и какви проблеми се появиха. Първо си изтеглих драйвера от официалния сайт на nvividia и го сложих в хоум директорията. Опитах се да спра Х-а но нещо не се получи. Изчезна всичко и се появи черен екран като в конзола с разни надписи и долу мигащ курсор обаче каквото и да напиша не се случва нищо. Просто нямаше команден ред - явно нещо беше зациклило при изключването. Дадох му ctr+alt+del за да се ресне целия комп и влязох в спасителен режим. От там инсталирах всичко и му дадох да промени конфиг файла и успях дори да пусна графична среда- /etc/init.d/gdm/start .
До тук добре обаче при пускането ми се появи една грешка, която остана и при възтановяване на стария конф файл -
failed to initialize HAL!
Наложи ми се да ресна компа при което се появи големия проблем - при стартирането на X-a се появиха на син екран две съобщения -
Failed to start the X server. It is likely that it is not set un correctly would you like to view the X server output to diagnose the problem!
Другото беше
The X server is now disabled. Restart GDM when it is configured correcly
Това бяха съобщенията. Извинявам се ако нещо от тях съм объркал, но трябваше да ги препиша на ръка а и не съм на ти с ангрииския. Ето xorg.conf след инсталацията
Примерен код

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Dec 13 19:09:35 PST 2007

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
   Identifier     "Default Layout"
   Screen         "Default Screen" 0 0
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
   InputDevice    "stylus" "SendCoreEvents"
   InputDevice    "cursor" "SendCoreEvents"
   InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

# path to defoma fonts
   FontPath        "/usr/share/fonts/X11/misc"
   FontPath        "/usr/share/fonts/X11/cyrillic"
   FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath        "/usr/share/fonts/X11/Type1"
   FontPath        "/usr/share/fonts/X11/100dpi"
   FontPath        "/usr/share/fonts/X11/75dpi"
   FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load           "i2c"
   Load           "bitmap"
   Load           "ddc"
   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,bg"
   Option         "XkbVariant" ","
   Option         "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection

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

Section "InputDevice"
   Identifier     "stylus"
   Driver         "wacom"
   Option         "Device" "/dev/input/wacom"
   Option         "Type" "stylus"
   Option         "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
   Identifier     "eraser"
   Driver         "wacom"
   Option         "Device" "/dev/input/wacom"
   Option         "Type" "eraser"
   Option         "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
   Identifier     "cursor"
   Driver         "wacom"
   Option         "Device" "/dev/input/wacom"
   Option         "Type" "cursor"
   Option         "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Monitor"
   Identifier     "Generic Monitor"
   HorizSync       28.0 - 51.0
   VertRefresh     43.0 - 60.0
   Option         "DPMS"
EndSection

Section "Device"
   Identifier     "nVidia Corporation NV34 [GeForce FX 5500]"
   Driver         "nvidia"
EndSection

Section "Screen"
   Identifier     "Default Screen"
   Device         "nVidia Corporation NV34 [GeForce FX 5500]"
   Monitor        "Generic Monitor"
   DefaultDepth    24
   SubSection     "Display"
       Depth       1
       Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection     "Display"
       Depth       4
       Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection     "Display"
       Depth       8
       Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection     "Display"
       Depth       15
       Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection     "Display"
       Depth       16
       Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection     "Display"
       Depth       24
       Modes      "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Къде бъркам?
Активен

Подобни теми
Заглавие Започната от Отговора Прегледи Последна публикация
Geforce fx 5500 -mandriva 2006
Настройка на хардуер
Nik123 4 2867 Последна публикация Apr 23, 2006, 03:46
от Nik123
Zaurus 5500 като gps
Настройка на програми
gtalev 0 1234 Последна публикация May 24, 2006, 14:47
от gtalev
Nvidia geforce 5500 fx
Настройка на хардуер
dany_filth 27 12444 Последна публикация Jul 03, 2006, 08:59
от
Проблем с видеото на nvidia fx 5500
Настройка на хардуер
fubo 12 4509 Последна публикация Feb 18, 2007, 17:03
от fubo
Проблем с Nvidia драйвери на FX 5500
Настройка на хардуер
Shnureaga 0 2282 Последна публикация Apr 08, 2009, 15:01
от Shnureaga