ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Шенцев Алексей Владимирович" <ashen@nsrz.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] Compact2.3+Sisyphus
Date: Wed, 1 Mar 2006 09:29:07 +0300
Message-ID: <200603010929.07856.ashen@nsrz.ru> (raw)
In-Reply-To: <200602281907.55341.miroslav@nm.kw.ukrtel.net>

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

В сообщении от 28 февраля 2006 19:07 Igor Miroshnichenko написал(a):
> rpm cdrom:[Full RPM-CD 2005/09 (Sep05 15:26MSD); CD 1]/ ALTLinux/i386
> Sisyphus-RPM-CD20050905
> rpm cdrom:[Full RPM-CD 2005/09 (Sep05 15:26MSD); CD 1]/ ALTLinux/i586
> Sisyphus-RPM-CD20050905
> rpm cdrom:[Full RPM-CD 2005/09 (Sep05 15:26MSD); CD 1]/ ALTLinux/i686
> Sisyphus-RPM-CD20050905
> rpm cdrom:[Full RPM-CD 2005/09 (Sep05 15:26MSD); CD 1]/ ALTLinux/noarch
> Sisyphus-RPM-CD20050905
Мля, вот и наши отличия в поиске пакетов. Я плохо читал начальное 
письмо ... ;)
> а-а... попробую определиться, если что не так
> то поправите.
> Система загружается без сбоев.
> После входа в систему KDE запускается
> с xterm командой startkde,поддержки 3D-графики нет.
> glxinfo | grep render
> Xlib:  extension "GLX" missing on display ":0.0".
> Xlib:  extension "GLX" missing on display ":0.0".
> Xlib:  extension "GLX" missing on display ":0.0".
> Error: couldn't find RGB GLX visual
> Xlib:  extension "GLX" missing on display ":0.0".
> Xlib:  extension "GLX" missing on display ":0.0".
> Xlib:  extension "GLX" missing on display ":0.0".
> Xlib:  extension "GLX" missing on display ":0.0".
Попробуй переставить OpenGL
>
> так как у меня xorg-6.8.99, то fglrx не нужен
> поддержка 3D будет на ядре 2.6 с установленым
> xorg-x11-drv-ati, 
а так же ядерный модуль kernel-modules-drm
> а на ядре 2.4 3D не будет в данном случае.
спорить не буду ... 
> потом правильно сгенерировать xorg.conf,
> а то в меня сейчас переименованый XF86config-4
> раскладка клавиатуры переключается мышей,
> вернее переключается клавиатурой только
> если дойдет до английского то дальше
> не переключается, а мышей нормально.
Во вложении мой xorg.conf, рабочий, который я не правлю ещё с XFree86
> интернет не работает, модем соединяется
> DNS - сервер пингуется , а браузер
> не открывает страницы, сразу пишет
> такой-то узел не найден. наверное
> из-за корявого Х-сервера.
> электронная почта тоже
Мдя. НУ хоть что-нибудь одно сделаем ... ;)
-- 
С уважением, Шенцев Алексей Владимирович (AShen)
E-mail: ashen@nsrz.ru
ICQ: 271053845

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

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

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

Section "DRI"
	Mode        0660
	Group       "xgrp"
EndSection

#Клава стандартная pc105
#Переключение - ctrl+shift, при переключении на русский
#загарается индикатор scroll lock
#к этому до того привык, что на винде 
#автоматически смотрю на индикатор, не на русском ли я сейчас ... ;)
Section "InputDevice"
	Identifier  "Keyboard1"
	Driver      "kbd"
	Option	    "AutoRepeat" "500 30"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us,ru"
	Option	    "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll,grp:switch"
	Option	    "XkbVariant" ",winkeys"
EndSection

#Мышь была ps/2 Genius, теперь ps/2 a4tech
#конфиг не менял, просто переткнул на живую мыши
#всё работает
Section "InputDevice"
	Identifier  "mouse0"
	Option  "Device"	"/dev/input/mice"
	Driver	"mouse"
	Option "Protocol"    "IMPS/2"
	Option "ZAxisMapping" "4 5"
EndSection

