ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] i845 directrendering broken?
@ 2005-05-27 20:59 Alex Ogurtsov
  2005-05-27 21:06 ` [sisyphus] " Konstantin A. Lepikhov
  2005-05-27 21:08 ` [sisyphus] " Alex Ogurtsov
  0 siblings, 2 replies; 8+ messages in thread
From: Alex Ogurtsov @ 2005-05-27 20:59 UTC (permalink / raw)
  To: sisyphus

 Приветвую уважаемые!
Давненько не dist-upgrade-илсяю И вот после сегодняшнего сизифа потерял 
апартное ускорение 3D на i845 интегрированом.
2.6.11-std26-up-alt10 
xorg-x11-6.8.2-alt7
В логах ничего подозрительного (или не туда смотрю).
xorg.conf прилагаю

grep -v ^# /etc/X11/xorg.conf | grep -v ^$

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "unix/:-1"
EndSection
Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received.  This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    #NoTrapSignals
    # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    #DontZap
    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
    # sequences.  This allows clients to receive these key events.
    #DontZoom
    # This  allows  the  server  to start up even if the
    # mouse device can't be opened/initialised.
    AllowMouseOpenFail
EndSection
Section "InputDevice"
    Identifier "Keyboard1"
    Driver      "kbd"
    Option "AutoRepeat"  "250 30"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,ru"
    Option "XkbVariant"  ",winkeys"
    Option "XkbOptions"  "grp:rctrl_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/psaux"
    Option "ZAxisMapping" "4 5"
EndSection
Section "Module"
    Load        "dbe"
    Load        "dri"
   Load 	"/usr/X11R6/lib/modules/extensions/libglx.a"
    SubSection  "extmod"
        #Option "omit xfree86-dga"
    EndSubSection
    Load        "type1"
    Load        "freetype"
EndSection
Section "DRI"
    Mode        0666
EndSection
Section "Monitor"
    Identifier "monitor1"
    VendorName "Unknown"
    ModelName  "Unknown"
    HorizSync  30-71
    VertRefresh 50-160
ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync 
-vsync

EndSection
Section "Device"
    Identifier  "Intel 845"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "i810"
       Option "XaaNoOffScreenPixmaps"

    Option      "DPMS"  "on"
EndSection
Section "Screen"
    Identifier "screen1"
    Device      "Intel 845"
    Monitor     "monitor1"
    DefaultColorDepth 16
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       15
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier "layout1"
    Screen     "screen1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

-- 
Best regards,
Alex Ogurtsov
system administrator of Geeksforless Ukrainian operation
email: aogurtsov@geeksforless.net
MSN: aogurtsov@geeksforless.net
Phone: 416-883-3000(ext.8822)


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

* [sisyphus] Re: i845 directrendering broken?
  2005-05-27 20:59 [sisyphus] i845 directrendering broken? Alex Ogurtsov
@ 2005-05-27 21:06 ` Konstantin A. Lepikhov
  2005-05-27 21:21   ` Alex Ogurtsov
  2005-05-27 21:08 ` [sisyphus] " Alex Ogurtsov
  1 sibling, 1 reply; 8+ messages in thread
From: Konstantin A. Lepikhov @ 2005-05-27 21:06 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Hi Alex!

Friday 27, at 11:59:21 PM you wrote:

>  Приветвую уважаемые!
> Давненько не dist-upgrade-илсяю И вот после сегодняшнего сизифа потерял 
> апартное ускорение 3D на i845 интегрированом.
> 2.6.11-std26-up-alt10 
> xorg-x11-6.8.2-alt7
а kernel-modules-drm где? :)

-- 
WBR, Konstantin	      chat with ==>ICQ: 109916175
     Lepikhov,	      speak  to ==>JID: lakostis@jabber.org
aka L.A. Kostis       write  to ==>mailto:lakostis@pisem.net.nospam

...The information is like the bank... 			  (c) EC8OR


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

* Re: [sisyphus] i845 directrendering broken?
  2005-05-27 20:59 [sisyphus] i845 directrendering broken? Alex Ogurtsov
  2005-05-27 21:06 ` [sisyphus] " Konstantin A. Lepikhov
@ 2005-05-27 21:08 ` Alex Ogurtsov
  2005-05-27 21:27   ` Vitaly Smirnov
  1 sibling, 1 reply; 8+ messages in thread
From: Alex Ogurtsov @ 2005-05-27 21:08 UTC (permalink / raw)
  To: sisyphus

