Переход с ATI на NVIDIA

Kubuntu, Xubuntu и другие

Модератор: Модераторы разделов

Revo
Сообщения: 17
ОС: ALT Linux Desktop 5.0 beta

Переход с ATI на NVIDIA

Сообщение Revo »

Подскажите как правильно перейти с ATI на Nvidia. Раньше стояла Х1300ХТ теперь приобрел нвидиа 9400 gt, Система Ubuntu 8.04. Вот мой xorg:

Код: Выделить всё

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "us,ru"
    Option        "XkbVariant"    ","
    Option        "XkbOptions"    "grp:alt_shift_toggle,lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
EndSection

Section "Device"
    Identifier    "Configured Video Device"
    Boardname    "vesa"
    Busid        "PCI:4:0:0"
    Driver        "nv"
    Screen    0
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
    Vendorname    "Generic LCD Display"
    Modelname    "LCD Panel 1280x1024"
    Horizsync    31.5-64.0
    Vertrefresh    56.0 - 65.0
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    Gamma    1.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Configured Video Device"
    Monitor        "Configured Monitor"
    Defaultdepth    24
    SubSection "Display"
        Depth    24
        Modes        "1280x1024@60"    "1280x960@60"    "1024x768@60"    "800x600@60"    "800x600@56"    "640x480@60"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
  screen 0 "Default Screen" 0 0
EndSection
Section "Module"
    Load        "glx"
    Load        "GLcore"
    Load        "v4l"
EndSection
Section "ServerFlags"
EndSection

После долгих мучений разрешение стало нормальное но 3D не работает,
Спасибо сказали:
Аватара пользователя
OnkelDen
Сообщения: 15
ОС: Kubuntu

Re: Переход с ATI на NVIDIA

Сообщение OnkelDen »

Установить драйвера не пробовали? Обычно после этого 3D работает нормально.
Спасибо сказали:
Revo
Сообщения: 17
ОС: ALT Linux Desktop 5.0 beta

Re: Переход с ATI на NVIDIA

Сообщение Revo »

Если не трудно подскажите как? Я не очень хорошо еще ориентируюсь в линуксе, когда устанавливал систему (на ATI) там он спросил что хотите установить драйвера или нет.... Ответил да, а там уж дело техники, немного поднастроил и нормально было все. А сейчас захожу в администрирование-> драйвера устройств, там нет ни чего. С журнала есть драйвер NVIDIA-Linux-x86_64-177.82-pkg2.run. Вот вопрос как его поставить? Или с репозитория как? Какие пакеты?
Спасибо сказали:
Revo
Сообщения: 17
ОС: ALT Linux Desktop 5.0 beta

Re: Переход с ATI на NVIDIA

Сообщение Revo »

Попробовал установить драйвер, и nvidia-settings, в xorg поменял драйвер с nv на nvidia. Перезагрузился теперь иксы не грузятся, и командная строка не выходит чтоб обратно вернуть. Ctrl+Alt+F1 не реагирует. Вообще на клаву нет реакции.Что делать?
Спасибо сказали:
Аватара пользователя
trancefer
Сообщения: 485
Статус: $>
ОС: Arch, Slackware, OpenBSD

Re: Переход с ATI на NVIDIA

Сообщение trancefer »

Revo, дайте вывод

Код: Выделить всё

cat /var/log/Xorg.0.log
Спасибо сказали:
Revo
Сообщения: 17
ОС: ALT Linux Desktop 5.0 beta

Re: Переход с ATI на NVIDIA

Сообщение Revo »

Загрузился в текстовом режиме, изменил все как было, При загрузке выбрал драйвер Vesa, чтоб загрузиться, Вот лог:
У вас нет необходимых прав для просмотра вложений в этом сообщении.
Спасибо сказали:
Revo
Сообщения: 17
ОС: ALT Linux Desktop 5.0 beta

Re: Переход с ATI на NVIDIA

Сообщение Revo »

Установил драйвера по этой инструкции: http://forum.ubuntu.ru/index.php?topic=3031.0
Появился при загрузке логотип nvidia, но 3D так и не работает,
Вот xorg:

Код: Выделить всё

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "us,ru"
    Option        "XkbVariant"    ","
    Option        "XkbOptions"    "grp:alt_shift_toggle,lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
EndSection

Section "Device"
    Identifier    "Configured Video Device"
    Boardname    "NVIDIA GeForce 9 Series"
    Busid        "PCI:4:0:0"
    Driver        "nvidia"
    Screen    0
    Vendorname    "NVIDIA"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
    Vendorname    "Generic LCD Display"
    Modelname    "LCD Panel 1280x1024"
    Horizsync    31.5-64.0
    Vertrefresh    56.0 - 65.0
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    Gamma    1.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Configured Video Device"
    Monitor        "Configured Monitor"
    Defaultdepth    24
    SubSection "Display"
        Depth    24
        Modes        "1280x1024@60"    "1280x960@60"    "1024x768@60"    "800x600@60"    "800x600@56"    "640x480@60"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
  screen 0 "Default Screen" 0 0
EndSection
Section "Module"
    Load        "glx"
#    Load        "GLcore"
    Load        "v4l"
EndSection
Section "ServerFlags"
EndSection


порылся в настройках, заработал но так коряво с глюками какими то, на ATI лучше работал, Посмотрите может где подправить надо,
Спасибо сказали:
blackdevil
Бывший модератор
Сообщения: 2751
Статус: Добровольный помощник
ОС: Ubuntu (lts)

Re: Переход с ATI на NVIDIA

Сообщение blackdevil »

Есть утилитка envyng, работает в консоли, ставьте драйвер через нее. Там все просто и понятно, надо только ее запустить.
Простые решения для Ubuntu-подобных систем: смотрим тут
Спасибо сказали: