X800 drivers + Ubuntu = Mesa?

Pagina: 1
Acties:
  • 268 views sinds 30-01-2008
  • Reageer

Onderwerpen


Acties:
  • 0 Henk 'm!

  • ge-flopt
  • Registratie: Februari 2001
  • Laatst online: 16:33
Ben nu al 2 avonden bezig om de ATI drivers aan de gang te krijgen onder mijn verse Ubuntu 7.10 installatie. Helaas lukt het me niet. Ik wil de drivers gaan gebruiken om met Wine Day of Defeat Source te gaan spelen (eigenlijk is dat de enige reden waarom ik nog terug zou gaan naar Windows)

Ik heb verschillende installaties al proberen uit te voeren. Ik zag in het grote Ubuntu topic dat iemand het was gelukt om de ATI drivers via deze manier te installeren:
http://wiki.cchtml.com/in...lyst_7.12_Driver_Manually
alles gevolgt zoals via manier 2 staat.

Daar wordt op een gegeven ogenblik
$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon Xpress Series
OpenGL version string: 2.1.7170 Release
Ik krijg dan dit:
$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.1)
Als je dan alle meldingen gaat na zoeken staat er daar weer zeer tegen strijdige dingen. Bij de ene krijg je te horen dat je DRI weg moet halen om de drivers goed te installeren, bij de volgende krijg je weer te horen dat dat er juist in moet. Ik zie door de bomen het bos niet meer. :|

Kijk je dan weer naar de volgende site:
http://www.howtoforge.com/ubuntu_feisty_beryl_ati_radeon
Dan staat daar:
Section "Extensions"
Option "Composite" "Enable"
EndSection
Echter dient deze dan weer op disabled te staan :| Dat dan aangepast en kom ik weer gewoon in Gnome, zonder dat deze gestart wordt en daarna wit wordt. :|

Echter staat er daar ook:
Then run
glxinfo | grep "direct rendering"
This should show the following line:
direct rendering: Yes
Als ik dat draai dan komt er bij mij: No achter te staan op het eind.

Iemand die me verder kan helpen.
Ik zie door de howtos de oplossing niet meer. Mogelijk dat ik gewoon iets kleins verkeerd gedaan heb maar ik zou begot niet weten wat.

Even de relevante hardware/software:
Proc: AMD 64b proc (draai alleen 32 bits) 2 GHZ
MEM: 1GB
Video: Sapphire X800
Ubuntu: 7.10


Dit is de puinhoop van wat er nu in xorg.conf zit:
# 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 xorg.conf manual page.
# (Type "man 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"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Option "AIGLX" "true"
Identifier "Default Layout"
screen "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
Load "glx"
Load "DRI"
EndSection

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

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

Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Horizsync 30.0 - 70.0
Vertrefresh 50.0 - 160.0
Option "DPMS"
EndSection

Section "Device"
Identifier "ATI Technologies Inc R420 JI [Radeon X800PRO]"
Driver "radeon"
Busid "PCI:1:0:0"
Option "XAANoOffscreenPixmaps"
Option "AGPMode" "4"
Option "AGPFastWrite" "true"
Option "DisableGLXRootClipping" "true"
Option "AddARGBGLXVisuals" "true"
Option "AllowGLXWithComposite" "true"
Option "EnablePageFlip" "true"

EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc R420 JI [Radeon X800PRO]"
Monitor "Generic Monitor"
Defaultdepth 24
EndSection

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

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Disable"
EndSection
Zo zag hij er schoon uit:
# 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 xorg.conf manual page.
# (Type "man 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 "Files"
EndSection

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

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

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
Identifier "ATI Technologies Inc R420 JI [Radeon X800PRO]"
Driver "fglrx"
Busid "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 30-70
Vertrefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc R420 JI [Radeon X800PRO]"
Monitor "Generic Monitor"
Defaultdepth 24
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
Ik weet echt niet meer waar ik het moet gaan zoeken :|
Hobby al wel wat langer met Linux, maar dan met name als server, voor mij is dat zonder X. Dus weet wel wat ik doe (meestal) maar nu toch echt niet meer.

Maar ook het simpel aanzetten van de driver in de Restricted Driver Manager geeft geen soelaas. :|

Acties:
  • 0 Henk 'm!

  • jeroenikke
  • Registratie: Augustus 2003
  • Laatst online: 19:18
Misschien dat je hier wat mee bent:
https://help.ubuntu.com/community/BinaryDriverHowto/ATI

Stap voor stap uitleg :)

Acties:
  • 0 Henk 'm!

  • ge-flopt
  • Registratie: Februari 2001
  • Laatst online: 16:33
Ook al doorheen gelopen.
Mooie quote:
This will hopefully enable fglrx in a painless way. If not, follow the instructions for Feisty.
:P Ook daar alles na gelopen, maar helaas...
Het lijkt wel of ik een verkeerde file oid zit te editen.
Ik denk dat ik zo ongeveer alle howto's doorgespit heb, met het zelfde resultaat: MESA3d ;(

[ Voor 17% gewijzigd door ge-flopt op 10-01-2008 22:56 ]


Acties:
  • 0 Henk 'm!

  • AlterMann
  • Registratie: December 2000
  • Laatst online: 10-09 09:46
Sowieso is de eerste xorg.conf niet goed. Die load namelijk de radeon-driver (dus mesa). Je moet de fglrx driver hebben (zoals in je 2e xorg.conf).

Post eens een lsmod | grep agp en lsmod | grep fglrx ? :)

aticonfig --initial -f al geprobeerd?

[ Voor 8% gewijzigd door AlterMann op 10-01-2008 23:08 ]


Acties:
  • 0 Henk 'm!

  • ge-flopt
  • Registratie: Februari 2001
  • Laatst online: 16:33
Eerst even de beste config weer terug gezet (ff voor de deuidelijkheid, dat ik niet helemaal gek ben: het gaat om config file: /etx/X11/xorg.conf?!)
aticonfig --initial -f gedraaid, daarna voor alle zekerheid herstart. Kreeg in eerste instantie dat de monitor de resolutie niet aankon. met ctrl+alt+backspace even X opnieuw gestart.
Mocht niet baten. zit nog steeds met mesa

lsmod | grep agp:
code:
1
2
3
nvidia_agp              9756  0 
amd64_agp              13700  0 
agpgart                35016  3 nvidia_agp,fglrx,amd64_agp


lsmod | grep fglrx:
code:
1
2
fglrx                1496812  0 
agpgart                35016  3 nvidia_agp,fglrx,amd64_agp

Acties:
  • 0 Henk 'm!

  • AlterMann
  • Registratie: December 2000
  • Laatst online: 10-09 09:46
Jup, thats the file. Welke config heb je op dit moment staan?

Acties:
  • 0 Henk 'm!

  • ge-flopt
  • Registratie: Februari 2001
  • Laatst online: 16:33
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
# 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 xorg.conf manual page.
# (Type "man 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"

    # Uncomment if you have a wacom tablet
    #   InputDevice     "stylus"    "SendCoreEvents"
    #   InputDevice     "cursor"    "SendCoreEvents"
    #   InputDevice     "eraser"    "SendCoreEvents"
    Identifier     "Default Layout"
    Screen      0  "aticonfig-Screen[0]" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
    Load  "glx"
EndSection

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

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

Section "InputDevice"
    Identifier  "stylus"
    Driver      "wacom"
    Option      "Device" "/dev/input/wacom"
    Option      "Type" "stylus"
    Option      "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier  "eraser"
    Driver      "wacom"
    Option      "Device" "/dev/input/wacom"
    Option      "Type" "eraser"
    Option      "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier  "cursor"
    Driver      "wacom"
    Option      "Device" "/dev/input/wacom"
    Option      "Type" "cursor"
    Option      "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

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

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "fglrx"
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 "Extensions"
    Option      "Composite" "0"
EndSection

Acties:
  • 0 Henk 'm!

Verwijderd

