Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: 12.10 - Extended Desktop - How to change virtual desktop size?

  1. #1
    Join Date
    Nov 2012
    Beans
    11

    Question 12.10 - Extended Desktop - How to change virtual desktop size?

    Running: Ubuntu Studio 12.10
    Platform: Acer Aspire One AO751h
    Screen: 1366x768
    Video: Integrated Intel Graphics Media Accelerator 500

    with Dual Monitor:

    Monitor: AOC 22
    Res: 1920x1080

    Ran: $ xrandr --output VGA-0 --mode 1920x1080 --right-of LVDS-0

    Got: $ xrandr: screen cannot be larger than 2048x2048 (desired size 3286x1080)

    There is no initial xorg.conf file to edit and they changed the location /xorg.conf.d/ to /usr/share/X11 in 12.10.

    Please advise me on the best way to get the virtual display (extended desktop) running properly. I use this setup for work and any help would be appreciated

  2. #2
    Join Date
    Nov 2012
    Beans
    11

    Re: 12.10 - Extended Desktop - How to change virtual desktop size?

    Another method that I tried today yielded the same result, that was:

    $ xrandr --output LVDS-0 --mode 1366x768 --output VGA-0 --mode 1920x1080 --right-of LVDS-0

    Tried with (sudo) root, still got the same message:

    $ xrandr: screen cannot be larger than 2048x2048 (desired size 3286x1080)

    I've been reading through setting up xorg.conf files today, none of the methods I've been finding on the forum have been working (they worked fine for my 10.04 LTS install, but unfortunately, Ubuntu updated itself and that system crashed).

    Looking forward to some help - thanks!

  3. #3
    Join Date
    Apr 2009
    Location
    Aotearoha
    Beans
    2,692
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: 12.10 - Extended Desktop - How to change virtual desktop size?

    I think your intel graphics is limited to 2Kx2K because you are not using the proprietary driver..

    The GMA500 is a nasty intel GPU designed by PowerVR SGX (Poulsbo)
    The best driver is not open source.

    Most of the intel GPUs are supported by the free open source drivers with support of intel but not GMA500 or Cedartrail.

    glxinfo | grep OpenGL

    post the /var/log/Xorg.0.log file

  4. #4
    Join Date
    Nov 2012
    Beans
    11

    Re: 12.10 - Extended Desktop - How to change virtual desktop size?

    Here is a copy of the previous xorg.conf file that worked:

    Code:
    Section "Device"
        Identifier  "Videocard0"
        Driver      "psb"
        Option      "IgnoreACPI"
    EndSection
    
    Section "Extensions"
        Option        "Composite" "Enable"
    EndSection
    
    Section "Screen"
        Identifier "screen1"
        Device "Videocard0"
        DefaultColorDepth 24
    
        Subsection "Display"
            Depth 24
            Virtual 3286 1828
        EndSubsection
    EndSection
    However, when placed in /etc/X11/, the system will not boot - again, worked fine under 10.04 LTS, but does not work under 12.10.

    I made sure to run:

    Code:
    sudo chmod 755 xorg.conf
    As well ...

    Other information;

    $ lsmod | grep gma shows;

    Code:
    Gma500_gfx            187730  1 
    drm_kms_helper         45271  1 gma500_gfx
    drm                   226367  3 gma500_gfx,drm_kms_helper
    i2c_algo_bit           13197  1 gma500_gfx
    video                  18847  2 acer_wmi,gma500_gfx
    and,

    $ lspci | grep VGA shows;

    Code:
    00:02.0 VGA compatible controller: Intel Corporation System Controller Hub (SCH Poulsbo) Graphics Controller (rev 07)
    Stated, I placed a file specific to the video card's driver here :

    /usr/share/X11/xorg.conf.d/20-gpudriver.conf

    Code:
     Section "Device"     Identifier "gma500_gfx"     Driver     "modesetting"     Option     "SWCursor"       "ON"   EndSection
    While this did not keep the system from booting up, even with this setting, XRandR
    still returned:

    xrandr: screen cannot be larger than 2048x2048 (desired size 3286x1080)

    I've tried as much as I can, please help if you know of any other options.

  5. #5
    Join Date
    Nov 2012
    Beans
    11

    Re: 12.10 - Extended Desktop - How to change virtual desktop size?

    Quote Originally Posted by BicyclerBoy View Post
    I think your intel graphics is limited to 2Kx2K because you are not using the proprietary driver..

    The GMA500 is a nasty intel GPU designed by PowerVR SGX (Poulsbo)
    The best driver is not open source.

    Most of the intel GPUs are supported by the free open source drivers with support of intel but not GMA500 or Cedartrail.

    glxinfo | grep OpenGL

    post the /var/log/Xorg.0.log file
    When I ran glxinfo, I had to install mesa-utils

    Anyway, here is the return:

    Code:
    OpenGL vendor string: VMware, Inc.
    OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 0x301)
    OpenGL version string: 2.1 Mesa 9.0
    OpenGL shading language version string: 1.20
    OpenGL extensions
    here is the return from /var/log/Xorg.0.log file

    Code:
    [    18.575] 
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    [    18.575] X Protocol Version 11, Revision 0
    [    18.575] Build Operating System: Linux 3.2.0-26-generic i686 Ubuntu
    [    18.575] Current Operating System: Linux tsani-top 3.5.0-17-lowlatency #18-Ubuntu SMP PREEMPT Tue Oct 9 20:05:16 UTC 2012 i686
    [    18.576] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-lowlatency root=UUID=141b3433-b441-4d95-9362-eccd3aa91713 ro quiet splash vt.handoff=7
    [    18.576] Build Date: 08 October 2012  03:34:08PM
    [    18.576] xorg-server 2:1.13.0-0ubuntu6 (For technical support please see http://www.ubuntu.com/support) 
    [    18.576] Current version of pixman: 0.26.0
    [    18.576]     Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    [    18.576] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [    18.577] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 16 19:19:07 2012
    [    18.589] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [    18.600] (==) No Layout section.  Using the first Screen section.
    [    18.601] (==) No screen section available. Using defaults.
    [    18.601] (**) |-->Screen "Default Screen Section" (0)
    [    18.601] (**) |   |-->Monitor "<default monitor>"
    [    18.602] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
    [    18.602] (**) |   |-->Device "gma500_gfx"
    [    18.602] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
    [    18.602] (==) Automatically adding devices
    [    18.602] (==) Automatically enabling devices
    [    18.602] (==) Automatically adding GPU devices
    [    18.616] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    [    18.616]     Entry deleted from font path.
    [    18.616] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
    [    18.616]     Entry deleted from font path.
    [    18.616] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
    [    18.616]     Entry deleted from font path.
    [    18.618] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
    [    18.618]     Entry deleted from font path.
    [    18.618] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
    [    18.618]     Entry deleted from font path.
    [    18.618] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
    [    18.618]     Entry deleted from font path.
    [    18.619] (==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/Type1,
        built-ins
    [    18.619] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
    [    18.619] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
    [    18.619] (II) Loader magic: 0xb772f640
    [    18.619] (II) Module ABI versions:
    [    18.619]     X.Org ANSI C Emulation: 0.4
    [    18.619]     X.Org Video Driver: 13.0
    [    18.619]     X.Org XInput driver : 18.0
    [    18.619]     X.Org Server Extension : 7.0
    [    18.620] (II) config/udev: Adding drm device (/dev/dri/card0)
    [    18.624] (--) PCI:*(0:0:2:0) 8086:8108:1025:0244 rev 7, Mem @ 0xb0080000/524288, 0xc0000000/268435456, 0xb0000000/262144, I/O @ 0x00001800/8
    [    18.624] (II) Open ACPI successful (/var/run/acpid.socket)
    [    18.624] Initializing built-in extension Generic Event Extension
    [    18.624] Initializing built-in extension SHAPE
    [    18.624] Initializing built-in extension MIT-SHM
    [    18.624] Initializing built-in extension XInputExtension
    [    18.625] Initializing built-in extension XTEST
    [    18.625] Initializing built-in extension BIG-REQUESTS
    [    18.625] Initializing built-in extension SYNC
    [    18.625] Initializing built-in extension XKEYBOARD
    [    18.625] Initializing built-in extension XC-MISC
    [    18.625] Initializing built-in extension SECURITY
    [    18.625] Initializing built-in extension XINERAMA
    [    18.625] Initializing built-in extension XFIXES
    [    18.625] Initializing built-in extension RENDER
    [    18.625] Initializing built-in extension RANDR
    [    18.625] Initializing built-in extension COMPOSITE
    [    18.625] Initializing built-in extension DAMAGE
    [    18.625] Initializing built-in extension MIT-SCREEN-SAVER
    [    18.625] Initializing built-in extension DOUBLE-BUFFER
    [    18.626] Initializing built-in extension RECORD
    [    18.626] Initializing built-in extension DPMS
    [    18.626] Initializing built-in extension X-Resource
    [    18.626] Initializing built-in extension XVideo
    [    18.626] Initializing built-in extension XVideo-MotionCompensation
    [    18.626] Initializing built-in extension XFree86-VidModeExtension
    [    18.626] Initializing built-in extension XFree86-DGA
    [    18.626] Initializing built-in extension XFree86-DRI
    [    18.626] Initializing built-in extension DRI2
    [    18.626] (II) LoadModule: "glx"
    [    18.670] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [    18.671] (II) Module glx: vendor="X.Org Foundation"
    [    18.671]     compiled for 1.13.0, module version = 1.0.0
    [    18.671]     ABI class: X.Org Server Extension, version 7.0
    [    18.672] (==) AIGLX enabled
    [    18.672] Loading extension GLX
    [    18.672] (II) LoadModule: "modesetting"
    [    18.673] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [    18.673] (II) Module modesetting: vendor="X.Org Foundation"
    [    18.673]     compiled for 1.13.0, module version = 0.5.0
    [    18.673]     Module class: X.Org Video Driver
    [    18.673]     ABI class: X.Org Video Driver, version 13.0
    [    18.673] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [    18.673] (++) using VT number 7
    
    [    18.674] (II) modesetting(0): using drv /dev/dri/card0
    [    18.674] (II) modesetting(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
    [    18.674] (==) modesetting(0): Depth 24, (==) framebuffer bpp 32
    [    18.674] (**) modesetting(0): Option "SWcursor" "ON"
    [    18.674] (==) modesetting(0): RGB weight 888
    [    18.674] (==) modesetting(0): Default visual is TrueColor
    [    18.674] (II) modesetting(0): ShadowFB: preferred NO, enabled NO
    [    18.945] (II) modesetting(0): Output LVDS-0 has no monitor section
    [    19.036] (II) modesetting(0): Output S-video-0 has no monitor section
    [    19.126] (II) modesetting(0): Output S-video-1 has no monitor section
    [    19.312] (II) modesetting(0): Output VGA-0 has no monitor section
    [    19.573] (II) modesetting(0): EDID for output LVDS-0
    [    19.573] (II) modesetting(0): Manufacturer: CMO  Model: 1100  Serial#: 0
    [    19.573] (II) modesetting(0): Year: 2009  Week: 9
    [    19.573] (II) modesetting(0): EDID Version: 1.3
    [    19.573] (II) modesetting(0): Digital Display Input
    [    19.573] (II) modesetting(0): Max Image Size [cm]: horiz.: 25  vert.: 14
    [    19.573] (II) modesetting(0): Gamma: 2.20
    [    19.573] (II) modesetting(0): No DPMS capabilities specified
    [    19.573] (II) modesetting(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
    [    19.573] (II) modesetting(0): First detailed timing is preferred mode
    [    19.573] (II) modesetting(0): redX: 0.565 redY: 0.348   greenX: 0.343 greenY: 0.585
    [    19.574] (II) modesetting(0): blueX: 0.161 blueY: 0.121   whiteX: 0.313 whiteY: 0.329
    [    19.574] (II) modesetting(0): Manufacturer's mask: 0
    [    19.574] (II) modesetting(0): Supported detailed timing:
    [    19.574] (II) modesetting(0): clock: 69.3 MHz   Image Size:  256 x 144 mm
    [    19.574] (II) modesetting(0): h_active: 1366  h_sync: 1398  h_sync_end 1420 h_blank_end 1474 h_border: 0
    [    19.574] (II) modesetting(0): v_active: 768  v_sync: 770  v_sync_end 774 v_blanking: 784 v_border: 0
    [    19.574] (II) modesetting(0):  N116B6-L02
    [    19.574] (II) modesetting(0):  CMO
    [    19.574] (II) modesetting(0):  N116B6-L02
    [    19.574] (II) modesetting(0): EDID (in hex):
    [    19.574] (II) modesetting(0):     00ffffffffffff000daf001100000000
    [    19.574] (II) modesetting(0):     0913010380190e780acf459059579529
    [    19.574] (II) modesetting(0):     1f505400000001010101010101010101
    [    19.574] (II) modesetting(0):     010101010101121b566c500010302016
    [    19.574] (II) modesetting(0):     2400009010000018000000fe004e3131
    [    19.575] (II) modesetting(0):     3642362d4c30320a2020000000fe0043
    [    19.575] (II) modesetting(0):     4d4f0a202020202020202020000000fe
    [    19.575] (II) modesetting(0):     004e31313642362d4c30320a20200071
    [    19.575] (II) modesetting(0): Printing probed modes for output LVDS-0
    [    19.575] (II) modesetting(0): Modeline "1366x768"x60.0   69.30  1366 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz eP)
    [    19.665] (II) modesetting(0): EDID for output S-video-0
    [    19.758] (II) modesetting(0): EDID for output S-video-1
    [    19.943] (II) modesetting(0): EDID for output VGA-0
    [    19.943] (II) modesetting(0): Manufacturer: AOC  Model: 2243  Serial#: 10322
    [    19.943] (II) modesetting(0): Year: 2012  Week: 5
    [    19.943] (II) modesetting(0): EDID Version: 1.3
    [    19.943] (II) modesetting(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
    [    19.943] (II) modesetting(0): Sync:  Separate
    [    19.943] (II) modesetting(0): Max Image Size [cm]: horiz.: 48  vert.: 27
    [    19.943] (II) modesetting(0): Gamma: 2.20
    [    19.944] (II) modesetting(0): DPMS capabilities: Off; RGB/Color Display
    [    19.944] (II) modesetting(0): First detailed timing is preferred mode
    [    19.944] (II) modesetting(0): redX: 0.648 redY: 0.339   greenX: 0.282 greenY: 0.603
    [    19.944] (II) modesetting(0): blueX: 0.143 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
    [    19.944] (II) modesetting(0): Supported established timings:
    [    19.944] (II) modesetting(0): 720x400@70Hz
    [    19.944] (II) modesetting(0): 640x480@60Hz
    [    19.944] (II) modesetting(0): 640x480@67Hz
    [    19.944] (II) modesetting(0): 640x480@72Hz
    [    19.944] (II) modesetting(0): 640x480@75Hz
    [    19.944] (II) modesetting(0): 800x600@56Hz
    [    19.944] (II) modesetting(0): 800x600@60Hz
    [    19.944] (II) modesetting(0): 800x600@72Hz
    [    19.944] (II) modesetting(0): 800x600@75Hz
    [    19.944] (II) modesetting(0): 832x624@75Hz
    [    19.944] (II) modesetting(0): 1024x768@60Hz
    [    19.944] (II) modesetting(0): 1024x768@70Hz
    [    19.944] (II) modesetting(0): 1024x768@75Hz
    [    19.944] (II) modesetting(0): 1280x1024@75Hz
    [    19.944] (II) modesetting(0): Manufacturer's mask: 0
    [    19.944] (II) modesetting(0): Supported standard timings:
    [    19.944] (II) modesetting(0): #0: hsize: 1280  vsize 960  refresh: 60  vid: 16513
    [    19.945] (II) modesetting(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
    [    19.945] (II) modesetting(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
    [    19.945] (II) modesetting(0): #3: hsize: 1680  vsize 1050  refresh: 60  vid: 179
    [    19.945] (II) modesetting(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
    [    19.945] (II) modesetting(0): Supported detailed timing:
    [    19.945] (II) modesetting(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
    [    19.945] (II) modesetting(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
    [    19.945] (II) modesetting(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
    [    19.945] (II) modesetting(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
    [    19.945] (II) modesetting(0): Monitor name: 2243W
    [    19.945] (II) modesetting(0): Serial No: ACYC1OA010322
    [    19.945] (II) modesetting(0): EDID (in hex):
    [    19.945] (II) modesetting(0):     00ffffffffffff0005e3432252280000
    [    19.945] (II) modesetting(0):     0516010368301b782a3585a656489a24
    [    19.945] (II) modesetting(0):     125054bfef00814081809500b300d1c0
    [    19.945] (II) modesetting(0):     010101010101023a801871382d40582c
    [    19.945] (II) modesetting(0):     4500dd0c1100001e000000fd00374b1e
    [    19.945] (II) modesetting(0):     5311000a202020202020000000fc0032
    [    19.945] (II) modesetting(0):     323433570a20202020202020000000ff
    [    19.945] (II) modesetting(0):     0041435943314f413031303332320064
    [    19.946] (II) modesetting(0): Printing probed modes for output VGA-0
    [    19.946] (II) modesetting(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [    19.946] (II) modesetting(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [    19.946] (II) modesetting(0): Modeline "1680x945"x60.0  131.48  1680 1784 1960 2240  945 946 949 978 -hsync +vsync (58.7 kHz)
    [    19.946] (II) modesetting(0): Modeline "1400x1050"x74.9  156.00  1400 1504 1648 1896  1050 1053 1057 1099 -hsync +vsync (82.3 kHz e)
    [    19.946] (II) modesetting(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
    [    19.946] (II) modesetting(0): Modeline "1600x900"x60.0  118.96  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
    [    19.946] (II) modesetting(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [    19.946] (II) modesetting(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [    19.946] (II) modesetting(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
    [    19.946] (II) modesetting(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
    [    19.946] (II) modesetting(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [    19.946] (II) modesetting(0): Modeline "1366x768"x60.0   85.89  1366 1439 1583 1800  768 769 772 795 -hsync +vsync (47.7 kHz)
    [    19.946] (II) modesetting(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
    [    19.946] (II) modesetting(0): Modeline "1280x800"x74.9  106.50  1280 1360 1488 1696  800 803 809 838 -hsync +vsync (62.8 kHz e)
    [    19.947] (II) modesetting(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
    [    19.947] (II) modesetting(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
    [    19.947] (II) modesetting(0): Modeline "1280x768"x74.9  102.25  1280 1360 1488 1696  768 771 778 805 +hsync -vsync (60.3 kHz e)
    [    19.947] (II) modesetting(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
    [    19.947] (II) modesetting(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
    [    19.947] (II) modesetting(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
    [    19.947] (II) modesetting(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
    [    19.947] (II) modesetting(0): Modeline "1024x576"x60.0   46.97  1024 1064 1168 1312  576 577 580 597 -hsync +vsync (35.8 kHz)
    [    19.947] (II) modesetting(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
    [    19.947] (II) modesetting(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
    [    19.947] (II) modesetting(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
    [    19.947] (II) modesetting(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
    [    19.947] (II) modesetting(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
    [    19.947] (II) modesetting(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
    [    19.947] (II) modesetting(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
    [    19.947] (II) modesetting(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
    [    19.948] (II) modesetting(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
    [    19.948] (II) modesetting(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [    19.948] (II) modesetting(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
    [    19.948] (II) modesetting(0): Output LVDS-0 connected
    [    19.948] (II) modesetting(0): Output S-video-0 disconnected
    [    19.948] (II) modesetting(0): Output S-video-1 disconnected
    [    19.948] (II) modesetting(0): Output VGA-0 connected
    [    19.948] (II) modesetting(0): Using exact sizes for initial modes
    [    19.948] (II) modesetting(0): Output LVDS-0 using initial mode 1366x768
    [    19.948] (II) modesetting(0): Output VGA-0 using initial mode 1366x768
    [    19.948] (II) modesetting(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [    19.948] (==) modesetting(0): DPI set to (96, 96)
    [    19.948] (II) Loading sub module "fb"
    [    19.948] (II) LoadModule: "fb"
    [    19.949] (II) Loading /usr/lib/xorg/modules/libfb.so
    [    19.950] (II) Module fb: vendor="X.Org Foundation"
    [    19.950]     compiled for 1.13.0, module version = 1.0.0
    [    19.950]     ABI class: X.Org ANSI C Emulation, version 0.4
    [    19.950] (==) Depth 24 pixmap format is 32 bpp
    [    19.950] (==) modesetting(0): Backing store disabled
    [    19.950] (==) modesetting(0): Silken mouse enabled
    [    19.950] (II) modesetting(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [    19.951] (==) modesetting(0): DPMS enabled
    [    20.321] (--) RandR disabled
    [    20.412] (II) AIGLX: Screen 0 is not DRI2 capable
    [    20.412] (II) AIGLX: Screen 0 is not DRI capable
    [    21.073] (II) AIGLX: Loaded and initialized swrast
    [    21.073] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [    21.075] (II) modesetting(0): Damage tracking initialized
    [    21.075] (II) modesetting(0): Setting screen physical size to 361 x 203
    [    21.242] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    [    21.261] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
    [    21.261] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [    21.261] (II) LoadModule: "evdev"
    [    21.272] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [    21.288] (II) Module evdev: vendor="X.Org Foundation"
    [    21.288]     compiled for 1.13.0, module version = 2.7.3
    [    21.288]     Module class: X.Org XInput Driver
    [    21.288]     ABI class: X.Org XInput driver, version 18.0
    [    21.288] (II) Using input driver 'evdev' for 'Video Bus'
    [    21.289] (**) Video Bus: always reports core events
    [    21.289] (**) evdev: Video Bus: Device: "/dev/input/event6"
    [    21.289] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [    21.289] (--) evdev: Video Bus: Found keys
    [    21.289] (II) evdev: Video Bus: Configuring as keyboard
    [    21.289] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7/event6"
    [    21.289] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
    [    21.290] (**) Option "xkb_rules" "evdev"
    [    21.290] (**) Option "xkb_model" "pc105"
    [    21.290] (**) Option "xkb_layout" "us"
    [    21.292] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [    21.292] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [    21.292] (II) Using input driver 'evdev' for 'Power Button'
    [    21.292] (**) Power Button: always reports core events
    [    21.292] (**) evdev: Power Button: Device: "/dev/input/event1"
    [    21.293] (--) evdev: Power Button: Vendor 0 Product 0x1
    [    21.293] (--) evdev: Power Button: Found keys
    [    21.293] (II) evdev: Power Button: Configuring as keyboard
    [    21.293] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
    [    21.293] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [    21.293] (**) Option "xkb_rules" "evdev"
    [    21.293] (**) Option "xkb_model" "pc105"
    [    21.293] (**) Option "xkb_layout" "us"
    [    21.295] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [    21.295] (II) No input driver specified, ignoring this device.
    [    21.295] (II) This device may have been added with another device file.
    [    21.296] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [    21.296] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [    21.297] (II) Using input driver 'evdev' for 'Sleep Button'
    [    21.297] (**) Sleep Button: always reports core events
    [    21.297] (**) evdev: Sleep Button: Device: "/dev/input/event2"
    [    21.297] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [    21.297] (--) evdev: Sleep Button: Found keys
    [    21.297] (II) evdev: Sleep Button: Configuring as keyboard
    [    21.297] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
    [    21.297] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [    21.297] (**) Option "xkb_rules" "evdev"
    [    21.297] (**) Option "xkb_model" "pc105"
    [    21.297] (**) Option "xkb_layout" "us"
    [    21.299] (II) config/udev: Adding drm device (/dev/dri/card0)
    [    21.301] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event10)
    [    21.301] (II) No input driver specified, ignoring this device.
    [    21.301] (II) This device may have been added with another device file.
    [    21.302] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event11)
    [    21.302] (II) No input driver specified, ignoring this device.
    [    21.302] (II) This device may have been added with another device file.
    [    21.303] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/event4)
    [    21.303] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev keyboard catchall"
    [    21.304] (II) Using input driver 'evdev' for 'Microsft Microsoft Wireless Desktop Receiver 3.1'
    [    21.304] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: always reports core events
    [    21.304] (**) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Device: "/dev/input/event4"
    [    21.304] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Vendor 0x45e Product 0xf9
    [    21.304] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found keys
    [    21.304] (II) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as keyboard
    [    21.304] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input5/event4"
    [    21.304] (II) XINPUT: Adding extended input device "Microsft Microsoft Wireless Desktop Receiver 3.1" (type: KEYBOARD, id 9)
    [    21.304] (**) Option "xkb_rules" "evdev"
    [    21.304] (**) Option "xkb_model" "pc105"
    [    21.304] (**) Option "xkb_layout" "us"
    [    21.307] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/event5)
    [    21.307] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev pointer catchall"
    [    21.307] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev keyboard catchall"
    [    21.307] (II) Using input driver 'evdev' for 'Microsft Microsoft Wireless Desktop Receiver 3.1'
    [    21.307] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: always reports core events
    [    21.307] (**) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Device: "/dev/input/event5"
    [    21.307] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Vendor 0x45e Product 0xf9
    [    21.307] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found 9 mouse buttons
    [    21.307] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found scroll wheel(s)
    [    21.308] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found relative axes
    [    21.308] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found x and y relative axes
    [    21.308] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found absolute axes
    [    21.308] (II) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Forcing absolute x/y axes to exist.
    [    21.308] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found keys
    [    21.308] (II) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as mouse
    [    21.308] (II) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as keyboard
    [    21.308] (II) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Adding scrollwheel support
    [    21.308] (**) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: YAxisMapping: buttons 4 and 5
    [    21.308] (**) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [    21.308] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input6/event5"
    [    21.308] (II) XINPUT: Adding extended input device "Microsft Microsoft Wireless Desktop Receiver 3.1" (type: KEYBOARD, id 10)
    [    21.308] (**) Option "xkb_rules" "evdev"
    [    21.308] (**) Option "xkb_model" "pc105"
    [    21.308] (**) Option "xkb_layout" "us"
    [    21.309] (II) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: initialized for relative axes.
    [    21.309] (WW) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: ignoring absolute axes.
    [    21.310] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) keeping acceleration scheme 1
    [    21.310] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration profile 0
    [    21.310] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration factor: 2.000
    [    21.310] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration threshold: 4
    [    21.311] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/mouse0)
    [    21.311] (II) No input driver specified, ignoring this device.
    [    21.312] (II) This device may have been added with another device file.
    [    21.313] (II) config/udev: Adding input device WebCam (/dev/input/event8)
    [    21.313] (**) WebCam: Applying InputClass "evdev keyboard catchall"
    [    21.313] (II) Using input driver 'evdev' for 'WebCam'
    [    21.313] (**) WebCam: always reports core events
    [    21.313] (**) evdev: WebCam: Device: "/dev/input/event8"
    [    21.313] (--) evdev: WebCam: Vendor 0x64e Product 0xa102
    [    21.313] (--) evdev: WebCam: Found keys
    [    21.313] (II) evdev: WebCam: Configuring as keyboard
    [    21.314] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4:1.0/input/input9/event8"
    [    21.314] (II) XINPUT: Adding extended input device "WebCam" (type: KEYBOARD, id 11)
    [    21.314] (**) Option "xkb_rules" "evdev"
    [    21.314] (**) Option "xkb_model" "pc105"
    [    21.314] (**) Option "xkb_layout" "us"
    [    21.316] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
    [    21.316] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [    21.316] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [    21.317] (**) AT Translated Set 2 keyboard: always reports core events
    [    21.317] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
    [    21.317] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [    21.317] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [    21.317] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [    21.317] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event3"
    [    21.317] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [    21.317] (**) Option "xkb_rules" "evdev"
    [    21.317] (**) Option "xkb_model" "pc105"
    [    21.317] (**) Option "xkb_layout" "us"
    [    21.320] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
    [    21.320] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [    21.320] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [    21.320] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [    21.320] (II) LoadModule: "synaptics"
    [    21.321] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [    21.336] (II) Module synaptics: vendor="X.Org Foundation"
    [    21.337]     compiled for 1.12.99.905, module version = 1.6.2
    [    21.337]     Module class: X.Org XInput Driver
    [    21.337]     ABI class: X.Org XInput driver, version 18.0
    [    21.337] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [    21.337] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [    21.337] (**) Option "Device" "/dev/input/event7"
    [    21.338] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [    21.338] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888
    [    21.338] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5012
    [    21.338] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [    21.338] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [    21.338] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [    21.338] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [    21.338] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [    21.338] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [    21.339] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input8/event7"
    [    21.339] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [    21.339] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [    21.339] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [    21.339] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.035
    [    21.340] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [    21.340] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [    21.340] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [    21.340] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [    21.340] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [    21.341] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [    21.341] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [    21.350] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/event9)
    [    21.351] (II) No input driver specified, ignoring this device.
    [    21.351] (II) This device may have been added with another device file.
    [    21.351] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/js0)
    [    21.351] (II) No input driver specified, ignoring this device.
    [    21.352] (II) This device may have been added with another device file.
    [    52.087] (II) modesetting(0): EDID vendor "CMO", prod id 4352
    [    52.087] (II) modesetting(0): Printing DDC gathered Modelines:
    [    52.087] (II) modesetting(0): Modeline "1366x768"x0.0   69.30  1366 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz eP)
    [    52.942] (II) modesetting(0): EDID vendor "CMO", prod id 4352
    [    52.942] (II) modesetting(0): Printing DDC gathered Modelines:
    [    52.942] (II) modesetting(0): Modeline "1366x768"x0.0   69.30  1366 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz eP)
    [    53.573] (II) modesetting(0): EDID vendor "CMO", prod id 4352
    [    53.573] (II) modesetting(0): Printing DDC gathered Modelines:
    [    53.573] (II) modesetting(0): Modeline "1366x768"x0.0   69.30  1366 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz eP)
    [    53.945] (II) modesetting(0): Allocate new frame buffer 1920x1080 stride
    [    96.598] (II) modesetting(0): EDID vendor "CMO", prod id 4352
    [    96.599] (II) modesetting(0): Printing DDC gathered Modelines:
    [    96.606] (II) modesetting(0): Modeline "1366x768"x0.0   69.30  1366 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz eP)
    [   102.563] (II) modesetting(0): EDID vendor "CMO", prod id 4352
    [   102.564] (II) modesetting(0): Printing DDC gathered Modelines:
    [   102.564] (II) modesetting(0): Modeline "1366x768"x0.0   69.30  1366 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz eP)
    [   103.464] (II) modesetting(0): EDID vendor "CMO", prod id 4352
    [   103.464] (II) modesetting(0): Printing DDC gathered Modelines:
    [   103.464] (II) modesetting(0): Modeline "1366x768"x0.0   69.30  1366 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz eP)
    [   104.184] (II) modesetting(0): EDID vendor "CMO", prod id 4352
    [   104.184] (II) modesetting(0): Printing DDC gathered Modelines:
    [   104.184] (II) modesetting(0): Modeline "1366x768"x0.0   69.30  1366 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz eP)
    [   105.662] (II) modesetting(0): EDID vendor "CMO", prod id 4352
    [   105.663] (II) modesetting(0): Printing DDC gathered Modelines:
    [   105.663] (II) modesetting(0): Modeline "1366x768"x0.0   69.30  1366 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz eP)
    [   106.305] (II) modesetting(0): EDID vendor "CMO", prod id 4352
    [   106.305] (II) modesetting(0): Printing DDC gathered Modelines:
    [   106.305] (II) modesetting(0): Modeline "1366x768"x0.0   69.30  1366 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz eP)
    [  1496.536] (II) modesetting(0): EDID vendor "CMO", prod id 4352
    [  1496.536] (II) modesetting(0): Printing DDC gathered Modelines:
    [  1496.537] (II) modesetting(0): Modeline "1366x768"x0.0   69.30  1366 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz eP)

  6. #6
    Join Date
    Apr 2009
    Location
    Aotearoha
    Beans
    2,692
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: 12.10 - Extended Desktop - How to change virtual desktop size?

    AFAIK you are using s/w rasteriser/render & no DRI support.

    The video driver looks to be some default Xorg driver..

    The gma500_gfx is the *buntu supported open source attempt..
    I think you are not using it..

    http://ubuntuforums.org/showthread.p...984236&page=13
    post #107
    "The EMGD or PSB drivers are unsupported in current Ubuntus"

    I would backup/delete the /etc/X11/xorg.conf & reboot, then look at Xorg.0.conf to see if gma500 driver has claimed the video h/w..


    If you like to take some risk, the xorg-edgers ppa could be an option, there is initial support for the new CedarView/Trail which is also based on PowerVR.
    Last edited by BicyclerBoy; November 17th, 2012 at 03:09 AM.

  7. #7
    Join Date
    Nov 2012
    Beans
    11

    Re: 12.10 - Extended Desktop - How to change virtual desktop size?

    Quote Originally Posted by BicyclerBoy View Post
    AFAIK you are using s/w rasteriser/render & no DRI support.

    The video driver looks to be some default Xorg driver..

    The gma500_gfx is the *buntu supported open source attempt..
    I think you are not using it..

    http://ubuntuforums.org/showthread.p...984236&page=13
    post #107
    "The EMGD or PSB drivers are unsupported in current Ubuntus"

    I would backup/delete the /etc/X11/xorg.conf & reboot, then look at Xorg.0.conf to see if gma500 driver has claimed the video h/w..


    If you like to take some risk, the xorg-edgers ppa could be an option, there is initial support for the new CedarView/Trail which is also based on PowerVR.
    The xorg.conf has been removed (bk'd), we'll reboot and see what we have ... thanks so much, we'll give it a shot.

    If not, we'll try to add that ppa and go that route.

  8. #8
    Join Date
    Apr 2009
    Location
    Aotearoha
    Beans
    2,692
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: 12.10 - Extended Desktop - How to change virtual desktop size?

    https://wiki.ubuntu.com/HardwareSupp...eoCardsPoulsbo

    The best advise there is to stay on 12.04..
    One major component of xorg-edgers is a later kernel..

  9. #9
    Join Date
    Nov 2012
    Beans
    11

    Re: 12.10 - Extended Desktop - How to change virtual desktop size?

    Quote Originally Posted by BicyclerBoy View Post
    https://wiki.ubuntu.com/HardwareSupp...eoCardsPoulsbo

    The best advise there is to stay on 12.04..
    One major component of xorg-edgers is a later kernel..
    Understood:

    Here is the updated Xorg.0.log

    Code:
    [    21.919] 
    X.Org X Server 1.13.0
    Release Date: 2012-09-05
    [    21.920] X Protocol Version 11, Revision 0
    [    21.920] Build Operating System: Linux 3.2.0-26-generic i686 Ubuntu
    [    21.920] Current Operating System: Linux tsani-top 3.5.0-17-lowlatency #18-Ubuntu SMP PREEMPT Tue Oct 9 20:05:16 UTC 2012 i686
    [    21.920] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-lowlatency root=UUID=141b3433-b441-4d95-9362-eccd3aa91713 ro quiet splash vt.handoff=7
    [    21.920] Build Date: 08 October 2012  03:34:08PM
    [    21.920] xorg-server 2:1.13.0-0ubuntu6 (For technical support please see http://www.ubuntu.com/support) 
    [    21.920] Current version of pixman: 0.26.0
    [    21.921]     Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    [    21.921] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [    21.921] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 16 21:25:33 2012
    [    21.940] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [    21.952] (==) No Layout section.  Using the first Screen section.
    [    21.952] (==) No screen section available. Using defaults.
    [    21.952] (**) |-->Screen "Default Screen Section" (0)
    [    21.952] (**) |   |-->Monitor "<default monitor>"
    [    21.953] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
    [    21.953] (**) |   |-->Device "gma500_gfx"
    [    21.953] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
    [    21.953] (==) Automatically adding devices
    [    21.953] (==) Automatically enabling devices
    [    21.953] (==) Automatically adding GPU devices
    [    21.979] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    [    21.979]     Entry deleted from font path.
    [    21.979] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
    [    21.979]     Entry deleted from font path.
    [    21.979] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
    [    21.979]     Entry deleted from font path.
    [    21.980] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
    [    21.980]     Entry deleted from font path.
    [    21.980] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
    [    21.980]     Entry deleted from font path.
    [    21.980] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
    [    21.980]     Entry deleted from font path.
    [    21.980] (==) FontPath set to:
        /usr/share/fonts/X11/misc,
        /usr/share/fonts/X11/Type1,
        built-ins
    [    21.980] (==) ModulePath set to "/usr/lib/i386-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
    [    21.980] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
    [    21.980] (II) Loader magic: 0xb7704640
    [    21.980] (II) Module ABI versions:
    [    21.980]     X.Org ANSI C Emulation: 0.4
    [    21.980]     X.Org Video Driver: 13.0
    [    21.980]     X.Org XInput driver : 18.0
    [    21.980]     X.Org Server Extension : 7.0
    [    21.982] (II) config/udev: Adding drm device (/dev/dri/card0)
    [    21.985] (--) PCI:*(0:0:2:0) 8086:8108:1025:0244 rev 7, Mem @ 0xb0080000/524288, 0xc0000000/268435456, 0xb0000000/262144, I/O @ 0x00001800/8
    [    21.985] (II) Open ACPI successful (/var/run/acpid.socket)
    [    21.986] Initializing built-in extension Generic Event Extension
    [    21.986] Initializing built-in extension SHAPE
    [    21.986] Initializing built-in extension MIT-SHM
    [    21.986] Initializing built-in extension XInputExtension
    [    21.986] Initializing built-in extension XTEST
    [    21.986] Initializing built-in extension BIG-REQUESTS
    [    21.986] Initializing built-in extension SYNC
    [    21.986] Initializing built-in extension XKEYBOARD
    [    21.986] Initializing built-in extension XC-MISC
    [    21.986] Initializing built-in extension SECURITY
    [    21.986] Initializing built-in extension XINERAMA
    [    21.986] Initializing built-in extension XFIXES
    [    21.986] Initializing built-in extension RENDER
    [    21.987] Initializing built-in extension RANDR
    [    21.987] Initializing built-in extension COMPOSITE
    [    21.987] Initializing built-in extension DAMAGE
    [    21.987] Initializing built-in extension MIT-SCREEN-SAVER
    [    21.987] Initializing built-in extension DOUBLE-BUFFER
    [    21.987] Initializing built-in extension RECORD
    [    21.987] Initializing built-in extension DPMS
    [    21.987] Initializing built-in extension X-Resource
    [    21.987] Initializing built-in extension XVideo
    [    21.987] Initializing built-in extension XVideo-MotionCompensation
    [    21.987] Initializing built-in extension XFree86-VidModeExtension
    [    21.987] Initializing built-in extension XFree86-DGA
    [    21.987] Initializing built-in extension XFree86-DRI
    [    21.987] Initializing built-in extension DRI2
    [    21.987] (II) LoadModule: "glx"
    [    22.033] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [    22.034] (II) Module glx: vendor="X.Org Foundation"
    [    22.034]     compiled for 1.13.0, module version = 1.0.0
    [    22.034]     ABI class: X.Org Server Extension, version 7.0
    [    22.034] (==) AIGLX enabled
    [    22.034] Loading extension GLX
    [    22.034] (II) LoadModule: "modesetting"
    [    22.035] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [    22.036] (II) Module modesetting: vendor="X.Org Foundation"
    [    22.036]     compiled for 1.13.0, module version = 0.5.0
    [    22.036]     Module class: X.Org Video Driver
    [    22.036]     ABI class: X.Org Video Driver, version 13.0
    [    22.036] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [    22.036] (++) using VT number 7
    
    [    22.036] (II) modesetting(0): using drv /dev/dri/card0
    [    22.037] (II) modesetting(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
    [    22.037] (==) modesetting(0): Depth 24, (==) framebuffer bpp 32
    [    22.037] (**) modesetting(0): Option "SWcursor" "ON"
    [    22.037] (==) modesetting(0): RGB weight 888
    [    22.037] (==) modesetting(0): Default visual is TrueColor
    [    22.037] (II) modesetting(0): ShadowFB: preferred NO, enabled NO
    [    22.265] (II) modesetting(0): Output LVDS-0 has no monitor section
    [    22.356] (II) modesetting(0): Output S-video-0 has no monitor section
    [    22.446] (II) modesetting(0): Output S-video-1 has no monitor section
    [    22.630] (II) modesetting(0): Output VGA-0 has no monitor section
    [    22.860] (II) modesetting(0): EDID for output LVDS-0
    [    22.861] (II) modesetting(0): Manufacturer: CMO  Model: 1100  Serial#: 0
    [    22.861] (II) modesetting(0): Year: 2009  Week: 9
    [    22.861] (II) modesetting(0): EDID Version: 1.3
    [    22.861] (II) modesetting(0): Digital Display Input
    [    22.861] (II) modesetting(0): Max Image Size [cm]: horiz.: 25  vert.: 14
    [    22.861] (II) modesetting(0): Gamma: 2.20
    [    22.861] (II) modesetting(0): No DPMS capabilities specified
    [    22.861] (II) modesetting(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
    [    22.861] (II) modesetting(0): First detailed timing is preferred mode
    [    22.861] (II) modesetting(0): redX: 0.565 redY: 0.348   greenX: 0.343 greenY: 0.585
    [    22.861] (II) modesetting(0): blueX: 0.161 blueY: 0.121   whiteX: 0.313 whiteY: 0.329
    [    22.861] (II) modesetting(0): Manufacturer's mask: 0
    [    22.861] (II) modesetting(0): Supported detailed timing:
    [    22.861] (II) modesetting(0): clock: 69.3 MHz   Image Size:  256 x 144 mm
    [    22.862] (II) modesetting(0): h_active: 1366  h_sync: 1398  h_sync_end 1420 h_blank_end 1474 h_border: 0
    [    22.862] (II) modesetting(0): v_active: 768  v_sync: 770  v_sync_end 774 v_blanking: 784 v_border: 0
    [    22.862] (II) modesetting(0):  N116B6-L02
    [    22.862] (II) modesetting(0):  CMO
    [    22.862] (II) modesetting(0):  N116B6-L02
    [    22.862] (II) modesetting(0): EDID (in hex):
    [    22.862] (II) modesetting(0):     00ffffffffffff000daf001100000000
    [    22.862] (II) modesetting(0):     0913010380190e780acf459059579529
    [    22.862] (II) modesetting(0):     1f505400000001010101010101010101
    [    22.862] (II) modesetting(0):     010101010101121b566c500010302016
    [    22.862] (II) modesetting(0):     2400009010000018000000fe004e3131
    [    22.862] (II) modesetting(0):     3642362d4c30320a2020000000fe0043
    [    22.862] (II) modesetting(0):     4d4f0a202020202020202020000000fe
    [    22.862] (II) modesetting(0):     004e31313642362d4c30320a20200071
    [    22.862] (II) modesetting(0): Printing probed modes for output LVDS-0
    [    22.862] (II) modesetting(0): Modeline "1366x768"x60.0   69.30  1366 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz eP)
    [    22.953] (II) modesetting(0): EDID for output S-video-0
    [    23.043] (II) modesetting(0): EDID for output S-video-1
    [    23.233] (II) modesetting(0): EDID for output VGA-0
    [    23.233] (II) modesetting(0): Manufacturer: AOC  Model: 2243  Serial#: 10322
    [    23.233] (II) modesetting(0): Year: 2012  Week: 5
    [    23.233] (II) modesetting(0): EDID Version: 1.3
    [    23.233] (II) modesetting(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
    [    23.233] (II) modesetting(0): Sync:  Separate
    [    23.234] (II) modesetting(0): Max Image Size [cm]: horiz.: 48  vert.: 27
    [    23.234] (II) modesetting(0): Gamma: 2.20
    [    23.234] (II) modesetting(0): DPMS capabilities: Off; RGB/Color Display
    [    23.244] (II) modesetting(0): First detailed timing is preferred mode
    [    23.244] (II) modesetting(0): redX: 0.648 redY: 0.339   greenX: 0.282 greenY: 0.603
    [    23.244] (II) modesetting(0): blueX: 0.143 blueY: 0.070   whiteX: 0.313 whiteY: 0.329
    [    23.244] (II) modesetting(0): Supported established timings:
    [    23.244] (II) modesetting(0): 720x400@70Hz
    [    23.244] (II) modesetting(0): 640x480@60Hz
    [    23.244] (II) modesetting(0): 640x480@67Hz
    [    23.244] (II) modesetting(0): 640x480@72Hz
    [    23.244] (II) modesetting(0): 640x480@75Hz
    [    23.244] (II) modesetting(0): 800x600@56Hz
    [    23.246] (II) modesetting(0): 800x600@60Hz
    [    23.246] (II) modesetting(0): 800x600@72Hz
    [    23.246] (II) modesetting(0): 800x600@75Hz
    [    23.246] (II) modesetting(0): 832x624@75Hz
    [    23.246] (II) modesetting(0): 1024x768@60Hz
    [    23.246] (II) modesetting(0): 1024x768@70Hz
    [    23.246] (II) modesetting(0): 1024x768@75Hz
    [    23.246] (II) modesetting(0): 1280x1024@75Hz
    [    23.246] (II) modesetting(0): Manufacturer's mask: 0
    [    23.246] (II) modesetting(0): Supported standard timings:
    [    23.246] (II) modesetting(0): #0: hsize: 1280  vsize 960  refresh: 60  vid: 16513
    [    23.246] (II) modesetting(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
    [    23.246] (II) modesetting(0): #2: hsize: 1440  vsize 900  refresh: 60  vid: 149
    [    23.246] (II) modesetting(0): #3: hsize: 1680  vsize 1050  refresh: 60  vid: 179
    [    23.246] (II) modesetting(0): #4: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
    [    23.247] (II) modesetting(0): Supported detailed timing:
    [    23.247] (II) modesetting(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
    [    23.247] (II) modesetting(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
    [    23.247] (II) modesetting(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
    [    23.247] (II) modesetting(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
    [    23.247] (II) modesetting(0): Monitor name: 2243W
    [    23.247] (II) modesetting(0): Serial No: ACYC1OA010322
    [    23.247] (II) modesetting(0): EDID (in hex):
    [    23.247] (II) modesetting(0):     00ffffffffffff0005e3432252280000
    [    23.247] (II) modesetting(0):     0516010368301b782a3585a656489a24
    [    23.247] (II) modesetting(0):     125054bfef00814081809500b300d1c0
    [    23.247] (II) modesetting(0):     010101010101023a801871382d40582c
    [    23.247] (II) modesetting(0):     4500dd0c1100001e000000fd00374b1e
    [    23.249] (II) modesetting(0):     5311000a202020202020000000fc0032
    [    23.249] (II) modesetting(0):     323433570a20202020202020000000ff
    [    23.249] (II) modesetting(0):     0041435943314f413031303332320064
    [    23.249] (II) modesetting(0): Printing probed modes for output VGA-0
    [    23.249] (II) modesetting(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [    23.249] (II) modesetting(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [    23.249] (II) modesetting(0): Modeline "1680x945"x60.0  131.48  1680 1784 1960 2240  945 946 949 978 -hsync +vsync (58.7 kHz)
    [    23.249] (II) modesetting(0): Modeline "1400x1050"x74.9  156.00  1400 1504 1648 1896  1050 1053 1057 1099 -hsync +vsync (82.3 kHz e)
    [    23.249] (II) modesetting(0): Modeline "1400x1050"x60.0  121.75  1400 1488 1632 1864  1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
    [    23.250] (II) modesetting(0): Modeline "1600x900"x60.0  118.96  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
    [    23.250] (II) modesetting(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [    23.250] (II) modesetting(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [    23.250] (II) modesetting(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
    [    23.250] (II) modesetting(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
    [    23.250] (II) modesetting(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [    23.250] (II) modesetting(0): Modeline "1366x768"x60.0   85.89  1366 1439 1583 1800  768 769 772 795 -hsync +vsync (47.7 kHz)
    [    23.250] (II) modesetting(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 +hsync +vsync (47.7 kHz e)
    [    23.250] (II) modesetting(0): Modeline "1280x800"x74.9  106.50  1280 1360 1488 1696  800 803 809 838 -hsync +vsync (62.8 kHz e)
    [    23.250] (II) modesetting(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
    [    23.250] (II) modesetting(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
    [    23.251] (II) modesetting(0): Modeline "1280x768"x74.9  102.25  1280 1360 1488 1696  768 771 778 805 +hsync -vsync (60.3 kHz e)
    [    23.251] (II) modesetting(0): Modeline "1280x768"x59.9   79.50  1280 1344 1472 1664  768 771 778 798 -hsync +vsync (47.8 kHz e)
    [    23.251] (II) modesetting(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz e)
    [    23.251] (II) modesetting(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
    [    23.251] (II) modesetting(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
    [    23.251] (II) modesetting(0): Modeline "1024x576"x60.0   46.97  1024 1064 1168 1312  576 577 580 597 -hsync +vsync (35.8 kHz)
    [    23.251] (II) modesetting(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
    [    23.251] (II) modesetting(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
    [    23.251] (II) modesetting(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
    [    23.251] (II) modesetting(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
    [    23.251] (II) modesetting(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
    [    23.251] (II) modesetting(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
    [    23.252] (II) modesetting(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz e)
    [    23.252] (II) modesetting(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
    [    23.252] (II) modesetting(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
    [    23.252] (II) modesetting(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
    [    23.253] (II) modesetting(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
    [    23.253] (II) modesetting(0): Output LVDS-0 connected
    [    23.253] (II) modesetting(0): Output S-video-0 disconnected
    [    23.253] (II) modesetting(0): Output S-video-1 disconnected
    [    23.253] (II) modesetting(0): Output VGA-0 connected
    [    23.253] (II) modesetting(0): Using exact sizes for initial modes
    [    23.253] (II) modesetting(0): Output LVDS-0 using initial mode 1366x768
    [    23.253] (II) modesetting(0): Output VGA-0 using initial mode 1366x768
    [    23.253] (II) modesetting(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [    23.253] (==) modesetting(0): DPI set to (96, 96)
    [    23.253] (II) Loading sub module "fb"
    [    23.253] (II) LoadModule: "fb"
    [    23.255] (II) Loading /usr/lib/xorg/modules/libfb.so
    [    23.256] (II) Module fb: vendor="X.Org Foundation"
    [    23.256]     compiled for 1.13.0, module version = 1.0.0
    [    23.256]     ABI class: X.Org ANSI C Emulation, version 0.4
    [    23.256] (==) Depth 24 pixmap format is 32 bpp
    [    23.257] (==) modesetting(0): Backing store disabled
    [    23.257] (==) modesetting(0): Silken mouse enabled
    [    23.257] (II) modesetting(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [    23.259] (==) modesetting(0): DPMS enabled
    [    23.714] (--) RandR disabled
    [    23.785] (II) AIGLX: Screen 0 is not DRI2 capable
    [    23.785] (II) AIGLX: Screen 0 is not DRI capable
    [    24.380] (II) AIGLX: Loaded and initialized swrast
    [    24.380] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [    24.382] (II) modesetting(0): Damage tracking initialized
    [    24.382] (II) modesetting(0): Setting screen physical size to 361 x 203
    [    24.550] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    [    24.568] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
    [    24.568] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [    24.568] (II) LoadModule: "evdev"
    [    24.578] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [    24.594] (II) Module evdev: vendor="X.Org Foundation"
    [    24.594]     compiled for 1.13.0, module version = 2.7.3
    [    24.594]     Module class: X.Org XInput Driver
    [    24.594]     ABI class: X.Org XInput driver, version 18.0
    [    24.595] (II) Using input driver 'evdev' for 'Video Bus'
    [    24.595] (**) Video Bus: always reports core events
    [    24.595] (**) evdev: Video Bus: Device: "/dev/input/event6"
    [    24.595] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [    24.595] (--) evdev: Video Bus: Found keys
    [    24.595] (II) evdev: Video Bus: Configuring as keyboard
    [    24.595] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7/event6"
    [    24.596] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
    [    24.596] (**) Option "xkb_rules" "evdev"
    [    24.596] (**) Option "xkb_model" "pc105"
    [    24.596] (**) Option "xkb_layout" "us"
    [    24.598] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [    24.598] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [    24.598] (II) Using input driver 'evdev' for 'Power Button'
    [    24.598] (**) Power Button: always reports core events
    [    24.598] (**) evdev: Power Button: Device: "/dev/input/event1"
    [    24.599] (--) evdev: Power Button: Vendor 0 Product 0x1
    [    24.599] (--) evdev: Power Button: Found keys
    [    24.599] (II) evdev: Power Button: Configuring as keyboard
    [    24.599] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
    [    24.599] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [    24.599] (**) Option "xkb_rules" "evdev"
    [    24.599] (**) Option "xkb_model" "pc105"
    [    24.599] (**) Option "xkb_layout" "us"
    [    24.601] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [    24.601] (II) No input driver specified, ignoring this device.
    [    24.601] (II) This device may have been added with another device file.
    [    24.603] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [    24.603] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [    24.603] (II) Using input driver 'evdev' for 'Sleep Button'
    [    24.603] (**) Sleep Button: always reports core events
    [    24.603] (**) evdev: Sleep Button: Device: "/dev/input/event2"
    [    24.603] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [    24.603] (--) evdev: Sleep Button: Found keys
    [    24.603] (II) evdev: Sleep Button: Configuring as keyboard
    [    24.603] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
    [    24.603] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [    24.603] (**) Option "xkb_rules" "evdev"
    [    24.604] (**) Option "xkb_model" "pc105"
    [    24.604] (**) Option "xkb_layout" "us"
    [    24.605] (II) config/udev: Adding drm device (/dev/dri/card0)
    [    24.607] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event10)
    [    24.607] (II) No input driver specified, ignoring this device.
    [    24.607] (II) This device may have been added with another device file.
    [    24.608] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event11)
    [    24.608] (II) No input driver specified, ignoring this device.
    [    24.609] (II) This device may have been added with another device file.
    [    24.610] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/event4)
    [    24.610] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev keyboard catchall"
    [    24.610] (II) Using input driver 'evdev' for 'Microsft Microsoft Wireless Desktop Receiver 3.1'
    [    24.610] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: always reports core events
    [    24.610] (**) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Device: "/dev/input/event4"
    [    24.610] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Vendor 0x45e Product 0xf9
    [    24.610] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found keys
    [    24.610] (II) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as keyboard
    [    24.611] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input5/event4"
    [    24.611] (II) XINPUT: Adding extended input device "Microsft Microsoft Wireless Desktop Receiver 3.1" (type: KEYBOARD, id 9)
    [    24.611] (**) Option "xkb_rules" "evdev"
    [    24.611] (**) Option "xkb_model" "pc105"
    [    24.611] (**) Option "xkb_layout" "us"
    [    24.613] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/event5)
    [    24.614] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev pointer catchall"
    [    24.614] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev keyboard catchall"
    [    24.614] (II) Using input driver 'evdev' for 'Microsft Microsoft Wireless Desktop Receiver 3.1'
    [    24.614] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: always reports core events
    [    24.614] (**) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Device: "/dev/input/event5"
    [    24.614] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Vendor 0x45e Product 0xf9
    [    24.614] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found 9 mouse buttons
    [    24.614] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found scroll wheel(s)
    [    24.614] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found relative axes
    [    24.614] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found x and y relative axes
    [    24.614] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found absolute axes
    [    24.614] (II) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Forcing absolute x/y axes to exist.
    [    24.614] (--) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Found keys
    [    24.614] (II) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as mouse
    [    24.615] (II) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as keyboard
    [    24.615] (II) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: Adding scrollwheel support
    [    24.615] (**) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: YAxisMapping: buttons 4 and 5
    [    24.615] (**) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [    24.615] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input6/event5"
    [    24.615] (II) XINPUT: Adding extended input device "Microsft Microsoft Wireless Desktop Receiver 3.1" (type: KEYBOARD, id 10)
    [    24.615] (**) Option "xkb_rules" "evdev"
    [    24.615] (**) Option "xkb_model" "pc105"
    [    24.615] (**) Option "xkb_layout" "us"
    [    24.616] (II) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: initialized for relative axes.
    [    24.616] (WW) evdev: Microsft Microsoft Wireless Desktop Receiver 3.1: ignoring absolute axes.
    [    24.617] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) keeping acceleration scheme 1
    [    24.617] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration profile 0
    [    24.617] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration factor: 2.000
    [    24.617] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration threshold: 4
    [    24.618] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/mouse0)
    [    24.619] (II) No input driver specified, ignoring this device.
    [    24.619] (II) This device may have been added with another device file.
    [    24.620] (II) config/udev: Adding input device WebCam (/dev/input/event8)
    [    24.620] (**) WebCam: Applying InputClass "evdev keyboard catchall"
    [    24.620] (II) Using input driver 'evdev' for 'WebCam'
    [    24.620] (**) WebCam: always reports core events
    [    24.620] (**) evdev: WebCam: Device: "/dev/input/event8"
    [    24.621] (--) evdev: WebCam: Vendor 0x64e Product 0xa102
    [    24.621] (--) evdev: WebCam: Found keys
    [    24.621] (II) evdev: WebCam: Configuring as keyboard
    [    24.621] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4:1.0/input/input9/event8"
    [    24.621] (II) XINPUT: Adding extended input device "WebCam" (type: KEYBOARD, id 11)
    [    24.621] (**) Option "xkb_rules" "evdev"
    [    24.621] (**) Option "xkb_model" "pc105"
    [    24.621] (**) Option "xkb_layout" "us"
    [    24.623] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
    [    24.623] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [    24.624] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [    24.624] (**) AT Translated Set 2 keyboard: always reports core events
    [    24.624] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
    [    24.624] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [    24.624] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [    24.624] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [    24.624] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event3"
    [    24.624] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [    24.624] (**) Option "xkb_rules" "evdev"
    [    24.624] (**) Option "xkb_model" "pc105"
    [    24.624] (**) Option "xkb_layout" "us"
    [    24.627] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
    [    24.627] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [    24.627] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [    24.627] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [    24.627] (II) LoadModule: "synaptics"
    [    24.628] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [    24.643] (II) Module synaptics: vendor="X.Org Foundation"
    [    24.644]     compiled for 1.12.99.905, module version = 1.6.2
    [    24.644]     Module class: X.Org XInput Driver
    [    24.644]     ABI class: X.Org XInput driver, version 18.0
    [    24.644] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [    24.644] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [    24.644] (**) Option "Device" "/dev/input/event7"
    [    24.645] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [    24.645] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888
    [    24.645] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5012
    [    24.645] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [    24.645] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [    24.645] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [    24.645] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [    24.646] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [    24.646] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [    24.646] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input8/event7"
    [    24.646] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [    24.646] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [    24.646] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [    24.646] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.035
    [    24.647] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [    24.647] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [    24.647] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [    24.647] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [    24.647] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [    24.648] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [    24.648] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [    24.657] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/event9)
    [    24.658] (II) No input driver specified, ignoring this device.
    [    24.658] (II) This device may have been added with another device file.
    [    24.658] (II) config/udev: Adding input device Acer BMA150 accelerometer (/dev/input/js0)
    [    24.658] (II) No input driver specified, ignoring this device.
    [    24.659] (II) This device may have been added with another device file.
    [   256.088] (II) modesetting(0): EDID vendor "CMO", prod id 4352
    [   256.088] (II) modesetting(0): Printing DDC gathered Modelines:
    [   256.088] (II) modesetting(0): Modeline "1366x768"x0.0   69.30  1366 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz eP)
    [   256.856] (II) modesetting(0): EDID vendor "CMO", prod id 4352
    [   256.856] (II) modesetting(0): Printing DDC gathered Modelines:
    [   256.856] (II) modesetting(0): Modeline "1366x768"x0.0   69.30  1366 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz eP)
    [   257.503] (II) modesetting(0): EDID vendor "CMO", prod id 4352
    [   257.503] (II) modesetting(0): Printing DDC gathered Modelines:
    [   257.503] (II) modesetting(0): Modeline "1366x768"x0.0   69.30  1366 1398 1420 1474  768 770 774 784 -hsync -vsync (47.0 kHz eP)
    [   257.875] (II) modesetting(0): Allocate new frame buffer 1920x1080 stride

  10. #10
    Join Date
    Apr 2009
    Location
    Aotearoha
    Beans
    2,692
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: 12.10 - Extended Desktop - How to change virtual desktop size?

    Looks like nothing changed..
    I don't recognise the "modesetting" driver label.
    Sounds like a kms driver for the framebuffer for console & before the X server driver takes over..

    could try
    sudo Xorg -configure
    - this will write a new xorg.conf file..

    Your previous posted output from "lsmod | grep gma" does show the gma500_gfx loaded so maybe this is all you get..

    Reading:
    https://wiki.archlinux.org/index.php/Poulsbo
    modesetting is the driver name of gma500_gfx
    Last edited by BicyclerBoy; November 17th, 2012 at 04:18 AM.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •