Announcement

Collapse
No announcement yet.

desktop wallpaper

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • desktop wallpaper

    Hello,

    Simple question: on a Parhelia in dual mode independant (1280x1024 + 1280x960), can I set a wall paper that is different for both screens?

    The nVidia card at work allows for this, but at home on my Parhelia, I can't seem to manage... It always duplicates it.


    Jörg
    pixar
    Dream as if you'll live forever. Live as if you'll die tomorrow. (James Dean)

  • #2
    If anyone wonders about it:


    Basically, you solve it by setting a webpage as desktop:
    Code:
    <html>
    <body>
    <img src="left.bmp" style="position: absolute; left: -800px">
    <img src="middle.bmp" style="position: absolute; left: 0px">
    <img src="right.bmp" style="position: absolute; left: 1024px">
    </body>
    </html>

    Jörg
    Last edited by VJ; 25 June 2006, 06:16. Reason: incorrect parsing of some codes
    pixar
    Dream as if you'll live forever. Live as if you'll die tomorrow. (James Dean)

    Comment

    Working...
    X