Fedora

I
  • 29 Bir '12

Po F17 paskutinių atnaujinimų lūžinėja Google Chrome (20 versija), atidarant puslapius su flashu. FF viską tvarkingai rodo. Kokie pasiūlymai? Ar laukt flasho atnaujinimų (dabar 11.2)?

A
  • 29 Bir '12

Chromas naudoja pluginą - failą, kurį manau gali pakeisti į tą kurį naudoja firefox. Flash temoje buvo apie tai šiek tiek diskutuota. Tiesa berods niekas ir neišbandė to metodo.

Šiaip ar taip, chromas turi kelis versijų kanalus: Stable, Beta, Dev gali pasižaisti su nestabiliom beta ar dev. Gal jos veiks stabiliau, nes berods chrome naudojamas flash keliauja kartu su pačiu chromu.

I
  • 1 Lie '12

Ačiū už patarimus. Tiesiog pasikeičiau į Chromiumą

I
  • 14 Rugs '12

/ nebeužtenka vietos, nors skyriau 10 Gb. Pažiūrėjau, kad 5 Gb užima /var/cache. Ar saugu bus pravalyt?

I
  • 14 Rugs '12

Nu va, nepalaukęs atsakymų, kažką pridirbau, kad grafinė aplinka nepasileidžia: nei startx, nei init 4. Rašo, kad fatal error
Bijau, kad teks perdiegti iš naujo F17.

A
  • 15 Rugs '12

@Igelis rašė:
Nu va, nepalaukęs atsakymų, kažką pridirbau, kad grafinė aplinka nepasileidžia: nei startx, nei init 4. Rašo, kad fatal error
Bijau, kad teks perdiegti iš naujo F17.

Šiaip tai reikėtų naudot ```
service prefdm start arba systemctl start prefdm.service

/var/cache galima pravalyt bet reikia atsargiai. jei padarei rm -rf /var/cache/*
tai nieko nuostabaus jog neužsukuria.

Jei jau bėda, tai gana saugiai galima padaryt pvz. taip:

rm -rf /var/cache/yum/i386/17/
rm -rf /tmp/

```

I
  • 15 Rugs '12

kiek pagooglinau, panašu, kad ne dėl cache valymo mano problemos. Prieš tai bandžiau įsidiegti Virtual Box ir kreivom rankom su root teisėm kažką pridirbau. Prieš užsikraunant GUI, rašo

xauth: file /root.serverauth.1682 doesn't exist

Gal žinote kur ieškot problemos, nes google gana skurdi
PS. Gal čia bėda?

X.Org X server 1.12.3
Build Operation System 2.6.32.-279.2.1e.x86.64
Current operation system 3.5.3.-1.fc17.i686
Build ID: xorg-x11-server 1.12.3-1.fc17
I
  • 16 Rugs '12

Kalbuosi su savimi.
Jei kam kada prireiks, kai neužsikuria grafinė aplinka:
root teisėmis

X -configure
cp /root/xorg.conf.new /etc/X11/xorg.conf
I
  • 17 Rugs '12

Sveiki, bėdos dar nesibaigė. Dabar grafinė aplinka veikia, bet kažkas negerai su vaizdo korta, vaizdas striginėja ir fenas nuolat įsijungęs, ko anksčiau nebūdavo. Knisuosi pats, bet būčiau dėkingas, kad kas užmestų akį ką aš negerai darau:
Kaip suprantu, gnome-shell ryja nežmoniškai daug CPU (iki 300%), ir Xorgas nemažai.

587m 123m  34m S 268.2  6.6 217:37.75 gnome-shell
137m  70m  15m S 22.9  3.7  28:16.17 Xorg

kompe yra Intel integruotas vaizdo čipas, naudojantis intel draiverį i915

/sbin/lspci -nnk | grep VGA -A2
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02)
    Subsystem: Hewlett-Packard Company Device [103c:146d]
    Kernel driver in use: i915

O čia mano /etc/X11/xorg.conf failas

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    Screen      2  "Screen2" RightOf "Screen1"
    Screen      3  "Screen3" RightOf "Screen2"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "catalogue:/etc/X11/fontpath.d"
    FontPath     "built-ins"
EndSection

Section "Module"
    Load  "dri2"
    Load  "dri"
    Load  "extmod"
    Load  "record"
    Load  "dbe"
    Load  "glx"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Monitor"
    Identifier   "Monitor1"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Monitor"
    Identifier   "Monitor2"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Monitor"
    Identifier   "Monitor3"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"               # [<bool>]
        #Option     "kmsdev"                 # <str>
        #Option     "ShadowFB"               # [<bool>]
    Identifier  "Card0"
    Driver      "intel"
    BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "AccelMethod"            # <str>
        #Option     "Backlight"              # <str>
        #Option     "DRI"                    # [<bool>]
        #Option     "ColorKey"               # <i>
        #Option     "VideoKey"               # <i>
        #Option     "Tiling"                 # [<bool>]
        #Option     "LinearFramebuffer"      # [<bool>]
        #Option     "SwapbuffersWait"        # [<bool>]
        #Option     "XvPreferOverlay"        # [<bool>]
        #Option     "HotPlug"                # [<bool>]
        #Option     "RelaxedFencing"         # [<bool>]
        #Option     "Throttle"               # [<bool>]
        #Option     "ZaphodHeads"            # <str>
        #Option     "DelayedFlush"           # [<bool>]
        #Option     "TearFree"               # [<bool>]
        #Option     "PerCrtcPixmaps"         # [<bool>]
        #Option     "FallbackDebug"          # [<bool>]
        #Option     "DebugFlushBatches"      # [<bool>]
        #Option     "DebugFlushCaches"       # [<bool>]
        #Option     "DebugWait"              # [<bool>]
        #Option     "BufferCache"            # [<bool>]
        #Option     "TripleBuffer"           # [<bool>]
    Identifier  "Card1"
    Driver      "intel"
    BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"               # [<bool>]
        #Option     "Rotate"                 # <str>
        #Option     "fbdev"                  # <str>
        #Option     "debug"                  # [<bool>]
    Identifier  "Card2"
    Driver      "intel"
    BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"               # [<bool>]
        #Option     "DefaultRefresh"         # [<bool>]
        #Option     "ModeSetClearScreen"     # [<bool>]
    Identifier  "Card3"
    Driver      "intel"
    BusID       "PCI:0:2:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device     "Card1"
    Monitor    "Monitor1"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen2"
    Device     "Card2"
    Monitor    "Monitor2"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen3"
    Device     "Card3"
    Monitor    "Monitor3"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection
A
  • 18 Rugs '12

@Igelis rašė:
gnome-shell ryja nežmoniškai daug CPU (iki 300%)

įtariu jog vaizdinė šiuo metu direct renderingo nepalaiko ir visą naštą permetą ant cpu pečių (nors tokiu atveju shell turėtų persimesti į fallback režimą..).

Šiaip siulau užmesti akį į C.3.3.7. The Device section paragrafą, nes nesutampta Driver vietoje nurodytas driver'is su tavo minėtu i915.

P.S. turbūt jau žinai kaip resetinti xorg.conf jei jį sugadini iki black screen'o..

I
  • 18 Rugs '12

Ačiū. Viskas paslaptingai susitvarkė, nieko nedariau, tik ištryniau vmware draiverius. Gal tai padėjo.

S
  • 20 Rugs '12

Sveiki. Kas nors naudojasi fedora 17 su cinnamon? Klausimas kaip ijungti prenesimus panelej, kad rodytu atnaujinimus? Dabar langas isplaukia apie atnaijinimus, o jei jo nepamatei - tai jokiu ziniu, kad atnaujinimai yra (isskyrus atsidarius atnaujinimus).

S
  • 30 Spa '12

Kokių reikia kodikų, kad rodytų lrt.lt ir avi failus ir kaip juos įdiegti? os fedora17.

S
  • 31 Spa '12

Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-rawhide-i386, gal kas žinot kaip spręst šią problemą?

R
  • 31 Spa '12

Bandyk šitą:

su -

rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm
A
  • 31 Spa '12

@sat rašė:
Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-rawhide-i386, gal kas žinot kaip spręst šią problemą?

Vienas blogeris aprašė vieną iš sprendimo būdų. Tavo atveju greičiausiai reiktų parsisiųsti iš RPM-GPG-KEY-rpmfusion-free-fedora-17 of keys (pas minėtą blogerį su "nonfree" raktais problema buvo).

S
  • 31 Spa '12

Abu patarimus bandžiau įgyvendit, bet vis tiek rašo: GPG rakto gavimas nepavyko: [Errno 14] Could not open/read file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-rawhide-i386

T
Techtronic
Mindaugas N.
  • 31 Spa '12

Tu turejai gauti sertifikatus kartu su rpmfusion. Geriau klaustum kur jie dingo
gal pades:

rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm
T
Techtronic
Mindaugas N.
  • 31 Spa '12

Nepamirsk yum update.

S
  • 31 Spa '12

Pašalinau saugyklą ir pasitaisė. fusion rawhide.