ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Olga Sorokina <olsor2007@yandex.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] Nvidia GeForce 9600 и ALTLinux Junior
Date: Fri, 26 Sep 2008 09:27:24 +0400
Message-ID: <48DC72BC.1050807@yandex.ru> (raw)
In-Reply-To: <48D843D5.2080804@yandex.ru>

[-- Attachment #1: Type: text/plain, Size: 1605 bytes --]

Ольга Сорокина пишет:
> Весной в первый раз в жизни установила ALTLinux Junior. Видеокарта у 
> того ПK была Nvidia GeForce 8* (то ли 8600, то ли 8800). Не запомнила 
> потому, что встало без проблем. Порадовалась четкости изображения. 
> Машину пришлось отдать, сейчас у меня другой ПК с картой Nvidia 
> GeForce 9600.
>
> Установила ALTLinux Junior. Картинка заметно хуже. Автоматически 
> установился драйвер vesa. При попытке проверить графический режим с 
> драйвером nvidia появляется заставка Nvidia и всё -- ни на какие 
> телодвижения компьютер не реагирует, кроме как на нажатие кнопки 
> перезагрузки на системном блоке.
>
Подождала два дня и сделала apt-get dist-upgrade. Судя по всему новые 
драйвера установлены:
# rpm -qa|grep nvidia
nvidia_glx_96.43.05-96.43.05-alt37.M40.1
* nvidia_glx_common-173.14.12-alt47.M40.1*
nvidia_glx_169.09-169.09-alt41
nvidia_glx_71.86.01-71.86.01-alt36
nvidia_glx_169.12-169.12-alt44.M40.1
nvidia_glx_96.43.01-96.43.01-alt36
nvidia_glx_71.86.04-71.86.04-alt37.M40.1
kernel-modules-nvidia-std-smp-169.12-alt1.132626.12.M40.3

# uname -a
Linux compsrv.domain 2.6.18-std-smp-alt12.M40.3 #1 SMP Mon Jul 14 
19:47:55 MSD 2008 i686 GNU/Linux

Однако перейти на драйвера nvidia не получается. Пытаюсь это сделать 
через Центр управления системой: Графический интерфейс, Дисплей, Другой 
драйвер, выбираю nv или nvidia. Результат одинаковый -- при проверке 
черный экран. Вывести из этого состояния могу только отрубая компьютер 
от сети (на новом системнике отстутствует кнопка Reboot).

Xorg.conf во вложенном файле. Подскажите, пожалуйста, что ещё можно 
сделать?

[-- Attachment #2: xorg.conf --]
[-- Type: text/plain, Size: 1897 bytes --]

Section "ServerLayout"
	Identifier     "Minimal layout"
	Screen         "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Genius Optical Mouse|0" "CorePointer"
EndSection

Section "Files"
	FontPath     "unix/:-1"
EndSection

Section "Module"
	Load  "type1"
	Load  "freetype"
	Load  "glx"
	Load  "dri"
	Load  "dbe"
	SubSection "extmod"
		Option	    "omit xfree86-dga"
	EndSubSection
EndSection

Section "ServerFlags"
	Option	    "AllowMouseOpenFail" "true"
EndSection

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

Section "InputDevice"
	Identifier  "Genius Optical Mouse|0"
	Driver      "mouse"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "IMPS/2"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "BenQ FP71G+u|0"
	DisplaySize  340	270
	HorizSync    31.0 - 83.0
	VertRefresh  56.0 - 76.0
EndSection

Section "Device"
	Identifier  "Card0|0"
	Driver      "vesa"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0|0"
	Monitor    "BenQ FP71G+u|0"
	DefaultDepth     24
	SubSection "Display"
		Depth     8
		Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	EndSubSection
	SubSection "Display"
		Depth     32
		Modes    "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
	EndSubSection
EndSection

Section "DRI"
	Group        "xgrp"
	Mode         0660
EndSection


  parent reply	other threads:[~2008-09-26  5:27 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-23  1:18 Ольга Сорокина
2008-09-23  4:54 ` aakarpov
2008-09-23  5:29   ` Владимир
2008-09-23 10:25     ` Michael Shigorin
2008-09-23 10:58 ` Anton Farygin
2008-09-23 15:38   ` Olga Sorokina
2008-09-26  5:27 ` Olga Sorokina [this message]
2008-09-26  5:34   ` dio4
2008-09-26  5:53   ` Хихин Руслан
2008-09-28  3:25     ` Olga Sorokina
2008-09-28  4:59       ` Хихин Руслан
2008-09-26  6:37   ` Anton Farygin
2008-09-26  7:50   ` Anton Farygin
2008-09-26 10:27     ` Sergey V Turchin
2008-09-26 10:46     ` Olga Sorokina
2008-09-26 10:58       ` Anton Farygin
2008-09-27 18:07         ` [Comm] [JT] " Michael Shigorin
2008-09-27 18:43           ` Anton Farygin
2008-09-27 18:57             ` Motsyo Gennadi aka Drool
2008-09-27 19:07             ` Alexey Borisenkov
2008-09-27 20:27               ` Хихин Руслан
2008-09-27 20:36                 ` Alexey Borisenkov
2008-09-29  6:09                   ` Anton Farygin
2008-09-29  9:34                     ` [Comm] Kiki on 64 bit (was: Nvidia GeForce 9600 и ALTLinux Junior) Alexey Borisenkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48DC72BC.1050807@yandex.ru \
    --to=olsor2007@yandex.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git