Fedora 10 - Aspire One - Virtual on LVDS

Craig White craigwhite at azapple.com
Fri Mar 20 09:51:09 PDT 2009


The object is to have a larger virtual screen than the built in LVDS
1024x600, perhaps 1024x768 or 1280x1024 but I can't seem to make that
happen.

Fedora 10, i386, various rpm packages including (and I may have been too
aggressive removing some from this list)...

# rpm -qa|grep xorg
xorg-x11-font-utils-7.2-6.fc10.i386   
xorg-x11-drv-fbdev-0.3.1-7.fc9.i386   
xorg-x11-drv-fpit-1.2.0-1.fc9.i386    
xorg-x11-drv-digitaledge-1.1.1-1.fc9.i386
xorg-x11-drivers-7.3-9.fc10.i386         
xorg-x11-server-Xorg-1.5.3-15.fc10.i386  
xorg-x11-drv-vesa-2.0.0-1.fc10.i386        
xorg-x11-drv-i810-2.5.0-4.fc10.i386
xorg-x11-fonts-ISO8859-1-75dpi-7.2-6.fc9.noarch
xorg-x11-drv-keyboard-1.3.2-1.fc10.i386
xorg-x11-drv-evdev-2.1.3-1.fc10.i386
xorg-x11-server-common-1.5.3-15.fc10.i386
xorg-x11-filesystem-7.3-2.fc10.noarch
xorg-x11-xkb-utils-7.2-7.fc10.i386
xorg-x11-utils-7.4-3.fc10.i386
xorg-x11-apps-7.3-5.fc10.i386
xorg-x11-xauth-1.0.2-5.fc10.i386
xorg-x11-xinit-1.0.9-4.fc10.i386
xorg-x11-drv-mouse-1.3.0-2.fc9.i386
xorg-x11-drv-s3virge-1.10.0-1.fc9.i386
xorg-x11-server-utils-7.4-3.fc10.i386
xorg-x11-drv-i128-1.3.0-1.fc9.i386
xorg-x11-drv-apm-1.2.0-1.fc9.i386
xorg-x11-xdm-1.1.6-6.fc10.i386

nothing I have done so far has allowed me to have a virtual screen on
the LVDS larger than 1024x600.

Presently xorg.conf on my Aspire One looks like this...

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
# keyboard added by rhpxl
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105+inet"
        Option      "XkbLayout" "us"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "intel"
    VendorName  "Intel Corporation"
    BoardName   "Mobile 945GME Express Integrated Graphics Controller"
    VideoRam    229376
    Option        "MonitorLayout" "LVDS,VGA"
    Option        "Clone" "true"
#    Option        "AccelMethod" "EXA"
    Option        "NoAccel" "true"
    Option        "MigrationHeuristic" "greedy"
    Option        "CacheLines" "1980"
    BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1280x1024" "1024x768" "1024x600"
                Virtual 2048 2048
        EndSubSection
EndSection

and I have had various sizes in 'Virtual' from 1024 768 and 1280 1024
and have tried disabling the 'Modes' line altogether or just had it with
"1280x1024" (my 19" display) but nothing has worked. I have been mostly
testing things with just the built-in display because that is where I
want the larger virtual screen.

;-(

Craig




More information about the xorg mailing list