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
Kijk je dan weer naar de volgende site:
http://www.howtoforge.com/ubuntu_feisty_beryl_ati_radeon
Dan staat daar:
Dat dan aangepast en kom ik weer gewoon in Gnome, zonder dat deze gestart wordt en daarna wit wordt.
Echter staat er daar ook:
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:
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.
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
Ik krijg dan dit:$ 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
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.$ 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)
Kijk je dan weer naar de volgende site:
http://www.howtoforge.com/ubuntu_feisty_beryl_ati_radeon
Dan staat daar:
Echter dient deze dan weer op disabled te staanSection "Extensions"
Option "Composite" "Enable"
EndSection
Echter staat er daar ook:
Als ik dat draai dan komt er bij mij: No achter te staan op het eind.Then run
glxinfo | grep "direct rendering"
This should show the following line:
direct rendering: Yes
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:
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 "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
Ik weet echt niet meer waar ik het moet gaan zoeken# 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
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.