Allegro.cc - Online Community

Allegro.cc Forums » Off-Topic Ordeals » My campaign...

This thread is locked; no one can reply to it. rss feed Print
My campaign...
OICW
Member #4,069
November 2003
avatar

Hm, I smell trouble ahead with my new laptop, which would have bluetooth, irda and wifi incorporated, let's see how Ubuntu would show.

[My website][CppReference][Pixelate][Allegators worldwide][Who's online]
"Final Fantasy XIV, I feel that anything I could say will be repeating myself, so I'm just gonna express my feelings with a strangled noise from the back of my throat. Graaarghhhh..." - Yahtzee
"Uhm... this is a.cc. Did you honestly think this thread WOULDN'T be derailed and ruined?" - BAF
"You can discuss it, you can dislike it, you can disagree with it, but that's all what you can do with it"

CursedTyrant
Member #7,080
April 2006
avatar

flgrxinfo

display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.2)

glxinfo

1name of display: :0.0
2display: :0 screen: 0
3direct rendering: No
4server glx vendor string: SGI
5server glx version string: 1.2
6server glx extensions:
7 GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
8 GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,
9 GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier,
10 GLX_SGIX_fbconfig
11client glx vendor string: ATI
12client glx version string: 1.3
13client glx extensions:
14 GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
15 GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample,
16 GLX_ATI_pixel_format_float, GLX_ATI_render_texture
17GLX version: 1.2
18GLX extensions:
19 GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
20 GLX_ARB_multisample
21OpenGL vendor string: Mesa project: www.mesa3d.org
22OpenGL renderer string: Mesa GLX Indirect
23OpenGL version string: 1.2 (1.5 Mesa 6.4.2)
24OpenGL extensions:
25 GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
26 GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
27 GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
28 GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
29 GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
30 GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
31 GL_EXT_texture_lod_bias
32glu version: 1.3
33glu extensions:
34 GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess
35 
36 visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
37 id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
38----------------------------------------------------------------------
390x23 24 tc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 1 0 None
400x24 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 1 0 None
410x25 24 tc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 1 0 None
420x26 24 tc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 1 0 None
430x27 24 dc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 1 0 None
440x28 24 dc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 1 0 None
450x29 24 dc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 1 0 None
460x2a 24 dc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 1 0 None

As you can see, Direct Rendering is disabled, and the driver is SGI. If I use ati-config --initial --resolution=0,1024x768,800x600 X doesn't load, but shows a black screen instead.

I really can't use linux without it, since every program I try to compile with allegro works horribly slow (and I can't compile AllegroGL, so no OL for me, but that's another story).

I'm using Debian Etch.

---------
Signature.
----
[My Website] | [My YouTube Channel]

HoHo
Member #4,534
April 2004
avatar

Is fglrx module loaded? Is fglrx set in xorg.conf?

can you post #grep -i driver /etc/X11/xorg.conf
and #grep -b5 EE /var/log/Xorg.0.log

Or you can simply attach both of those files :)

__________
In theory, there is no difference between theory and practice. But, in practice, there is - Jan L.A. van de Snepscheut
MMORPG's...Many Men Online Role Playing Girls - Radagar
"Is Java REALLY slower? Does STL really bloat your exes? Find out with your friendly host, HoHo, and his benchmarking machine!" - Jakub Wasilewski

Arthur Kalliokoski
Second in Command
February 2005
avatar

Quote:

You mean to say you honestly didn't know that Adobe Reader has a Linux version?

I only get 24 hours a day, and I'm not young enough to know everything :D

I learn tons of stuff here, I'd say I'm learning stuff (and getting ideas by extrapolating) 3x faster than if I didn't read allegro.cc. Thanks again, Matthew!

They all watch too much MSNBC... they get ideas.

CursedTyrant
Member #7,080
April 2006
avatar

Files attached. It seems to have a problem with the fglrx kernel module. Someone help me because I suck :P

---------
Signature.
----
[My Website] | [My YouTube Channel]

HoHo
Member #4,534
April 2004
avatar

"[drm] failed to load kernel module "fglrx""

Have you actually installed the drivers?
Try
#sudo modprobe fglrx
#dmesg

and see what are the last few lines about the module loading. Perhaps there are some hints.

__________
In theory, there is no difference between theory and practice. But, in practice, there is - Jan L.A. van de Snepscheut
MMORPG's...Many Men Online Role Playing Girls - Radagar
"Is Java REALLY slower? Does STL really bloat your exes? Find out with your friendly host, HoHo, and his benchmarking machine!" - Jakub Wasilewski

