Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg-6.8.99-15&ati-drivers-8.16.20&e17-->[SOLVED]
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
H-Dragon
Guru
Guru


Joined: 22 Oct 2002
Posts: 547

PostPosted: Sat Aug 27, 2005 11:25 pm    Post subject: Reply with quote

Code:
*  x11-base/x11-drm
      Latest version available: 20050502
      Latest version installed: 20050807
      Size of downloaded files: 509 kB
      Homepage:    http://dri.sf.net
      Description: DRM Kernel Modules for X11
      License:     X11

_________________
WEBSITE
Do not meddle with the affairs of Dragons, for you are crunchy and tasty with ketchup!
Back to top
View user's profile Send private message
H-Dragon
Guru
Guru


Joined: 22 Oct 2002
Posts: 547

PostPosted: Sat Aug 27, 2005 11:57 pm    Post subject: Reply with quote

radeon module noe loads without a problem after kernel recompile!!!

i still get the dmesg
Code:
kobject_register failed for drm (-17)
 [<c029c4b9>] kobject_register+0x49/0x70
 [<c0130ef0>] mod_sysfs_setup+0x50/0xb0
 [<c0131fe6>] load_module+0x796/0xa80
 [<c0132360>] sys_init_module+0x60/0x1f0
 [<c0102ce1>] syscall_call+0x7/0xb
for modprobing drm!
and agpgart-via... my via_agp module from agpgart:
Code:
kobject_register failed for agpgart-via (-17)
 [<c029c4b9>] kobject_register+0x49/0x70
 [<c02f96b7>] bus_add_driver+0x57/0xd0
 [<c02acb4b>] pci_register_driver+0x6b/0x90
 [<e11e8018>] agp_via_init+0x18/0x23 [via_agp]
 [<c013244b>] sys_init_module+0x14b/0x1f0
 [<c0102ce1>] syscall_call+0x7/0xb


however drm seems to find my radeon and load the r300 for it:
Code:
[drm] Initialized radeon 1.16.0 20050311 on minor 0: ATI Technologies Inc RV350 AR [Radeon 9600]
Code:
[drm] Loading R300 Microcode




may this be the last problem?

if so... how to get rid of it and what is it with
Code:
mtrr: no MTRR for e0000000,8000000 found
?



but STILL NO DIRECT RENDERING!
:evil:
_________________
WEBSITE
Do not meddle with the affairs of Dragons, for you are crunchy and tasty with ketchup!
Back to top
View user's profile Send private message
H-Dragon
Guru
Guru


Joined: 22 Oct 2002
Posts: 547

PostPosted: Sun Aug 28, 2005 1:21 am    Post subject: Reply with quote

Code:
Guardian dri # cp radeon_dri.so r300_dri.so
Guardian dri # ls
atiogl_a_dri.so  i810_dri.so  r128_dri.so  radeon_dri.so
fglrx_dri.so     i915_dri.so  r200_dri.so  sis_dri.so
gamma_dri.so     mga_dri.so   r300_dri.so  tdfx_dri.so
Guardian dri # glxinfo
name of display: :0.0
unknown chip id, assuming full radeon support
display: :0  screen: 0
direct rendering: Yes


like this it will tell me i have DR... but it CRASHED glxgears and with it my ENTIRE SYSTEM!!!!!
cant even boot up anymore.

what do you guys reckon i should do now (apart from deleting the r300, of course)

did anyone try out (strace glxgears) what driver drm actually tries to load?

3:30 in the morning... time for bed.

sorry
_________________
WEBSITE
Do not meddle with the affairs of Dragons, for you are crunchy and tasty with ketchup!
Back to top
View user's profile Send private message
H-Dragon
Guru
Guru


Joined: 22 Oct 2002
Posts: 547

PostPosted: Sun Aug 28, 2005 1:54 am    Post subject: Reply with quote

stupid me...
i need the r300 driver!!! not the standard radeon from drm-cvs!!
_________________
WEBSITE
Do not meddle with the affairs of Dragons, for you are crunchy and tasty with ketchup!
Back to top
View user's profile Send private message
Q-collective
Advocate
Advocate


Joined: 22 Mar 2004
Posts: 2071

