Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - Jenag

#781
Deberían escanear también a Randomize , sería toda una caja , de sorpresas. :-*
#782
Interesante noticia.Besitos , wolfbcn. :-*
#783
Cita de: Jenag en 10 Mayo 2012, 20:02 PM
No es que me guste el controlador privativo , pero tengo problemas.
la gráfica es : ati 3650hd y en la instalación del controlador aparece :
DKMS part of installation failed.  Please refer to /usr/share/ati/fglrx-install.log for details
y
glxgears <-- falla
X Error of failed request:  BadRequest (invalid request code or no such operation)
 Major opcode of failed request:  138 (ATIFGLEXTENSION)
 Minor opcode of failed request:  66 ()
 Serial number of failed request:  13
 Current serial number in output stream:  13
Jenag@girl:~$ glxinfo <-- falla
name of display: :0.0
X Error of failed request:  BadRequest (invalid request code or no such operation)
 Major opcode of failed request:  138 (ATIFGLEXTENSION)
 Minor opcode of failed request:  66 ()
 Serial number of failed request:  13
 Current serial number in output stream:  13

Aquí paso el xorg.conf :

Section "ServerLayout"
   Identifier     "aticonfig Layout"
   Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
Load  "glx"
Load  "dri"
Load  "dbe"
Load  "ddc"
Load  "extmod"
Load  "freetype"
Load  "bitmap"
Load  "int10"
Load  "vbe"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]-0"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]-0"
   Driver      "fglrx"
   BusID       "PCI:1:0:0"
       Option      "AccelMethod"   "EXA"
       Option      "AccelMethod"   "XAA"
       Option      "AccelMethod"   "UXA"
       Option      "XAANoOffscreenPixmaps" "on"
       Option      "AllowGLXWithComposite" "true"
       Option      "XAANoOffscreenPixmaps" "true"
       Option      "AddARGBGLXVisuals"     "true"
       Option      "DRI"                   "true"
       Option      "TexturedVideo"         "on"
       Option      "VideoOverlay"          "off"
       Option      "OpenGLOverlay"         "off"
       Option      "Textured2D"            "on"
       Option      "UseFastTLS"            "1"
       Option      "BackingStore"          "on"
       Option      "EXAOptimizeMigration"  "true"
       Option      "MigrationHeuristic"    "greedy"
       Option      "Tiling"                "true"    
       Option      "BackingStore"          "true"
       Option      "AIGLX"                 "true"
       Option      "MTRR"                  "on"
       Option      "UseFBDev"              "false"
       Option      "DevicePresence"        "true"
       Option      "RenderAccel"           "true"
       Option      "RandRRotation"         "on"
       Option      "DynamicClocks"       "on"
       Option      "AGPMode"               "8"
       Option      "GARTSize"              "64"
       Option      "EnablePageFlip"        "1"
       Option      "ColorTiling"           "1"
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]-0"
   Device     "aticonfig-Device[0]-0"
   Monitor    "aticonfig-Monitor[0]-0"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
               Modes    "1280x800" "1024x768" "800x600" "640x480" "640x350"
   EndSubSection
EndSection

Section "DRI"
       Group "Video"
       Mode 0666
EndSection

Section "Extensions"
       Option "RENDER" "true"
       Option "DAMAGE" "true"
       Option "Composite" "true"
EndSection

Section "ServerFlags"
   Option       "AIGLX" "on"
EndSection
#############################################
Sigue sin aceleración 3d , pero puedo ingresar al s.o. :-*

Estoy desorientada , no se cómo solucionar el tema 3d.
Ayuda. :-*
#784


Para tí , Aprendiz-Oscuro. :-*

#785
No es que me guste el controlador privativo , pero tengo problemas.
la gráfica es : ati 3650hd y en la instalación del controlador aparece :
DKMS part of installation failed.  Please refer to /usr/share/ati/fglrx-install.log for details
y
glxgears <-- falla
X Error of failed request:  BadRequest (invalid request code or no such operation)
 Major opcode of failed request:  138 (ATIFGLEXTENSION)
 Minor opcode of failed request:  66 ()
 Serial number of failed request:  13
 Current serial number in output stream:  13
