Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: ATI Radeon Mobility 9000  (gelezen 6596 keer)

Offline Math.

  • Lid
ATI Radeon Mobility 9000
« Gepost op: 2006/11/28, 19:23:43 »
Hallo,

Ik heb sinds kort een Pentium3 Laptop met een ATI Radeon Mobility 9000 erin zitten.
Xubuntu 6.10 ge

Offline Soul-Sing

  • Lid
ATI Radeon Mobility 9000
« Reactie #1 Gepost op: 2006/11/28, 19:59:34 »
is het volgens deze howto gegaan? zie:

https://help.ubuntu.com/community/BinaryDriverHowto/ATI

dit is de gebruikelijke howto. :)

ik zie dat je dat idd hebt gedaan. alleen de stappen komen mij niet bekend voor...

Offline Math.

  • Lid
ATI Radeon Mobility 9000
« Reactie #2 Gepost op: 2006/11/28, 20:28:02 »
Even m'n backup van m'n xorg.conf weer overschreven en opnieuw gedaan volgens de howto:

$sudo apt-get update
$sudo apt-get install xorg-driver-fglrx
(already newest version)
$sudo depmod -a
$sudo aticonfig --initial

Unitialised file found, configuring.
Using xorg.conf
$sudo aticonfig --overlay-type=Xv
Warning: Option 'VideoOverlay' doesn't affect running session.
Warning: Option 'OpenGLOverlay' doesn't affect running session.
Using /etc/X11/xorg.conf
Saved back-up to /etc/X11/xorg.conf.fglrx-0[/i]

Toegevoegd aan xorg.conf:

Section "Extensions"
        Option      "Composite" "0"
EndSection


[Howto:]Confirm it worked, by issuing the "fglrxinfo" command:

$fglrxinfo
display: 0.0 screen: 0
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI Radeon 20060327 AGP 1x NO-TCL
OpenGL version strng: 1.2 (1.3 Mesa 6.5.1)[/i]

[Howto:]If fglrxinfo gives you the following, your installation is not completed correctly:

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.1)


Dus na mijn idee niet helemaal correct.

[Howto:]
In this case, watch for these things:

    *

      As fglrx is proprietary, just like many other proprietary software you might want to try to reboot your machine.
    *

      Make sure that the resctricted-modules package installed correspond to the kernel your are running and that you can load the fglrx driver, either by issuing the command "sudo modprobe fglrx" or by verifying that the module appears in the list of loaded modules, by issuing the command "lsmod";
    *

      It may be necessary to establish a symbolic link for the /usr/lib/dri folder, by issuing the following command: "sudo ln -s /usr/lib/dri /usr/lib/xorg/modules/dri";
    *

      You may have to unload the radeon and dri modules, by issuing "sudo rmmod radeon" and "sudo rmmod dri";
    *

      Make sure you unload the module ati-agp by issuing "sudo rmmod ati-agp" and blacklist it in /etc/modprobe.d/blacklist.

Allemaal gedaan, zonder resultaat... :/

Offline Soul-Sing

  • Lid
ATI Radeon Mobility 9000
« Reactie #3 Gepost op: 2006/11/28, 22:57:43 »
Make sure that the resctricted-modules package installed correspond to the kernel your are running and that you can load the fglrx driver, either by issuing the command "sudo modprobe fglrx" or by verifying that the module appears in the list of loaded modules, by issuing the command "lsmod";

gedacht aan de restricted modules?

Offline Math.

  • Lid
ATI Radeon Mobility 9000
« Reactie #4 Gepost op: 2006/11/28, 23:41:16 »
Ja... volgens mij de nieuwste...
Nog maar een keer dan...

math@laptop:~$ sudo apt-get install linux-restricted-modules-686
Password:
Reading package lists... Done
Building dependency tree      
Reading state information... Done
linux-restricted-modules-686 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.