#А вот в этом вся соль ... ;)
#Если использую fglrx, то раскомментирую соотвественно "fglrx"
#Если же нет, то тупо прописал "radeon", работает
#как то раз прописал "ati" - всё равно работало, но так посчитал верней ... ;)
Section "Device"
	Identifier  "Device0"
#	Driver	"fglrx"
	Driver	"radeon"
EndSection

Section "Monitor"
	Identifier  "Monitor at Device0"
EndSection

Section "Screen"
	Identifier  "Screen at Device0"
	Device      "Device0"
	Monitor     "Monitor at Device0"
	DefaultColorDepth	16
	Subsection "Display"
		Depth       8
		Modes      "1024x768" "832x624" "800x600" "720x400" "640x480" 
	EndSubSection
	Subsection "Display"
		Depth       16
		Modes      "1024x768" "832x624" "800x600" "720x400" "640x480" 
	EndSubSection
	Subsection "Display"
		Depth       24
		Modes      "1024x768" "832x624" "800x600" "720x400" "640x480" 
	EndSubSection
	DefaultColorDepth	24
	Subsection "Display"
		Depth       24
		Modes      "1024x768" "832x624" "800x600" "720x400" "640x480" 
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier      "Default Layout"
	Screen  "Screen at Device0"
	InputDevice  "mouse0"     "CorePointer"
	InputDevice "Keyboard1" "CoreKeyboard"
EndSection


  reply	other threads:[~2006-03-01  6:29 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-10 19:15 Igor Miroshnichenko
2006-02-10 20:40 ` [sisyphus] Compact2.3+Sisyphus Michael Shigorin
2006-02-11  7:54 ` [sisyphus] Compact2.3+Sisyphus Igor Miroshnichenko
2006-02-11  9:09   ` Genix
2006-02-11  9:38     ` Igor Miroshnichenko
2006-02-11 10:54       ` Genix
2006-02-11  9:46         ` Igor Miroshnichenko
2006-02-11 11:04           ` Genix
2006-02-11 11:59             ` Igor Miroshnichenko
2006-02-11 14:12               ` Genix
2006-02-11 17:39                 ` Igor Miroshnichenko
2006-02-12 14:35                 ` Igor Miroshnichenko
2006-02-12 19:28                   ` Genix
2006-02-14  8:22                     ` Шенцев Алексей Владимирович
2006-02-14  8:57                       ` Genix
2006-02-14  8:47                         ` Шенцев Алексей Владимирович
2006-02-14 18:40                       ` Igor Miroshnichenko
2006-02-15 20:17                         ` Igor Miroshnichenko
2006-02-16  8:00                           ` Vitaly Lipatov
2006-02-16  8:44                           ` Genix
2006-02-16 19:10                             ` Igor Miroshnichenko
2006-02-16 21:31                               ` Vitaly Lipatov
2006-02-18 16:21                                 ` Igor Miroshnichenko
2006-02-14 17:43                     ` Igor Miroshnichenko
2006-02-15  6:16                       ` Шенцев Алексей Владимирович
2006-02-15 21:16                         ` Igor Miroshnichenko
2006-02-15 22:23                           ` Konstantin A. Lepikhov
2006-02-16  6:20                           ` Шенцев Алексей Владимирович
2006-02-21 18:39                             ` Igor Miroshnichenko
2006-02-22  8:36                               ` Шенцев Алексей Владимирович
2006-02-22 19:03                                 ` Igor Miroshnichenko
2006-02-26  6:36                                   ` Шенцев Алексей Владимирович
2006-02-28 16:07                                     ` Igor Miroshnichenko
2006-03-01  6:29                                       ` Шенцев Алексей Владимирович [this message]
2006-03-05 10:22                                       ` Igor Miroshnichenko
2006-03-05 12:27                                         ` Konstantin A. Lepikhov
2006-02-13 16:37           ` [sisyphus] Compact2.3+Sisyphus Michael Shigorin
2006-02-13 19:33             ` Genix
2006-02-14  8:14               ` Michael Shigorin

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=200603010929.07856.ashen@nsrz.ru \
    --to=ashen@nsrz.ru \
    --cc=sisyphus@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 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