CursedTyrant
Member #7,080
April 2006
avatar

I used the ati installer from ATI support's site.

modprobe fglrx

FATAL: Error inserting fglrx (/lib/modules/2.6.16-2-486/kernel/drivers/char/drm/fglrx.ko): Invalid module format

dmesg

#SelectExpand
1Linux version 2.6.16-2-486 (Debian 2.6.16-17) (waldi@debian.org) (gcc version 4.0.4 20060630 (prerelease) (Debian 4.0.3-4)) #1 Sat Jul 15 21:23:01 UTC 2006 2BIOS-provided physical RAM map: 3 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) 4 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) 5 BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved) 6 BIOS-e820: 0000000000100000 - 000000001ffb0000 (usable) 7 BIOS-e820: 000000001ffb0000 - 000000001ffc0000 (ACPI data) 8 BIOS-e820: 000000001ffc0000 - 000000001fff0000 (ACPI NVS) 9 BIOS-e820: 000000001fff0000 - 0000000020000000 (reserved) 10 BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) 11 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) 12 BIOS-e820: 00000000ff7c0000 - 0000000100000000 (reserved) 13511MB LOWMEM available. 14On node 0 totalpages: 130992 15 DMA zone: 4096 pages, LIFO batch:0 16 DMA32 zone: 0 pages, LIFO batch:0 17 Normal zone: 126896 pages, LIFO batch:31 18 HighMem zone: 0 pages, LIFO batch:0 19DMI 2.3 present. 20ACPI: RSDP (v000 ACPIAM ) @ 0x000f8de0 21ACPI: RSDT (v001 A M I OEMRSDT 0x12000501 MSFT 0x00000097) @ 0x1ffb0000 22ACPI: FADT (v002 A M I OEMFACP 0x12000501 MSFT 0x00000097) @ 0x1ffb0200 23ACPI: MADT (v001 A M I OEMAPIC 0x12000501 MSFT 0x00000097) @ 0x1ffb0390 24ACPI: OEMB (v001 A M I AMI_OEM 0x12000501 MSFT 0x00000097) @ 0x1ffc0040 25ACPI: DSDT (v001 K8UNF K8UNF161 0x00000161 INTL 0x02002026) @ 0x00000000 26ACPI: PM-Timer IO Port: 0x4008 27ACPI: Local APIC address 0xfee00000 28ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) 29Processor #0 15:12 APIC version 16 30ACPI: LAPIC (acpi_id[0x02] lapic_id[0x81] disabled) 31ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) 32IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23 33ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) 34ACPI: BIOS IRQ0 pin2 override ignored. 35ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) 36ACPI: IRQ9 used by override. 37Enabling APIC mode: Flat. Using 1 I/O APICs 38Using ACPI (MADT) for SMP configuration information 39Allocating PCI resources starting at 30000000 (gap: 20000000:dec00000) 40Built 1 zonelists 41Kernel command line: root=/dev/hda3 ro 42mapped APIC to ffffd000 (fee00000) 43mapped IOAPIC to ffffc000 (fec00000) 44Enabling fast FPU save and restore... done. 45Enabling unmasked SIMD FPU exception support... done. 46Initializing CPU#0 47PID hash table entries: 2048 (order: 11, 32768 bytes) 48Detected 1540.162 MHz processor. 49Using pmtmr for high-res timesource 50Console: colour VGA+ 80x25 51Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) 52Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) 53Memory: 511772k/523968k available (1484k kernel code, 11624k reserved, 570k data, 228k init, 0k highmem) 54Checking if this processor honours the WP bit even in supervisor mode... Ok. 55Calibrating delay using timer specific routine.. 3086.79 BogoMIPS (lpj=6173580) 56Security Framework v1.0.0 initialized 57SELinux: Disabled at boot. 58Capability LSM initialized 59Mount-cache hash table entries: 512 60CPU: After generic identify, caps: 078bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000001 61CPU: After vendor identify, caps: 078bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000001 62CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) 63CPU: L2 Cache: 256K (64 bytes/line) 64CPU: After all inits, caps: 078bfbff e3d3fbff 00000000 00000410 00000001 00000000 00000001 65CPU: AMD Sempron(tm) Processor 2500+ stepping 02 66Checking 'hlt' instruction... OK. 67ENABLING IO-APIC IRQs 68..TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1 69checking if image is initramfs... it is 70Freeing initrd memory: 4180k freed 71NET: Registered protocol family 16 72EISA bus registered 73ACPI: bus type pci registered 74PCI: Using configuration type 1 75ACPI: Subsystem revision 20060127 76ACPI: Interpreter enabled 77ACPI: Using IOAPIC for interrupt routing 78ACPI: PCI Root Bridge [PCI0] (0000:00) 79PCI: Probing PCI hardware (bus 00) 80Boot video device is 0000:01:00.0 81ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT] 82ACPI: PCI Interrupt Routing Table [_SB_.PCI0.P0P1._PRT] 83ACPI: Power Resource [ISAV] (on) 84ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *0, disabled. 85ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled. 86ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *9 87ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *11 88ACPI: PCI Interrupt Link [LNKE] (IRQs 16 17 18 19) *11 89ACPI: PCI Interrupt Link [LUS0] (IRQs 20 21 22) *9 90ACPI: PCI Interrupt Link [LUS1] (IRQs 20 21 22) *5 91ACPI: PCI Interrupt Link [LUS2] (IRQs 20 21 22) *3 92ACPI: PCI Interrupt Link [LKLN] (IRQs 20 21 22) *9 93ACPI: PCI Interrupt Link [LAUI] (IRQs 20 21 22) *9 94ACPI: PCI Interrupt Link [LKMO] (IRQs 20 21 22) *0, disabled. 95ACPI: PCI Interrupt Link [LKSM] (IRQs 20 21 22) *0, disabled. 96ACPI: PCI Interrupt Link [LTID] (IRQs 20 21 22) *10 97ACPI: PCI Interrupt Link [LTIE] (IRQs 20 21 22) *0, disabled. 98ACPI: PCI Interrupt Link [LATA] (IRQs 22) *14 99Linux Plug and Play Support v0.97 (c) Adam Belay 100pnp: PnP ACPI init 101pnp: PnP ACPI: found 15 devices 102PnPBIOS: Disabled by ACPI PNP 103PCI: Using ACPI for IRQ routing 104PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report 105pnp: 00:0d: ioport range 0x290-0x29f has been reserved 106PCI: Bridge: 0000:00:0b.0 107 IO window: 9000-bfff 108 MEM window: ff400000-ff4fffff 109 PREFETCH window: d6b00000-f6afffff 110PCI: Bridge: 0000:00:0e.0 111 IO window: c000-cfff 112 MEM window: ff500000-ff5fffff 113 PREFETCH window: disabled. 114PCI: Setting latency timer of device 0000:00:0e.0 to 64 115audit: initializing netlink socket (disabled) 116audit(1156972602.344:1): initialized 117VFS: Disk quotas dquot_6.5.1 118Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) 119Initializing Cryptographic API 120io scheduler noop registered 121io scheduler anticipatory registered (default) 122io scheduler deadline registered 123io scheduler cfq registered 124isapnp: Scanning for PnP cards... 125isapnp: No Plug & Play device found 126PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 127serio: i8042 AUX port at 0x60,0x64 irq 12 128serio: i8042 KBD port at 0x60,0x64 irq 1 129Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled 130serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 13100:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 132RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize 133EISA: Probing bus 0 at eisa.0 134Cannot allocate resource for EISA slot 4 135Cannot allocate resource for EISA slot 5 136EISA: Detected 0 cards. 137NET: Registered protocol family 2 138input: AT Translated Set 2 keyboard as /class/input/input0 139IP route cache hash table entries: 8192 (order: 3, 32768 bytes) 140TCP established hash table entries: 32768 (order: 5, 131072 bytes) 141TCP bind hash table entries: 32768 (order: 5, 131072 bytes) 142TCP: Hash tables configured (established 32768 bind 32768) 143TCP reno registered 144TCP bic registered 145NET: Registered protocol family 1 146NET: Registered protocol family 17 147NET: Registered protocol family 8 148NET: Registered protocol family 20 149Using IPI Shortcut mode 150ACPI wakeup devices: 151PS2K PS2M UAR1 USB0 MAC AC97 USB1 USB2 P0P1 152ACPI: (supports S0 S1 S3 S4 S5) 153Freeing unused kernel memory: 228k freed 1548139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004) 1558139cp: pci dev 0000:02:06.0 (id 10ec:8139 rev 10) is not an 8139C+ compatible chip 1568139cp: Try the "8139too" driver instead. 1578139too Fast Ethernet driver 0.9.27 158ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 19 159ACPI: PCI Interrupt 0000:02:06.0[A] -> Link [LNKC] -> GSI 19 (level, low) -> IRQ 177 160eth0: RealTek RTL8139 at 0xc800, 00:e0:7d:ba:c8:73, IRQ 177 161eth0: Identified 8139 chip type 'RTL-8139C' 162Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 163ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx 164SCSI subsystem initialized 165NFORCE3-250: IDE controller at PCI slot 0000:00:08.0 166NFORCE3-250: chipset revision 162 167NFORCE3-250: not 100% native mode: will probe irqs later 168NFORCE3-250: BIOS didn't set cable bits correctly. Enabling workaround. 169NFORCE3-250: 0000:00:08.0 (rev a2) UDMA133 controller 170 ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA 171 ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:pio, hdd:pio 172Probing IDE interface ide0... 173libata version 1.20 loaded. 174forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.49. 175usbcore: registered new driver usbfs 176usbcore: registered new driver hub 177ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI) 178hda: ST360021A, ATA DISK drive 179hdb: _NEC DVD_RW ND-3550A, ATAPI CD/DVD-ROM drive 180ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 181Probing IDE interface ide1... 182sata_nv 0000:00:0a.0: version 0.8 183ACPI: PCI Interrupt Link [LTID] enabled at IRQ 22 184ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LTID] -> GSI 22 (level, low) -> IRQ 185 185PCI: Setting latency timer of device 0000:00:0a.0 to 64 186ata1: SATA max UDMA/133 cmd 0xF80 ctl 0xF02 bmdma 0xD800 irq 185 187ata2: SATA max UDMA/133 cmd 0xE80 ctl 0xE02 bmdma 0xD808 irq 185 188ata1: SATA link down (SStatus 0) 189scsi0 : sata_nv 190ata2: SATA link down (SStatus 0) 191scsi1 : sata_nv 192ACPI: PCI Interrupt Link [LKLN] enabled at IRQ 21 193ACPI: PCI Interrupt 0000:00:05.0[A] -> Link [LKLN] -> GSI 21 (level, low) -> IRQ 193 194PCI: Setting latency timer of device 0000:00:05.0 to 64 195hda: max request size: 128KiB 196hda: 117231408 sectors (60022 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100) 197hda: cache flushes not supported 198 hda: hda1 hda2 < hda5 > hda3 hda4 199hdb: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33) 200Uniform CD-ROM driver Revision: 3.20 201eth0: forcedeth.c: subsystem: 01849:00df bound to 0000:00:05.0 202ACPI: PCI Interrupt Link [LUS2] enabled at IRQ 20 203ACPI: PCI Interrupt 0000:00:02.2[C] -> Link [LUS2] -> GSI 20 (level, low) -> IRQ 201 204PCI: Setting latency timer of device 0000:00:02.2 to 64 205ehci_hcd 0000:00:02.2: EHCI Host Controller 206ehci_hcd 0000:00:02.2: debug port 0 207PCI: cache line size of 64 is not supported by device 0000:00:02.2 208ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1 209ehci_hcd 0000:00:02.2: irq 201, io mem 0xff6fdc00 210ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 211usb usb1: configuration #1 chosen from 1 choice 212hub 1-0:1.0: USB hub found 213hub 1-0:1.0: 8 ports detected 214ACPI: PCI Interrupt Link [LUS0] enabled at IRQ 22 215ACPI: PCI Interrupt 0000:00:02.0[A] -> Link [LUS0] -> GSI 22 (level, low) -> IRQ 185 216PCI: Setting latency timer of device 0000:00:02.0 to 64 217ohci_hcd 0000:00:02.0: OHCI Host Controller 218ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2 219ohci_hcd 0000:00:02.0: irq 185, io mem 0xff6ff000 220usb usb2: configuration #1 chosen from 1 choice 221hub 2-0:1.0: USB hub found 222hub 2-0:1.0: 4 ports detected 223ACPI: PCI Interrupt Link [LUS1] enabled at IRQ 21 224ACPI: PCI Interrupt 0000:00:02.1[B] -> Link [LUS1] -> GSI 21 (level, low) -> IRQ 193 225PCI: Setting latency timer of device 0000:00:02.1 to 64 226ohci_hcd 0000:00:02.1: OHCI Host Controller 227ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 3 228ohci_hcd 0000:00:02.1: irq 193, io mem 0xff6fe000 229usb usb3: configuration #1 chosen from 1 choice 230hub 3-0:1.0: USB hub found 231hub 3-0:1.0: 4 ports detected 232Attempting manual resume 233kjournald starting. Commit interval 5 seconds 234EXT3-fs: mounted filesystem with ordered data mode. 235input: PC Speaker as /class/input/input1 236Linux agpgart interface v0.101 (c) Dave Jones 237agpgart: Detected AGP bridge 0 238agpgart: Setting up Nforce3 AGP. 239agpgart: aperture base > 4G 240pci_hotplug: PCI Hot Plug PCI Core version: 0.5 241shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 242Real Time Clock Driver v1.12ac 243parport: PnPBIOS parport detected. 244parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA] 245Floppy drive(s): fd0 is 1.44M 246FDC 0 is a post-1991 82077 247i2c_adapter i2c-0: nForce2 SMBus adapter at 0x5000 248i2c_adapter i2c-1: nForce2 SMBus adapter at 0x5040 249ACPI: PCI Interrupt Link [LAUI] enabled at IRQ 20 250ACPI: PCI Interrupt 0000:00:06.0[A] -> Link [LAUI] -> GSI 20 (level, low) -> IRQ 201 251PCI: Setting latency timer of device 0000:00:06.0 to 64 252input: ImPS/2 Generic Wheel Mouse as /class/input/input2 253ts: Compaq touchscreen protocol output 254mice: PS/2 mouse device common for all mice 255intel8x0_measure_ac97_clock: measured 55277 usecs 256intel8x0: clocking to 46961 257Adding 514072k swap on /dev/hda4. Priority:-1 extents:1 across:514072k 258EXT3 FS on hda3, internal journal 259Probing IDE interface ide1... 260device-mapper: 4.5.0-ioctl (2005-10-04) initialised: dm-devel@redhat.com 261eth1: link up, 100Mbps, full-duplex, lpa 0x45E1 262ACPI: Power Button (FF) [PWRF] 263ACPI: Power Button (CM) [PWRB] 264fglrx: version magic '2.6.16-2-486 486 gcc-4.1' should be '2.6.16-2-486 486 gcc-4.0' 265fglrx: version magic '2.6.16-2-486 486 gcc-4.1' should be '2.6.16-2-486 486 gcc-4.0' 266NET: Registered protocol family 10 267lo: Disabled Privacy Extensions 268IPv6 over IPv4 tunneling driver 269eth1: no IPv6 routers present 270fglrx: version magic '2.6.16-2-486 486 gcc-4.1' should be '2.6.16-2-486 486 gcc-4.0' 271fglrx: version magic '2.6.16-2-486 486 gcc-4.1' should be '2.6.16-2-486 486 gcc-4.0'

