Texto enviado por Davyd Smelk para a lista de email Debian-AM “”" O Termo Samurai foi criado pelos Japoneses com a intenção de caracterizar um perfil seleto de guerreiros. Estes guerreiros eram escolhidos ao nascer e treinados durante a infância e adolescência para que desempenhassem da melhor forma possível suas atividades quando atingissem a maior idade.
O treinamento dos Samurais envolvia um alto nível de conhecimento em artes marciais, mas acima de tudo, um nível ainda mais elevado de auto- conhecimento.
A tarefa dos Samurais era e ainda é muito complexa, pois eles são treinados para proteger e servir ao povo, mesmo que isto implique em sacrificar sua vida.
Samurais são mais que pessoas, são guerreiros que lutam dia após dia para proteger e construir um futuro melhor para o seu povo.
E é com esta visão que escolhemos o tema do Dia D 2007, como uma homenagem a todos os desenvolvedores e colaboradores que dedicam suas vidas em um trabalho voluntário, a cada tempo vago em que podiam está cuidando de seus interesses pessoais mas preferem lutar por um futuro livre.
O Samurai Debian simboliza a força de uma verdadeira comunidade, e por isto digo aos que fazem parte desta comunidade que não desistam, e aos que ainda não fazem, que juntem-se nós nessa luta pela liberdade digital.
Samurai Debian 2007 – UEA / Escola Superior de Tecnologia – 18/08/2007
cd ~ wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2 tar -xvjf linux-2.6.22.tar.bz2
Compile kernel :
cd linux-2.6.22 # inside kernel tree make defconfig # make default configuration make menuconfig # add what you want to use make # compile kernel make modules # compile modules make modules_install INSTALL_MOD_PATH=/mnt # install modules in filesystem
== Booting ==
Umount filesystem:
umount /mnt
Detach loopback device:
losetup -d loop_device
Done! You can run QEMU using the following command:
Hi all, I configured my Debian laptop(Dell Latitude D600) and helped a friend (Henry Vieira) with some tricks to configure desktop effects in his Ubuntu laptop(Dell Latitude D600). It’s a total of 2 tricks. You can find many howtos in the web, these are some tricks that took me a good time to understand and find.
Some drivers are not supported by ATI anymore, this video card is a case. So, you can use the open driver. It’s very simple.
sudo rmmod fglrx sudo modprobe radeon
Replace fglrx for radeon in /etc/modules for next boot.
Change the driver in your Xorg configuration(/etc/X11/xorg.conf).
Replace :
Driver “fglrx” for Driver “radeon”
Restart your X server (ctrl+alt+backspace) and check if DRI is working.
glxinfo | grep direct libGL warning: 3D driver claims to not support visual 0x4b direct rendering: Yes
Second – problem with resolution ———————————-
Problem:
************************************************************** * Beryl system compatibility check * **************************************************************
Detected xserver : AIGLX
Checking Display :0.0 …
Checking for XComposite extension : passed (v0.3) Checking for XDamage extension : passed Checking for RandR extension : passed Checking for XSync extension : passed
Checking Screen 0 …
Checking for GLX_SGIX_fbconfig : passed Checking for GLX_EXT_texture_from_pixmap : passed Checking for non power of two texture support : passed Checking maximum texture size : failed
Root window size (1400/1050) is bigger then maximum texture size (1024×1024)
Solution :
Replace default depth in your xorg.conf :
cat /etc/X11/xorg.conf | grep DefaultDepth
#DefaultDepth 24 DefaultDepth 16
Restart your X server and it’s going to work fine.
Some additional configurations are necessary to start up compiz-fusion. I don’t remeber all, but my xorg.conf is below.
My xorg.conf:
cat /etc/X11/xorg.conf
# 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
### ATI DRIVER #Section “Device” # Identifier “ATI Technologies Inc Radeon R250 [Mobility FireGL 9000]“ # Driver “ati” # Option “AGPMode” “8″ # Option “AccelMethod” “EXA” #only “XAA” is supported for some of the cards with “experimental” 3d acceleration # Option “ColorTiling” “on” ## Option “EnablePageFlip” “true” #only works with accelmethod “XAA” # Option “AccelDFS” “true” #seemed to speed things up using EXA acceleration # Option “TripleBuffer” “true” #This *might* help if you use something like Beryl and have slow video playback. # Option “DynamicClocks” “on” #This is for laptop users, it saves energy when in battery mode. # BusID “PCI:1:0:0″ #EndSection
Hi all, I simple proble that came with debian is nautilus configuration. The default configuration does not come with browser mode visualization. You can easily define it executing the steps below.
Open configuration editor: Applications –> System Tools –> Configuration Editor