[Openchrome-users] HP 2133 1.6 2GB/120 WLAN BT 3-CELL 8.9#VHB

Robert Bridge robert
Sun Dec 21 15:54:44 PST 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jon Nettleton wrote:
> On Mon, Dec 22, 2008 at 10:33 AM, Robert Bridge <robert at robbieab.com> wrote:
>> Johan T?rnklint wrote:
>>> Sure, send your xorg.conf will be very appriciated! thanks!
>>
>> Attached...
>>
>> It is a bit of a mess really, as it was put together using X -configure
>> and than tweaking to suit. However it does get the panel right.
>>
>> Section "ServerLayout"
>>        Identifier     "X.org Configured"
>>        Screen      0  "Screen0" 0 0
>>        InputDevice    "Mouse0" "CorePointer"
>>        InputDevice    "Keyboard0" "CoreKeyboard"
>> EndSection
>>
>> Section "Files"
>>        RgbPath      "/usr/share/X11/rgb"
>>        ModulePath   "/usr/lib/xorg/modules"
>>        FontPath     "/usr/share/fonts/misc/"
>>        FontPath     "/usr/share/fonts/TTF/"
>>        FontPath     "/usr/share/fonts/OTF"
>>        FontPath     "/usr/share/fonts/Type1/"
>>        FontPath     "/usr/share/fonts/100dpi/"
>>        FontPath     "/usr/share/fonts/75dpi/"
>> EndSection
>>
>> Section "Module"
>>        #Load  "dri"
>>        Load  "GLcore"
>>        Load  "extmod"
>>        Load  "xtrap"
>>        Load  "record"
>>        Load  "glx"
>>        Load  "dbe"
>>        Load  "type1"
>>        Load  "freetype"
>> EndSection
>>
>> Section "InputDevice"
>>        Identifier  "Keyboard0"
>>        Driver      "kbd"
>>        Option      "XkbLayout" "uk"
>> 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   "Monitor0"
>>        VendorName   "Monitor Vendor"
>>        ModelName    "Monitor Model"
>>        ModeLine "1280x768" 77.37 1280 1344 1480 1680 768 769 772 794
>>        DisplaySize  193   117
>> EndSection
>>
>> Section "Device"
>>        ### Available Driver options are:-
>>        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
>>        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
>>        ### [arg]: arg optional
>>        #Option     "PrintVGARegs"              # [<bool>]
>>        #Option     "PrintTVRegs"               # [<bool>]
>>        #Option     "I2CScan"                   # [<bool>]
>>        #Option     "VBEModes"                  # [<bool>]
>>        #Option     "NoAccel"                   # [<bool>]
>>        Option     "AccelMethod" "XAA"          # <str>
>>        #Option     "ExaNoComposite"            # [<bool>]
>>        #Option     "ExaScratchSize"            # <i>
>>        Option     "SWCursor" "on"              # [<bool>]
>>        #Option     "ShadowFB"                  # [<bool>]
>>        #Option     "Rotate"                    # [<str>]
>>        #Option     "VideoRAM"                  # <i>
>>        #Option     "ActiveDevice"              # [<str>]
>>        #Option     "BusWidth"                  # [<str>]
>>        #Option     "Center"                    # [<bool>]
>>        #Option     "PanelSize"                 # [<str>]
>>        Option     "ForcePanel" "on"            # [<bool>]
>>        #Option     "TVDotCrawl"                # [<bool>]
>>        #Option     "TVDeflicker"               # <i>
>>        #Option     "TVType"                    # [<str>]
>>        #Option     "TVOutput"                  # [<str>]
>>        #Option     "DisableVQ"                 # [<bool>]
>>        #Option     "DisableIRQ"                # [<bool>]
>>        #Option     "EnableAGPDMA"              # [<bool>]
>>        #Option     "NoAGPFor2D"                # [<bool>]
>>        #Option     "NoXVDMA"                   # [<bool>]
>>        #Option     "VbeSaveRestore"            # [<bool>]
>>        #Option     "DisableXvBWCheck"          # [<bool>]
>>        #Option     "MaxDRIMem"                 # <i>
>>        #Option     "AGPMem"                    # <i>
>>        Identifier  "Card0"
>>        Driver      "openchrome"
>>        VendorName  "Unknown Vendor"
>>        BoardName   "Unknown Board"
>>        BusID       "PCI:1:0:0"
>> EndSection
>>
>> Section "Screen"
>>        Identifier "Screen0"
>>        Device     "Card0"
>>        Monitor    "Monitor0"
>>        SubSection "Display"
>>                Viewport   0 0
>>                Depth     1
>>                Modes     "1280x768"
>>        EndSubSection
>>        SubSection "Display"
>>                Viewport   0 0
>>                Depth     4
>>                Modes     "1280x768"
>>        EndSubSection
>>        SubSection "Display"
>>                Viewport   0 0
>>                Depth     8
>>                Modes     "1280x768"
>>        EndSubSection
>>        SubSection "Display"
>>                Viewport   0 0
>>                Depth     15
>>                Modes     "1280x768"
>>        EndSubSection
>>        SubSection "Display"
>>                Viewport   0 0
>>                Depth     16
>>                Modes     "1280x768"
>>        EndSubSection
>>        SubSection "Display"
>>                Viewport   0 0
>>                Depth     24
>>                Modes     "1280x768"
>>        EndSubSection
>> EndSection
> 
> Well all I can say is that is completely broken.  That chipset is
> trying to use the bios modes to set the resolution and the bios is
> only giving back 1 resolution.  If you guys are interested in helping
> debug things, I will post a patch to try and get proper Panel
> Modesetting on your chipset.

The chipset was generating several modes when I started, the mode lines
were added to the Xorg.conf in an attempt to get X to select the
1280x768 mode as 1280x1024 is kinda annoying on the screen.

I would be happy to try and help out, after all I get a better working
system from it. ;) My only concern is for my gentoo install which is
getting to the point where I am very happy with it... Guess I need to
make up a stage4 tarball.

e > The timing will be weird because I am down in Melbourne AU now.  With
> some patience I think we can get this fixed up for you by Xmas.

Cool, I tend to be a night owl anyway, and am off work for the break,
so... I hang on IRC on Freenode if you are there, same ID as here.

RobbieAB
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAklO10QACgkQZr0UhZgPVmzxWACg7J/wBaoVkWhTA2dzWYpoU4vN
uvAAoKNGFzNtoTYx4+5baET+hSebN3KU
=Y/AE
-----END PGP SIGNATURE-----




More information about the Openchrome-users mailing list