:(

Offline profoX

  • Lid
    • wesley
    • Lionslink
ATI Radeon Mobility 9000
« Reactie #5 Gepost op: 2006/11/29, 01:01:49 »
Citaat van: Math.
Als ik weer probeer terug te keren naar m'n Xsystem krijg ik 'n foutmelding dat m'n xorg niet goed is ingesteld.
Welke melding precies?

Je kan de laatste X log terugvinden in /var/log/Xorg.0.log

errors beginnen met de tekst "(EE)" in dat bestand, dus je kan dit commando uitvoeren om alle lijnen met "(EE)" weer te geven:

grep "(EE)" /var/log/Xorg.0.log
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

Offline Math.

  • Lid
ATI Radeon Mobility 9000
« Reactie #6 Gepost op: 2006/11/29, 01:45:03 »
math@laptop:~$ grep "(EE)" /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
(EE) AIGLX: Screen 0 is not DRI capable
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom

...wacom? @_o

Offline Soul-Sing

  • Lid
ATI Radeon Mobility 9000
« Reactie #7 Gepost op: 2006/11/29, 09:22:45 »
Citaat van: Math.
math@laptop:~$ grep "(EE)" /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
(EE) AIGLX: Screen 0 is not DRI capable
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom

...wacom? @_o
http://forum.ubuntu-fr.org/viewtopic.php?id=78208

zelfde probleem, met oplossing. helaas in het frans.....:(

Offline Math.

  • Lid
ATI Radeon Mobility 9000
« Reactie #8 Gepost op: 2006/11/29, 09:31:42 »
Argh, ik ken geen woord frans... alleen een beetje duits, maja... :(

Offline Soul-Sing

  • Lid
ATI Radeon Mobility 9000
« Reactie #9 Gepost op: 2006/11/29, 09:36:46 »
Citaat van: Math.
Argh, ik ken geen woord frans... alleen een beetje duits, maja... :(
ben ook heel slecht in frans......
ik heb gewoon je probleem doorgespit op het ww web. komt redelijk veel voor....:(

Offline Math.

  • Lid
ATI Radeon Mobility 9000
« Reactie #10 Gepost op: 2006/11/29, 09:37:14 »
:)

Offline Math.

  • Lid
ATI Radeon Mobility 9000
« Reactie #11 Gepost op: 2006/11/29, 19:04:18 »
Citaat van: profoX
Welke melding precies?

Je kan de laatste X log terugvinden in /var/log/Xorg.0.log
Citaat van: Math.
math@laptop:~$ grep "(EE)" /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM
(EE) AIGLX: Screen 0 is not DRI capable
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
Profox, kun je hier misschien wat mee?
Baal er erg van dat ik 't nog steeds niet voor elkaar heb gekregen... :(

Offline Soul-Sing

  • Lid
ATI Radeon Mobility 9000
« Reactie #12 Gepost op: 2006/11/29, 19:13:58 »
>glxinfo|grep direct  wat doet dat?

immers in je log: (EE) AIGLX: Screen 0 is not DRI capable

Offline Math.

  • Lid
ATI Radeon Mobility 9000
« Reactie #13 Gepost op: 2006/11/29, 19:23:37 »
Maar weer even de stappen van voor af aan uitgevoerd, want had de backup van m'n xorg.conf weer teruggezet zodat ik in ieder geval weer grafisch beeld had.

math@laptop:~$ sudo apt-get install xorg-driver-fglrx
Password:
Reading package lists... Done
Building dependency tree      
Reading state information... Done
xorg-driver-fglrx is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
math@laptop:~$ sudo depmod -a
math@laptop:~$ sudo aticonfig --initial
Uninitialised file found, configuring.
Using /etc/X11/xorg.conf
Saved back-up to /etc/X11/xorg.conf.original-1
math@laptop:~$ sudo aticonfig --overlay-type=Xv
Warning: Option 'VideoOverlay' doesn't affect running session.
Warning: Option 'OpenGLOverlay' doesn't affect running session.
Using /etc/X11/xorg.conf
Saved back-up to /etc/X11/xorg.conf.fglrx-1

math@laptop:~$ glxinfo|grep direct
direct rendering: No

Offline profoX

  • Lid
    • wesley
    • Lionslink
ATI Radeon Mobility 9000
« Reactie #14 Gepost op: 2006/11/29, 20:19:46 »
leoquant, Math: don't worry want die Franse pagina gaat eigenlijk over iets helemaal anders... die errors in verband met xf86OpenSerial mag je negeren... die zijn er doordat Ubuntu standaard wacom tablets probeert te activeren als deze zijn aangesloten, maar die zijn bij de meeste mensen niet aangesloten (ik begrijp ook niet waarom dit standaard is ingeschakeld in xorg.conf! het is verwarrend en als iemand toch een wacom tablet heeft is het slechts een kwestie van enkele lijnen in xorg.conf te plakken...)

Math: anyway, jouw foutmelding doet me vermoeden dat de fglrx driver helemaal niet geladen wordt; want hij spreekt nog over de open source RADEON driver

Maar eerst wil ik je al ff waarschuwen, de binaire driver van ATI/AMD (fglrx) die nu in edgy zit werkt nog met je Radeon 9000, maar de volgende driverversies die nu beschikbaar zijn (niet in edgy, maar waarschijnlijk wel in feisty en daaropvolgend) werken niet met jouw Radeon 9000! Radeon 9500 en ouder zal dan niet meer ondersteund worden; je moet dan de open source radeon driver + dri gaan gebruiken... maar voorlopig kan fglrx nog wel voor jou

En je hebt toch niet vergeten om X te herstarten nadat je fglrx hebt ge
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

Offline Math.

  • Lid
ATI Radeon Mobility 9000
« Reactie #15 Gepost op: 2006/11/29, 20:33:51 »
Citaat van: profoX
...ff waarschuwen, de binaire driver van ATI/AMD (fglrx) die nu in edgy zit werkt nog met je Radeon 9000, maar de volgende driverversies die nu beschikbaar zijn (niet in edgy, maar waarschijnlijk wel in feisty en daaropvolgend) werken niet met jouw Radeon 9000! Radeon 9500 en ouder zal dan niet meer ondersteund worden; je moet dan de open source radeon driver + dri gaan gebruiken... maar voorlopig kan fglrx nog wel voor jou
Waarom is dat, dat ze die ondersteuning er niet meer in zetten? Is dat de vernieuwde kernel of Ubuntu zelf...?

Citaat van: profoX
Typ eens:

grep Driver /etc/X11/xorg.conf
en
grep -i fglrx /var/log/Xorg.0.log

wat geeft dat?
math@laptop:~$ grep Driver /etc/X11/xorg.conf
        Driver      "kbd"
        Driver      "mouse"
        Driver      "synaptics"
        Driver      "wacom"
        Driver      "wacom"
        Driver      "wacom"
        Option      "VendorName" "ATI Proprietary Driver"
        Driver      "ati"
        Driver      "fglrx"
math@laptop:~$ grep -i fglrx /var/log/Xorg.0.log
math@laptop:~$


grep -i fglrx /var/log/Xorg.0.log geef niks

Offline profoX

  • Lid
    • wesley
    • Lionslink
ATI Radeon Mobility 9000
« Reactie #16 Gepost op: 2006/11/29, 21:50:37 »
Citaat van: Math.
Waarom is dat, dat ze die ondersteuning er niet meer in zetten? Is dat de vernieuwde kernel of Ubuntu zelf...?
Niet de schuld van Ubuntu of linux, maar van AMD/ATI
Hun nieuwste drivers ondersteunen Radeon <= 7500 gewoon niet langer in de nieuwe drivers!! Ze vinden dat je beter een nieuwe kaart kan kopen, of anders de open source radeon driver + DRI moet gebruiken...

Citaat van: Math.
math@laptop:~$ grep Driver /etc/X11/xorg.conf
        Driver      "kbd"
        Driver      "mouse"
        Driver      "synaptics"
        Driver      "wacom"
        Driver      "wacom"
        Driver      "wacom"
        Option      "VendorName" "ATI Proprietary Driver"
        Driver      "ati"
        Driver      "fglrx"
math@laptop:~$ grep -i fglrx /var/log/Xorg.0.log
math@laptop:~$


grep -i fglrx /var/log/Xorg.0.log geef niks
Daar ben ik niet zoveel mee. Probeer X eens te herstarten (ctrl-alt-backspace ofzo) en kopieer/plak de inhoud van deze 2 bestanden daarna op het forum:

gedit /var/log/Xorg.0.log
en
gedit /etc/X11/xorg.conf

PS: je kan de inhoud van die bestanden tussen [code][/code] zetten zodat het niet teveel plaats inneemt
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

Offline Math.

  • Lid
ATI Radeon Mobility 9000
« Reactie #17 Gepost op: 2006/11/29, 22:04:02 »
Citaat van: profoX
Niet de schuld van Ubuntu of linux, maar van AMD/ATI
Hun nieuwste drivers ondersteunen Radeon <= 7500 gewoon niet langer in de nieuwe drivers!! Ze vinden dat je beter een nieuwe kaart kan kopen, of anders de open source radeon driver + DRI moet gebruiken...
Ah, ik snap 't... maja, altijd beter dan geen drivers vrij geven. Kan de nieuwste Ubuntu versie dan niet die ouwe drivers gebruiken, of werkt dat dan niet samen met de kernel...?

Anyway, hier de output van Xorg.0.log:

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.15.7 i686
Current Operating System: Linux laptop 2.6.17-10-generic #2 SMP Fri Oct 13 18:45:35 UTC 2006 i686
Build Date: 07 July 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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/Xorg.0.log", Time: Wed Nov 29 21:53:05 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "aticonfig-Screen[0]" (0)
(**) |   |-->Monitor "aticonfig-Monitor[0]"
(**) |   |-->Device "aticonfig-Device[0]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(**) |-->Input Device "Synaptics Touchpad"
(WW) The directory "/usr/share/X11/fonts/misc" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/X11/fonts/75dpi" does not exist.
Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType".
Entry deleted from font path.
(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType").
(**) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/misc/,
/usr/share/fonts/X11/TTF/,
/usr/share/fonts/X11/OTF,
/usr/share/fonts/X11/Type1/,
/usr/share/fonts/X11/CID/,
/usr/share/fonts/X11/100dpi/,
/usr/share/fonts/X11/75dpi/
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.0
X.Org XInput driver : 0.6
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3575 card 0000,0000 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,3576 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,2482 card 8086,4541 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 42 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,248a card 8086,4541 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:5: chip 8086,2485 card 1013,5959 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,2486 card 134d,4c21 rev 02 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4c59 card 1028,00e3 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 10b7,9200 card 1028,00e3 rev 78 class 02,00,00 hdr 00
(II) PCI: 02:01:0: chip 104c,ac51 card e000,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: 02:01:1: chip 104c,ac51 card e800,0000 rev 00 class 06,07,00 hdr 82
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,7), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
[0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
[1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
[2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
[3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[b]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[b]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[b]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,16), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
[1] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
[2] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
[3] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[b]
[4] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[b]
[5] -1 0 0x0000f400 - 0x0000f4ff (0x100) IX[b]
[6] -1 0 0x0000f800 - 0x0000f8ff (0x100) IX[b]
[7] -1 0 0x0000fc00 - 0x0000fcff (0x100) IX[b]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0xf4000000 - 0xfbffffff (0x8000000) MX[b]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0x20000000 - 0x24ffffff (0x5000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:1:0), (2,3,6), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 3 I/O range:
[0] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
[1] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
(II) Bus 3 non-prefetchable memory range:
[0] -1 0 0xf4000000 - 0xf5ffffff (0x2000000) MX[b]
(II) Bus 3 prefetchable memory range:
[0] -1 0 0x20000000 - 0x21ffffff (0x2000000) MX[b]
(II) PCI-to-CardBus bridge:
(II) Bus 7: bridge is at (2:1:1), (2,7,10), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 7 I/O range:
[0] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
(II) Bus 7 non-prefetchable memory range:
[0] -1 0 0xf6000000 - 0xf7ffffff (0x2000000) MX[b]
(II) Bus 7 prefetchable memory range:
[0] -1 0 0x22000000 - 0x23ffffff (0x2000000) MX[b]
(--) PCI:*(1:0:0) ATI Technologies Inc Radeon Mobility M6 LY rev 0, Mem @ 0xe0000000/27, 0xfcff0000/16, I/O @ 0xc000/8
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xdfffffff to 0xcfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xf8fffc00 - 0xf8fffc7f (0x80) MX[b]
[1] -1 0 0x25000000 - 0x250003ff (0x400) MX[b]
[2] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
[3] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
[4] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[b](B)
[5] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[b]
[6] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[b]
[7] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
[8] -1 0 0x0000dc80 - 0x0000dcbf (0x40) IX[b]
[9] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
[10] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
[11] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[12] -1 0 0x00000170 - 0x00000170 (0x1) IX[b]
[13] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[14] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[15] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
[16] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xf8fffc00 - 0xf8fffc7f (0x80) MX[b]
[1] -1 0 0x25000000 - 0x250003ff (0x400) MX[b]
[2] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
[3] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
[4] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[b](B)
[5] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[b]
[6] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[b]
[7] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
[8] -1 0 0x0000dc80 - 0x0000dcbf (0x40) IX[b]
[9] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
[10] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
[11] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[12] -1 0 0x00000170 - 0x00000170 (0x1) IX[b]
[13] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[14] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[15] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
[16] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x24ffffff (0x24f00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x24ffffff (0x24f00000) MX[b]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[4] -1 0 0xf8fffc00 - 0xf8fffc7f (0x80) MX[b]
[5] -1 0 0x25000000 - 0x250003ff (0x400) MX[b]
[6] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
[7] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
[8] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[b](B)
[9] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[10] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[11] -1 0 0x0000ec80 - 0x0000ecff (0x80) IX[b]
[12] -1 0 0x0000dc00 - 0x0000dc7f (0x80) IX[b]
[13] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
[14] -1 0 0x0000dc80 - 0x0000dcbf (0x40) IX[b]
[15] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
[16] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
[17] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
[18] -1 0 0x00000170 - 0x00000170 (0x1) IX[b]
[19] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
[20] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
[21] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
[22] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(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 XFree86-DGA
(II) Loading extension DPMS
(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: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.1.1, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
compiled for 7.1.0, module version = 8.28.8
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
compiled for 4.3.99.902, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(II) Wacom driver level: 47-0.7.2 $
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="The XFree86 Project"
compiled for 4.2.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.3
(II) ATI Radeon/FireGL: The following chipsets are supported:
RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),
MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),
RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),
RADEON 9250/9200 Series (RV280 5961),
RADEON 9250/9200 Series (RV280 5962),
RADEON 9250/9200 Series (RV280 5964), FireMV 2200 PCI (RV280 5965),
MOBILITY RADEON 9200 (M9+ 5C61), MOBILITY RADEON 9200 (M9+ 5C63),
FireGL 8800 (R200 5148), RADEON 8500 (R200 514C),
RADEON 9100 (R200 514D), RADEON 8500 AIW (R200 4242),
RADEON 9600 (RV350 4150), RADEON 9600 SE (RV350 4151),
RADEON 9600 PRO (RV360 4152), RADEON 9600 (RV350 4E51),
MOBILITY RADEON 9600/9700 (M10/M11 4E50),
MOBILITY RADEON 9500 (M11 4E52), MOBILITY RADEON 9550 (M12 4E56),
RADEON 9500 (R300 4144), RADEON 9600 TX (R300 4146),
FireGL Z1 (R300 4147), RADEON 9700 PRO (R300 4E44),
RADEON 9500 PRO/9700 (R300 4E45), RADEON 9600 TX (R300 4E46),
FireGL X1 (R300 4E47), RADEON 9800 SE (R350 4148),
RADEON 9500 (R350 4149), RADEON 9550 (RV350 4153),
FireGL T2 (RV350 4154), RADEON 9600 (RV351 4155),
RADEON 9800 PRO (R350 4E48), RADEON 9800 (R350 4E49),
RADEON 9800 XT (R360 4E4A), FireGL X2-256/X2-256t (R350 4E4B),
MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300/X550 (RV370 5B60),
RADEON X600 (RV380 5B62), RADEON X550 (RV370 5B63),
FireGL V3100 (RV370 5B64), FireMV 2200 (RV370 5B65),
MOBILITY RADEON X300 (M22 5460), MOBILITY RADEON X300 (M22 5461),
MOBILITY RADEON X600 SE (M24 5462), MOBILITY FireGL V3100 (M22 5464),
RADEON X600/X550 Series (RV380 3E50), FireGL V3200 (RV380 3E54),
MOBILITY RADEON X600 (M24 3150), MOBILITY RADEON X300 (M22 3152),
MOBILITY FireGL V3200 (M24 3154), RADEON X800 (R420 4A48),
RADEON X800 PRO (R420 4A49), RADEON X800 SE (R420 4A4A),
RADEON X800 XT (R420 4A4B), RADEON X800 (R420 4A4C),
FireGL X3-256 (R420 4A4D), MOBILITY RADEON 9800 (M18 4A4E),
RADEON X800 SE (R420 4A4F),
RADEON X800 XT Platinum Edition (R420 4A50),
RADEON X800 VE (R420 4A54), RADEON X800 (R423 5548),
RADEON X800 GTO (R423 5549),
RADEON X800 XT Platinum Edition (R423 554A),
RADEON X800 GT (R423 554B), RADEON X800 XT (R423 5D57),
FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),
MOBILITY RADEON X800 XT (M28 5D48), MOBILITY FireGL V5100 (M28 5D49),
MOBILITY RADEON X800 (M28 5D4A), RADEON X800 XL (R430 554D),
RADEON X800 GT (R430 554E), RADEON X800 GTO (R430 554F),
RADEON X850 XT Platinum Edition (R480 5D4D),
RADEON X800 GTO (R480 5D4F), FireGL V7200 (R480 5D50),
RADEON X850 XT (R480 5D52), RADEON X850 (R481 4B48),
RADEON X850 XT (R481 4B49), RADEON X850 SE (R481 4B4A),
RADEON X850 PRO (R481 4B4B),
RADEON X850 XT Platinum Edition (R481 4B4C),
MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),
FireGL V5000 (RV410 5E48), RADEON X700 XT (RV410 5E4A),
RADEON X700 PRO (RV410 5E4B), RADEON X700 SE (RV410 5E4C),
RADEON X700 (RV410 5E4D), RADEON X700/X550 Series (RV410 5E4F),
MOBILITY RADEON X700 (M26 5652), MOBILITY RADEON X700 (M26 5653),
MOBILITY RADEON X700 XL (M26-XC 564F),
RADEON 9000/9100 IGP Series (RS300 5834),
RADEON 9000 PRO/9100 PRO IGP (RS350 7834),
MOBILITY RADEON 9000 IGP (RL300MB 7835),
MOBILITY RADEON 9000/9100 IGP (RS300M 5835),
RADEON XPRESS 200 (RS400 5A41), RADEON XPRESS 200M (RS400 5A42),
RADEON XPRESS 200 (RS480 5954), RADEON XPRESS 200M (RS480 5955),
RADEON XPRESS 200 (RS482 5974), RADEON XPRESS 200M (RS482 5975),
RADEON XPRESS 200 (RC410 5A61), RADEON XPRESS 200M (RC410 5A62),
RADEON X1800 (R520 7100), MOBILITY RADEON X1800 XT (M58 7101),
MOBILITY RADEON X1800 (M58 7102), MOBILITY FireGL V7200 (M58 7103),
FireGL V7200 (R520 7104), FireGL V5300 (R520 7105),
MOBILITY FireGL V7100 (M58 7106), RADEON X1800 Series (R520 7108),
RADEON X1800 Series (R520 7109), RADEON X1800 Series (R520 710A),
RADEON X1800 Series (R520 710B), RADEON X1800 Series (R520 710C),
FireGL V7300 (R520 710E), FireGL V7350 (R520 710F),
MOBILITY RADEON X1300 (M52 714B), MOBILITY RADEON X1300 (M52 714C),
RADEON X1600 Series (RV515 7140), RADEON X1300 Series (RV515 7142),
MOBILITY FireGL (M54 GL 7144), MOBILITY RADEON X1400 (M54 7145),
RADEON X1300 Series (RV515 7146), MOBILITY RADEON X1300 (M52 7149),
MOBILITY RADEON X1300 (M52 714A), RADEON X1300 Series (RV515 714D),
RADEON X1300 Series (RV515 714E), FireGL V3300 (RV515 7152),
RADEON X1300 Series (RV515 715E), RADEON X1300 (RV516 7180),
RADEON X1600 Series (RV516 7181), RADEON X1300 (RV516 7183),
MOBILITY RADEON X1450 (M64P 7186), RADEON X1300 (RV516 7187),
MOBILITY RADEON X1350 (M62P 718B),
MOBILITY RADEON X1350 (M62CSP 718C),
MOBILITY RADEON X1450 (M64CSP 718D),
MOBILITY RADEON X1350 (M62S 7196), RADEON X1900 (R580 7240),
RADEON X1900 (R580 7243), RADEON X1900 (R580 7244),
RADEON X1900 (R580 7245), RADEON X1900 (R580 7246),
RADEON X1900 (R580 7247), RADEON X1900 (R580 7248),
RADEON X1900 (R580 7249), RADEON X1900 (R580 724A),
RADEON X1900 (R580 724B), RADEON X1900 (R580 724C),
RADEON X1900 (R580 724D), FireStream 2U (R580 724E),
FireStream 2U (R580 724F), RADEON X1600 Series (RV530 71C0),
RADEON X1600 Series (RV530 71C2), MOBILITY FireGL V5200 (M56 71C4),
MOBILITY RADEON X1600 (M56 71C5),
RADEON X1600 Series (RV530 LE 71C6),
RADEON X1600 Series (RV530 VE 71CE), FireGL V3400 (RV530 71D2),
MOBILITY RADEON X1700 (M66-XT 71D6), FireGL V5200 (RV530 71DA),
RADEON X1600 Series (RV530 SE 71DE), RADEON X1600 XT (RV535 XT 71C1),
MOBILITY FireGL V5250 (M66GL 71D4),
MOBILITY RADEON X1700 (M66-P 71D5), RADEON Xpress 1200 (RS600 7941),
RADEON Xpress 1200 (RS600 7942)
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.28.8
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.28g1                          
(II) ATI Proprietary Linux Driver Build Date: Aug 17 2006 09:28:12
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.28.1.1.2.3-driver-lnx-x86-x86_64-287161
(--) Assigning device section with no busID to primary device
(EE) No devices detected.

Fatal server error:
no screens found
En hier de output van xorg.conf:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Identifier     "Default Layout"
Screen      0  "aticonfig-Screen[0]" 0 0
InputDevice    "Generic Keyboard"
InputDevice    "Configured Mouse"
InputDevice    "stylus" "SendCoreEvents"
InputDevice    "cursor" "SendCoreEvents"
InputDevice    "eraser" "SendCoreEvents"
InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"

# path to defoma fonts
FontPath     "/usr/share/X11/fonts/misc"
FontPath     "/usr/share/X11/fonts/cyrillic"
FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath     "/usr/share/X11/fonts/Type1"
FontPath     "/usr/share/X11/fonts/100dpi"
FontPath     "/usr/share/X11/fonts/75dpi"
FontPath     "/usr/share/fonts/X11/misc"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load  "bitmap"
Load  "ddc"
Load  "dri"
Load  "extmod"
Load  "freetype"
Load  "glx"
Load  "int10"
Load  "type1"
Load  "vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver      "kbd"
Option    "CoreKeyboard"
Option    "XkbRules" "xorg"
Option    "XkbModel" "pc105"
Option    "XkbLayout" "us"
Option    "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver      "mouse"
Option    "CorePointer"
Option    "Device" "/dev/input/mice"
Option    "Protocol" "ExplorerPS/2"
Option    "ZAxisMapping" "4 5"
Option    "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Identifier  "Synaptics Touchpad"
Driver      "synaptics"
Option    "SendCoreEvents" "true"
Option    "Device" "/dev/psaux"
Option    "Protocol" "auto-dev"
Option    "HorizScrollDelta" "0"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
Identifier  "stylus"
Driver      "wacom"
Option    "Device" "/dev/wacom"          # Change to
Option    "Type" "stylus"
Option    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
Identifier  "eraser"
Driver      "wacom"
Option    "Device" "/dev/wacom"          # Change to
Option    "Type" "eraser"
Option    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
Identifier  "cursor"
Driver      "wacom"
Option    "Device" "/dev/wacom"          # Change to
Option    "Type" "cursor"
Option    "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
Identifier   "Generic Monitor"
HorizSync    28.0 - 49.0
VertRefresh  43.0 - 72.0
Option    "DPMS"
EndSection

Section "Monitor"
Identifier   "aticonfig-Monitor[0]"
Option    "VendorName" "ATI Proprietary Driver"
Option    "ModelName" "Generic Autodetecting Monitor"
Option    "DPMS" "true"
EndSection

Section "Device"
Identifier  "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
Driver      "ati"
BusID       "PCI:1:0:0"
EndSection

Section "Device"
Identifier  "aticonfig-Device[0]"
Driver      "fglrx"
Option    "VideoOverlay" "on"
Option    "OpenGLOverlay" "off"
EndSection

Section "Screen"
Identifier "Default Screen"
Device     "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
Monitor    "Generic Monitor"
DefaultDepth     24
SubSection "Display"
Depth     1
Modes    "1024x768"
EndSubSection
SubSection "Display"
Depth     4
Modes    "1024x768"
EndSubSection
SubSection "Display"
Depth     8
Modes    "1024x768"
EndSubSection
SubSection "Display"
Depth     15
Modes    "1024x768"
EndSubSection
SubSection "Display"
Depth     16
Modes    "1024x768"
EndSubSection
SubSection "Display"
Depth     24
Modes    "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device     "aticonfig-Device[0]"
Monitor    "aticonfig-Monitor[0]"
DefaultDepth     24
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Section "DRI"
Mode         0666
EndSection

Offline Math.

  • Lid
ATI Radeon Mobility 9000
« Reactie #18 Gepost op: 2006/11/30, 19:42:36 »
Profox...? Kheb de outputs geposted, kun je hier wat mee..?

Groet, Math.

Offline profoX

  • Lid
    • wesley
    • Lionslink
ATI Radeon Mobility 9000
« Reactie #19 Gepost op: 2006/12/02, 00:15:07 »
Sorry voor de late reactie

Citaat
(EE) No devices detected.

Fatal server error:
no screens found
Met deze error zou volgens mij X.org gewoon niet op kunnen starten, dus ik vind het vreemd dat je zoiezo wel je grafische omgeving krijgt?
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

Offline Math.

  • Lid
ATI Radeon Mobility 9000
« Reactie #20 Gepost op: 2006/12/02, 07:42:18 »
Nee, ik heb ook geen grafische omgeving...

[edit]: Khad m'n xorg.conf gebackuped en weer opnieuw overschreven, zodat ik nog wel in m'n grafische modus kon werken.
Opzich werkt dit ook wel, merk alleen dat m'n screensavers soms wat schokken en bij sommige games dingen wegvallen...
De standaard ATI drivers die hij insteld bij de installatie zijn zeker niet OpenGL ondersteunend ofzo?
Maakt 't eigenlijk veel verschil als ik de fglrx drivers weet te gebruiken?

Groet, Math.

Offline profoX

  • Lid
    • wesley
    • Lionslink
ATI Radeon Mobility 9000
« Reactie #21 Gepost op: 2006/12/02, 18:52:02 »
Open source ATI Radeon drivers (default bij ubuntu) + DRI support = ook hardwareversnelling

fglrx is wel 3x zo snel als de open source ati radeon drivers, maar beide hebben enkele voor- en nadelen..

TV-out: fglrx
Hardwareversnelling: fglrx 3x sneller dan radeon+dri
open source: radeon+dri
meerdere X servers met hardwareversnelling: radeon+dri

--
wat jouw configuratie betreft, die ziet er goed uit volgens mij, ofwel mis ik iets... misschien dat iemand anders meer weet
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

Offline Math.

  • Lid
ATI Radeon Mobility 9000
« Reactie #22 Gepost op: 2006/12/09, 00:41:47 »
Kan het misschien zo zijn dat het niet wil werken omdat ik Edgy gebruik?
Had namelijk begrepen dat Dapper wat stabieler was enzo...

Piet

  • Gast
ATI Radeon Mobility 9000
« Reactie #23 Gepost op: 2006/12/09, 00:57:48 »
Ik heb ook edgy met een ati kaart, en gebruik ook de fglrx drivers. Net als bij jou, lukte het mij ook niet om via synaptic en co die ati drivers werkend te krijgen (onder dapper overigens wel). Wat bij mij uiteindelijk wel werkte is om de nieuwste ati drivers te downloaden en zelf te installeren. Ik heb dit gedaan m.b.v. deze guide (methode 2). Gewoon netjes al die stapjes gevolgd, en toen werkte het wel gewoon prima :)
Hoop dat je er iets mee kan.

Offline Math.

  • Lid
ATI Radeon Mobility 9000
« Reactie #24 Gepost op: 2006/12/09, 07:13:38 »
Hey thanks, hier kan ik denk wel wat mee. :)
Kheb gisteravond de standaard Edgy (gnome)versie ge