tras luchar con el linux ya instalado , compro lcd bravia KDL-32P3000
y no consigo subir la resolucion en Ubuntu , problema muy raro
esto es en 7 (576p)

esto es en 7 (576p) - full
esto es pasando a 8 (720p)
esto es pasando a 9 (1080i)
-----------------------------------
bien el menu de ps3 (juegos) o XMb esta en 1080i (50)
¿?¿?¿?¿?¿?¿ a que puede ser devido
#######################//SOLUCIONADO//#############################
bien tras pagerma con linux ubuntu , la estersion 1080 es demasiado para mi vista , necesito prismaticos.
bien modificamos vistas y no se ve pulsamos control+alt+borrar , se reiniciara el sistema grafico . (no tengais miedo esto no afecta a el linux , ni se modigfica , ni se graba ) Foto 3
si se ve como en la foto 4 y 5 , esto ya hay que hacer lo que dice mas abajo Sefford,
pero a mi personalmente no me funciona, pulsareis CONTROL+ALT+BORRAR y no afertara a nada segira como antes , hay que modificar dibersas cosas.
el archivo kboot.conf y el xsorg.conf (yo he modificado los dos.
el primero es el que mediante claves acedemos a los dibersos modos.
message=/etc/kboot.msg
default=linux
timeout=150
linux='/boot/vmlinux initrd=/boot/initrd.img root=UUID=43f7208e-d7af-481b-9355-e7f37abc49e9 quiet splash video=ps3fb:mode:3'
old='/boot/vmlinux initrd=/boot/initrd.img root=UUID=43f7208e-d7af-481b-9355-e7f37abc49e9 quiet splash'
modo720='/boot/vmlinux initrd=/boot/initrd.img root=UUID=43f7208e-d7af-481b-9355-e7f37abc49e9 quiet splash video=ps3fb:mode:3'
modo1080='/boot/vmlinux initrd=/boot/initrd.img root=UUID=43f7208e-d7af-481b-9355-e7f37abc49e9 quiet splash video=ps3fb:mode:4'
(intentar aæadir vosotros , "" video=ps3fb:mode:4' "" detras de buestro " quiet splash"
--------------------------------------------------------------------------
esplicacionm :
cuando llegamos a Kboot en el inicio , si escribimos :
-nada y pulsamos intro (arrancara en 720p)
- old y pulsamos intro (arrancara en normal )
-modo70 y pulsamos intro (arrancamos en 720p)
-modo1080 y pulsamos intro (arrancamos en 1080)
---------------------------------------------------------------------------
este archivo esta en /etx/kboot.conf
se edita : sudo gedit /etc/kboot.conf
ahora le toca a el xorg.conf , copia y pega este (es loque hice yo)
# /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 "dri"
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" "pc105"
Option "XkbLayout" "dk"
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"
Identifier "Generic Video Card"
Driver "fbdev"
Option "ShadowFB" "false"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
DefaultFbBpp 32
SubSection "Display"
Depth 1
# Modes "1024x768" "800x600" "640x480"
Modes "1920x1080" "1280x720"
EndSubSection
SubSection "Display"
Depth 4
# Modes "1024x768" "800x600" "640x480"
Modes "1920x1080" "1280x720"
EndSubSection
SubSection "Display"
Depth 8
# Modes "1024x768" "800x600" "640x480"
Modes "1920x1080" "1280x720"
EndSubSection
SubSection "Display"
Depth 15
# Modes "1024x768" "800x600" "640x480"
Modes "1920x1080" "1280x720"
EndSubSection
SubSection "Display"
Depth 16
# Modes "1024x768" "800x600" "640x480"
Modes "1920x1080" "1280x720"
EndSubSection
SubSection "Display"
Depth 24
# Modes "1024x768" "800x600" "640x480"
Modes "1920x1080" "1280x720"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
este archivo esta en /etc/X11/xsorg.conf
se edita : sudo gedit /etc/X11/xsorg.conf
---------------------------------------------------------------------------
bien si la habeis fastidiado con kboot.conf y no arranca , intentarlos con
old + intro , si nada sigue sin funcinar y creeis que es problema de mala edicion de kboot.conf
-------------------------------------------------------------------------------
cuando llegeis a kboot , en inicio , poneis:
cd etc
mount -o remount,rw/
sudo nano /etc/kboot.conf
.- lo modificais y grabais el archivo .