PostPosted: Sun Aug 28, 2005 10:24 am    Post subject: Reply with quote

H-Dragon wrote:
stupid me...
i need the r300 driver!!! not the standard radeon from drm-cvs!!

LOL, you wasted all that time using the wrong driver?
Back to top
View user's profile Send private message
COiN3D
Guru
Guru


Joined: 02 Aug 2004
Posts: 543
Location: Munich, Germany

PostPosted: Sun Aug 28, 2005 10:34 am    Post subject: Reply with quote

Quote:
x11-base/xorg-x11-6.8.99.15 [6.8.2-r2] -3dfx +bitmap-fonts -cjk -debug -doc -font-server -insecure-drivers +ipv6 -minimal +nls -nocxx +opengl +pam -sdk -static +truetype-fonts +type1-fonts (-uclibc) -xprint +xv 0 kB

Where to went the 3dnow, mmx and sse USE-Flag? Are these three now activated by default?
_________________
e17 documentation | Be free and use Jabber as your IM! | Combine IRC and IM
Back to top
View user's profile Send private message
H-Dragon
Guru
Guru


Joined: 22 Oct 2002
Posts: 547

PostPosted: Sun Aug 28, 2005 12:17 pm    Post subject: Reply with quote

maybe, Q.

i didnt know (overlooked it seems) that the radeon_dri is not for the 9600xt.

the dri-cvs doesnt seem to have a driver for that one. but someone said (in this post)
that dri-cvs would be the way to go with a ati-radeon.

now i have to get my system able to boot again... not go black and unresponsive after
the lilo message.


so... deleted the r300_dri.so and linux runs again...

now: can i tell drm or Mesa to make a r300 driver?
_________________
WEBSITE
Do not meddle with the affairs of Dragons, for you are crunchy and tasty with ketchup!
Back to top
View user's profile Send private message
Q-collective
Advocate
Advocate


Joined: 22 Mar 2004
Posts: 2071

PostPosted: Sun Aug 28, 2005 4:20 pm    Post subject: Reply with quote

H-Dragon wrote:
now: can i tell drm or Mesa to make a r300 driver?

DRI Wiki wrote:
1.6. Building Mesa 3D Drivers on Linux

Next, optionally edit the architecture configuration files. Mesa/configs/linux-dri is for Linux. The first line defines some compiler optimization flags. If you don't know what to put here you can leave it out as there are reasonable defaults settings. The second line would trim the build a little to build only the 3D drivers. The last line can be used to trim the build even further by compiling only the drivers you need.
The full set of supported drivers is currently:

DRI_DIRS = dri_client i810 i830 i915 mach64 mga r128 r200 radeon s3v \
savage sis tdfx trident unichrome

Note: Don't remove dri_client! It refers to some common code needed by all the drivers.

Note: You will need to install libdrm for Mesa to build properly.

In your case, I would suggest: DRI_DIRS = dri_client r300 radeon (r300 is only recently added to the cvs, they haven't updated the wiki yet).
Back to top
View user's profile Send private message
H-Dragon
Guru
Guru


Joined: 22 Oct 2002
Posts: 547

PostPosted: Sun Aug 28, 2005 4:34 pm    Post subject: Reply with quote

yup... just did that.....

might give up anyway....

how do i get the backed-up xorg-x11 back? i will resign to the old ati-drivers again if this doesnt work by tomorrow or the day after that or so.

all i wanted is to get my mouse-bindings working right... that was the whole idea. and i am starting to think that i should just find a fix around for that. or wait for e17 to get my xorg.conf and .Xmodmap right where i defined the keys that DO work almost right in e16!


thanks for all your help.... will keep you posted if i do get it right.
_________________
WEBSITE
Do not meddle with the affairs of Dragons, for you are crunchy and tasty with ketchup!
Back to top
View user's profile Send private message
black hole sun
Apprentice
Apprentice


Joined: 14 Aug 2004
Posts: 245

PostPosted: Mon Aug 29, 2005 4:45 pm    Post subject: Reply with quote

The ati driver supports xorg 6.9.

Download the 50MB gui .run package on ati.com and run it, you'll get direct rendering (like i have, running Xorg CVS from about a week ago)
_________________
Running Slackware Linux (I no longer use Gentoo, but I still like this forum ;) )
Back to top
View user's profile Send private message
H-Dragon
Guru
Guru


Joined: 22 Oct 2002
Posts: 547

PostPosted: Mon Aug 29, 2005 6:43 pm    Post subject: Reply with quote

really?

i thought the newest drivers WERE in emerge!
what card do you fancy and what driver-version do you use???

btw... why does
Code:
emerge ati-drivers
give me
Code:
 * Found sources for kernel version:
 *     2.6.12-gentoo-r9
 * Checking for MTRR support enabled ...                                  [ ok ]
 * Checking for AGP support enabled ...                                   [ ok ]
 * Checking for DRM support disabled ...                                  [ !! ]
 * You have DRM support enabled, the direct rendering
 * will not work.
 * X11 implementation is xorg-x11.

:?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?: :?:
_________________
WEBSITE
Do not meddle with the affairs of Dragons, for you are crunchy and tasty with ketchup!


Last edited by H-Dragon on Mon Aug 29, 2005 7:43 pm; edited 1 time in total
Back to top
View user's profile Send private message
frenkel
Veteran
Veteran


Joined: 13 May 2003
Posts: 1034
Location: .nl

PostPosted: Mon Aug 29, 2005 7:39 pm    Post subject: Reply with quote

H-Dragon wrote:
really?

i thought the newest drivers WERE in emerge!
what card do you fancy and what driver-version do you use???

They are, they just don't install the 6.9 goodie, just the 6.8 driver.
Back to top
View user's profile Send private message
H-Dragon
Guru
Guru


Joined: 22 Oct 2002
Posts: 547

PostPosted: Mon Aug 29, 2005 7:45 pm    Post subject: Reply with quote

so... if i install the one from ati.com.... can portage update it ok when the time comes?

or is there a way to force the ebuild to give me the 6.9 goody?


and what is it about that DRM warning when i tried to build the newest ati-drivers?
is it because i have modules of drm and radeon? (though not loaded)
_________________
WEBSITE
Do not meddle with the affairs of Dragons, for you are crunchy and tasty with ketchup!
Back to top
View user's profile Send private message
H-Dragon
Guru
Guru


Joined: 22 Oct 2002
Posts: 547

PostPosted: Mon Aug 29, 2005 8:05 pm    Post subject: Reply with quote

allright... maybe i am just stupid ...

but i get a:
Code:
daniel@Guardian ~/Downloads $ ./ati-driver-installer-8.16.20-i386.run
-bash: ./ati-driver-installer-8.16.20-i386.run: Permission denied

as normal user just the same as root! (su)
------------------------------------------
right...
Code:
chmod +x ati-driver-installer-8.16.20-x86_64.run

execute.... never mind me.
:P
_________________
WEBSITE
Do not meddle with the affairs of Dragons, for you are crunchy and tasty with ketchup!
Back to top
View user's profile Send private message
H-Dragon
Guru
Guru


Joined: 22 Oct 2002
Posts: 547

PostPosted: Mon Aug 29, 2005 8:40 pm    Post subject: Reply with quote

and to my -not so great- surprise:
Code:
FATAL: Error inserting fglrx (/lib/modules/2.6.12-gentoo-r9/kernel/drivers/char/drm/fglrx.ko): Unknown symbol in module, or unknown parameter (see dmesg)


DO i need drm in my kernel?
_________________
WEBSITE
Do not meddle with the affairs of Dragons, for you are crunchy and tasty with ketchup!
Back to top
View user's profile Send private message
black hole sun
Apprentice
Apprentice


Joined: 14 Aug 2004
Posts: 245

PostPosted: Mon Aug 29, 2005 8:44 pm    Post subject: Reply with quote

no you have to _DISABLE_ DRM in your kernel

post your dmesg when you got that error please ;)
_________________
Running Slackware Linux (I no longer use Gentoo, but I still like this forum ;) )
Back to top
View user's profile Send private message
H-Dragon
Guru
Guru


Joined: 22 Oct 2002
Posts: 547

PostPosted: Mon Aug 29, 2005 8:45 pm    Post subject: Reply with quote

i DID.... black hole.... i did.

and the aforementioned error occurs nevertheless.
it wont load the driver.

