gildoalmeida
(usa Debian)
Enviado em 02/07/2006 - 22:01h
Bem, talvez possa ajudar. Meu computador também é
i810: NVIDIA nForce. Instalei o Debian sem problemas. O que fiz?
1- Instalei o servidor X
***************************************************
apt-get install x-window-system-core libft-perl discover1 mdetec xresprobe
***************************************************
2- Respondi as perguntas feitas pelo instalador. E nesta fase escolhi xorg como o conjunto de regras XKB
3-Editei o arquivo /et/X11/xorg.conf. O meu possui o seguinte conteúdo:
# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/CID"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "abnt2"
Driver "keyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
EndSection
Section "InputDevice"
Identifier "ps2wheel"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "nvidia"
Driver "nv"
EndSection
Section "Monitor"
Identifier "LG500"
HorizSync 30-54
VertRefresh 50-120
Option "DPMS"
EndSection
Section "Screen"
Identifier "Gildo"
Device "nvidia"
Monitor "LG500"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1920x1440" "1856x1392" "1792x1344" "1600x1200" "1400x1050" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1920x1440" "1856x1392" "1792x1344" "1600x1200" "1400x1050" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1920x1440" "1856x1392" "1792x1344" "1600x1200" "1400x1050" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1920x1440" "1856x1392" "1792x1344" "1600x1200" "1400x1050" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1920x1440" "1856x1392" "1792x1344" "1600x1200" "1400x1050" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1920x1440" "1856x1392" "1792x1344" "1600x1200" "1400x1050" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Gildo"
InputDevice "abnt2" "CoreKeyboard"
InputDevice "ps2wheel" "CorePointer"
EndSection
Section "DRI"
Mode 0666
EndSection
4-Ajustei este arquivo de acordo com meu computador: verfiquei teclado, mouse, placa de vídeo e monitor, para ver se eles estavam configurados corretamente.
5- Testei a isntalação do X com:
*************************************************
X -probeonly >/tmp/teste-x 2>&1
X >/tmp/test-x 2>&1
*************************************************
Como iniciou normalmente, saí dele com : Ctrl-Alt-Bksp
Se não iniciar, verifique as mensagens em /tmp/teste-x
*************************************************
less /temp/teste-x
rm /tmp/teste-x
*************************************************
Resolva os problemas explicitados por teste-x, se houver.
Instalei o kde:
*************************************************
apt-get kdebase kde-i18n-ptbr kdm gs-esp aspell-en libarts1-akode libakode2 eject esound-clients fam jackd kregexpeditor libglib2.0-data libpaper-utils menu perl-suid psfontmgr xfonts-konsole xml-core
*************************************************
Instalei ainda
*************************************************
apt-get kdeaddons ark knewsticker libhtml-format-perl libcompress-zlib-perl libmikmiod2
*************************************************
Editei o arquivo:
/etc/kde3/kdm/kdmrc para ver se as linhas a seguir existiam:
*************************************************
GreetString-Bem vindo ao %s (%n)
Language=pt_BR
UserList=false
*************************************************
Reiniciei o daemon kdm com:
*************************************************
/etc/init.d/kdm stop
/etc/init.d/kdm start
*************************************************
Funcionou que foi uma beleza!!!!
Espero ter ajudado em algo, pois sou apenas um iniciante em Debian GNU/Linux