Fórum Ubuntu CZ/SK

Ubuntu pro osobní počítače => Pracovní prostředí => Téma založeno: square 31 Ledna 2008, 13:55:56

Název: Problemy s Kubuntu GG
Přispěvatel: square 31 Ledna 2008, 13:55:56
Ahoj mam tyhle problemy s Kubuntu GG - s predchozi verzi sem problem nemel.

1)nastavil sem si defaultni rozliseni obrazovky na 1024*768_85Hz , ale to jde jen u prihlaseni, po zalogovani se to zmeni na 1024*768_40Hz - vubec nevim cim to .. dystak prosim o vzor v Xorg.conf

2) po zalogovani obcas nenabehne ten spodni panel - mozna je to kvuli kbfx, ale nevim to jiste - jestli mate nekdo prikaz jak to zpatky nahodit bez toho abych musel restartovat xka byl bych rad :-)

3) obcas se po zalogovani nenamountujou disky - respektive mam jeden disk a nenamountujou se oddily - kdyby nekdo vedel prikaz na namountovani byl bych taky vdecen :-)

4) strasne blbne system tray a skoro vubec nezobrazuje vsechny ikonky ...

tyhle vsechny problemy resim restartem x (sem lama - zacatecnik)

jinak sem s kubuntu docela spokojeny :-) jestli vite jak tyto problemy vyresit- budu vdecny za rady :-)
Název: Re: Problemy s Kubuntu GG
Přispěvatel: Roman "Schmaker" Šmakal 31 Ledna 2008, 14:24:03
1) Vzor xorg.conf:
Kód: [Vybrat]
# 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"
        Option          "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "auto"
        Option          "ZAxisMapping"          "4 5"
        Option          "Emulate3Buttons"       "false"
        Option          "Buttons" "8"
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      "nVidia Corporation NV34 [GeForce FX 5200]"
        Driver          "nvidia"
        BusID           "PCI:1:0:0"
        Option          "DynamicTwinView" "False"
EndSection

Section "Monitor"
        Identifier      "C700"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "nVidia Corporation NV34 [GeForce FX 5200]"
        Monitor         "C700"
        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
2) KDE panel je kicker, takže ho spustíte pomocí Alt+F2 -> kicker
3) sudo mount -a
Název: Re: Problemy s Kubuntu GG
Přispěvatel: Bernard Williams 31 Ledna 2008, 15:33:40
3) popř. zkus editovat /etc/fstab - návod (http://wiki.ubuntu.cz/P%C5%99ipojen%C3%AD_disku?highlight=%28fstab%29#head-5fb40cd97a0957d6b86bcf86b10896e64fd0d23b)
Kód: [Vybrat]
sudo gedit /etc/fstab