
faelmc
(usa Debian)
Enviado em 23/04/2011 - 17:56h
Desculpem pela demora, não abandonei o tópico nem desisti do linux, eu tava sem net em casa.
Com ajuda de todos amigos do vol e muito trabalho, consegui!
depois de muitos erros , compilei o kernel 2.6.38.3 e instalei o driver, mas mesmo assim
ainda não funcionava, consegui resolver editando alguns arquivos do xorg.
leafpad /etc/X11/xorg.conf.d/50-Monitor.conf
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5 - 48.5
VertRefresh 56.0 - 72.0
EndSection
leafpad /etc/X11/xorg.conf.d/60-Device.conf
Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz",
### : "%"
### [arg]: arg optional
#Option "ShadowFB" # []
#Option "DefaultRefresh" # []
#Option "ModeSetClearScreen" # []
Identifier "Card0"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection
leafpad /etc/X11/xorg.conf.d/Srceen.conf
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
depois disso funcionou perfeitamente,
só tenho a agradecer, todos os parceros, que responderam e ajudaram.
vlw!!
Resolvido.
Screnshoot: =D
http://imageshack.us/photo/my-images/600/capturadetelaxd.png/
Viva o linux!