i do not have drm in my kernel nor as module.
Code:

daniel@Guardian ~ $ dmesg
CPI data)
 BIOS-e820: 000000001ffff000 - 0000000020000000 (ACPI NVS)
 BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
511MB LOWMEM available.
On node 0 totalpages: 131067
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 126971 pages, LIFO batch:31
  HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
Allocating PCI resources starting at 20000000 (gap: 20000000:dec00000)
Built 1 zonelists
Kernel command line: auto BOOT_IMAGE=linux root=343
Found and enabled local APIC!
mapped APIC to ffffd000 (fee00000)
Initializing CPU#0
PID hash table entries: 2048 (order: 11, 32768 bytes)
Detected 1990.658 MHz processor.
Using tsc for high-res timesource
Console: colour dummy device 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 513888k/524268k available (3244k kernel code, 9780k reserved, 1080k data, 316k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 3923.96 BogoMIPS (lpj=1961984)
Security Framework v1.0.0 initialized
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
CPU: After vendor identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 256K (64 bytes/line)
CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000020 00000000 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: AMD Athlon(TM) XP 2400+ stepping 01
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xf1970, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
SCSI subsystem initialized
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
Boot video device is 0000:01:00.0
PCI: Using IRQ router VIA [1106/3227] at 0000:00:11.0
PCI: IRQ 0 for device 0000:00:0f.1 doesn't match PIRQ mask - try pci=usepirqmask
PCI: Found IRQ 3 for device 0000:00:0f.1
IRQ routing conflict for 0000:00:10.0, have irq 5, want irq 3
IRQ routing conflict for 0000:00:10.1, have irq 5, want irq 3
spurious 8259A interrupt: IRQ7.
Machine check exception polling timer started.
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
inotify device minor=63
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
SGI XFS with large block numbers, no debug enabled
Initializing Cryptographic API
Real Time Clock Driver v1.12
PCI: Found IRQ 11 for device 0000:01:00.0
radeonfb: Found Intel x86 BIOS ROM Image
radeonfb: Retreived PLL infos from BIOS
radeonfb: Reference=27.00 MHz (RefDiv=12) Memory=500.00 Mhz, System=325.00 MHz
radeonfb: PLL min 20000 max 40000
radeonfb: Monitor 1 type DFP found
radeonfb: EDID probed
radeonfb: Monitor 2 type no found
Console: switching to colour frame buffer device 160x64
radeonfb (0000:01:00.0): ATI Radeon AR
vesafb: abort, cannot reserve video memory at 0xe0000000
vesafb: framebuffer at 0xe0000000, mapped to 0xe1900000, using 7680k, total 16384k
vesafb: mode is 1280x1024x24, linelength=3840, pages=3
vesafb: protected mode interface info at c000:5824
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
fb1: VESA VGA frame buffer device
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
mice: PS/2 mouse device common for all mice
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
loop: loaded (max 8 devices)
dgrs: SW=$Id: dgrs.c,v 1.13 2000/06/06 04:07:00 rick Exp $ FW=Build 550 11/16/96 03:45:15
FW Version=$Version$
8139too Fast Ethernet driver 0.9.27
PCI: Found IRQ 10 for device 0000:00:13.0
PCI: Sharing IRQ 10 with 0000:00:09.0
eth0: RealTek RTL8139 at 0xe081a000, 00:10:a7:12:80:11, IRQ 10
eth0:  Identified 8139 chip type 'RTL-8139C'
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller at PCI slot 0000:00:0f.1
PCI: Found IRQ 3 for device 0000:00:0f.1
IRQ routing conflict for 0000:00:10.0, have irq 5, want irq 3
IRQ routing conflict for 0000:00:10.1, have irq 5, want irq 3
PCI: Via IRQ fixup for 0000:00:0f.1, from 255 to 3
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt8237 (rev 00) IDE UDMA133 controller on pci0000:00:0f.1
    ide0: BM-DMA at 0x9400-0x9407, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0x9408-0x940f, BIOS settings: hdc:DMA, hdd:DMA
Probing IDE interface ide0...
input: AT Translated Set 2 keyboard on isa0060/serio0
hda: SAMSUNG SP1614N, ATA DISK drive
hda: IRQ probe failed (0xfffffef8)
hdb: IBM-DTLA-305040, ATA DISK drive
hdb: IRQ probe failed (0xfffffef8)
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: CR-48XCTE, ATAPI CD/DVD-ROM drive
hdd: HL-DT-ST DVDRAM GSA-4120B, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
Probing IDE interface ide2...
Probing IDE interface ide3...
Probing IDE interface ide4...
Probing IDE interface ide5...
hda: max request size: 1024KiB
hda: 312581808 sectors (160041 MB) w/8192KiB Cache, CHS=19457/255/63, UDMA(100)
hda: cache flushes supported
 hda: hda1 hda2 < hda5 > hda3 hda4
hdb: max request size: 128KiB
hdb: 80418240 sectors (41174 MB) w/380KiB Cache, CHS=65535/16/63, UDMA(100)
hdb: cache flushes not supported
 hdb: hdb1 hdb2 hdb3 hdb4
hdc: ATAPI 48X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
hdd: ATAPI 40X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
ide-floppy driver 0.99.newide
usbmon: debugs is not available
PCI: setting IRQ 11 as level-triggered
PCI: Assigned IRQ 11 for device 0000:00:10.4
PCI: Sharing IRQ 11 with 0000:00:11.5
ehci_hcd 0000:00:10.4: VIA Technologies, Inc. USB 2.0
ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:10.4: irq 11, io mem 0xbe000000
ehci_hcd 0000:00:10.4: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
USB Universal Host Controller Interface driver v2.2
PCI: Found IRQ 3 for device 0000:00:10.0
PCI: Sharing IRQ 3 with 0000:00:0f.1
IRQ routing conflict for 0000:00:10.0, have irq 5, want irq 3
IRQ routing conflict for 0000:00:10.1, have irq 5, want irq 3
uhci_hcd 0000:00:10.0: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller
uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:10.0: irq 5, io base 0x00009000
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
PCI: Found IRQ 3 for device 0000:00:10.1
PCI: Sharing IRQ 3 with 0000:00:0f.1
IRQ routing conflict for 0000:00:10.0, have irq 5, want irq 3
IRQ routing conflict for 0000:00:10.1, have irq 5, want irq 3
uhci_hcd 0000:00:10.1: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (#2)
uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:10.1: irq 5, io base 0x00008800
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
PCI: Found IRQ 4 for device 0000:00:10.2
IRQ routing conflict for 0000:00:0f.0, have irq 9, want irq 4
IRQ routing conflict for 0000:00:10.2, have irq 9, want irq 4
IRQ routing conflict for 0000:00:10.3, have irq 9, want irq 4
uhci_hcd 0000:00:10.2: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (#3)
uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:10.2: irq 9, io base 0x00008400
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
PCI: Found IRQ 4 for device 0000:00:10.3
IRQ routing conflict for 0000:00:0f.0, have irq 9, want irq 4
IRQ routing conflict for 0000:00:10.2, have irq 9, want irq 4
IRQ routing conflict for 0000:00:10.3, have irq 9, want irq 4
uhci_hcd 0000:00:10.3: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (#4)
uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5
uhci_hcd 0000:00:10.3: irq 9, io base 0x00008000
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 2 ports detected
usb 1-3: new high speed USB device using ehci_hcd and address 4
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
Initializing USB Mass Storage driver...
usb 2-1: new low speed USB device using uhci_hcd and address 2
usb 2-2: new full speed USB device using uhci_hcd and address 3
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 3 if 0 alt 0 proto 2 vid 0x413C pid 0x5008
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usb 3-2: new full speed USB device using uhci_hcd and address 2
usbcore: registered new driver hiddev
input: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:10.0-1
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.01:USB HID core driver
i2c /dev entries driver
Advanced Linux Sound Architecture Driver Version 1.0.9rc2  (Thu Mar 24 10:33:39 2005 UTC).
PCI: Found IRQ 11 for device 0000:00:11.5
PCI: Sharing IRQ 11 with 0000:00:10.4
PCI: Setting latency timer of device 0000:00:11.5 to 64
codec_read: codec 0 is not valid [0xfe0000]
codec_read: codec 0 is not valid [0xfe0000]
codec_read: codec 0 is not valid [0xfe0000]
codec_read: codec 0 is not valid [0xfe0000]
ALSA device list:
  #0: VIA 8237 with AD1980 at 0xe000, irq 11
NET: Registered protocol family 2
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP established hash table entries: 32768 (order: 6, 262144 bytes)
TCP bind hash table entries: 32768 (order: 5, 131072 bytes)
TCP: Hash tables configured (established 32768 bind 32768)
NET: Registered protocol family 1
NET: Registered protocol family 17
ReiserFS: hdb3: found reiserfs format "3.6" with standard journal
ReiserFS: hdb3: using ordered data mode
ReiserFS: hdb3: journal params: device hdb3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hdb3: checking transaction log (hdb3)
ReiserFS: hdb3: Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Freeing unused kernel memory: 316k freed
Adding 2048280k swap on /dev/hdb2.  Priority:-1 extents:1
drm: Unknown symbol agp_bind_memory
drm: Unknown symbol agp_enable
drm: Unknown symbol agp_find_bridge
drm: Unknown symbol agp_backend_acquire
drm: Unknown symbol agp_free_memory
drm: Unknown symbol agp_allocate_memory
drm: Unknown symbol agp_unbind_memory
drm: Unknown symbol agp_copy_info
drm: Unknown symbol agp_backend_release
drm: Unknown symbol agp_bind_memory
drm: Unknown symbol agp_enable
drm: Unknown symbol agp_find_bridge
drm: Unknown symbol agp_backend_acquire
drm: Unknown symbol agp_free_memory
drm: Unknown symbol agp_allocate_memory
drm: Unknown symbol agp_unbind_memory
drm: Unknown symbol agp_copy_info
drm: Unknown symbol agp_backend_release
radeon: Unknown symbol drm_open
radeon: Unknown symbol drm_fasync
radeon: Unknown symbol drm_poll
radeon: Unknown symbol drm_get_resource_len
radeon: Unknown symbol drm_core_get_reg_ofs
radeon: Unknown symbol drm_irq_uninstall
radeon: Unknown symbol drm_get_dev
radeon: Unknown symbol drm_ioctl
radeon: Unknown symbol drm_exit
radeon: Unknown symbol drm_debug
radeon: Unknown symbol drm_core_get_map_ofs
radeon: Unknown symbol drm_init
radeon: Unknown symbol drm_addmap
radeon: Unknown symbol drm_get_resource_start
radeon: Unknown symbol drm_vbl_send_signals
radeon: Unknown symbol drm_cleanup_pci
radeon: Unknown symbol drm_ati_pcigart_init
radeon: Unknown symbol drm_mmap
radeon: Unknown symbol drm_order
radeon: Unknown symbol drm_ati_pcigart_cleanup
radeon: Unknown symbol drm_core_reclaim_buffers
radeon: Unknown symbol drm_release
ReiserFS: hdb4: found reiserfs format "3.6" with standard journal
ReiserFS: hdb4: using ordered data mode
ReiserFS: hdb4: journal params: device hdb4, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hdb4: checking transaction log (hdb4)
ReiserFS: hdb4: Using r5 hash to sort names
libata version 1.11 loaded.
sata_via version 1.1
PCI: Found IRQ 4 for device 0000:00:0f.0
IRQ routing conflict for 0000:00:0f.0, have irq 9, want irq 4
IRQ routing conflict for 0000:00:10.2, have irq 9, want irq 4
IRQ routing conflict for 0000:00:10.3, have irq 9, want irq 4
sata_via(0000:00:0f.0): routed to hard irq line 9
ata1: SATA max UDMA/133 cmd 0xB400 ctl 0xB002 bmdma 0xA000 irq 9
ata2: no device found (phy stat 00000000)
scsi1 : sata_via
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
fglrx: Unknown symbol agp_bind_memory
fglrx: Unknown symbol agp_enable
fglrx: Unknown symbol agp_backend_acquire
fglrx: Unknown symbol agp_free_memory
fglrx: Unknown symbol agp_allocate_memory
fglrx: Unknown symbol agp_unbind_memory
fglrx: Unknown symbol agp_copy_info
fglrx: Unknown symbol agp_backend_release
fglrx: Unknown symbol agp_bind_memory
fglrx: Unknown symbol agp_enable
fglrx: Unknown symbol agp_backend_acquire
fglrx: Unknown symbol agp_free_memory
fglrx: Unknown symbol agp_allocate_memory
fglrx: Unknown symbol agp_unbind_memory
fglrx: Unknown symbol agp_copy_info
fglrx: Unknown symbol agp_backend_release
fglrx: Unknown symbol agp_bind_memory
fglrx: Unknown symbol agp_enable
fglrx: Unknown symbol agp_backend_acquire
fglrx: Unknown symbol agp_free_memory
fglrx: Unknown symbol agp_allocate_memory
fglrx: Unknown symbol agp_unbind_memory
fglrx: Unknown symbol agp_copy_info
fglrx: Unknown symbol agp_backend_release

_________________
WEBSITE
Do not meddle with the affairs of Dragons, for you are crunchy and tasty with ketchup!
Back to top
View user's profile Send private message
H-Dragon
Guru
Guru


Joined: 22 Oct 2002
Posts: 547

PostPosted: Mon Aug 29, 2005 9:00 pm    Post subject: Reply with quote

i am using the newest gentoo-sources 2.6.12-r9.
i recompiled the kernel again just to be sure.
rebooted.
reinstalled the driver.run.stuff.

->still the same error.

--> make clean - on /usr/src/linux
--> recompile kernel
--> TYPE "LILO" (so i guess that the new kernel gets propery loaded... right?)

reboot.......
and:
Code:
daniel@Guardian ~ $ glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes


only troubel is if i switch to VC-1 or so... the whole thing crashes on me!

my lcd shows "No Connection" and goes into OFF-Mode.
And there is nothing i can do except pressing the RESET-Button.

i do have both VGA and Radeon Framebuffers activated in the kernel. Might this be the problem?
And if... which one should i use???
_________________
WEBSITE
Do not meddle with the affairs of Dragons, for you are crunchy and tasty with ketchup!
Back to top
View user's profile Send private message
H-Dragon
Guru
Guru


Joined: 22 Oct 2002
Posts: 547

PostPosted: Mon Aug 29, 2005 9:57 pm    Post subject: Reply with quote

:D
aaand here weee gooooo!!!!

framebuffer was a kernel-problem. recompiled without radeon-fb and deactivated the boot-logo.

now I have
Code:
direct rendering: Yes
and
Code:
17055 frames in 5.0 seconds = 3410.922 FPS
with glxgears.

my mouse is working 50% perfect.

but this thing is now solved!

ergo: get the installer from ati.com and learn from my mistakes everyone!

thanks to all! :P :!:
_________________
WEBSITE
Do not meddle with the affairs of Dragons, for you are crunchy and tasty with ketchup!
Back to top
View user's profile Send private message
BaiLang
n00b
n00b


Joined: 30 Aug 2005
Posts: 1

PostPosted: Tue Aug 30, 2005 6:58 pm    Post subject: Reply with quote

Hello all.

I am new to this forum and have been on Gentoo for 6 - 8 months.
I have been having a very difficult time getting 3D accellaration with my xpress 200M ati chip on an HP zv6000 laptop.

currently i am using xorg 6.8.99.15 from portage and the latest 8.16.20 .run file as mentioned above.

if i enable dri in xorg.conf it successfully loads DRI then hangs and does nothing else
otherwise it loads fine but no 3D acceleration and it seems to be using MESA drivers.

I am at my wits end on this one.

Any suggestions?
Back to top
View user's profile Send private message
H-Dragon
Guru
Guru


Joined: 22 Oct 2002
Posts: 547

PostPosted: Tue Aug 30, 2005 10:40 pm    Post subject: Reply with quote

u might want to check if your chip is supported by the ati-driver.
then you should check your kernel-settings.
do not enable more than one framebuffer for example.
double check your xorg.conf.... let fglrxconfig do it for you!
activate the driver in high compatibility mode!

thats all i can think of right now... am a bit tired.
:)

ps: i marked this one as SOLVED... dont expect too many answers.
better open a new post and post your dmesg output and the specific details of your system.

cheers.
_________________
WEBSITE
Do not meddle with the affairs of Dragons, for you are crunchy and tasty with ketchup!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum