Jossain vaiheessa tuonne on lipsahtanut korttisi tiedot kahteen kertaan. Tuo
BusID "PCI:1:0:0" kertoo että molemmissa on kyse samasta kortista. Myös monitorisi tiedot ovat tuplana.
Ota tiedostosta varmuuskopio (
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_varmistus) ja muokkaa se sitten seuraavanlaiseksi:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
# paths 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/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
Load "GLcore"
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" "pc104"
Option "XkbLayout" "fi"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 64.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon 9700 Pro (R300 ND)"
Driver "fglrx"
Option "UseInternalAGPGART" "no"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon 9700 Pro (R300 ND)"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Jos ei tämän jälkeen toimi, niin voit aina palauttaa ottamasi varmuuskopion tiedostosta käskyllä
sudo cp /etc/X11/xorg.conf_varmistus /etc/X11/xorg.confToimivuustakuuta en voi antaa, mutta ei sen rikkikään pitäisi mennä
Mikko
Joo sitä ihmettelinkin miten ne tiedot on siellä kahteen kertaan
, Nyt muutin ne ohjeesi mukaan, fglrxinfo näyttää:
antti@Antti:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9700 PRO Generic
OpenGL version string: 2.0.5582 (8.21.7)
ja
antti@Antti:~$ glxinfo | grep rendering
direct rendering: Yes
antti@Antti:~$
Mutta nyt esim. tuxracer ei käynnisty vaan ruutu käy hetken aikaa mustana ja tulee kirjautumisruutu, sama käy enemy terrotoryssä. MIkähän lie vikana kun 3d tukikin on päällä ja pitäisi toimia.