From: "Pavel S. Khmelinsky" <hmepas@yauza.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@altlinux.ru>
Subject: Re: [sisyphus] Проблема с иксами!
Date: Sun, 04 Apr 2004 12:24:32 +0400
Message-ID: <406FC640.2090402@yauza.ru> (raw)
In-Reply-To: <200404032218.54531.svg68@list.ru>
vladimir wrote:
> В сообщении от 3 Апрель 2004 21:56 Pavel S. Khmelinsky написал(a):
>
>
>>что говорят комманды:
>>uname -a
Эту команду забыли?
>>rpm -qa | grep kernel
>
>
> kernel-modules-3c90x-std-up-1.0.2-alt9.15
> kernel-modules-fglrx-std-up-1.0.3.7.0-alt1.15
> kernel-modules-madwifi-std-up-0.8.3.2-alt8.15
> kernel-image-std-up-2.4.22-alt15
> kernel-modules-slmdm-data-2.7.10-alt1
> kernel-modules-alsa-std-up-0.9.8-alt5.15
> kernel-modules-v4l-std-up-2003.11.05-alt3.15
> kernel-modules-bcm5700-std-up-6.2.11-alt12.15
> kernel-modules-drm-std-up-4.3.0-alt21.15
> kernel-modules-hcfpcimodem-std-up-0.99mbsibeta02123100-alt3.15
> kernel-modules-lm_sensors-std-up-2.8.2-alt1.15
> kernel-modules-nvidia-nforce-std-up-1.0.0261-alt10.15
> kernel-modules-slmdm-std-up-2.7.10-alt16.15
> kernel-doc-std-2.4.22-alt15
> kernel-modules-nvidia-std-up-1.0.5328-alt2.15
> kernel-modules-cifs-std-up-0.9.3-alt3.15
> kernel-modules-hostap-std-up-0.1.2-alt3.15
> kernel-modules-slicoss-std-up-1.2.0-alt5.15
>
>
>
>>rpm -qa | grep nvidia
>
>
> kernel-modules-nvidia-nforce-std-up-1.0.0261-alt10.15
> nvidia_glx_common-1.0.5336-alt1
> kernel-modules-nvidia-std-up-1.0.5328-alt2.15
rpm -ql kernel-modules-nvidia-std-up-1.0.5328-alt2.15
будет что-то вроде
/lib/modules/<kernel-version>/...
потом uname -r чтобы узнать текущую Вашу версию ядра
а потом сравните <kernel-version> из предыдущей команды с тем что
Вам вывел uname -r если не совпадают то не удивительно что ничего
не работает.
> nvidia_glx_1.0.5328-1.0.5328-alt2.1
Наберите rpm -ql nvidia_glx_1.0.5328-1.0.5328-alt2.1, чтобы
узнать какие файлы содержит этот пакет, потом в
/var/log/XFree.0.log посмотрите грузятся ли эти файлы или вместо
них грузятся похожие по названию файлы из пакета XFree86-Server.
Если в системе стоят драйвера fglrx то их лучше удалить, от греха
подальше.
>
>
>>>cat /etc/modules
>
>
> battery
> ac
> button
> processor
>
>
>
>>> grep '^\s*(EE)' /var/log/XFree86.0.log
>
>
> (EE) NVIDIA(0): Failed to load GLX
>
>
>> grep '^\s*(WW)' /var/log/XFree86.0.log
>
>
> (WW) Open APM failed (/dev/apm_bios) (No such device)
> (WW) NVIDIA(0): Multiple displays connected, but only one display allowed;
> (WW) NVIDIA(0): using first display
> (WW) (1400x1050,monitor1) mode clock 122MHz exceeds DDC maximum 110MHz
> (WW) NVIDIA(0): Not using mode "700x525" (height 1050 is larger than
> (WW) NVIDIA(0): EDID-specified maximum 1024)
> (WW) NVIDIA(0): Not using mode "1152x768":
> (WW) NVIDIA(0): horizontal sync start (1178) not a multiple of 8
> (WW) NVIDIA(0): Not using mode "768x576":
> (WW) NVIDIA(0): horizontal sync width (846 - 832 = 14) not a multiple of 8
> (WW) NVIDIA(0): Not using mode "576x384":
> (WW) NVIDIA(0): horizontal sync start (589) not a multiple of 8
> (WW) NVIDIA(0): Not using mode "360x200":
> (WW) NVIDIA(0): horizontal sync start (378) not a multiple of 8
> (WW) Open APM failed (/dev/apm_bios) (No such device)
> (WW) Open APM failed (/dev/apm_bios) (No such device)
> (WW) Open APM failed (/dev/apm_bios) (No such device)
>
> > lsmod | grep agp после старта иксов
>
>>покажите общественности свой /etc/X11/XF86Config-4 секции Module
>>и Device касательно вашей видео карты.
>
>
> Вот секции /etc/X11/XF86Config-4 секции Module
>
>
Когда у меня был nvidia, у меня работало с этими строчками в
Section "Module":
Load "/usr/X11R6/lib/modules/extensions/libglx.so"
Load "/usr/X11R6/lib/modules/extensions/libdri.a"
> Section "Module"
>
> # This loads the DBE extension module.
>
> Load "dbe"
>
> # This loads the Video for Linux module.
> Load "v4l"
>
>
> # This loads the miscellaneous extensions module, and disables
> # initialisation of the XFree86-DGA extension within that module.
>
> SubSection "extmod"
> #Option "omit xfree86-dga"
>
> EndSubSection
>
> # This loads the Type1 and FreeType font modules
>
> Load "type1"
> Load "freetype"
> EndSection
>
В эту секцию можно добавить параметр
Option "NvAGP" "1" и попробовать поиграться с его значением,
правда диапазон я уже не помню.
> Section "Device"
> Identifier "NVIDIA GeForce4 (generic)"
> VendorName "Unknown"
> BoardName "Unknown"
> Driver "nvidia"
> # VideoRam 16384
> # Clock lines
>
>
> # Uncomment following option if you see a big white block
> # instead of the cursor!
> # Option "sw_cursor"
>
> Option "DPMS" "on"
> EndSection
>
>
>
>
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@altlinux.ru
> http://lists.altlinux.ru/mailman/listinfo/sisyphus
>
--
Pavel S. Khmelinsky <hmepas@yauza.ru>
System Administrator,
ISP Yauza Telecom
http://www.yauza.ru
next prev parent reply other threads:[~2004-04-04 8:24 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-03 16:07 vladimir
2004-04-03 16:46 ` Pavel S. Khmelinsky
2004-04-03 17:35 ` vladimir
2004-04-03 17:56 ` Pavel S. Khmelinsky
2004-04-03 18:18 ` vladimir
2004-04-04 2:58 ` Sergei Dolmatov
2004-04-04 6:48 ` Anton Kachalov
2004-04-05 10:16 ` [sisyphus]Проблема " Alexey Novikov
2004-04-05 15:18 ` Serge Pavlovsky
2004-04-04 8:24 ` Pavel S. Khmelinsky [this message]
2004-04-04 8:35 ` [sisyphus] Проблема " vladimir
2004-04-04 9:10 ` Pavel S. Khmelinsky
2004-04-04 9:14 ` vladimir
2004-04-04 11:51 ` Pavel S. Khmelinsky
2004-04-04 12:02 ` vladimir
2004-04-04 9:00 ` Anton Farygin
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=406FC640.2090402@yauza.ru \
--to=hmepas@yauza.ru \
--cc=sisyphus@altlinux.ru \
/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 Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git