Resolvido a parte da resolução, eu fique testando a configuração inteira do Xorg
e descobrir algumas coisas e peguei nuns tutoriais pra nvidia diversos comandos para inserir, ai eu reparei que no
(Section "Screen") apos colocar esses comandos
Option "AddARGBGLXVisuals" "True"
DefaultDepth 24
DefaultFbBpp 32
Option "XAANoOffscreenPixmaps"
e nas ultima opção
subSection "Display"
Depth 32
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
ai rodo o X em 1280 x 768,
depois disso fui no (Section "Monitor")
e alterei o
Horizsync 28-70 #Antes de alterar 28-51
Vertrefresh 43-110 #Antes de alterar 43-60
depois salvei o xorg e reiniciei o X
Ctrl + Alt + Backspace
Depois digito startx
caso de erro, digita nano /etc/X11/xorg.conf
*obs: sempre comente com # aonde for alterar para não se perde.
para salvar no nano é Ctrl + O e para sair Ctrl + X.
quando entra no X sem da erro, vai em Sistema >Preferencia>Resolução de tela, e escolhe a resolução, se presisar mais altere o Horizsync e o Vertrefresh, não abuse nos numeros pois uma hora o X não vai abrir ai vai ter que utilizar o nano e modifica para menos.
pronto meu monitor de 17 agora funciona em 1280x1024
# /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 xorg.conf(5) 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
Section "Files"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
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 "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Option "DynamicTwinView" "false" #Alterei para modificar na resolução no modo gráfico.
Identifier "nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
Driver "nvidia"
##Busid "PCI:1:0:0"
Option "NoLogo" "True"
#Option "RenderAccel" "true" #Alterei para rodar o 3D
Option "AllowGLXWithComposite" "True" #Alterei para rodar o 3D
#Option "TripleBuffer" "True" #Alterei para rodar o 3D
Option "AddARGBGLXVisuals" "True" #Alterei para rodar o 3D
EndSection
Section "Monitor"
Identifier "Monitor Genérico"
Option "DPMS"
Horizsync 28-70 #51 - 60
Vertrefresh 43-110 #43 -70
EndSection
Section "Screen"
Option "AddARGBGLXVisuals" "True" #Alterei para rodar o 3D
DefaultDepth 24 #Alterei para rodar o 3D
DefaultFbBpp 32 #Alterei para rodar o 3D
Option "XAANoOffscreenPixmaps" #Alterei para rodar o 3D
Identifier "Default Screen"
Device "nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
Monitor "Monitor Genérico"
Defaultdepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display" #Alterei para rodar em 1280x1024
Depth 32 #Alterei para rodar em 1280x1024
Modes "1280x1024" "1024x768" "800x600" "640x480" #Alterei para rodar em 1280x1024
EndSubSection
EndSection
Section "ServerLayout" #Alterei para rodar o 3D
Identifier "Default Layout" #Alterei para rodar o 3D
Option "AIGLX" "True" #Alterei para rodar o 3D
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection
Section "Extensions" #Alterei para rodar o 3D
Option "Composite" "Enable" #Alterei para rodar o 3D
EndSection #Alterei para rodar o 3D
##Section "DRI" #Alterei para rodar o 3D
#Mode 0666 #Alterei para rodar o 3D
##EndSection #Alterei para rodar o 3D
Ah ta quase tudo comentado para entender melhor,
Esqueci de dizer:
eu instalei a placa TNT2 do seguinte modo,
Sudo apt-get update # no terminal
Sistema > Administração > Gerenciador de Drivers Restritos.
e depois alteri o xorg.
sudo gedit /etc/X11/xorg.conf
Pronto agora não sei como faço para o Efeitos da Área de Trabalho funcionar e o beryl acho que trava, alguem abe a configuração minima para o beryl? e Tbm pq Trava o modo grafico quando tento rodar o Efeitos da Área de Trabalho do Ubuntu?