Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Apr 2001 21:34:18 -0400
From:      Alan Clegg <alan@clegg.com>
To:        freebsd-mobile@freebsd.org
Subject:   Sony VAIO Picturebook / Dual Headed Display
Message-ID:  <20010415213418.C78805@diskfarm.firehouse.net>

next in thread | raw e-mail | index | archive | help

--T4sUOijqQbZv57TR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

I was lucky enough to get a Sony PCG-C1VN PictureBook that has the ATI
Rage Mobility video chipset.  I've gotten X11 working wonderfully (1024x480
with a 1024x768 virtual screen), but was wondering...

Under Windows/ME, you have the ability to add a second monitor without
disabling the LCD, running dual-headed without a second video card.

Any ideas on how/if it's possible to get this going under X11
(X11R6.4/XFree86 from current ports).  I can't find anything on the web,
but may be looking for the wrong thing..

AlanC
-- 
perl -le '$_="6110>374086;2064208213:90<307;55";tr[0->][ LEOR\!AUBGNSTY];print'
    echo "6110>374086;2064208213:90<307;55" | tr '0->' ' LEOR\!AUBGNSTY'
	alan@clegg.com

--T4sUOijqQbZv57TR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=XF86Config

Section "Files"
    FontPath "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath "/usr/X11R6/lib/X11/fonts/sharefont/"
EndSection

# This loads all the modules...

Section "Module"
    Load  "GLcore"
    Load  "dbe"
    Load  "dri"
    Load  "extmod"
    Load  "glx"
    Load  "pex5"
    Load  "record"
    Load  "xie"
    Load  "v4l"
    Load "freetype"
    Load "speedo"
    Load "type1"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
    Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
    # nipple pointer
    Identifier  "Nipplemouse"
    Driver      "mouse"
    Option      "Device"        "/dev/sysmouse"
    Option      "Protocol"      "Auto"
    Option      "Emulate3Buttons"   "no"
EndSection

Section "Monitor"
    Identifier "Generic LCD Panel"
    VendorName "Unknown"
    ModelName  "Unknown"
#   HorizSync 30-64
#   VertRefresh 50-100
    ModeLine "1024x480m" 65.00 1024 1032 1176 1344 480 488 494 560 -hsync -vsync
    ModeLine "800x375m" 65.00 800 920 1376 1584 375 378 389 414 -hsync -vsync
    ModeLine "640x480m" 65.00 640 672 936 1056 480 485 487 520 -hsync -vsync
    ModeLine "640x300m" 65.00 640 648 888 1152 300 312 314 349 -hsync -vsync
    ModeLine "512x240m" 65.00 512 528 816 1152 240 240 242 277 -hsync -vsync
    Option "DPMS"
EndSection

Section "Device"
    Identifier "My Video Card"
    Driver "ati"
    BoardName "Unknown"
    BusID "PCI:0:13:0"
    ClockChip "Internal"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "My Video Card"
    Monitor "Generic LCD Panel"
    DefaultDepth 16
    Subsection "Display"
        Depth 32
        Modes "1024x480m" "800x375m" "640x480m" "640x300m" "512x240m"
        Virtual 1024 768
        ViewPort 1024 480
    EndSubSection
    Subsection "Display"
        Depth 24
        Modes "1024x480m" "800x375m" "640x480m" "640x300m" "512x240m"
        Virtual 1024 768
        ViewPort 1024 480
    EndSubSection
    Subsection "Display"
        Depth 16
        Modes "1024x480m" "800x375m" "640x480m" "640x300m" "512x240m"
        Virtual 1024 768
        ViewPort 1024 480
    EndSubSection
    Subsection "Display"
        Depth 8
        Modes "1024x480m" "800x375m" "640x480m" "640x300m" "512x240m"
        Virtual 1024 768
        ViewPort 1024 480
    EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "ServerLayout"
    Identifier "My Layout"
    Screen "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Nipplemouse" "CorePointer"
EndSection

--T4sUOijqQbZv57TR--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010415213418.C78805>