Not fixed with Posh Book P10

The openchrome driver loads without problem, but will not
use 1024x600 which is the ownly display mode know to supported
by the posh book P10.


  (II) CHROME(0): Not using mode "1024x600" (no mode of this name)


The selected mode is not supported by the posh book P10 lcd monitor.
 (II) CHROME(0): Name: 800x600
  (II) CHROME(0): Clock: 40000

Also, but not critical
  (EE) CHROME(0): [dri] VIADRIScreenInit failed -- version mismatch.
  [dri] libdri is 5.0.0, but 5.4.x is needed.
  [dri] Disabling DRI.


--------------------------------------
VESA supports mode 1024x600

(--) VESA(0): Virtual size is 1024x600 (pitch 1024)
(**) VESA(0): *Built-in mode "1024x600"


 (II) VESA(0): Setting up VESA Mode 0x203 (1024x600)

#####xorg.conf
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
EndSection

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizEdgeScroll"       "0"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
#       Driver          "vesa"
#       Driver          "openchrome"
        Option          "PanelSize" "1024x600"
        Option          "sw_cursor"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
 #   Option      "PreferredMode"       "1024x600"
 #      Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
    Subsection   "Display"
        Depth   24          # Depth 16 broke
        Modes   "1024x600"
    EndSubsection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Synaptics Touchpad"

-- 
[P4M900] incorrect screen detection [openchrome]
https://bugs.launchpad.net/bugs/182778
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-openchrome in ubuntu.

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to