ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] проблема с 3d на intel GL960
@ 2008-03-14 16:02 Павел aka [R-K]
  2008-03-14 16:26 ` Andrey Rahmatullin
  2008-03-14 18:17 ` Timur Batyrshin
  0 siblings, 2 replies; 6+ messages in thread
From: Павел aka [R-K] @ 2008-03-14 16:02 UTC (permalink / raw)
  To: ALT Linux Community general discussions

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

Здравствуйте,
Такое дело: после установки нового ядра полетел 3d...

Вот некоторые "данные":

ядро - 2.5.24-ice-wks-alt1
каточка - mobile intel GL960 Express

[rap-kasta@localhost ~]$ glxgears
2658 frames in 5.0 seconds = 527.200 FPS
2640 frames in 5.0 seconds = 525.361 FPS

[rap-kasta@localhost ~]$ glxinfo | grep direct
direct rendering: No (If you want to find out why, try setting 
LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa GLX Indirect

/etc/X11/xorg.conf приложил в аттач.

P.S. совет http://faq.altlinux.ru/index.php?action=single&nf=1&qid=920 помог 
мне на старом ядре (2.6.18) а тут не хочет....
P.P.S сделал вчера dist-upgrade до 4.0.2

-- 

С Уважением, Павел aka [R-K]

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

Section "ServerLayout"
	Identifier     "Minimal layout"
	Screen         "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "ImPS/2 Generic Wheel Mouse|0" "CorePointer"
EndSection

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

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

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

Section "Monitor"
	Identifier   "Monitor 1280x1024|0"
	HorizSync    31.5 - 79.0
	VertRefresh  50.0 - 90.0
EndSection

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

Section "Screen"
	Identifier "Screen0"
	Device     "Card0|0"
	Monitor    "Monitor 1280x1024|0"
	DefaultDepth     16
	SubSection "Display"
		Depth     8
		Modes    "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     32
		Modes    "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Group        "xgrp"
	Mode         0666
EndSection

Section "Extensions"
    Option	"Composite"	"true"
    Option         "RENDER" "Enable"
EndSection

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] проблема с 3d на intel GL960
  2008-03-14 16:02 [Comm] проблема с 3d на intel GL960 Павел aka [R-K]
@ 2008-03-14 16:26 ` Andrey Rahmatullin
    2008-03-14 18:17 ` Timur Batyrshin
  1 sibling, 1 reply; 6+ messages in thread
From: Andrey Rahmatullin @ 2008-03-14 16:26 UTC (permalink / raw)
  To: community

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

On Fri, Mar 14, 2008 at 09:02:32PM +0500, Павел aka [R-K] wrote:
> direct rendering: No (If you want to find out why, try setting 
> LIBGL_DEBUG=verbose)
Почему не выполнено?

> /etc/X11/xorg.conf приложил в аттач.
Лог иксов туда же.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

LATER наступило.  Патчи в аттачах.
		-- raorn in #5429

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] проблема с 3d на intel GL960
  2008-03-14 16:02 [Comm] проблема с 3d на intel GL960 Павел aka [R-K]
  2008-03-14 16:26 ` Andrey Rahmatullin
@ 2008-03-14 18:17 ` Timur Batyrshin
  2008-03-14 19:02   ` Павел aka [R-K]
  1 sibling, 1 reply; 6+ messages in thread
From: Timur Batyrshin @ 2008-03-14 18:17 UTC (permalink / raw)
  To: community

On Fri, 14 Mar 2008 21:02:32 +0500
Павел aka [R-K] wrote:

> Здравствуйте,
> Такое дело: после установки нового ядра полетел 3d...

А модули нового ядра для видеокарты установлены?
 
> Вот некоторые "данные":
> 
> ядро - 2.5.24-ice-wks-alt1
> каточка - mobile intel GL960 Express


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] проблема с 3d на intel GL960
  2008-03-14 18:17 ` Timur Batyrshin
@ 2008-03-14 19:02   ` Павел aka [R-K]
  2008-03-14 19:03     ` Andrey Rahmatullin
  0 siblings, 1 reply; 6+ messages in thread
From: Павел aka [R-K] @ 2008-03-14 19:02 UTC (permalink / raw)
  To: ALT Linux Community general discussions

В сообщении от Friday 14 March 2008 23:17:15 Timur Batyrshin написал(а):
> On Fri, 14 Mar 2008 21:02:32 +0500
>
> Павел aka [R-K] wrote:
> > Здравствуйте,
> > Такое дело: после установки нового ядра полетел 3d...
>
> А модули нового ядра для видеокарты установлены?
>
> > Вот некоторые "данные":
> >
> > ядро - 2.5.24-ice-wks-alt1
> > каточка - mobile intel GL960 Express

вроде как...я вроде ставил все модули для ядра нового.

//как я понял, мой пост с логом всё ещё "проходит модерацию"


-- 

С Уважением, Павел aka [R-K]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] проблема с 3d на intel GL960
  2008-03-14 19:02   ` Павел aka [R-K]
@ 2008-03-14 19:03     ` Andrey Rahmatullin
  0 siblings, 0 replies; 6+ messages in thread
From: Andrey Rahmatullin @ 2008-03-14 19:03 UTC (permalink / raw)
  To: community

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

On Sat, Mar 15, 2008 at 12:02:12AM +0500, Павел aka [R-K] wrote:
> //как я понял, мой пост с логом всё ещё "проходит модерацию"
Не надо слать крупные файлы непожатыми.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

<combr> Леново - напоминает район москвы
<ab> combr: Леново, Херово, Асусово

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Comm] проблема с 3d на intel GL960
  @ 2008-03-15  9:06     ` Andrey Rahmatullin
  0 siblings, 0 replies; 6+ messages in thread
From: Andrey Rahmatullin @ 2008-03-15  9:06 UTC (permalink / raw)
  To: community

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

On Sat, Mar 15, 2008 at 02:00:48PM +0500, Павел aka [R-K] wrote:
> [rap-kasta@localhost ~]$ glxinfo LIBGL_DEBUG=verbose| grep direct
LIBGL_DEBUG=verbose glxinfo

А в логах [drm] failed to load kernel module "i915"
Куда дели?

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

> А кстати, знаете, какая разница между ангелом и архангелом?
Все это знают :)

Angel: Att: 20, Def: 20, Dam: 30, Health: 200, Speed: 12
        Hates Devils

Archangel: Att: 30, Def: 30, Dam: 50, Health: 250, Speed: 18,
        +1 morale, Hates Devils, Ressurects Allies
		-- voins in talk-room@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-03-15  9:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-14 16:02 [Comm] проблема с 3d на intel GL960 Павел aka [R-K]
2008-03-14 16:26 ` Andrey Rahmatullin
2008-03-15  9:06     ` Andrey Rahmatullin
2008-03-14 18:17 ` Timur Batyrshin
2008-03-14 19:02   ` Павел aka [R-K]
2008-03-14 19:03     ` Andrey Rahmatullin

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