LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-14-2005, 04:59 PM   #1
equus
Member
 
Registered: Nov 2003
Location: France
Distribution: Gentoo
Posts: 37

Rep: Reputation: 15
ATI Rage 128 3D not working


Hello,

When trying to use wine, or more simply the planetary clock of the KDEToys, I get the following messages :

[root@localhost log]# glxgears
libGL warning: 3D driver claims to not support visual 0x24
libGL warning: 3D driver claims to not support visual 0x28
libGL warning: 3D driver claims to not support visual 0x2c
libGL warning: 3D driver claims to not support visual 0x30
Segmentation fault

Here is my hardware :

[root@localhost log]# lspci
00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:02.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
00:02.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
00:02.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
00:02.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:0e.0 Unknown mass storage controller: Promise Technology, Inc. 20269 (rev 02)
00:0f.0 Multimedia audio controller: Ensoniq ES1370 [AudioPCI]
00:10.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LANController (rev 03)
01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128 RF/SG AGP

Finally, in the X11 and XFree86 logs I have the following lines :

(II) R128(0): [drm] created "r128" driver at busid "PCI:1:0:0"
(II) R128(0): [drm] added 8192 byte SAREA at 0xd1832000
(II) R128(0): [drm] mapped SAREA 0xd1832000 to 0x4107c000
(II) R128(0): [drm] framebuffer handle = 0xe0000000
(II) R128(0): [drm] added 1 reserved context for kernel
(II) R128(0): [agp] Mode 0x1f000201 [AGP 0x8086/0x7190; Card 0x1002/0x5246]
(II) R128(0): [agp] 8192 kB allocated with handle 0x00000001
(II) R128(0): [agp] ring handle = 0xe6000000
(II) R128(0): [agp] Ring mapped at 0x4107e000
(II) R128(0): [agp] ring read ptr handle = 0xe6101000
(II) R128(0): [agp] Ring read ptr mapped at 0x4117f000
(II) R128(0): [agp] vertex/indirect buffers handle = 0xe6102000
(II) R128(0): [agp] Vertex/indirect buffers mapped at 0x41180000
(II) R128(0): [agp] AGP texture map handle = 0xe6302000
(II) R128(0): [agp] AGP Texture map mapped at 0x41380000
(II) R128(0): [drm] register handle = 0xe5000000
(II) R128(0): [dri] Visual configs initialized
(II) R128(0): CCE in BM mode
(II) R128(0): Using 8 MB AGP aperture
(II) R128(0): Using 1 MB for the ring buffer
(II) R128(0): Using 2 MB for vertex/indirect buffers
(II) R128(0): Using 5 MB for AGP textures
(II) R128(0): Memory manager initialized to (0,0) (1280,3276)
(II) R128(0): Reserved area from (0,1024) to (1280,1026)
(II) R128(0): Largest offscreen area available: 1280 x 2250
(II) R128(0): Reserved back buffer from (0,1026) to (1280,2050)
(II) R128(0): Reserved depth buffer from (0,2050) to (1280,3075)
(II) R128(0): Reserved depth span from (0,3074) offset 0xf02800
(II) R128(0): Reserved 0 kb for textures at offset 0xfff000
(II) R128(0): Acceleration enabled
(II) R128(0): Using hardware cursor (scanline 12300)
(II) R128(0): Largest offscreen area available: 1280 x 199
(**) R128(0): DPMS enabled
(II) R128(0): X context handle = 0x00000001
(II) R128(0): [drm] installed DRM signal handler
(II) R128(0): [DRI] installation complete
(II) R128(0): [drm] Added 128 16384 byte vertex/indirect buffers
(II) R128(0): [drm] Mapped 128 vertex/indirect buffers
(II) R128(0): [drm] failure adding irq handler, there is a device already usingthat irq
[drm] falling back to irq-free operation

(II) R128(0): Direct rendering enabled
(==) RandR enabled
(II) Mouse0: ps2EnableDataReporting: succeeded
(II) R128(0): [drm] removed 1 reserved context for kernel
(II) R128(0): [drm] unmapping 8192 bytes of SAREA 0xd1832000 at 0x4107c000

If anyone would have an idea of what to do, I would be very thankful (not only am I deprived of wine, I also cannot take off with FlightGear !).
 
Old 05-16-2005, 07:11 PM   #2
cougyr
Member
 
Registered: Nov 2003
Posts: 98

Rep: Reputation: 15
equus, check the DRI troubleshooting proceedure at http://dri.freedesktop.org/wiki/DriTroubleshooting. It should give you some help.

What kernel are you using? The more recent kernels need to have the DRI un-selected. For some reason, if it is selected, DRI won't work. Sounds kinda dumb to me, but I just went through that.
 
Old 05-17-2005, 04:25 PM   #3
equus
Member
 
Registered: Nov 2003
Location: France
Distribution: Gentoo
Posts: 37

Original Poster
Rep: Reputation: 15
Hello Cougyr,

Thanks for your kind reply.

I use kernel 2.6.10.

I went through the site you mentioned but didn't find anything related to an already assigned interrupt. But from what you wrote, such an error should appear if one tries to initialize the DRI twice, shouldn't it ?

So I will follow your suggestion and compile a new kernel with the DRM option unselected.

I will keep you informed of the result.
 
Old 05-21-2005, 06:15 PM   #4
equus
Member
 
Registered: Nov 2003
Location: France
Distribution: Gentoo
Posts: 37

Original Poster
Rep: Reputation: 15
Smile

Hello cougyr,

I did two things :

1. Upgraded to kernel 2.6.11 ;
2. Removed the framebuffer device in the kernel and recompiled it.

I didn't quite believe in the result, but I typed fgfs& (flightgear) and... it worked !

Thanks again for your help.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ati rage 128 jmanjeff Debian 5 05-29-2005 11:00 AM
ATI Rage 128 Mobility golan69 Linux - Hardware 11 04-24-2005 09:54 PM
Ati Rage 128 Mobility golan69 Linux - Laptop and Netbook 2 04-23-2005 05:16 PM
ATI Rage 128 in Slack 10 Mytharak Slackware 2 12-07-2004 02:45 AM
TV-Out with ATI All-In-Wonder Rage 128 ViralHex Linux - Hardware 0 06-05-2003 08:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration