[Ubuntu-BR] Ainda com problemas na nVidia
Luiz Mineo
luiz.mineo em gmail.com
Quarta Abril 4 19:16:34 UTC 2007
Bom, é estranho, pq parece estar tudo certo.
De qualquer forma, eu sugiro que vc tente substituir as sessões monitor
e screen do seu arquivo por essas:
Section "Monitor"
Identifier "T730SH"
Option "DPMS"
HorizSync 30-71
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5500]"
Monitor "T730SH"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600"
"640x480"
EndSubSection
EndSection
Essas configurações eu montei com base na sua placa e monitor, e no
xorg.conf q o driver da nvidia gera pra mim através do nvidia-settings
Em Qua, 2007-04-04 às 15:55 -0300, Ivan Niero Miranda escreveu:
> Segue abaixo:
>
>
> # nvidia-xconfig: X configuration file generated by nvidia-xconfig
> # nvidia-xconfig: version 1.0 (buildd em rothera) Thu Jan 5 15:32:31 UTC
> 2006
>
> # /etc/X11/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 /etc/X11/xorg.conf manual page.
> # (Type "man /etc/X11/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
>
> Section "ServerLayout"
> Identifier "Default Layout"
> Screen "Default Screen" 0 0
> InputDevice "Generic Keyboard"
> InputDevice "Configured Mouse"
> InputDevice "stylus" "SendCoreEvents"
> InputDevice "cursor" "SendCoreEvents"
> InputDevice "eraser" "SendCoreEvents"
> EndSection
>
> Section "Files"
>
> # path to defoma fonts
> FontPath "/usr/share/X11/fonts/misc"
> FontPath "/usr/share/X11/fonts/cyrillic"
> FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
> FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
> FontPath "/usr/share/X11/fonts/Type1"
> FontPath "/usr/share/X11/fonts/100dpi"
> FontPath "/usr/share/X11/fonts/75dpi"
> FontPath "/usr/share/fonts/X11/misc"
> FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
> EndSection
>
> Section "Module"
> Load "i2c"
> Load "bitmap"
> Load "ddc"
> Load "extmod"
> Load "freetype"
> Load "glx"
> Load "int10"
> Load "type1"
> Load "vbe"
> EndSection
>
> Section "InputDevice"
> Identifier "Generic Keyboard"
> Driver "kbd"
> Option "CoreKeyboard"
> Option "XkbRules" "xorg"
> Option "XkbModel" "abnt2"
> Option "XkbLayout" "br"
> Option "XkbOptions" "lv3:ralt_switch"
> EndSection
>
> Section "InputDevice"
> Identifier "Configured Mouse"
> Driver "mouse"
> Option "CorePointer"
> Option "Device" "/dev/input/mice"
> Option "Protocol" "ExplorerPS/2"
> Option "ZAxisMapping" "4 5"
> Option "Emulate3Buttons" "true"
> EndSection
>
> Section "InputDevice"
>
> # /dev/input/event
> # for USB
> Identifier "stylus"
> Driver "wacom"
> Option "Device" "/dev/wacom" # Change to
> Option "Type" "stylus"
> Option "ForceDevice" "ISDV4" # Tablet PC ONLY
> EndSection
>
> Section "InputDevice"
>
> # /dev/input/event
> # for USB
> Identifier "eraser"
> Driver "wacom"
> Option "Device" "/dev/wacom" # Change to
> Option "Type" "eraser"
> Option "ForceDevice" "ISDV4" # Tablet PC ONLY
> EndSection
>
> Section "InputDevice"
>
> # /dev/input/event
> # for USB
> Identifier "cursor"
> Driver "wacom"
> Option "Device" "/dev/wacom" # Change to
> Option "Type" "cursor"
> Option "ForceDevice" "ISDV4" # Tablet PC ONLY
> EndSection
>
> Section "Monitor"
> Identifier "T730SH"
> Option "DPMS"
> EndSection
>
> Section "Device"
> Identifier "NVIDIA Corporation NV34 [GeForce FX 5500]"
> Driver "nvidia"
> EndSection
>
> Section "Screen"
> Identifier "Default Screen"
> Device "NVIDIA Corporation NV34 [GeForce FX 5500]"
> Monitor "T730SH"
> DefaultDepth 24
> SubSection "Display"
> Depth 1
> Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600"
> "720x400" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 4
> Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600"
> "720x400" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 8
> Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600"
> "720x400" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 15
> Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600"
> "720x400" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 16
> Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600"
> "720x400" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 24
> Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600"
> "720x400" "640x480"
> EndSubSection
> EndSection
>
>
>
> On 4/4/07, Luiz Mineo <luiz.mineo em gmail.com> wrote:
> >
> > Parece q existe um erro na seção screen do seu xorg.conf. Mande o
> > conteúdo do seu xorg.conf pra gente dar uma olhada.
> >
> > Em Qui, 2007-03-29 às 20:59 -0300, Ivan Niero Miranda escreveu:
> > > Então,
> > >
> > > não rolou como vc escreveu. Mudei no xorg.conf a propriedade driver de
> > "nv"
> > > para "nvidia" (li em um monte de site q era pra mudar, senão a placa não
> > era
> > > instalada). Cuspiu este erro abaixo!
> > >
> > >
> > > (II) Setting vga for screen 0.
> > > (**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
> > > (==) NVIDIA(0): RGB weight 565
> > > (==) NVIDIA(0): Default visual is TrueColor
> > > (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
> > > (**) NVIDIA(0): Enabling RENDER acceleration
> > > (II) NVIDIA(0): Support for GLX with the Damage and Composite X
> > extensions
> > > is
> > > (II) NVIDIA(0): enabled.
> > > (EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
> > > (EE) NVIDIA(0): *** Aborting ***
> > > (II) UnloadModule: "nvidia"
> > > (II) UnloadModule: "ramdac"
> > > (II) UnloadModule: "fb"
> > > (EE) Screen(s) found, but none have a usable configuration.
> > >
> > > Fatal server error:
> > > no screens found
> > >
> > > Ainda no aguardo!
> > >
> > > On 3/29/07, hamacker <sirhamacker em gmail.com> wrote:
> > > >
> > > > da mesma forma como voce fez para instalar, apenas acrescente
> > --uninstall.
> > > >
> > > > Em 29/03/07, Ivan Niero Miranda<nieroivan em gmail.com> escreveu
> > > > > como eu faço pra desinstalar o driver do fabricante???
> > > >
> > > > --
> > > > Interessado em aprender mais sobre o Ubuntu em português?
> > > > http://wiki.ubuntu-br.org/ComeceAqui -
> > > > ubuntu-br mailing list
> > > > ubuntu-br em lists.ubuntu.com
> > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
> > > >
> > >
> > >
> > >
> > > --
> > > Ivan Niero Miranda
> > > http://ide4life.wordpress.com
> >
> >
> > --
> > Interessado em aprender mais sobre o Ubuntu em português?
> > http://wiki.ubuntu-br.org/ComeceAqui -
> > ubuntu-br mailing list
> > ubuntu-br em lists.ubuntu.com
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
> >
>
>
>
> --
> Ivan Niero Miranda
> http://ide4life.wordpress.com
More information about the ubuntu-br
mailing list