Fórum Ubuntu CZ/SK
Ostatní => Archiv => Téma založeno: Martin 10 Června 2007, 14:07:11
-
ahoj, jsem po instalaci a potreboval bych poradit s par vecma.
monitor nebo grafika je prepla asi do nejakeho zvlastniho modu, protoze koukat na monitor, tak to je jak prijit o zrak. jakoby strasne problikaval ci co.
dale nechapu, proc ubuntu je tak pomaly, vsechno dlouho trva.
muj stroj je 1ghz, 512mb ram, 32mb radeon... xpcka mi po defaultni instalci doslova litali.
a posledni vec je, ze nedokazu doinstalovat cestinu do cele systemu (vcetne brosweru).
prosim poradte, nerad bych se zase vracel k winXP :-(
dekuji.
-
fakt bych s tim obrazem potreboval neco udelat. z topho uplne boli oci :-( zbytek snad uz nejak zvadnu.. pls help
-
1)Monitor: Špatně nastavená grafická karta, resp frekvence monitoru...
Lze vyřešit editací /etc/X11/xorg.conf, po instalaci (správně vybraných) ovladačů
2) Pomalé je to proto, že nejsou správné ovladače pro grafiku (si myslím) a všechno vykresluje procesor
Řešení 1 a 2: Dejte sem typ vaší grafické karty a obsah souboru:
/etc/X11/xorg.conf
3)
Doinstalujte tyto balíky
language-support-cs
language-pack-cs
language-pack-cs-base
language-pack-gnome-cs
language-pack-gnome-cs-base
mozilla-firefox-locale-cs-cz
-
Napište co máte za grafickou kartu.
K těm jazykům, na horním panelu vpravo -> aplikace -> přidat/ostranit software -> Ostatní -> Jazyková podpora (Language support), to zaškrtněte a dejte použít, nainstaluje se to.
Potom na horním panelu Systém -> Správa -> Jazyková podpora, tam zatrhněte češtinu a nastavte jí po stáhnutí jako výchozí.
Edit: Myslím že je lepší nainstalovat tu aplikaci Jazyková podpora, ono si to potom ty balíky postahuje samo
-
Na ten monitor skuste 4.bod v tomto navode http://forum.ubuntu.cz/viewtopic.php?id=4153
-
karta by mela bejt radeon 7000 ci 7500 32mb. nepamatuji si to presne a nevim jak to zjistit.
cestina uz funguje a je to super system, jen musism vyresit tento problem. protoze jinak brzy oslepnu..
-
ten soubor hned dodam
-
cat /etc/X11/xorg.conf
# /etc/X11/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(5) 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"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
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 RV100 QZ [Radeon 7000/VE]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "AOC Spectrum"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon RV100 QZ [Radeon 7000/VE]"
Monitor "AOC Spectrum"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
-
Tak ovladač je asi správný...
Zkuste ten odkaz, kam vás posílal Lako, hodnoty si upravte podle svého monitoru (aby byly stejné Hz)
-
jedu podle toho navodu, ale me to nenecha ten soubor ulozit. tak sem dal prikaz "su" a zkusil se prhlasit jako root, ale to mi nebere heslo :(
-
V Ubuntu není root jako takový, ale sudo
sudo gedit /etc/X11/xorg.conf
Vyplníte tam svoje heslo...
Více infa zde:http://wiki.ubuntu.cz/Root_sudo