jueves 11 de junio de 2009

Comparto con ustedes estas distros .ISO de Debian Lenny Netinstall y Ubuntu 9.04 , Recomiendo para los usuarios novatos UBUNTU y para aquellos con un poco mas de experiencia DEBIAN LEENY... VIVA EL SOFTWARE LIBRE!

miércoles 10 de junio de 2009

xorg.conf con Nvidia Fx 5500 y LCD 19"

Comparto mi xorg.conf para aquellos que tengan problemas al configurar su tarjeta de video Nvidia Fx 5500 y LCD s de 19".

Detalles:

Uso Ubuntu 8.04 ( es mas facil configurarlo en esta version y luego subir la distribucion a las mas nuevas)
Tarjeta Nvidia FX5500
LCD AOC 19"


xorg.conf

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

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

Section "Device"
Identifier "Configured Video Device"
Boardname "NVIDIA GeForce 256 (generic)"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 0
Vendorname "NVIDIA"
Option "NoLogo" "True"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1440x900"
Horizsync 31.5-56.0
Vertrefresh 56.0 - 65.0
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
modeline "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
modeline "1440x900@60" 106.47 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1440 900
Modes "1440x900@60" "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
EndSection
Section "Module"
Load "glx"
Load "v4l"
EndSection
Section "device" #
Identifier "device1"
Boardname "NVIDIA GeForce 256 (generic)"
Busid "PCI:1:0:0"
Driver "nv"
Screen 1
Vendorname "NVIDIA"
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
EndSection
Section "monitor" #
Identifier "monitor1"
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection





Espero que les sirva.

Te amo Hija... :)
Sophia Ignacia Rodriguez B.

Solucion: W: Duplicate sources.list entry http://getdeb.masio.com.mx jaunty/ Packages (/var/lib/apt/lists/getdeb.masio.com.mx_jaunty_Packages)

Primera entrada en mi blog personal, y para esto me dedicare en entregar información sobre solución de errores en Linux, principalmente en Ubuntu y Debían.


Error - este error se produce pocas veces al ejecutar "sudo apt-get update"

W: Duplicate sources.list entry http://getdeb.masio.com.mx jaunty/ Packages (/var/lib/apt/lists/getdeb.masio.com.mx_jaunty_Packages)

Solucion en teoria:

por consola como "root" borrar el archivo "getdeb.masio.com.mx jaunty Packpages" el cual esta en "/var/lib/apt/lists/" y luego agregar en el sources.list la entrada "deb http://getdeb.masio.com.mx/ jaunty/" . Dirigirnos a "origenes del software" y tiquear los deb "http://getdeb.masio.com.mx/ jaunty/".

comandos y a la pratica:

root@xxxxxx: rm /var/lib/apt/lists/getdeb.masio.com.mx_jaunty_Packages
root@xxxxxx: gedit /etc/apt/sources.list (agregar o pegar al final del archivo)
"deb http://getdeb.masio.com.mx/ jaunty/"
Guardamos los cambios
root@xxxxxx: apt-get update
root@xxxxxx: apt-get upgrade

Dirigirnos a "origenes del software" y tiquear los deb "http://getdeb.masio.com.mx/ jaunty/"


Saludos.
Chile 4 - Bolivia 0