Skip to content
View in the app

A better way to browse. Learn more.

Thailand News and Discussion Forum | ASEANNOW

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Nvidia Optimisation

Featured Replies

A friend has written a WIKI on the archlinuxfr website inspired by this page: http://gentoo-wiki.com/HARDWARE_Nvidia_Dri...Band_Addressing

Can be interesting to get more out of your NVIDIA AGP card. :o Of course you have to adapt it for your favourite distrib.

Not written in the thread but you can add some more options to your xorg.conf "Device" section:

Section "Device"
Identifier  "GeforceBiduleUltrFastDeLaMortQuiArracheXP"
Driver	  "nvidia"
BusID	   "PCI:01:00:0"				#lspci pour savoir
VideoRam	262144					   #taille de la ram
Option	  "RenderAccel" "true"		 #pour l'extention composite
Option	  "NoLogo"	  "1"			#"0" pas de logo au lancement de X
Option	  "AllowGLXWithComposite" "True" #permet d'avoir l'extention composite + GLX
Option	  "backingstore" "true"
Option	  "DPMS"					   #gestion d'énergie
Option	  "NvAGP" "3"

#################################################################

Another thing not only reserved to NVIDIA . Many apps have what we call a fake transparency (the effect just reproduce the wallpaper under your app). If you would like to have the true transparency it's not so difficult.

1. Install "xcompmgr" and "transset"

2. Modify your /etc/X11/xorg.conf by adding these few lines:

Section "Extensions"
  Option "Composite" "Enable"
  Option "RENDER" "Enable"
EndSection

Now you can lauch xcompmgr without shadows:

 xcompmgr -fF &

or with shadows

 xcompmgr -c &

If you want it enabled when you launch X, just add it to your .xinitrc.

Now to bring transparency to an app, type

transset .x

where x can be a value between 1 and 9 (a low value = higher transparency). Your cursor will become a cross then click on the app.

Example in image: gkrellshoot033ew.th.jpg

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.