LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   DRM on igpU1, can't get it working (https://www.linuxquestions.org/questions/linux-hardware-18/drm-on-igpu1-cant-get-it-working-280293/)

-0- 01-20-2005 06:50 PM

DRM on igpU1, can't get it working
 
Before i had to reinstall linux i had drm workign fine on my laptop, on the ATI igp U1. howver, this time around, i cannot find the solution i used before, and i'm afraid this time i must ask


I'm using a 2.6.10 kernel, slack 10, upgraded to current with swaret (apart from x.org which i did myselkf from source as swaret broke x).

I have radeonfb compiled into the kernel, same with the radeon i2c module
agpgart and drm (for the ati igps) are both modules,

my xorg.conf has lines to load dri and glx etc (releavent lines below)
[code}

# This loads the GLX module
Load "glx"
# This loads the DRI module
Load "dri"
Section "Device"
Identifier "builtinradeon"
Driver "radeon"
#VideoRam 65536
# Insert Clocks lines here if appropriate
EndSection
Section "Screen"
Identifier "Screen 1"
Device "builtinradeon"
Monitor "builtinmonitor"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection

Section "DRI"
Mode 0666
EndSection
[/code]

when i load linux then dri etc arent laoded, but when i startx i get this in dmesg:
Code:

[drm] Initialized radeon 1.11.0 20020828 on minor 0: ATI Technologies Inc Radeon Mobility U1
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V2 device at 0000:01:05.0 into 4x mode

lspci yields:
Code:

00:00.0 Host bridge: ATI Technologies Inc AGP Bridge [IGP 320M] (rev 13)
00:01.0 PCI bridge: ATI Technologies Inc PCI Bridge [IGP 320M] (rev 01)
00:02.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:06.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link Controller Audio Device (rev 02)
00:07.0 ISA bridge: ALi Corporation M1533 PCI to ISA Bridge [Aladdin IV]
00:08.0 Modem: ALi Corporation Intel 537 [M5457 AC-Link Modem]
00:0a.0 CardBus bridge: O2 Micro, Inc. OZ6912 Cardbus Controller
00:0c.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000 Controller (PHY/Link)
00:10.0 IDE interface: ALi Corporation M5229 IDE (rev c4)
00:11.0 Bridge: ALi Corporation M7101 PMU
00:12.0 Ethernet controller: National Semiconductor Corporation DP83815 (MacPhyter) Ethernet Controller
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility U1


lsmod yields
Code:

Module                  Size  Used by
ndiswrapper          114260  0
radeon                133796  2
snd_pcm_oss            53604  0
snd_mixer_oss          20096  1 snd_pcm_oss
ipv6                  262848  10
usbhid                44032  0
usbmouse                5568  0
uhci_hcd              33552  0
ati_agp                8460  1
eth1394                21320  0
snd_ali5451            24452  1
snd_ac97_codec        75936  1 snd_ali5451
snd_pcm                97224  3 snd_pcm_oss,snd_ali5451,snd_ac97_codec
snd_timer              25668  1 snd_pcm
snd                    56740  8 snd_pcm_oss,snd_mixer_oss,snd_ali5451,snd_ac97_c
odec,snd_pcm,snd_timer
soundcore              9888  1 snd
snd_page_alloc          9924  1 snd_pcm
yenta_socket          21824  0
ohci1394              35268  0
ieee1394              321400  2 eth1394,ohci1394
af_packet              22408  2
i2c_ali15x3            7620  0
i2c_ali1535            7108  0
natsemi                27808  0
nls_iso8859_1          3968  1
agpgart                34344  2 ati_agp
rtc                    12664  0

yet still glxinfo | grep direct give me
Code:

glxinfo |grep direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
bash-3.00$

From what i remember there is little else ican do, i'm sure i needed no patching last time i did this, then i also used the latest x.org, and 2.6.9 kernel


can anyone help me?

thanks


-0-


All times are GMT -5. The time now is 03:16 PM.