[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Rendimiento batería: (Antes era: Duda con actualizaciones de Iceweasel / Icedove)



El 14/04/13 15:35, Eduardo Rios escribió:
> No me he enterado de nada de lo que dices :-P

:-þþ

Parece que hacemos de ¿besugos? No...es fácil...

> Con todos los kernels he tenido xorg.conf ya que uso los drivers flgrx. Y
> con ninguno he tenido que usar 'modes' en 'Display'

Yo uso NVIDIA, así que, es por norma general tener las 'modes' como he
mencionado en mi anterior mensaje. Que es fácil, con las flgrx también valen
y sirven para poder indicarle al servidor de gráficos que tienes una
pantalla que va hasta los 1600x900.

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

Te faltan varias cosas... :þ Como éstas:

Section "ServerLayout"

    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Generic Keyboard"
    InputDevice    "Synaptics Touchpad"
EndSection

> Section "Module"
> EndSection

Ahí te doy otras...:

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "dbe"
    Load           "extmod"
    Load           "freetype"
    Load           "type1"
    Load           "glx"
    Load           "record"
    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 "Monitor"
    Identifier     "Monitor genérico"
    VendorName     "Unknown"
EndSection

> Section "Device"
>     Identifier  "aticonfig-Device[0]-0"
>     Driver      "fglrx"
>     BusID       "PCI:1:0:0"
> EndSection

Section "Device"
    Identifier     "nVidia Corporation NVIDIA Default Card"
    Driver         "nvidia"
    Option         "HWCursor" "Off"
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
>     EndSubSection
> EndSection

Yo te doy estas:

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NVIDIA Default Card"
    Monitor        "Monitor genérico"
    DefaultDepth   24
    Option         "NoLogo" "true"
    Option         "AddARGBGLXVisuals" "true"
    Option         "RenderAccel" "true"
    Option         "AllowGLXWithComposite" "true"
    Option         "CursorShadow" "on"
    Option         "DamageEvents" "true"
    SubSection     "Display"
        Depth       1
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1440x900"
    EndSubSection
    SubSection     "Display"
        Depth       32
        Modes      "1440x900"
    EndSubSection
EndSection

Y funcionando...a la perfección. Y hay más cosillas que tengo en el mismo.
Funciona también con flgrx.

:þ

-- 
Saludos de Santiago José López Borrazás.


Reply to: