Pages

Tuesday, October 18, 2011

Actualizando a 11.10 (oneiric)

Normalmente suelo dejar una nota por aquí de mis actualizaciones de Ubuntu en mi segundo equipo...

Esta vez, he tenido que reconfigurar las X ya que me daba una resolución pésima (1024x800)

El problema, es el de siempre, el driver de Intel no va muy fino ... con mi tarjeta (según lspci):
VGA compatible controller: Intel Corporation 82865G Integrated Graphics Controller (rev 02)

Al hacer el "típico" Xorg -configure , se me genera un xorg.conf que dice que tengo dos pantallas y dos tarjetas gráficas

Así que no queda más remedio que usar el cvt para generar el Modeline y configurar "a pelo" las X (eliminando todo lo necesario del xorg.conf generado, quedando:


Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules"
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"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection

Section "Module"
Load "extmod"
Load "dbe"
Load "glx"
Load "record"
Load "dri2"
Load "dri"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor"
VendorName "LG"
ModelName "L1718S"
# 1280x1024 59.89 Hz (CVT 1.31M4) hsync: 63.67 kHz; pclk: 109.00 MHz
Modeline "1280x1024_60.00" 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
# 1024x800 59.77 Hz (CVT) hsync: 49.67 kHz; pclk: 66.75 MHz
Modeline "1024x800_60.00" 66.75 1024 1080 1184 1344 800 803 813 831 -hsync +vsync
Option "PreferredMode 1280x1024_60.00"
EndSection



Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz",
### : "%"
### [arg]: arg optional
#Option "DRI" # [bool]
#Option "ColorKey" # i
#Option "VideoKey" # i
#Option "FallbackDebug" # [bool]
#Option "Tiling" # [bool>]
#Option "LinearFramebuffer" # [bool]
#Option "Shadow" # [bool>]
#Option "SwapbuffersWait" # [bool]
#Option "TripleBuffer" # [bool]
#Option "XvMC" # [bool]
#Option "XvPreferOverlay" #
#Option "DebugFlushBatches" # [bool]
#Option "DebugFlushCaches" # [bool]
#Option "DebugWait" # [bool]
#Option "HotPlug" # [bool]
#Option "RelaxedFencing" # [bool]
Identifier "Card"
Driver "intel"
BusID "PCI:0:2:0"
EndSection


Section "Screen"
Identifier "Screen"
Device "Card"
Monitor "Monitor"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

A parte, de ese pequeño detalle de la resolución un par de problemillas:

1 No entra con la sesión ubuntu: Instalo ubuntu-desktop
2 Al entrar en modo GNOME, el escritorio se queda vacío, después de instalar ubuntu-deskto me aparece una sesión de nautilus, al menos hay más modos que probar (iniciando metacity y gnome-session, tengo lo esperado)
3 Desaparecen iconos de la barra de herramientas que había arriba => una vez que te aparece el famoso "unity" los iconos aparecen en la nueva barrita

No me disgusta la actualización ...

Saludos

2 comments:

  1. Hola que tal, soy Alejandro Solorzano , Te interesa poner anuncios de texto en tus blog.
    Puedes ganar hasta 100 Dolares AL MES por cada blog o web.

    Le rogamos nos remita los blogs , para poder revisarlos y cualcular el nº de entradas aceptadas.



    Alejandro Solorzano


    Tel: (503) - 74532917



    Msn / Messenger : alejandromd5@hotmail.com


    Persona de contacto : Alejandro Solorzano




    Saludos cordiales.

    ReplyDelete
  2. Muchas gracias por el interés Alejandro, pero no estoy interesado en poner publicidad en mi blog.

    Un saludo

    ReplyDelete