Προς το περιεχόμενο

Our Linux Desktop Screenshots


Προτεινόμενες αναρτήσεις

  • Απαντ. 3,9k
  • Δημ.
  • Τελ. απάντηση

Συχνή συμμετοχή στο θέμα

Δημοσ.

@tritonas από το autostart του openbox. Με είχες βοηθήσει γιατί τον χρειαζόμουν για κάτι(δεν θυμάμαι τι) και μου είχες δώσει και τις δικές σου ρυθμίσεις που δεν τις πείραξα καν.

 

@martinoff το είχα βάλει και εγώ. Δεν λειτουργεί το ρημάδι ότι και να δοκίμασα.

Δημοσ.

λιγα tips για τον compton
 
ο τυπος που τον κανει maintain κανει εξαιρετικη δλεια.
καλο ειναι να παιρνουμε απυεθειας απο το dev branch. PKGBUILD:
 

 

# Maintainer: OK100 <ok100 at lavabit dot com>
# Previous Maintainer: Valère Monseur <valere dot monseur at ymail dot com>

pkgname=compton-git-dev
pkgver=20130316
pkgrel=1
pkgdesc="X Compositor (a fork of xcompmgr-dana)"
arch=(i686 x86_64)
url="https://github.com/chjj/compton"
license=('MIT')
depends=('libx11' 'libxcomposite' 'libxdamage' 'libxfixes' 'libxext' 'libxrender' 'libxrandr' 'xproto' 'bash' 'xorg-xprop' 'xorg-xwininfo' 'pcre' 'libconfig')
makedepends=('git' 'make' 'pkg-config' 'asciidoc' 'libgl')

_gitroot="git://github.com/chjj/compton.git"
_gitname="compton"

build() {
  msg "Connecting to GIT server...."

  if [ -d $_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
  else
    git clone $_gitroot $_gitname -b richardgv-dev
  fi

  msg "GIT checkout done or server timeout"
  msg "Starting make..."

  rm -rf "$srcdir/$_gitname-build"
  git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build"

  cd "$srcdir/$_gitname-build"
  make PREFIX=/usr
  make docs
}

package() {
  cd $_gitname-build

  make PREFIX="$pkgdir/usr" install

  # install license
  install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$_gitname/LICENSE"

  # example conf
  install -D -m644 "compton.sample.conf" "$pkgdir/etc/xdg/compton.conf.example"
}
 

 


Αν εχουμε σοβαρη gpu (nvidia) και σοβαρο module (κλειστο nvidia) τοτε τρεχουμε με compton --vsync opengl ή vsync = "opengl" στο .compton.conf μας. Ετσι εχουμε tearing free desktop στο *box μας.

Δημοσ.

Επειδή σε χάνω. Καντο λίγο πιο λιανά για να το καταλάβω. Αν θες με pm να μην ενοχλούμε αν και πιστευω ότι είναι χρήσιμα και για άλλους αυτά.

Δημοσ.

το pkgbuild που εβαλα τραβαει την πιο φρεσκια "εκδοση" ας πουμε

 

μετα απλα τρεχεις τον compton οπως ειπα: compton --vsync opengl & στο autostart σου.

Δημοσ.

εχει αρχειο πλεον και μπαινουν εκει ολα πχ το δικο μου ~/.compton.conf:

 

 

 

# Shadow
shadow = true;
no-dnd-shadow = true;
#no-dock-shadow = true;
clear-shadow = true;
shadow-radius = 6;
shadow-offset-x = -7;
shadow-offset-y = -7;
# shadow-opacity = 0.7;
# shadow-red = 0.0;
# shadow-green = 0.0;
shadow-blue = 0.3;
shadow-exclude = [ "n:e:Notification" ];
# shadow-exclude = "n:e:Notification";
shadow-ignore-shaped = true;

# Opacity
#menu-opacity = 0.8;
#inactive-opacity = 0.8;
#frame-opacity = 0.9;
#inactive-opacity-override = true;
#inactive-dim = 0.1

# Fading
fading = true;
# fade-delta = 30;
fade-in-step = 0.10;
fade-out-step = 0.10;
# no-fading-openclose = true;

# Other
mark-wmwin-focused = true;
mark-ovredir-focused = true;
detect-rounded-corners = true;

vsync = "opengl"

# Window type settings
wintypes:
{
  tooltip = { fade = true; shadow = false; opacity = 0.9; };
};

 

 

 

και τον καλεις με απλο compton &

  • Like 1
Δημοσ.

...

 

@martinoff το είχα βάλει και εγώ. Δεν λειτουργεί το ρημάδι ότι και να δοκίμασα.

xrdb load ~/.Xrsources

xrdb -merge ~/.Xresources όταν κάνεις αλλαγές

τσίμπα

 

cat .Xresources                                                                                      
! Xresources file

Xcursor.theme: aero
*customization: -color
URxvt*termName: rxvt-unicode-256color
URxvt*loginShell: true
! geometry
URxvt*.geometry: 120x40

! transparency - true or false (default)

! fake transparency
!URxvt*transparent: true
! URxvt*.shading: 0 to 99 darkens, 101 to 200 lightens
!URxvt*shading: 110

! real transparency
URxvt*.depth: 32
URxvt*background: rgba:0000/0000/0200/c800
!URxvt*.background: rgba:1111/1111/1111/dddd

! scrollbar style - rxvt (default), plain (most compact), next, or xterm
URxvt.scrollstyle: rxvt

! terminal colors ------------------------------------------------------------

! tangoesque scheme
*background: #111111
*foreground: #babdb6

! Black (not tango) + DarkGrey
*color0: #000000
*color8: #555753

! DarkRed + Red
*color1: #ff6565
*color9: #ff8d8d

! DarkGreen + Green
*color2: #93d44f
*color10: #c8e7a8

! DarkYellow + Yellow
*color3: #eab93d
*color11: #ffc123

! DarkBlue + Blue
*color4: #204a87
*color12: #3465a4

! DarkMangenta + Mangenta
*color5: #ce5c00
*color13: #f57900

!DarkCyan + Cyan (both not tango)
*color6: #89b6e2
*color14: #46a4ff

! LightGrey + White
*color7: #cccccc
*color15: #ffffff


! Colored man pages
URxvt.colorIT:      #87af5f
URxvt.colorBD:      #d7d7d7
URxvt.colorUL:      #87afd7

! fonts
! run "fc-list" for a list of available fonts
URxvt*font: xft:Inconsolata:pixelsize=16:antialias=true:hinting=true
URxvt*boldFont: xft:Inconsolata:bold:pixelsize=16:antialias=true:hinting=true

! icon
URxvt.iconFile:    /usr/share/icons/Faenza/apps/32/terminator.png

! scrollbar
URxvt*scrollBar: False
URxvt*scrollTtyOutput: False
URxvt*scrollTtyKeypress: True
URxvt*secondaryScroll: True
URxvt*saveLines: 8000

! clickable links
!URxvt*.perl-ext-common : default,matcher
URxvt*.urlLauncher     : firefox
URxvt*.matcher.button  : 1


! tabs
!URxvt*.perl-ext-common : tabbed
URxvt*.tabbed.tabbar-fg: 5
URxvt*.tabbed.tabbar-bg: 0
URxvt*.tabbed.tab-fg:    14
URxvt*.tabbed.tab-bg:    0

! urxvt-perl
URxvt*.perl-ext-common:      default,clipboard,url-select,vtwheel,keyboard-select,tabbed,matcher
URxvt*.url-select.launcher:  opera
URxvt*.url-select.underline: true
URxvt*.keysym.M-u:           perl:url-select:select_next
URxvt*.keysym.M-Escape:      perl:keyboard-select:activate
URxvt*.keysym.M-s:           perl:keyboard-select:search

 
στο .xinitrc σου

xrdb ~/.Xresources

 

rxvt-unicode-patched απο το ρεπο + urxvt-perls

Δημοσ.

Πάλι δεν δουλεύει αλλά δεν πειράζει. Σου έκλεψα τα χρώματα από τα man pages.

 

To έχω βάλει στο xinitrc. Το άλλο τι είναι;

Δημοσ.

είναι το icon στην διαδρομή ;

βάλε μια δικά σου και άλλαξε διαδρομή

 

! icon

URxvt.iconFile: ~/.icons/terminator.png

 

ποιο άλλο ;

Δημοσ.

Ναι υπάρχει το icon αλλά δεν το ανοίγει και δεν μπορώ να καταλάβω το γιατί.

 

Το patched και το perls.

Δημοσ.

Το netbookακι μου :D (Debian Wheezy NetInstall XFCE)

 

Ο user λεει tonia γιατι ειναι της γυναικας του αδερφου μου και δικο μου μην παρεξηγηθουμε :P

post-220782-0-87094600-1375714156_thumb.png

post-220782-0-95325600-1375714163_thumb.png

  • Like 1
Επισκέπτης
Αυτό το θέμα είναι πλέον κλειστό για περαιτέρω απαντήσεις.

  • Δημιουργία νέου...