Хотя соврал...
гадости таки пишет :-( Но где пилить?
В  /var/log/Xorg.0.log
...
(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
(WW) I810(0): /dev/agpgart is either not available, or no memory is available

и соответсвенно:
glxinfo | grep direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

-- 
Best regards,
Alex Ogurtsov
system administrator of Geeksforless Ukrainian operation
email: aogurtsov@geeksforless.net
MSN: aogurtsov@geeksforless.net
Phone: 416-883-3000(ext.8822)


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

* Re: [sisyphus] Re: i845 directrendering broken?
  2005-05-27 21:06 ` [sisyphus] " Konstantin A. Lepikhov
@ 2005-05-27 21:21   ` Alex Ogurtsov
  2005-05-28  7:43     ` Konstantin A. Lepikhov
  0 siblings, 1 reply; 8+ messages in thread
From: Alex Ogurtsov @ 2005-05-27 21:21 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list


> а kernel-modules-drm где? :)
Доставил
rpm -qa | grep drm
kernel-modules-drm-std26-up-2005.05.13-alt1.10
kernel-headers-drm-std-up-6.8.2-alt1.6
kernel-modules-drm-std-up-6.8.1-alt1.1

Результат тот же самый :-(
-- 
Best regards,
Alex Ogurtsov
system administrator of Geeksforless Ukrainian operation
email: aogurtsov@geeksforless.net
MSN: aogurtsov@geeksforless.net
Phone: 416-883-3000(ext.8822)


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

* Re: [sisyphus] i845 directrendering broken?
  2005-05-27 21:08 ` [sisyphus] " Alex Ogurtsov
@ 2005-05-27 21:27   ` Vitaly Smirnov
  2005-05-27 21:33     ` Vitaly Smirnov
  0 siblings, 1 reply; 8+ messages in thread
From: Vitaly Smirnov @ 2005-05-27 21:27 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Alex Ogurtsov пишет:

>Хотя соврал...
>гадости таки пишет :-( Но где пилить?
>В  /var/log/Xorg.0.log
>...
>(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
>(WW) I810(0): /dev/agpgart is either not available, or no memory is available
>
>и соответсвенно:
>glxinfo | grep direct
>direct rendering: No
>OpenGL renderer string: Mesa GLX Indirect
>
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Sisyphus mailing list
>Sisyphus@altlinux.ru
>https://lists.altlinux.ru/mailman/listinfo/sisyphus
>  
>
echo 'alias agpgart intel-agp' > /etc/modules.conf
modprobe intel-agp

IMHO

-- 
С уважением, Виталий Смирнов.



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

* Re: [sisyphus] i845 directrendering broken?
  2005-05-27 21:27   ` Vitaly Smirnov
@ 2005-05-27 21:33     ` Vitaly Smirnov
  2005-05-30  3:54       ` Alex Ogurtsov
  0 siblings, 1 reply; 8+ messages in thread
From: Vitaly Smirnov @ 2005-05-27 21:33 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Vitaly Smirnov пишет:

>Alex Ogurtsov пишет:
>
>  
>
>>Хотя соврал...
>>гадости таки пишет :-( Но где пилить?
>>В  /var/log/Xorg.0.log
>>...
>>(EE) GARTInit: Unable to open /dev/agpgart (No such file or directory)
>>(WW) I810(0): /dev/agpgart is either not available, or no memory is available
>>
>>и соответсвенно:
>>glxinfo | grep direct
>>direct rendering: No
>>OpenGL renderer string: Mesa GLX Indirect
>>
>> 
>>
>>------------------------------------------------------------------------
>>
>>_______________________________________________
>>Sisyphus mailing list
>>Sisyphus@altlinux.ru
>>https://lists.altlinux.ru/mailman/listinfo/sisyphus
>> 
>>
>>    
>>
>echo 'alias agpgart intel-agp' > /etc/modules.conf
>modprobe intel-agp
>
>IMHO
>
>  
>
ОЙ!

echo 'alias agpgart intel-agp' >> /etc/modules.conf
а не 
echo 'alias agpgart intel-agp' > /etc/modules.conf

Сорри :(

-- 
С уважением, Виталий Смирнов.



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

* [sisyphus] Re: i845 directrendering broken?
  2005-05-27 21:21   ` Alex Ogurtsov
@ 2005-05-28  7:43     ` Konstantin A. Lepikhov
  0 siblings, 0 replies; 8+ messages in thread
From: Konstantin A. Lepikhov @ 2005-05-28  7:43 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Hi Alex!

Saturday 28, at 12:21:03 AM you wrote:

> 
> > а kernel-modules-drm где? :)
> Доставил
> rpm -qa | grep drm
> kernel-modules-drm-std26-up-2005.05.13-alt1.10
> kernel-headers-drm-std-up-6.8.2-alt1.6
> kernel-modules-drm-std-up-6.8.1-alt1.1
> 
> Результат тот же самый :-(
потому что много поставили. Достаточно
kernel-modules-drm-std26-up-2005.05.13. Далее добавляем agpgart/intel_agp
в /etc/modules, перезагружаемся и смотрим.

-- 
WBR, Konstantin	      chat with ==>ICQ: 109916175
     Lepikhov,	      speak  to ==>JID: lakostis@jabber.org
aka L.A. Kostis       write  to ==>mailto:lakostis@pisem.net.nospam

...The information is like the bank... 			  (c) EC8OR


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

* Re: [sisyphus] i845 directrendering broken?
  2005-05-27 21:33     ` Vitaly Smirnov
@ 2005-05-30  3:54       ` Alex Ogurtsov
  0 siblings, 0 replies; 8+ messages in thread
From: Alex Ogurtsov @ 2005-05-30  3:54 UTC (permalink / raw)
  To: device, ALT Linux Sisyphus discussion list

Спасибо! оно - помогло!
-- 
Best regards,
Alex Ogurtsov
system administrator of Geeksforless Ukrainian operation
email: aogurtsov@geeksforless.net
MSN: aogurtsov@geeksforless.net
Phone: 416-883-3000(ext.8822)


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

end of thread, other threads:[~2005-05-30  3:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-27 20:59 [sisyphus] i845 directrendering broken? Alex Ogurtsov
2005-05-27 21:06 ` [sisyphus] " Konstantin A. Lepikhov
2005-05-27 21:21   ` Alex Ogurtsov
2005-05-28  7:43     ` Konstantin A. Lepikhov
2005-05-27 21:08 ` [sisyphus] " Alex Ogurtsov
2005-05-27 21:27   ` Vitaly Smirnov
2005-05-27 21:33     ` Vitaly Smirnov
2005-05-30  3:54       ` Alex Ogurtsov

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