Jenag@girl:~$ glxinfo <-- falla
name of display: :0.0
X Error of failed request:  BadRequest (invalid request code or no such operation)
 Major opcode of failed request:  138 (ATIFGLEXTENSION)
 Minor opcode of failed request:  66 ()
 Serial number of failed request:  13
 Current serial number in output stream:  13

Aquí paso el xorg.conf :

Section "ServerLayout"
   Identifier     "aticonfig Layout"
   Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
Load  "glx"
Load  "dri"
Load  "dbe"
Load  "ddc"
Load  "extmod"
Load  "freetype"
Load  "bitmap"
Load  "int10"
Load  "vbe"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]-0"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]-0"
   Driver      "fglrx"
   BusID       "PCI:1:0:0"
       Option      "AccelMethod"   "EXA"
       Option      "AccelMethod"   "XAA"
       Option      "AccelMethod"   "UXA"
       Option      "XAANoOffscreenPixmaps" "on"
       Option      "AllowGLXWithComposite" "true"
       Option      "XAANoOffscreenPixmaps" "true"
       Option      "AddARGBGLXVisuals"     "true"
       Option      "DRI"                   "true"
       Option      "TexturedVideo"         "on"
       Option      "VideoOverlay"          "off"
       Option      "OpenGLOverlay"         "off"
       Option      "Textured2D"            "on"
       Option      "UseFastTLS"            "1"
       Option      "BackingStore"          "on"
       Option      "EXAOptimizeMigration"  "true"
       Option      "MigrationHeuristic"    "greedy"
       Option      "Tiling"                "true"    
       Option      "BackingStore"          "true"
       Option      "AIGLX"                 "true"
       Option      "MTRR"                  "on"
       Option      "UseFBDev"              "false"
       Option      "DevicePresence"        "true"
       Option      "RenderAccel"           "true"
       Option      "RandRRotation"         "on"
       Option      "DynamicClocks"       "on"
       Option      "AGPMode"               "8"
       Option      "GARTSize"              "64"
       Option      "EnablePageFlip"        "1"
       Option      "ColorTiling"           "1"
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]-0"
   Device     "aticonfig-Device[0]-0"
   Monitor    "aticonfig-Monitor[0]-0"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
               Modes    "1280x800" "1024x768" "800x600" "640x480" "640x350"
   EndSubSection
EndSection

Section "DRI"
       Group "Video"
       Mode 0666
EndSection

Section "Extensions"
       Option "RENDER" "true"
       Option "DAMAGE" "true"
       Option "Composite" "true"
EndSection

Section "ServerFlags"
   Option       "AIGLX" "on"
EndSection
#############################################
Sigue sin aceleración 3d , pero puedo ingresar al s.o. :-*
#786
Cita de: Dr.Hacker++ en 10 Mayo 2012, 18:07 PM
jajaja gracias. Espero no ser como sheldon "the big bang theory" ...
¿Por qué no , Dr.Hacker++?.Serías Megalisto. :-*
#787
Cita de: Dr.Hacker++ en 10 Mayo 2012, 17:26 PM
[youtube=425,350]http://www.youtube.com/watch?v=DsBU0oJyZqk[/youtube]
Pensáis que estará bien hecho ?


bucle{
   tomar tiempo en milisegundos
   if(milisegundos >1.0/fps){ //por ejemplo 45 fps serian 22 milisegundo 1000 milisegundos es 1 segundo
       codigo del juego
       tomar tiempo en milisegundo
       mostrar 1.0/milisegundos
       eleminar milisegundos
   }
}

Muy bonito , Dr.Hacker++ :-*
#788
Software / Re: Sgen-1.3
10 Mayo 2012, 17:28 PM
Aquí te dejo otros 2 estupendos :
http://www.badongo.com/file/27044398
Pass : 0  :-*
#789
Cita de: crazykenny en 10 Mayo 2012, 13:05 PM
No se, siempre se puede tirar de generadores, o que se puedan "adaptar" a los de mi ordenador.
Saludos.
Sí , pero necesitarias de combustible para esos generadores y los paneles solares allí u otras fuentes de energía saldrían costosos. :-*
#790
Siempre tonterías cómo estas , pués es se lo pierde.Aunque seguirá forrandose. :-*