Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Obecná podpora => Téma založeno: PELKO 05 Ledna 2008, 19:57:38
-
Mám grafiku Sapphire HD 2600 XT
Hneď po inštalácii ubuntu som vlavo hore klikol nech sa nainštalujú nepodpísané ovladače, reštartoval som PC a hneď to namna vyplulo tabulku že PC pôjde v slabom grafickom mode (ako keby to nerozpoznalo grafiku)... Ubuntu šlo na 800x600 s 660Hz
Tak som šiel na ati stránku a stiahol a nainštaloval tieto drivery
http://ati.amd.com/support/drivers/linux/linux-radeon.html
Na mojej počudovanie je to ešte horšie a ubuntu ide na 640x480 a 60Hz a s čudnne sa vlniacim obrazom...
Čo mám robbiť?
-
posli sem "/etc/X11/xorg.conf" prikaz napr. "gedit /etc/X11/xorg.cong"
-
sudo dpkg-reconfigure xserver-xorg
tím se znova nastaví X server a pude ti minimálně to, co předtím. V nastavení můžeš zkusit experimentovat s výběrem ovladače ke grafice - pravděpodobně ati, radeon nebo fglrx. Pokud by to nešlo, tak by se určitě hodil výpis souboru /etc/X11/xorg.conf
posli sem "/etc/X11/xorg.conf" prikaz napr. "gedit /etc/X11/xorg.cong"
Kolega byl rachlejší :D
-
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
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 "Device"
Identifier "Failsafe Device"
Boardname "vesa"
Busid "PCI:2:0:0"
Driver "fglrx"
Screen 0
EndSection
Section "Monitor"
Identifier "Failsafe Monitor"
Vendorname "Plug 'n' Play"
Modelname "Plug 'n' Play"
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Failsafe Device"
Monitor "Failsafe Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 640 480
Modes "640x480@60"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
EndSection
Section "ServerFlags"
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
-
Nikto nevie poradiť ako dalej?
S akými ovladačmi rozchodím 3D akceleráciu s mojou grafou? (sapphire HD 2600 XT)