Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Hardware => Téma založeno: kupkoid 21 Března 2008, 00:10:11
-
Po přenastavení driveru na fglrx na ATI9800pro se mi nezobrazí ani přihlašovací obrazovka (popsal bych to jako "svítící temnotu", obrazovka je sice černá, ale vykresluje). Fglrx byl stažen a nainstalován přes Správce nesvobodných ovladačů. Systém je Edubuntu 7.10. Kopie xorg.xonf:
# 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" "cz"
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 Radeon R350 [Radeon 9800 Pro]"
Driver "ati"
Busid "PCI:1:0:0"
EndSection
Section "Extensions"
Option "Composite" "Disabled"
Option "Composite" "0"
EndSection
Section "Monitor"
Identifier "V770+"
Option "DPMS"
Horizsync 30-70
Vertrefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon R350 [Radeon 9800 Pro]"
Monitor "V770+"
Defaultdepth 24
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
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
Na řešení problému jsem strávil pěkných pár chvil, ale vůbec nic mi nepomohlo. S driverem "ati" samozřermě systém funguje, ale bez akcelerace. Budu vděčný za jakoukoliv radu.
-
Presne na tehle karte jsem to resil nekolik dni. Jsem taky uplnej novacek, ale pomohl mi tenhle topic:
http://forum.ubuntu.cz/index.php?topic=15594.0
V zasade jsem musel aktualizovat jadro a pak pomoci ENVY nainstalovat ovladace ATI a ono se to rozbehlo. Detaily najdes v tom topicu, uz si to moc nepamatuju :( Snad Ti to k necemu bude.