ge-flopt schreef op donderdag 10 januari 2008 @ 23:44:
Eerst even de beste config weer terug gezet (ff voor de deuidelijkheid, dat ik niet helemaal gek ben: het gaat om config file: /etx/X11/xorg.conf?!)
/etc/x11/xorg.conf /etc/X11/xorg.conf wel he! Ik vermoed dat het een typfoutje is, maar voor alle zekerheid toch even melden...

[ Voor 3% gewijzigd door Verwijderd op 11-01-2008 20:15 . Reden: Stomme type ]


Acties:
  • 0 Henk 'm!

  • AlterMann
  • Registratie: December 2000
  • Laatst online: 10-09 09:46
Hm. Ziet er vrij normaal uit :P
Probeer eens die hele section Extensions (met composite) weg te halen, en dit toe te voegen:

Section "DRI"
Mode 0666
EndSection

En je module-sectie vervangen door:

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


/edit

nvidia_agp 9756 0
amd64_agp 13700 0
agpgart 35016 3 nvidia_agp,fglrx,amd64_agp

Hm.. Volgens mij zijn die agpgart en nvidia_agp geen vriendjes als ze samen geload zijn.. amd64_agp weet ik niet..

Wellicht eens het volgende proberen:

Reboten naar single user mode (of control-alt-f1, inloggen als root, en dan via "/etc/init.d/gmd stop" gnome stoppen).
rmmod nvidia_agp
rmmod amd64_agp
rmmod agpgart
rmmod fglrx

Kan zijn dat het in een andere volgorde moet.. :P Zolang ze er allemaal maar uit zijn.
Daarna "modprobe -v fglrx"
/etc/init.d/gdm start
En dan kijken wat ie doet :)


(Lastig, als je tab completion gewend bent, bij /etc/init.d enzo.. :P Dat werkt niet op een forum 8)7)

[ Voor 49% gewijzigd door AlterMann op 11-01-2008 18:17 ]


Acties:
  • 0 Henk 'm!

  • ge-flopt
  • Registratie: Februari 2001
  • Laatst online: 16:33
Verwijderd schreef op vrijdag 11 januari 2008 @ 17:23:
[...]

/etc/x11/xorg.conf wel he! Ik vermoed dat het een typfoutje is, maar voor alle zekerheid toch even melden...
Is met een hoofdlette bij mij: dus X11 ipv x11

Acties:
  • 0 Henk 'm!

  • thisbeingme
  • Registratie: Oktober 2002
  • Laatst online: 06-05-2021
ge-flopt schreef op vrijdag 11 januari 2008 @ 18:40:
[...]

Is met een hoofdlette bij mij: dus X11 ipv x11
Klopt, is idd X11 (In ubuntu iig :))

Acties:
  • 0 Henk 'm!

  • ge-flopt
  • Registratie: Februari 2001
  • Laatst online: 16:33
Altermann: Ik heb het gedaan, krijg nu aklleen de volgende melding:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
0x21 16 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
0x39 32 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
Segmentation fault (core dumped)

Met name de laatste regel is "eng" :P

Acties:
  • 0 Henk 'm!

  • ge-flopt
  • Registratie: Februari 2001
  • Laatst online: 16:33
Heb nu maar (oa door die segmentation dump) even een verse installatie op mijn pc gezet, aangezien dat hij ook foutmeldingen aan het geven was op andere zaken.

Heb bij Restricted driver management de Ati Accelerated driver weer aangezet, maar fglrxinfo blijft (na een herstart) aangeven dat ik een Mesa GLX Indirect driver heb :|

Ik heb even de setup nog doorgelopen zoals Ubuntu het graag heeft:
http://wiki.cchtml.com/in..._Gutsy_Installation_Guide
Method 1. Maar hij doet het nog niet. Ik word ff simpel :(


Mogelijk dat ik iets gevonden heb:
code:
1
2
3
4
5
6
7
Jan 11 20:08:37 commelsch kernel: [   43.034858] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
Jan 11 20:08:37 commelsch kernel: [   43.038781] [fglrx] Maximum main memory to use for locked dma buffers: 929 MBytes.
Jan 11 20:08:37 commelsch kernel: [   43.039136] [fglrx] module loaded - fglrx 8.37.6 [May 25 2007] on minor 0
Jan 11 20:08:37 commelsch kernel: [   43.083801] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 18
Jan 11 20:08:37 commelsch kernel: [   43.083812] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKE] -> GSI 18 (level, low) -> IRQ 20
Jan 11 20:08:39 commelsch kernel: [   44.498192] [fglrx] Internal AGP is not supported in 2.6 kernel.
Jan 11 20:08:39 commelsch kernel: [   44.498553] [fglrx:firegl_unlock] *ERROR* Process 5074 using kernel context 0