---------
Signature.
----
[My Website] | [My YouTube Channel]

BAF
Member #2,981
December 2002
avatar

Compiled with the wrong version of GCC it looks like.

CursedTyrant
Member #7,080
April 2006
avatar

The installer doesn't let me do much, so I guess I'd have to compile it myself. How would I do that, or rather, what should I compile, and where would I get it. I assume I'd have to use gcc 4.0.

---------
Signature.
----
[My Website] | [My YouTube Channel]

Bob Keane
Member #7,342
June 2006

For another argument to switch to Linux, see this thread:

http://allegro.cc/forums/thread/587325

The prices are ridiculous for the latest versions of Windows...

By reading this sig, I, the reader, agree to render my soul to Bob Keane. I, the reader, understand this is a legally binding contract and freely render my soul.
"Love thy neighbor as much as you love yourself means be nice to the people next door. Everyone else can go to hell. Missy Cooper.
The advantage to learning something on your own is that there is no one there to tell you something can't be done.

Evert
Member #794
November 2000
avatar

Quote:

I only get 24 hours a day, and I'm not young enough to know everything :D

I just found it amazing, because I've been using Acrobat reader on UNIX systems for eight years, and on Linux for at least six years. Until fairly recently, I wasn't even really aware of (let alone used) other PDF viewers.
To me, not knowing about Adobe Reader for Linux almost sounds like `cool, I didn't know you had vi for Linux'.

Not that Adobe's Linux support is all that great, mind you.

Thomas Fjellstrom
Member #476
June 2000
avatar

Quote:

cool, I didn't know you had vi for Linux

Well I don't ;)

--
Thomas Fjellstrom - [website] - [email] - [Allegro Wiki] - [Allegro TODO]
"If you can't think of a better solution, don't try to make a better solution." -- weapon_S
"The less evidence we have for what we believe is certain, the more violently we defend beliefs against those who don't agree" -- https://twitter.com/neiltyson/status/592870205409353730



Go to: