ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Кто нибудь смог запустить mach64 dri?
@ 2002-11-19  6:47 jin
  2002-11-19  9:39 ` [Comm] ëÔÏ ÎÉÂÕÄØ ÓÍÏÇ ÚÁÐÕÓÔÉÔØ " Sergey Bolshakov
  2002-11-19 16:57 ` [Comm] Re: Кто нибудь смог запустить " Konstantin Lepikhov
  0 siblings, 2 replies; 11+ messages in thread
From: jin @ 2002-11-19  6:47 UTC (permalink / raw)
  To: community altlinux

Здраствуйте. Есть у меня видеокарта ati mach64(она же rage IIc). Скачал 
я с этого адресса:

http://www.retinalburn.net/linux/dri_status.html

dri для видеокарты. Но не хочет работать этот dri. Когда ставишь 
переменную LIBGL_DEBUG=1, то glxinfo в самом начале выдает:
  $glxinfo
  name of display: :0.0
  libGL error: XF86DRIQueryDirectRenderingCapable returned falselibGL 
error: XF86DRIQueryDirectRenderingCapable returned
  falsedisplay: :0  screen: 0
  direct rendering: No
В логах X нашел следующее:

  (II) ATI(0): [drm] SAREA 2200+1208: 3408
  drmOpenDevice: minor is 0
  drmOpenDevice: node name is /dev/dri/card0
  drmOpenDevice: open result is 7, (OK)
  drmOpenDevice: minor is 0
  drmOpenDevice: node name is /dev/dri/card0
  drmOpenDevice: open result is 7, (OK)
  drmOpenDevice: minor is 0
  drmOpenDevice: node name is /dev/dri/card0
  drmOpenDevice: open result is 7, (OK)
  drmGetBusid returned ''
  (II) ATI(0): [drm] drmSetBusid failed (7, PCI:1:0:0), Permission denied
  (EE) ATI(0): [dri] DRIScreenInit Failed
Под рутом такая же петрушка. Куда копать может подскажете?



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

* Re: [Comm] ëÔÏ ÎÉÂÕÄØ ÓÍÏÇ ÚÁÐÕÓÔÉÔØ mach64 dri?
  2002-11-19  6:47 [Comm] Кто нибудь смог запустить mach64 dri? jin
@ 2002-11-19  9:39 ` Sergey Bolshakov
  2002-11-19 11:00   ` [Comm] Кто нибудь смог запустить " jin
  2002-11-19 16:57 ` [Comm] Re: Кто нибудь смог запустить " Konstantin Lepikhov
  1 sibling, 1 reply; 11+ messages in thread
From: Sergey Bolshakov @ 2002-11-19  9:39 UTC (permalink / raw)
  To: community

>>>>> "jin" == jin  <jin@samaraenergo.ru> writes:

 > Здраствуйте. Есть у меня видеокарта ati mach64(она же rage IIc). Скачал я с
 > этого адресса:
[skipped]
$ lspci|grep ATI
01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X (rev 5c)
$ glxinfo |grep ^direct
direct rendering: Yes
$ xvinfo|grep -e '^ \+Adaptor'
  Adaptor #0: "video4linux"
  Adaptor #1: "ATI mach64 Video Overlay"
$ /sbin/lsmod |grep mach
mach64                 85508   1

Как видите, не все потеряно. Пробовалось следующее:
1) mach64-20021031-linux.i386.tar.bz2 - dri only
2) mach64-20020920-linux.i386.tar.bz2
   mach64-dri-xv-20020916.i386.tar.bz2 - dri + xv

Оба работают, первый вариант выглядит постабильнее, во всяком
случае, tuxracer и foobillard гоняются без проблем.

Установка свелась к сбору dri-модуля mach64, раскладке XFree-related
модулей по местам и небольшой правке XF86Config.
Одно но: на домашней машине (там k6-2) заставить работать
не удалось - валится по SIGILL.

-- 
	Трули ерз, Сергей.

"[Open Source] programming is like sex, one mistake and you have to support it
for the rest of your life."  ---  M. Sinz, CBM Inc.


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

* Re: [Comm] Кто нибудь смог запустить mach64 dri?
  2002-11-19  9:39 ` [Comm] ëÔÏ ÎÉÂÕÄØ ÓÍÏÇ ÚÁÐÕÓÔÉÔØ " Sergey Bolshakov
@ 2002-11-19 11:00   ` jin
  2002-11-19 11:08     ` [Comm] ëÔÏ ÎÉÂÕÄØ ÓÍÏÇ ÚÁÐÕÓÔÉÔØ " Sergey Bolshakov
  0 siblings, 1 reply; 11+ messages in thread
From: jin @ 2002-11-19 11:00 UTC (permalink / raw)
  To: community

Кхм ну а у меня вот так...
Sergey Bolshakov пишет:

> >>>>>"jin" == jin   writes:
>
>
>  > Здраствуйте. Есть у меня видеокарта ati mach64(она же rage IIc). 
> Скачал я с
>  > этого адресса:
> [skipped]
> $ lspci|grep ATI
> 01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro 
> AGP 1X/2X (rev 5c)

$lspci|grep ATI
01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 
1X/2X (rev 5c)

> $ glxinfo |grep ^direct
> direct rendering: Yes

$ glxinfo |grep ^direct
direct rendering: No

>
> $ xvinfo|grep -e '^ \+Adaptor'
>   Adaptor #0: "video4linux"
>   Adaptor #1: "ATI mach64 Video Overlay"

Вот здесь у меня не так выглядит:
$ xvinfo
X-Video Extension version 2.2
screen #0
  no adaptors present

>
> $ /sbin/lsmod |grep mach
> mach64                 85508   1

