Announcement

Collapse
No announcement yet.

KDE4: Clean installation with live CD

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    KDE4: Clean installation with live CD

    KDE 4 is at the moment experimental (someone might call it beta).


    Links to Topic: KDE 4 and Kubuntu: Which ISO version?, KDE4 LiveCD fails with I/O error and kde4 live cd ?


    I want to try Kubuntu with KDE4 (i have separate KDE 3.5 installation)

    Start point - 250.0 GB harddisk:
    sudo fdisk -l /dev/sda

    Disk /dev/sda: 250.0 GB, 250059350016 bytes
    255 heads, 63 sectors/track, 30401 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00075417

    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 1275 10241406 83 Linux
    /dev/sda2 1276 2550 10241437+ 83 Linux
    /dev/sda3 2551 2805 2048287+ 82 Linux swap / Solaris
    /dev/sda4 2806 30401 221664870 5 Extended
    /dev/sda5 2806 16603 110832403+ 83 Linux
    /dev/sda6 16604 30401 110832403+ 83 Linux

    Partitioned with Gparted.

    There is live CD - Be Free with KDE 4.0.


    Using Install widget in the live CD's desktop. It will install Kubuntu Gutsy with KDE4 desktop.



    Installing Kubuntu Gutsy KDE4 as Image Gallery:




    Notes.
    The installer is a bit slow, but it will (eventually) install Kubntu Gutsy with KDE4.


    Partition links:

    Swap Partition FAQ
    https://help.ubuntu.com/community/SwapFaq

    Linux Partition HOWTO
    http://tldp.org/HOWTO/Partition/


    KDE4 Links:

    KDE 4.0 Released
    http://kde.org/announcements/4.0/

    KDE 4.0 Visual Guide
    http://kde.org/announcements/4.0/guide.php

    From KDE 3 to KDE 4: what we will leave behind
    http://liquidat.wordpress.com/2007/0...-leave-behind/

    KDE 4: some reasons for design decisions
    http://liquidat.wordpress.com/2007/1...ign-decisions/

    Topic: KDE 4.0 - When a time schedule trumps a quality standard
    http://kubuntuforums.net/forums/inde...opic=3090311.0
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    #2
    Re: KDE4: Clean installation with live CD

    Using Kubuntu Gutsy KDE4 (installation from live CD)

    Installation is barebone - only the essentials (KDE 4 essentials - no OpenOffice, Adept...). This works to me as i can choose only those programs i really want. That is: i use synaptic/apt-get not adept.


    kdesu doesn't work:



    Kdesudo works, but you need to install it first.


    Code:
    sudo apt-get update
    sudo apt-get upgrade
    
    sudo apt-get install synaptic
    
    sudo apt-get install kdesudo
    and then
    alt + f2: kdesudo synaptic


    Topic: Kde4 kdesudo problem
    http://kubuntuforums.net/forums/inde...opic=3090283.0


    15/01/2008 nardusg tells that :
    Topic: kde4 updates fix allot of problems
    http://kubuntuforums.net/forums/inde...opic=3090417.0


    Link
    FAQ: Root Password
    http://kubuntuforums.net/forums/inde...opic=3089088.0
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: KDE4: Clean installation with live CD

      17.1.2008 Small Bugs

      Desktop forgets wallpaper settings - When session starts: White background -> need to right click desktop > Apply > Ok

      Desktop icons don't work. But if you go to the Desktop folder and click there icons, they work.


      Alt + f2:
      kdesudo synaptic works
      but
      kdesudo dolphin > Error Kdesudo, Command not found!

      Now kdesu works in the Kickoff/Application Launcher
      You can start file manager in the root mode from Kickoff/Application Launcher. It starts Konqueror in the root mode with command:
      /usr/bin/konqueror-kde4 --profile filemanagement.


      When opening text files in Dolphin - files open but:
      Klauncher could not be reached via D-Bus, error when calling start_service_by_desktop_path:empty



      With default Ati drivers (xserver-xorg-video-ati) and default settings in the xorg.conf desktop effects doesn't work. (System Settings > Desktop -> Desktop Effects -> Enable desktop effects). Black screen when trying to enable, could be xorg.conf problem.

      With AMD/Ati proprietary drivers (Catalyst 7.11) desktop effects work.


      There is a media player for KDE 4:

      Dragon Player is a video player for KDE 4 that focuses on simplicity
      and easy of use. It is the successor of Codeine, a player for KDE 3.
      Dragon Player
      http://www.kde-apps.org/content/show...?content=17161

      Dragon Player Home
      http://dragonplayer.org/

      It is in the Gutsy backport repositories


      Links:

      FAQ: Links - How to Install AMD(Ati) Proprietary Linux Display Driver (fglrx)
      http://kubuntuforums.net/forums/inde...opic=3085652.0

      KDE 4.0 and 7.11 driver (Desktop Effects)
      http://www.phoronix.com/forums/showthread.php?t=7319
      Before you edit, BACKUP !

      Why there are dead links ?
      1. Thread: Please explain how to access old kubuntu forum posts
      2. Thread: Lost Information

      Comment


        #4
        Re: KDE4: Clean installation with live CD

        With default Ati drivers (xserver-xorg-video-ati) and default settings in the xorg.conf desktop effects doesn't work. (System Settings > Desktop -> Desktop Effects -> Enable desktop effects). Black screen when trying to enable, could be xorg.conf problem.
        My ati 9250 with default HH/GG settings works fine with Desktop Effects

        The relevant parts pf my xorg.conf (HH/GG):

        Section "Device"
        Identifier "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
        Driver "ati"
        BusID "PCI:1:0:0"
        EndSection

        Section "Monitor"
        Identifier "Acer AL1951"
        Option "DPMS"
        EndSection

        Section "Screen"
        Identifier "Default Screen"
        Device "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
        Monitor "Acer AL1951"
        DefaultDepth 24
        SubSection "Display"
        Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "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

        HP Pavilion dv6 core i7 (Main)
        4 GB Ram
        Kubuntu 18.10

        Comment


          #5
          Re: KDE4: Clean installation with live CD

          My ati 9250 with default HH/GG settings works fine with Desktop Effects
          Good to read . Is this with clean KDE4 installation ? (no KDE 3.5 at the same partition).

          Before you edit, BACKUP !

          Why there are dead links ?
          1. Thread: Please explain how to access old kubuntu forum posts
          2. Thread: Lost Information

          Comment


            #6
            Re: KDE4: Clean installation with live CD

            Is this with clean KDE4 installation ? (no KDE 3.5 at the same partition).
            No, sorry. That is kde4/kde3 on the same partition on HH/GG.

            I'll try a clean install over the WE and see what happens (differences)
            HP Pavilion dv6 core i7 (Main)
            4 GB Ram
            Kubuntu 18.10

            Comment


              #7
              Re: KDE4: Clean installation with live CD

              Adding/moving/removing/changing KDE4 desktop panels: GUTSY KDE4 Tips and tricks


              maestrobwh1 is telling how to configure network at: Gutsy with KDE4 live
              Before you edit, BACKUP !

              Why there are dead links ?
              1. Thread: Please explain how to access old kubuntu forum posts
              2. Thread: Lost Information

              Comment


                #8
                Re: KDE4: Clean installation with live CD

                I'll try a clean install over the WE and see what happens (differences)
                Well I Tried a clean install from the cd. During install the screen timed aut (like it always does with Kubuntu live installs) and the installation just goes belly up.

                Somehow it screwed up my Hardy alpha2 installation so I did a alpha 3 installation from which I could not login (recovery or normal) so I had to do a alpha1 install and upgrade them install kde4.

                I'll post the complete xorg file: here:

                Section "InputDevice"
                Identifier "Generic Keyboard"
                Driver "kbd"
                Option "XkbRules" "xorg"
                Option "XkbModel" "pc105"
                Option "XkbLayout" "ch"
                Option "XkbOptions" "lv3:ralt_switch"
                EndSection

                Section "InputDevice"
                Identifier "Configured Mouse"
                Driver "mouse"
                EndSection

                Section "Device"
                Identifier "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
                Driver "ati"
                BusID "PCI:1:0:0"
                EndSection

                Section "Monitor"
                Identifier "Configured Monitor"
                Option "DPMS"
                EndSection

                Section "Screen"
                Identifier "Default Screen"
                Monitor "Configured Monitor"
                DefaultDepth 24
                SubSection "Display"
                Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
                EndSubSection
                EndSection
                Edit> This is the xorg.conf from the live cd *uninstalled(
                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 RV280 [Radeon 9200 PRO]"
                Driver "ati"
                BusID "PCI:1:0:0"
                EndSection

                Section "Monitor"
                Identifier "Acer AL1951"
                Option "DPMS"
                EndSection

                Section "Screen"
                Identifier "Default Screen"
                Device "ATI Technologies Inc RV280 [Radeon 9200 PRO]"
                Monitor "Acer AL1951"
                DefaultDepth 24
                SubSection "Display"
                Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "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



                HP Pavilion dv6 core i7 (Main)
                4 GB Ram
                Kubuntu 18.10

                Comment


                  #9
                  Re: KDE4: Clean installation with live CD

                  Only issue I have so far with KDE4 Gutsy is that I can't kdesudo systemsettings-kde4.

                  I get a deadlock warning, whatever that means?

                  my post: http://kubuntuforums.net/forums/inde...opic=3090676.0

                  Comment

                  Working...
                  X