met name die 2 laatste regels.

Eens kijken wat dat betekend


Tot nu toe niet echt veel op kunnen vinden. Maar wel gemerkt dat er iets anders ook mis gaat:
code:
1
2
3
4
5
6
7
root@commelsch:~/backup # LIBGL_DEBUG=verbose fglrxinfo 
libGL error: XF86DRIQueryDirectRenderingCapable returned false
libGL error: XF86DRIQueryDirectRenderingCapable returned false
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.1)

[ Voor 82% gewijzigd door ge-flopt op 11-01-2008 20:29 ]


Acties:
  • 0 Henk 'm!

  • ge-flopt
  • Registratie: Februari 2001
  • Laatst online: 16:33
Ik denk dat ik vette pech heb (story of my life zullen we maar zeggen), vond ergens ineens een melding dat een X800 heel moeilijk onder X aan de gang te krijgen is.

Acties:
  • 0 Henk 'm!

  • GX
  • Registratie: Augustus 2000
  • Laatst online: 14-05 09:40

GX

Nee.

Je moet gewoon AGP support hebben in je kernel, als Ubuntu dat niet ondersteund is het volgens mij wel op te lossen door fglrx goed in te laden via agpgart - maar daar ben ik niet zeker van. Ik ben er echter wel zeker van dat x800 werkt op Linux, Bij mij doet ie het namelijk (maar ik heb Gentoo).

Acties:
  • 0 Henk 'm!

  • Hero of Time
  • Registratie: Oktober 2004
  • Laatst online: 21:04

Hero of Time

Moderator LNX

There is only one Legend

Ik heb de x1400 van ATi en deze werkt ook gewoon prima. Ik had de Hardy kernel geïnstalleerd en zat toen te rommelen met mijn driver. Bij een nieuwe kernel moet je altijd de modules opnieuw installeren, maar met dat dkms systeem hoeft dat schijnbaar niet meer. Hierdoor had ik in mijn Gutsy kernel ook problemen om weer terug te komen naar ATi ipv Mesa. Wat ik gedaan heb is alles wat met de driver te maken heeft volledig verwijdert via Synaptic. Toen een herstart gedaan en de driver opnieuw geprobeert te laden. Dat heeft gewerkt, want ik heb nu weer ATi terug bij fglrxinfo. Wat ik ook heb gedaan is de restricted modules verwijdert. Deze heb je misschien nodig voor je netwerk, maar is een mogelijke oplossing. Zorg er ook voor dat je in je Restricted Driver Manager de ATi driver UIT hebt staan. Blacklist de driver zoals in de howto staat, en zet de module ook bij /etc/modules om standaard te laden bij opstarten. Je xorg.conf bestand moet minstens de fglrx driver laden zoals je 'schone' config hebt.

Commandline FTW | Tweakt met mate


Acties:
  • 0 Henk 'm!

  • ge-flopt
  • Registratie: Februari 2001
  • Laatst online: 16:33
pfff.... wat is de kans dat je een soort dodelijk combo kiest... :(

http://wiki.cchtml.com/index.php/Troubleshooting
Zie punt 1.2 en punt 1.3 :(
Ik heb dus een Asus K8N (met nForce3 chipset) en ik krijg de foutmelding....

Beide doen zich dus voor :(
Het erge is, ik ben al 100 keer voorbij die site gekomen, want daar staan ook howto's voor het installeren van de ATI kaart op...

Ben voor alle zekerheid eerst even een verse kernel aan het bakken
Pagina: 1