$ /sbin/lsmod |grep mach
mach64                 85988   0

>
>
> Как видите, не все потеряно. Пробовалось следующее:
> 1) mach64-20021031-linux.i386.tar.bz2 - dri only
> 2) mach64-20020920-linux.i386.tar.bz2
>    mach64-dri-xv-20020916.i386.tar.bz2 - dri + xv

Сейчас стоит вот этот снепшот:
mach64-20021117-linux.i386.tar.bz2
До этого какой-то старый стоял, августовский что ли.Там у меня ругался 
на невозможность работы dri без glibc-2.3. Пробовал dri и dri+xv.

>
> Оба работают, первый вариант выглядит постабильнее, во всяком
> случае, tuxracer и foobillard гоняются без проблем.
>
> Установка свелась к сбору dri-модуля mach64, раскладке XFree-related
> модулей по местам и небольшой правке XF86Config.
> Одно но: на домашней машине (там k6-2) заставить работать
> не удалось - валится по SIGILL.
>
Вот и я так же сделал, но увы:(( Ничего хорошего. Только по сравнению с 
августовской версией эта у меня еще пока ни разу не падала при 
переключении из Х в консоль.



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

* Re: [Comm] ëÔÏ ÎÉÂÕÄØ ÓÍÏÇ ÚÁÐÕÓÔÉÔØ mach64 dri?
  2002-11-19 11:00   ` [Comm] Кто нибудь смог запустить " jin
@ 2002-11-19 11:08     ` Sergey Bolshakov
  2002-11-19 11:24       ` [Comm] Кто нибудь смог запустить " jin
  0 siblings, 1 reply; 11+ messages in thread
From: Sergey Bolshakov @ 2002-11-19 11:08 UTC (permalink / raw)
  To: community

>>>>> "jin" == jin  <jin@samaraenergo.ru> writes:
[skipped]
 >> Установка свелась к сбору dri-модуля mach64, раскладке XFree-related
 >> модулей по местам и небольшой правке XF86Config.  Одно но: на домашней
 >> машине (там k6-2) заставить работать не удалось - валится по SIGILL.
 >>
 > Вот и я так же сделал, но увы:(( Ничего хорошего. Только по сравнению с
 > августовской версией эта у меня еще пока ни разу не падала при переключении
 > из Х в консоль.
/etc/X11/XF86Config и /var/log/XFree.?.log покажите.

-- 
	Трули ерз, Сергей.

"[Open Source] programming is like sex, one mistake and you have to support it
for the rest of your life."  ---  M. Sinz, CBM Inc.


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

* Re: [Comm] Кто нибудь смог запустить mach64 dri?
  2002-11-19 11:08     ` [Comm] ëÔÏ ÎÉÂÕÄØ ÓÍÏÇ ÚÁÐÕÓÔÉÔØ " Sergey Bolshakov
@ 2002-11-19 11:24       ` jin
  2002-11-19 11:43         ` [Comm] ëÔÏ ÎÉÂÕÄØ ÓÍÏÇ ÚÁÐÕÓÔÉÔØ " Sergey Bolshakov
  0 siblings, 1 reply; 11+ messages in thread
From: jin @ 2002-11-19 11:24 UTC (permalink / raw)
  To: community

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

Sergey Bolshakov пишет:

> >>>>>"jin" == jin   writes:
>
> [skipped]
>  >> Установка свелась к сбору dri-модуля mach64, раскладке XFree-related
>  >> модулей по местам и небольшой правке XF86Config.  Одно но: на домашней
>  >> машине (там k6-2) заставить работать не удалось - валится по SIGILL.
>  >>
>  > Вот и я так же сделал, но увы:(( Ничего хорошего. Только по сравнению с
>  > августовской версией эта у меня еще пока ни разу не падала при 
> переключении
>  > из Х в консоль.
> /etc/X11/XF86Config и /var/log/XFree.?.log покажите.
>
>
В аттаче...

[-- Attachment #2: XFree86.0.log --]
[-- Type: text/plain, Size: 28966 bytes --]


XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 2002
	If the server is older than 6-12 months, or if your card is
	newer than the above date, look for a newer version before
	reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: Linux 2.4.18-alt7-smp i686 [ELF] 
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Nov 19 14:42:46 2002
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "layout1"
(**) |-->Screen "screen1" (0)
(**) |   |-->Monitor "monitor1"
(**) |   |-->Device "ATI Mach64"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "250 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "ru"
(**) XKB: layout: "ru"
(**) Option "XkbVariant" "winkeys"
(**) XKB: variant: "winkeys"
(**) Option "XkbOptions" "grp:ctrl_shift_toggle"
(**) XKB: options: "grp:ctrl_shift_toggle"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "unix/:-1"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
Using vt 7
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.1
	XFree86 Video Driver: 0.5
	XFree86 XInput driver : 0.3
	XFree86 Server Extension : 0.1
	XFree86 Font Renderer : 0.3
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x800100fc, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1130 card 1043,8027 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1131 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 12 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 12 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 1043,8027 rev 12 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 1043,8027 rev 12 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 1043,8027 rev 12 class 0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 1043,8027 rev 12 class 0c,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4742 card 1002,0084 rev 5c class 03,00,00 hdr 00
(II) PCI: 02:0c:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0xf5800000 - 0xf7dfffff (0x2600000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0xf7f00000 - 0xf7ffffff (0x100000) MX[B]
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x06 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0x0000b000 - 0x0000b0ff (0x100) IX[B]
	[1] -1	0x0000b400 - 0x0000b4ff (0x100) IX[B]
	[2] -1	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[3] -1	0x0000bc00 - 0x0000bcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0xf5000000 - 0xf57fffff (0x800000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0xf7e00000 - 0xf7efffff (0x100000) MX[B]
(II) Bus -1: bridge is at (0:31:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(1:0:0) ATI Mach64 GB rev 92, Mem @ 0xf6000000/24, 0xf5800000/12, I/O @ 0xd800/8, BIOS @ 0xf7fe0000/17
(II) Addressable bus resource ranges are
	[0] -1	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0xf5000000 - 0xf50000ff (0x100) MX[B]
	[1] -1	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[2] -1	0xf7fe0000 - 0xf7ffffff (0x20000) MX[B](B)
	[3] -1	0xf5800000 - 0xf5800fff (0x1000) MX[B](B)
	[4] -1	0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
	[5] -1	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[6] -1	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[7] -1	0x0000e800 - 0x0000e80f (0x10) IX[B]
	[8] -1	0x0000a400 - 0x0000a41f (0x20) IX[B]
	[9] -1	0x0000a800 - 0x0000a80f (0x10) IX[B]
	[10] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0xf5000000 - 0xf50000ff (0x100) MX[B]
	[1] -1	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[2] -1	0xf7fe0000 - 0xf7ffffff (0x20000) MX[B](B)
	[3] -1	0xf5800000 - 0xf5800fff (0x1000) MX[B](B)
	[4] -1	0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
	[5] -1	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[6] -1	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[7] -1	0x0000e800 - 0x0000e80f (0x10) IX[B]
	[8] -1	0x0000a400 - 0x0000a41f (0x20) IX[B]
	[9] -1	0x0000a800 - 0x0000a80f (0x10) IX[B]
	[10] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xf5000000 - 0xf50000ff (0x100) MX[B]
	[6] -1	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[7] -1	0xf7fe0000 - 0xf7ffffff (0x20000) MX[B](B)
	[8] -1	0xf5800000 - 0xf5800fff (0x1000) MX[B](B)
	[9] -1	0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
	[10] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[11] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[12] -1	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[13] -1	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[14] -1	0x0000e800 - 0x0000e80f (0x10) IX[B]
	[15] -1	0x0000a400 - 0x0000a41f (0x20) IX[B]
	[16] -1	0x0000a800 - 0x0000a80f (0x10) IX[B]
	[17] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "v4l"
(II) Loading /usr/X11R6/lib/modules/drivers/linux/v4l_drv.o
(II) Module v4l: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 0.0.1
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.1.10
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font FreeType
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 6.4.8
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(II) v4l driver for Video4Linux
(II) ATI: ATI driver (version 6.4.8) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
	ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),
	ATI Rage 128 RL (AGP), ATI Rage 128 SM (AGP),
	ATI Rage 128 Pro PD (PCI), ATI Rage 128 Pro PF (AGP),
	ATI Rage 128 Pro PP (PCI), ATI Rage 128 Pro PR (PCI),
	ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP),
	ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Mobility LE (PCI),
	ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP),
	ATI Rage 128 Mobility ML (AGP)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
	ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
	ATI Radeon VE QY (AGP), ATI Radeon VE QZ (AGP),
	ATI Radeon Mobility LW (AGP), ATI Radeon Mobility LY (AGP),
	ATI Radeon Mobility LZ (AGP), ATI Radeon 8500 QL (AGP),
	ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
	ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
	ATI Radeon 7500 QW (AGP)
(II) Primary Device is: PCI 01:00:0
(II) ATI:  Candidate "Device" section "ATI Mach64".
(II) ATI:  Shared PCI/AGP Mach64 in slot 1:0:0 detected.
(II) ATI:  Shared PCI/AGP Mach64 in slot 1:0:0 assigned to active "Device" section "ATI Mach64".
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xf5000000 - 0xf50000ff (0x100) MX[B]
	[6] -1	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[7] -1	0xf7fe0000 - 0xf7ffffff (0x20000) MX[B](B)
	[8] -1	0xf5800000 - 0xf5800fff (0x1000) MX[B](B)
	[9] -1	0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
	[10] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[11] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[12] -1	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[13] -1	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[14] -1	0x0000e800 - 0x0000e80f (0x10) IX[B]
	[15] -1	0x0000a400 - 0x0000a41f (0x20) IX[B]
	[16] -1	0x0000a800 - 0x0000a80f (0x10) IX[B]
	[17] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
(II) Loading sub module "atimisc"
(II) LoadModule: "atimisc"
(II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.o
(II) Module atimisc: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 6.4.8
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.5
(II) resource ranges after probing:
	[0] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0xf5000000 - 0xf50000ff (0x100) MX[B]
	[6] -1	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[7] -1	0xf7fe0000 - 0xf7ffffff (0x20000) MX[B](B)
	[8] -1	0xf5800000 - 0xf5800fff (0x1000) MX[B](B)
	[9] -1	0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
	[10] 0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[11] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[12] 0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[13] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[14] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[15] -1	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[16] -1	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[17] -1	0x0000e800 - 0x0000e80f (0x10) IX[B]
	[18] -1	0x0000a400 - 0x0000a41f (0x20) IX[B]
	[19] -1	0x0000a800 - 0x0000a80f (0x10) IX[B]
	[20] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
	[21] 0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[22] 0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(==) ATI(0): Chipset:  "ati".
(**) ATI(0): Depth 16, (--) framebuffer bpp 16
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) ATI(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) ATI(0): VESA BIOS detected
(II) ATI(0): VESA VBE Version 2.0
(II) ATI(0): VESA VBE Total Mem: 8192 kB
(II) ATI(0): VESA VBE OEM: ATI MACH64
(II) ATI(0): VESA VBE OEM Software Rev: 1.0
(II) ATI(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) ATI(0): VESA VBE OEM Product: MACH64GT
(II) ATI(0): VESA VBE OEM Product Rev: 01.00
(II) ATI(0): VESA VBE DDC supported
(II) ATI(0): VESA VBE DDC Level 2
(II) ATI(0): VESA VBE DDC transfer in appr. 2 sec.
(II) ATI(0): VESA VBE DDC read successfully
(II) ATI(0): Manufacturer: CTX  Model: 5700  Serial#: 0
(II) ATI(0): Year: 2001  Week: 0
(II) ATI(0): EDID Version: 1.1
(II) ATI(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) ATI(0): Signal levels configurable
(II) ATI(0): Sync:  Separate  CompositeSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen
(II) ATI(0): Max H-Image Size [cm]: horiz.: 28  vert.: 21
(II) ATI(0): Gamma: 2.10
(II) ATI(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) ATI(0): redX: 0.625 redY: 0.340   greenX: 0.280 greenY: 0.605
(II) ATI(0): blueX: 0.151 blueY: 0.070   whiteX: 0.283 whiteY: 0.297
(II) ATI(0): Supported VESA Video Modes:
(II) ATI(0): 720x400@70Hz
(II) ATI(0): 640x480@60Hz
(II) ATI(0): 640x480@67Hz
(II) ATI(0): 640x480@72Hz
(II) ATI(0): 640x480@75Hz
(II) ATI(0): 800x600@60Hz
(II) ATI(0): 800x600@72Hz
(II) ATI(0): 800x600@75Hz
(II) ATI(0): 832x624@75Hz
(II) ATI(0): 1024x768@87Hz (interlaced)
(II) ATI(0): 1024x768@60Hz
(II) ATI(0): 1024x768@70Hz
(II) ATI(0): 1024x768@75Hz
(II) ATI(0): 1152x870@75Hz
(II) ATI(0): Manufacturer's mask: 0
(II) ATI(0): Supported Future Video Modes:
(II) ATI(0): #0: hsize: 640  vsize 480  refresh: 120  vid: 31793
(II) ATI(0): #1: hsize: 800  vsize 600  refresh: 100  vid: 26693
(II) ATI(0): #2: hsize: 1024  vsize 768  refresh: 85  vid: 22881
(II) ATI(0): #3: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) ATI(0): Supported additional Video Mode:
(II) ATI(0): clock: 56.2 MHz   Image Size:  270 x 202 mm
(II) ATI(0): h_active: 800  h_sync: 832  h_sync_end 896 h_blank_end 1048 h_border: 0
(II) ATI(0): v_active: 600  v_sync: 601  v_sync_end 604 v_blanking: 631 v_border: 0
(II) ATI(0): Supported additional Video Mode:
(II) ATI(0): clock: 36.0 MHz   Image Size:  270 x 202 mm
(II) ATI(0): h_active: 640  h_sync: 672  h_sync_end 720 h_blank_end 832 h_border: 0
(II) ATI(0): v_active: 480  v_sync: 481  v_sync_end 484 v_blanking: 509 v_border: 0
(II) ATI(0): Supported additional Video Mode:
(II) ATI(0): clock: 94.5 MHz   Image Size:  270 x 202 mm
(II) ATI(0): h_active: 1024  h_sync: 1072  h_sync_end 1168 h_blank_end 1376 h_border: 0
(II) ATI(0): v_active: 768  v_sync: 769  v_sync_end 772 v_blanking: 808 v_border: 0
(II) ATI(0): Ranges: V min: 50  V max: 130 Hz, H min: 30  H max: 70 kHz, PixClock max 110 MHz
(--) ATI(0): ATI 3D Rage Pro graphics controller detected.
(--) ATI(0): Chip type 4742 "GB", version 4, foundry UMC, class 0, revision 0x01.
(--) ATI(0): AGP bus interface detected;  block I/O base is 0xD800.
(--) ATI(0): ATI Mach64 adapter detected.
(!!) ATI(0): For information on using the multimedia capabilities
 of this adapter, please see http://gatos.sf.net.
(--) ATI(0): Internal RAMDAC (subtype 1) detected.
(==) ATI(0): RGB weight 565
(==) ATI(0): Default visual is TrueColor
(==) ATI(0): Using gamma correction (1.0, 1.0, 1.0)
(II) ATI(0): Using Mach64 accelerator CRTC.
(II) ATI(0): Storing hardware cursor image at 0xF67FFC00.
(II) ATI(0): Using 8 MB linear aperture at 0xF6000000.
(!!) ATI(0): Virtual resolutions will be limited to 8191 kB
 due to linear aperture size and/or placement of hardware cursor image area.
(II) ATI(0): Using Block 0 MMIO aperture at 0xF5800400.
(II) ATI(0): Using Block 1 MMIO aperture at 0xF5800000.
(==) ATI(0): Write-combining range (0xf6000000,0x800000)
(II) ATI(0): MMIO write caching enabled.
(--) ATI(0): 8192 kB of SDRAM (1:1) detected (using 8191 kB).
(WW) ATI(0): Cannot shadow an accelerated frame buffer.
(--) ATI(0): Internal programmable clock generator detected.
(--) ATI(0): Reference clock 157.5/11 (14.318) MHz.
(II) ATI(0): monitor1: Using hsync range of 30.00-70.00 kHz
(II) ATI(0): monitor1: Using vrefresh range of 70.00-130.00 Hz
(II) ATI(0): Maximum clock: 230.00 MHz
(II) ATI(0): Not using default mode "640x480" (vrefresh out of range)
(II) ATI(0): Not using default mode "320x240" (vrefresh out of range)
(II) ATI(0): Not using default mode "800x600" (vrefresh out of range)
(II) ATI(0): Not using default mode "400x300" (vrefresh out of range)
(II) ATI(0): Not using default mode "800x600" (vrefresh out of range)
(II) ATI(0): Not using default mode "400x300" (vrefresh out of range)
(II) ATI(0): Not using default mode "1024x768" (vrefresh out of range)
(II) ATI(0): Not using default mode "512x384" (vrefresh out of range)
(II) ATI(0): Not using default mode "1280x960" (vrefresh out of range)
(II) ATI(0): Not using default mode "640x480" (vrefresh out of range)
(II) ATI(0): Not using default mode "1280x960" (hsync out of range)
(II) ATI(0): Not using default mode "640x480" (hsync out of range)
(II) ATI(0): Not using default mode "1280x1024" (vrefresh out of range)
(II) ATI(0): Not using default mode "640x512" (vrefresh out of range)
(II) ATI(0): Not using default mode "1280x1024" (hsync out of range)
(II) ATI(0): Not using default mode "640x512" (hsync out of range)
(II) ATI(0): Not using default mode "1280x1024" (hsync out of range)
(II) ATI(0): Not using default mode "640x512" (hsync out of range)
(II) ATI(0): Not using default mode "1600x1200" (hsync out of range)
(II) ATI(0): Not using default mode "800x600" (hsync out of range)
(II) ATI(0): Not using default mode "1600x1200" (hsync out of range)
(II) ATI(0): Not using default mode "800x600" (hsync out of range)
(II) ATI(0): Not using default mode "1600x1200" (hsync out of range)
(II) ATI(0): Not using default mode "800x600" (hsync out of range)
(II) ATI(0): Not using default mode "1600x1200" (hsync out of range)
(II) ATI(0): Not using default mode "800x600" (hsync out of range)
(II) ATI(0): Not using default mode "1600x1200" (hsync out of range)
(II) ATI(0): Not using default mode "800x600" (hsync out of range)
(II) ATI(0): Not using default mode "1792x1344" (hsync out of range)
(II) ATI(0): Not using default mode "896x672" (hsync out of range)
(II) ATI(0): Not using default mode "1792x1344" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "896x672" (hsync out of range)
(II) ATI(0): Not using default mode "1856x1392" (hsync out of range)
(II) ATI(0): Not using default mode "928x696" (hsync out of range)
(II) ATI(0): Not using default mode "1856x1392" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "928x696" (hsync out of range)
(II) ATI(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "960x720" (hsync out of range)
(II) ATI(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) ATI(0): Not using default mode "960x720" (hsync out of range)
(II) ATI(0): Not using default mode "1152x864" (hsync out of range)
(II) ATI(0): Not using default mode "576x432" (hsync out of range)
(II) ATI(0): Not using default mode "1152x864" (hsync out of range)
(II) ATI(0): Not using default mode "576x432" (hsync out of range)
(II) ATI(0): Not using default mode "1400x1050" (vrefresh out of range)
(II) ATI(0): Not using default mode "700x525" (vrefresh out of range)
(II) ATI(0): Not using default mode "1400x1050" (hsync out of range)
(II) ATI(0): Not using default mode "700x525" (hsync out of range)
(II) ATI(0): Not using default mode "1400x1050" (hsync out of range)
(II) ATI(0): Not using default mode "700x525" (hsync out of range)
(II) ATI(0): Not using default mode "1400x1050" (hsync out of range)
(II) ATI(0): Not using default mode "700x525" (hsync out of range)
(II) ATI(0): Not using default mode "1600x1024" (vrefresh out of range)
(II) ATI(0): Not using default mode "800x512" (vrefresh out of range)
(II) ATI(0): Not using default mode "1920x1200" (hsync out of range)
(II) ATI(0): Not using default mode "960x600" (hsync out of range)
(--) ATI(0): Virtual size is 1024x768 (pitch 1024)
(**) ATI(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(II) ATI(0): Modeline "1024x768"   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync
(**) ATI(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(II) ATI(0): Modeline "800x600"   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync
(**) ATI(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(II) ATI(0): Modeline "640x480"   36.00  640 696 752 832  480 481 484 509 -hsync -vsync
(--) ATI(0): Display dimensions: (280, 210) mm
(--) ATI(0): DPI set to (92, 92)
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.5
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.2.1, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.1
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0xf5800000 - 0xf5800fff (0x1000) MS[B]
	[1] 0	0xf6000000 - 0xf6ffffff (0x1000000) MS[B]
	[2] -1	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[3] -1	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[4] -1	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[5] -1	0x000c0000 - 0x000effff (0x30000) MX[B]
	[6] -1	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[7] -1	0xf5000000 - 0xf50000ff (0x100) MX[B]
	[8] -1	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[9] -1	0xf7fe0000 - 0xf7ffffff (0x20000) MX[B](B)
	[10] -1	0xf5800000 - 0xf5800fff (0x1000) MX[B](B)
	[11] -1	0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
	[12] 0	0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
	[13] 0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
	[14] 0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
	[15] 0	0x0000d800 - 0x0000d8ff (0x100) IS[B]
	[16] -1	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[19] -1	0x0000a000 - 0x0000a01f (0x20) IX[B]
	[20] -1	0x0000e800 - 0x0000e80f (0x10) IX[B]
	[21] -1	0x0000a400 - 0x0000a41f (0x20) IX[B]
	[22] -1	0x0000a800 - 0x0000a80f (0x10) IX[B]
	[23] -1	0x0000d800 - 0x0000d8ff (0x100) IX[B](B)
	[24] 0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[25] 0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) ATI(0): Write-combining range (0xf6000000,0x800000)
(II) ATI(0): [drm] SAREA 2200+1208: 3408
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmGetBusid returned ''
(II) ATI(0): [drm] drmSetBusid failed (7, PCI:1:0:0), Permission denied
(EE) ATI(0): [dri] DRIScreenInit Failed
(II) ATI(0): Largest offscreen areas (with overlaps):
(II) ATI(0): 	1024 x 3327 rectangle at 0,768
(II) ATI(0): 	512 x 3328 rectangle at 0,768
(II) ATI(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Indirect CPU to Screen color expansion
	Solid Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		18 256x256 slots
		6 512x512 slots
(==) ATI(0): Backing store disabled
(==) ATI(0): Silken mouse enabled
(**) Option "dpms" "on"
(**) ATI(0): DPMS enabled
(II) ATI(0): Direct rendering disabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(**) Option "Protocol" "IntelliMouse"
(**) Mouse1: Protocol: "IntelliMouse"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/ttyS0"
(**) Option "BaudRate" "1200"
(**) Option "StopBits" "1"
(**) Option "DataBits" "7"
(**) Option "Parity" "None"
(**) Option "Vmin" "1"
(**) Option "Vtime" "0"
(**) Option "FlowControl" "None"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(**) Mouse1: BaudRate: 1200
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(**) Option "BaudRate" "1200"

[-- Attachment #3: XF86Config-4 --]
[-- Type: text/plain, Size: 5752 bytes --]


# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

Section "Files"

    RgbPath	"/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.

    FontPath   "unix/:-1"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

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

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Keyboard section
# **********************************************************************

Section "InputDevice"

    Identifier "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat"  "250 30"

    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "ru"
    Option "XkbVariant"  "winkeys"
    Option "XkbOptions"  "grp:ctrl_shift_toggle"

EndSection

# **********************************************************************
# Pointer section
# **********************************************************************

Section "InputDevice"

    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IntelliMouse"
    Option "Device"      "/dev/ttyS0"
    Option "ZAxisMapping" "4 5"
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection



Section "Module"

# This loads the DBE extension module.

    Load	"dbe"

# This loads the Video for Linux module.
    Load        "v4l"
   
    Load	"glx"
    Load	"dri"
# 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

Section "DRI"
 Mode 0666
EndSection 
# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present


Section "Monitor"
    Identifier "monitor1"
    VendorName "Unknown"
    ModelName  "Unknown"


# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync  30-70


# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 70-130

EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
    Identifier "Generic VGA"
    Driver     "vga"
EndSection

Section "Device"
    Identifier  "ATI Mach64"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver      "ati"
    # Clock lines

    # Uncomment following option if you see a big white block        
    # instead of the cursor!                                          
    #    Option      "sw_cursor"
    Option      "DPMS"  "on"
EndSection



# **********************************************************************
# Screen sections
# **********************************************************************


Section "Screen"
    Identifier "screen1"
    Device      "ATI Mach64"
    Monitor     "monitor1"
    DefaultColorDepth 16
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x400"
        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

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

* Re: [Comm] ëÔÏ ÎÉÂÕÄØ ÓÍÏÇ ÚÁÐÕÓÔÉÔØ mach64 dri?
  2002-11-19 11:24       ` [Comm] Кто нибудь смог запустить " jin
@ 2002-11-19 11:43         ` Sergey Bolshakov
  2002-11-19 12:04           ` [Comm] Кто нибудь смог запустить " jin
  0 siblings, 1 reply; 11+ messages in thread
From: Sergey Bolshakov @ 2002-11-19 11:43 UTC (permalink / raw)
  To: community

>>>>> "jin" == jin  <jin@samaraenergo.ru> writes:

 > Sergey Bolshakov пишет:
 >> >>>>>"jin" == jin writes:
[skipped]
--------
 > XFree86 Version 4.2.1 / X Window System (protocol Version 11, revision 0,
 > vendor release 6600) Release Date: 3 September 2002
[skipped]
(==) ATI(0): Write-combining range (0xf6000000,0x800000)
(II) ATI(0): [drm] SAREA 2200+1208: 3408
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenDevice: minor is 0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmGetBusid returned ''
(II) ATI(0): [drm] drmSetBusid failed (7, PCI:1:0:0), Permission denied
 ^^^^^^^^^^^^^^^^^^^^^^^^^ похоже, вот оно
(EE) ATI(0): [dri] DRIScreenInit Failed
[skipped]
-----

ls -l /dev/dri/card0 что говорит ?
модуль agpgart поднимается ?
Еще дурацкое предложение: переставить Section "DRI" в конец XF86Config

-- 
	Трули ерз, Сергей.

"[Open Source] programming is like sex, one mistake and you have to support it
for the rest of your life."  ---  M. Sinz, CBM Inc.


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

* Re: [Comm] Кто нибудь смог запустить mach64 dri?
  2002-11-19 11:43         ` [Comm] ëÔÏ ÎÉÂÕÄØ ÓÍÏÇ ÚÁÐÕÓÔÉÔØ " Sergey Bolshakov
@ 2002-11-19 12:04           ` jin
  2002-11-19 13:05             ` jin
  0 siblings, 1 reply; 11+ messages in thread
From: jin @ 2002-11-19 12:04 UTC (permalink / raw)
  To: community

Sergey Bolshakov пишет:

> >>>>>"jin" == jin   writes:
>
>
>  > Sergey Bolshakov пишет:
>  >> >>>>>"jin" == jin writes:
> [skipped]
> --------
>  > XFree86 Version 4.2.1 / X Window System (protocol Version 11, 
> revision 0,
>  > vendor release 6600) Release Date: 3 September 2002
> [skipped]
> (==) ATI(0): Write-combining range (0xf6000000,0x800000)
> (II) ATI(0): [drm] SAREA 2200+1208: 3408
> drmOpenDevice: minor is 0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 7, (OK)
> drmOpenDevice: minor is 0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 7, (OK)
> drmOpenDevice: minor is 0
> drmOpenDevice: node name is /dev/dri/card0
> drmOpenDevice: open result is 7, (OK)
> drmGetBusid returned ''
> (II) ATI(0): [drm] drmSetBusid failed (7, PCI:1:0:0), Permission denied
>  ^^^^^^^^^^^^^^^^^^^^^^^^^ похоже, вот оно
> (EE) ATI(0): [dri] DRIScreenInit Failed
> [skipped]
> -----
>
> ls -l /dev/dri/card0 что говорит ?
> модуль agpgart поднимается ?
> Еще дурацкое предложение: переставить Section "DRI" в конец XF86Config
>
Говорит вот это:

ls -l /dev/dri/card0
crw-rw-rw-    1 root     root     226,   0 Ноя 19 08:35 /dev/dri/card0

Сейчас и секцию переставим...



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

* Re: [Comm] Кто нибудь смог запустить mach64 dri?
  2002-11-19 12:04           ` [Comm] Кто нибудь смог запустить " jin
@ 2002-11-19 13:05             ` jin
  2002-11-19 13:10               ` [Comm] ëÔÏ ÎÉÂÕÄØ ÓÍÏÇ ÚÁÐÕÓÔÉÔØ " Sergey Bolshakov
  0 siblings, 1 reply; 11+ messages in thread
From: jin @ 2002-11-19 13:05 UTC (permalink / raw)
  To: community

jin пишет:

> Sergey Bolshakov пишет:
>
> > >>>>>"jin" == jin   writes:
> >
> >
> >  > Sergey Bolshakov пишет:
> >  >> >>>>>"jin" == jin writes:
> > [skipped]
> > --------
> >  > XFree86 Version 4.2.1 / X Window System (protocol Version 11,
> > revision 0,
> >  > vendor release 6600) Release Date: 3 September 2002
> > [skipped]
> > (==) ATI(0): Write-combining range (0xf6000000,0x800000)
> > (II) ATI(0): [drm] SAREA 2200+1208: 3408
> > drmOpenDevice: minor is 0
> > drmOpenDevice: node name is /dev/dri/card0
> > drmOpenDevice: open result is 7, (OK)
> > drmOpenDevice: minor is 0
> > drmOpenDevice: node name is /dev/dri/card0
> > drmOpenDevice: open result is 7, (OK)
> > drmOpenDevice: minor is 0
> > drmOpenDevice: node name is /dev/dri/card0
> > drmOpenDevice: open result is 7, (OK)
> > drmGetBusid returned ''
> > (II) ATI(0): [drm] drmSetBusid failed (7, PCI:1:0:0), Permission denied
> >  ^^^^^^^^^^^^^^^^^^^^^^^^^ похоже, вот оно
> > (EE) ATI(0): [dri] DRIScreenInit Failed
> > [skipped]
> > -----
> >
> > ls -l /dev/dri/card0 что говорит ?
> > модуль agpgart поднимается ?
> > Еще дурацкое предложение: переставить Section "DRI" в конец XF86Config
> >
> Говорит вот это:
>
> ls -l /dev/dri/card0
> crw-rw-rw-    1 root     root     226,   0 Ноя 19 08:35 /dev/dri/card0
>
> Сейчас и секцию переставим...
>
Кхм перестановка секции не помогла:((



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

* Re: [Comm] ëÔÏ ÎÉÂÕÄØ ÓÍÏÇ ÚÁÐÕÓÔÉÔØ mach64 dri?
  2002-11-19 13:05             ` jin
@ 2002-11-19 13:10               ` Sergey Bolshakov
  0 siblings, 0 replies; 11+ messages in thread
From: Sergey Bolshakov @ 2002-11-19 13:10 UTC (permalink / raw)
  To: community

>>>>> "jin" == jin  <jin@samaraenergo.ru> writes:
[skipped]
 >> Сейчас и секцию переставим...
 >>
 > Кхм перестановка секции не помогла:((
Тогда ой :)

-- 
	Трули ерз, Сергей.

"[Open Source] programming is like sex, one mistake and you have to support it
for the rest of your life."  ---  M. Sinz, CBM Inc.


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

* [Comm] Re: Кто нибудь смог запустить mach64 dri?
  2002-11-19  6:47 [Comm] Кто нибудь смог запустить mach64 dri? jin
  2002-11-19  9:39 ` [Comm] ëÔÏ ÎÉÂÕÄØ ÓÍÏÇ ÚÁÐÕÓÔÉÔØ " Sergey Bolshakov
@ 2002-11-19 16:57 ` Konstantin Lepikhov
  2002-11-20  4:54   ` jin
  1 sibling, 1 reply; 11+ messages in thread
From: Konstantin Lepikhov @ 2002-11-19 16:57 UTC (permalink / raw)
  To: community

Hi jin!

Tuesday 19, at 10:47:24 AM you wrote:

> Здраствуйте. Есть у меня видеокарта ati mach64(она же rage IIc). Скачал 
> я с этого адресса:
> 
> http://www.retinalburn.net/linux/dri_status.html
> 
> dri для видеокарты. Но не хочет работать этот dri. Когда ставишь 
> переменную LIBGL_DEBUG=1, то glxinfo в самом начале выдает:
>  $glxinfo
>  name of display: :0.0
>  libGL error: XF86DRIQueryDirectRenderingCapable returned falselibGL 
> error: XF86DRIQueryDirectRenderingCapable returned
>  falsedisplay: :0  screen: 0
>  direct rendering: No
> В логах X нашел следующее:
> 
>  (II) ATI(0): [drm] SAREA 2200+1208: 3408
>  drmOpenDevice: minor is 0
>  drmOpenDevice: node name is /dev/dri/card0
>  drmOpenDevice: open result is 7, (OK)
>  drmOpenDevice: minor is 0
>  drmOpenDevice: node name is /dev/dri/card0
>  drmOpenDevice: open result is 7, (OK)
>  drmOpenDevice: minor is 0
>  drmOpenDevice: node name is /dev/dri/card0
>  drmOpenDevice: open result is 7, (OK)
>  drmGetBusid returned ''
>  (II) ATI(0): [drm] drmSetBusid failed (7, PCI:1:0:0), Permission denied
>  (EE) ATI(0): [dri] DRIScreenInit Failed
> Под рутом такая же петрушка. Куда копать может подскажете?
first of all. Что вы конкретно скачали и что делали? Не собирали ли модули
разными версиями gcc или использовали gcc3 при сборке? Мало информации. 

-- 
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] 11+ messages in thread

* Re: [Comm] Re: Кто нибудь смог запустить mach64 dri?
  2002-11-19 16:57 ` [Comm] Re: Кто нибудь смог запустить " Konstantin Lepikhov
@ 2002-11-20  4:54   ` jin
  0 siblings, 0 replies; 11+ messages in thread
From: jin @ 2002-11-20  4:54 UTC (permalink / raw)
  To: community

Konstantin Lepikhov пишет:

> Hi jin!
>
> Tuesday 19, at 10:47:24 AM you wrote:
>
>
> >Здраствуйте. Есть у меня видеокарта ati mach64(она же rage IIc). Скачал
> >я с этого адресса:
> >
> >http://www.retinalburn.net/linux/dri_status.html
> >
> >dri для видеокарты. Но не хочет работать этот dri. Когда ставишь
> >переменную LIBGL_DEBUG=1, то glxinfo в самом начале выдает:
> > $glxinfo
> > name of display: :0.0
> > libGL error: XF86DRIQueryDirectRenderingCapable returned falselibGL
> >error: XF86DRIQueryDirectRenderingCapable returned
> > falsedisplay: :0  screen: 0
> > direct rendering: No
> >В логах X нашел следующее:
> >
> > (II) ATI(0): [drm] SAREA 2200+1208: 3408
> > drmOpenDevice: minor is 0
> > drmOpenDevice: node name is /dev/dri/card0
> > drmOpenDevice: open result is 7, (OK)
> > drmOpenDevice: minor is 0
> > drmOpenDevice: node name is /dev/dri/card0
> > drmOpenDevice: open result is 7, (OK)
> > drmOpenDevice: minor is 0
> > drmOpenDevice: node name is /dev/dri/card0
> > drmOpenDevice: open result is 7, (OK)
> > drmGetBusid returned ''
> > (II) ATI(0): [drm] drmSetBusid failed (7, PCI:1:0:0), Permission denied
> > (EE) ATI(0): [dri] DRIScreenInit Failed
> >Под рутом такая же петрушка. Куда копать может подскажете?
>
> first of all. Что вы конкретно скачали и что делали? Не собирали ли модули
> разными версиями gcc или использовали gcc3 при сборке? Мало информации.
>
Все нормально получилось:) Обновил из сизифа ядро до 2.4.19, хэдеры 
оттуда же и gcc 3.2. После чего собрал под новое ядро и появилось:
  $glxinfo
  name of display: :0.0
  Xlib:  extension "XVideo" missing on display ":0.0".
  Loading required GL library /usr/X11R6/lib/libGL.so.1.2
  display: :0  screen: 0
  direct rendering: Yes
Только скорость незнаю маленькая или нет для этой карты - gears выдает 
200fps. Естественно quakeforge клиент (sgl версия) тормозит. По 
timerefresh выдает всего 16fps. Так что не знаю какая от этого gl 
польза. Еще не понятно как он тот же quakeforge в fullscreen пускает. 
Окно не на весь экран растянуто а по центру, то есть разрешение экрана 
1024х768 а в центре окошко 640x480, переключаться в 640х480 не желает...



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

end of thread, other threads:[~2002-11-20  4:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-11-19  6:47 [Comm] Кто нибудь смог запустить mach64 dri? jin
2002-11-19  9:39 ` [Comm] ëÔÏ ÎÉÂÕÄØ ÓÍÏÇ ÚÁÐÕÓÔÉÔØ " Sergey Bolshakov
2002-11-19 11:00   ` [Comm] Кто нибудь смог запустить " jin
2002-11-19 11:08     ` [Comm] ëÔÏ ÎÉÂÕÄØ ÓÍÏÇ ÚÁÐÕÓÔÉÔØ " Sergey Bolshakov
2002-11-19 11:24       ` [Comm] Кто нибудь смог запустить " jin
2002-11-19 11:43         ` [Comm] ëÔÏ ÎÉÂÕÄØ ÓÍÏÇ ÚÁÐÕÓÔÉÔØ " Sergey Bolshakov
2002-11-19 12:04           ` [Comm] Кто нибудь смог запустить " jin
2002-11-19 13:05             ` jin
2002-11-19 13:10               ` [Comm] ëÔÏ ÎÉÂÕÄØ ÓÍÏÇ ÚÁÐÕÓÔÉÔØ " Sergey Bolshakov
2002-11-19 16:57 ` [Comm] Re: Кто нибудь смог запустить " Konstantin Lepikhov
2002-11-20  4:54   ` jin

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