Radeon 8500 + monitor CRT = zwiechy przy próbach wejścia do trybu graficznego
: 14 lis 2007, 18:28
Mam Radeona 8500 z wyjściem DVI, do niego podłączony monitor LG StudioWorks 575C poprzez przejściówkę DVI->VGA. Po długiej i wyczerpującej walce zmusiłem go żeby chodził na sterownikach fglrx z dobrym odświeżaniem, direct rendering jest i wszystko byłoby pięknie żeby nie to, że dość często komputer nie potrafi się uruchomić. GRUB się odpala, potem tekstowy start (splasha wyłączyłem ale z nim jest tak samo), i tuż przed odpaleniem X-ów następuje próba zresetowania ekranu - nieudana w ok. 50% przypadków. Monitor przechodzi w standby (dioda jest pomarańczowa, ekran czarny), klawiatura nie reaguje, pozostaje twardy reset. Nie potrafię stwierdzić w tym żadnej prawidłowości - po prostu raz monitor się resetuje i X-y wstają, a raz zwiecha. Ma ktoś z Was jakiś pomysł co jest grane?
xorg.conf:
xorg.conf:
Kod: Zaznacz cały
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 R200 BB [Radeon All in Wonder 8500DV]"
Driver "ati"
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 R200 BB [Radeon All in Wonder 8500DV]"
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