Page 1 of 10 123 ... LastLast
Results 1 to 10 of 94

Thread: Display area out of alignment: Radeon HD 4350 (Ubuntu Studio 14.04.2)

  1. #1
    Join Date
    Jul 2007
    Beans
    72

    Display area out of alignment: Radeon HD 4350 (Ubuntu Studio 14.04.2)

    Hi,

    I think my problem is not limited to Ubuntu Studio 14.04.2. I guess it should also appear in other Ubuntu variants of Ubuntu 14.02. in combination with the hardware that I use.

    I already described my request here:

    http://askubuntu.com/questions/64323...t-of-alignment

    , but nobody has answered to my request yet, since 7 days.

    I think there are two possible solutions for this problem:

    a) I need to create a /etc/X11/xorg.conf file, but I do not know what I should specify in this file, OR

    b) Ubuntu needs to fix my problem by bugfixing the Ubuntu driver for my graphics card Radeon HD 4350 (this driver is or should be part of the Ubuntu packages "xserver-xorg-video-ati-Its-utopic" and/or "xserver-xorg-video-radeon-Its-utopic")

    My question is:

    What is more likely to be a solution for my problem? a) or b) ?

    If you think a) is a possible solution, what should I specifiy in the /etc/X11/xorg.conf file?

    If you think b) is the only solution, then I need to create a bug report on the appropriate Ubuntu web site.

    Many thanks in advance.

  2. #2
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Display area out of alignment: Radeon HD 4350 (Ubuntu Studio 14.04.2)

    avoid the xorg.conf file, now the kernel directly deals with X
    avoid the backported driver (lts) as there is to much issues (mainly ABI & drm)
    purge the actual installed driver, then install back the driver from the ubuntu archive

  3. #3
    Join Date
    Jul 2007
    Beans
    72

    Re: Display area out of alignment: Radeon HD 4350 (Ubuntu Studio 14.04.2)

    Hi dino99,

    Thanks for your reply.

    Quote Originally Posted by dino99 View Post
    avoid the xorg.conf file, now the kernel directly deals with X
    avoid the backported driver (lts) as there is to much issues (mainly ABI & drm)
    OK.

    purge the actual installed driver, then install back the driver from the ubuntu archive
    How do I install the driver from the Ubuntu archive? I guess I need to specify a repository in the sources.list file
    What is the name of this repository?
    What is the name of the package that I should install, something with "radeon"?
    And wouldn´t the installation of a driver from the archive cause a package conflict, mainly with the core X packages that are part of Ubuntu Studio 14.04.2?

    Or do you mean with "archive" all current repositories that are part of Ubuntu 14.04.2?
    If yes, I already purged the "Its-utopic"-drivers and re-installed them again. Effect: no change with regard to the issue I reported here.

  4. #4
    Join Date
    Jul 2007
    Beans
    72

    Re: Display area out of alignment: Radeon HD 4350 (Ubuntu Studio 14.04.2)

    Hi,

    Isn't there anybody who can help me? I am stuck with my problem since now 2 weeks.

    More details regarding my problem:

    If I want to install the "normal" Radeon driver, i.e. the package

    xserver-xorg-video-radeon

    , then I get the following error message in Synaptic:

    "Could not apply changes! Fix broken packages first!"

    If I want to fix these packages in Synaptic via the Edit menu, "Fix broken packages", then I get this error message:

    E: Unable to correct problems, you have held broken packages.
    E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
    E: Unable to correct dependencies
    E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
    E: Unable to correct dependencies
    If I in Synaptic open the properties of the package

    xserver-xorg-video-radeon

    , and within the properties the "Dependencies" tab, then the following packages are listed as dependencies:

    - libc6 (>=2.17)
    - libdrm-radeon1 (>=2.4.39)
    - libglamor0
    - libudev1 (>=183)
    - xorg-video-abi-15
    - xserver-xorg-core (>=2:1.14.99.902)
    - Suggests: linux-firmware

    All these packages are listed within Synaptic, i.e. are available for installation or are already installed, except for the package

    xorg-video-abi-15

    The package xorg-video-abi-15 is not shown in Synaptic, i.e. it is not available for installation.

    Could it be that if the package

    xorg-video-abi-15

    would be available for installation, that then I could install the package

    xserver-xorg-video-radeon

    ?

    I strongly guess so.

    So doesn't Canonical need to provide the package

    xorg-video-abi-15

    in its repositories for Ubuntu (Studio) 14.04, so that I would be able to install the package

    xserver-xorg-video-radeon

    ?

    What is your opinion about this?
    Last edited by nfidia; July 15th, 2015 at 04:45 PM.

  5. #5
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,192
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Display area out of alignment: Radeon HD 4350 (Ubuntu Studio 14.04.2)

    nfidia; Hello:

    Let's do this from terminal, as that is where we work the better.
    1st the background on this situation:
    IF its an HD 2x/3x/4x then you are out of luck as AMD announced <last> summer that it is relegating these chipsets to legacy status and will not be developing new drivers for them. Existing restricted drivers from AMD won't work either, because they require X-server v1.12 and Ubuntu 12.10 uses X-server v1.13.
    That's because, starting with Ubuntu 12.04.2, the X-server version was updated to a newer version that is now incompatible with the HD 2x/3x/4x series AMD cards.
    Terminal command ->
    Code:
    X -version
    to determine the x-server version.

    So now we know we must remove all vestiges of the FGLRX driver and install the open source driver "radeon" :
    Code:
    sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak ##gets a no-longer needed file out of the way
    sudo apt-get purge fglrx fglrx-amdcccle fglrx-updates fglrx-amdcccle-updates ##removes all the proprietary driver files
    sudo apt-get install dkms ##cheap insurance - for installing supplementary versions of kernel modules (the driver is a module)
    sudo apt-get install xserver-xorg-video-radeon ##the Open Source module it's self
    sudo apt-get install --reinstall libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core ##just to make sure the related libraries and the xserver layer is clean and uncorrupted - the current version
    sudo dpkg-reconfigure xserver-xorg ## just that, make the operating system forget the purged 'FGLRX' module, and pick up and use the new module(s) installed (radeon)
    sudo update-initramfs -u ##again, cheap insurance, make sure the linux-image is rebuilt with the new libs and modules.
    Reboot to see the effect. I do expect ->
    shinning like a new penny
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  6. #6
    Join Date
    Jul 2007
    Beans
    72

    Re: Display area out of alignment: Radeon HD 4350 (Ubuntu Studio 14.04.2)

    Bashing-Om, thanks for your support.

    My X Server Version is X.Org X Server 1.16.0

    I executed the commands one after another that you specified. But when I execute the following command:

    sudo apt-get install xserver-xorg-video-radeon
    , then I get the following result:

    jrad@music:~/Schreibtisch$ sudo apt-get install xserver-xorg-video-radeon
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies.
    xserver-xorg-video-radeon : Depends: xorg-video-abi-15
    Depends: xserver-xorg-core (>= 2:1.14.99.902)
    E: Unable to correct problems, you have held broken packages.
    jrad@music:~/Schreibtisch$
    I guess the reason for this is the fact that the following packages have automatically been installed by the Ubuntu installation routine:

    xserver-xorg-core-Its-utopic
    xserver-xorg-input-all-Its-utopic
    xserver-xorg-input-evdev-Its-utopic
    xserver-xorg-input-mouse-Its-utopic
    xserver-xorg-input-synaptics-Its-utopic
    xserver-xorg-input-vmmouse-Its-utopic
    xserver-xorg-input-wacom-Its-utopic
    xserver-xorg-Its-utopic
    xserver-xorg-video-cirrus-Its-utopic
    xserver-xorg-video-fbdev-Its-utopic
    xserver-xorg-video-intel-Its-utopic
    xserver-xorg-video-mach64-Its-utopic
    xserver-xorg-video-mga-Its-utopic
    xserver-xorg-video-modesetting-Its-utopic
    xserver-xorg-video-neomagic-Its-utopic
    xserver-xorg-video-nouveau-Its-utopic
    xserver-xorg-video-openchrome-Its-utopic
    xserver-xorg-video-r128-Its-utopic
    xserver-xorg-video-r128-Its-utopic-dbg
    xserver-xorg-video-radeon-Its-utopic
    xserver-xorg-video-radeon-Its-utopic-dbg

    xserver-xorg-video-savage-Its-utopic
    xserver-xorg-video-siliconmotion-Its-utopic
    xserver-xorg-video-sisusb-Its-utopic
    xserver-xorg-video-tdfx-Its-utopic
    xserver-xorg-video-trident-Its-utopic
    xserver-xorg-video-vesa-Its-utopic
    xserver-xorg-videovmware-Its-utopic

    I strongly guess that I first need to remove all these "Its-utopic" packages in order to install the package xserver-xorg-video-radeon, together with the core package(s) of the X server.

    But how do I do that?

    Best regards,

    nfidia

  7. #7
    Join Date
    Jul 2007
    Beans
    72

    Re: Display area out of alignment: Radeon HD 4350 (Ubuntu Studio 14.04.2)

    This is a possible answer to my question in my last post:

    1. Open a console using CTRL+ALT+F1 (Note that I cannot see the whole console, the left part of the display area is left from the left edge of my screen, so I cannot see the prompt)

    2. Execute "sudo apt-get purge xserver-xorg-Its-utopic"". This should remove all important "Its-utpic" dependencies.

    3. Execute "sudo apt-get install xserver-xorg-video-radeon" and continue with the command list as specified by @Bashing-om, and then reboot.

    Would this be the right procedure?

  8. #8
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,192
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Display area out of alignment: Radeon HD 4350 (Ubuntu Studio 14.04.2)

    nfidia; Humm ..

    Like you I am not real sure how to proceed with this (xserver-xorg-video-radeon : Depends: xorg-video-abi-15) .

    Think'n and look'n.

    soonest I know better
    I will be back
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  9. #9
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,192
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Display area out of alignment: Radeon HD 4350 (Ubuntu Studio 14.04.2)

    nfidia; Humm ...

    We may be stuck .. do not know yet, but:
    Code:
    apt-cache search xorg-video-abi-
    tells us that " xorg-video-abi-15 " is a part of " xserver-xorg-core " and " xserver-xorg-core-lts-utopic " .

    Let's see what is going to happen IF we remove it:
    Code:
    sudo apt-get remove -s xserver-xorg-core-lts-utopic
    where the -s flag is "simulate" but do not do it !

    And we want to know the version of " xserver-xorg-core " that is presently installed:
    Code:
    dpkg -l xserver-xorg-core
    See if we can finger out sumpthin
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  10. #10
    Join Date
    Jul 2007
    Beans
    72

    Re: Display area out of alignment: Radeon HD 4350 (Ubuntu Studio 14.04.2)

    Hi bashing-om,

    Thank you again for your support.

    Quote Originally Posted by Bashing-om View Post
    nfidia; Humm ...

    We may be stuck .. do not know yet, but:
    Code:
    apt-cache search xorg-video-abi-
    tells us that " xorg-video-abi-15 " is a part of " xserver-xorg-core " and " xserver-xorg-core-lts-utopic " .
    Yes, I found that out, too. xorg-video-abi-15 is a so-called virtual package. Could it be that xorg-video-abi-15 is missing in xserver-xorg-core and xserver-xorg-core-lts-utopic?

    This command:
    Code:
    sudo apt-get remove -s xserver-xorg-core-lts-utopic
    results on my machine in:

    Code:
    jrad@music:~/Schreibtisch$ sudo apt-get remove -s xserver-xorg-core-lts-utopic
    [sudo] password for jrad: 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    The following packages were automatically installed and are no longer required:
      calligra-data calligra-libs dcraw dvdisaster dvdisaster-doc dvdstyler-data
      dvgrab exiftran ffmpegthumbnailer fontforge-common gir1.2-ges-1.0
      gir1.2-gst-plugins-base-1.0 gir1.2-json-1.0 gstreamer1.0-gnonlin
      kdenlive-data krita-data libakonadi-kde4 libakonadiprotocolinternals1
      libappindicator1 libastro1 libbonoboui2-0 libbonoboui2-common
      libboost-python1.54.0 libcauchy0.0 libcolord-gtk1 libffmpegthumbnailer4
      libflickcurl0 libfontforge1 libgdraw4 libges-1.0-0 libgnomeui-0
      libgnomeui-common libgoocanvas-common libgoocanvas3 libgps20
      libgraphicsmagick3 libgstreamermm-0.10-2 libhyphen0 libicc2
      libimage-exiftool-perl libimdi0 libimlib2 libindicator7 libiptcdata0
      libiso9660-8 libjs-prototype libjs-scriptaculous libkabc4 libkcalcore4
      libkdcraw-data libkdcraw23 libkldap4 libkresources4 libkrossui4 libltc11
      liblua5.2-0 libm2mml0.0 libmarblewidget18 libmlt++3 libmlt-data libmlt6
      libmpcdec6 liboggkate1 libphononexperimental4 libpodofo0.9.0
      libqextserialport1 libqtlocation1 libquazip0 libshp1 libspiro0 libsqlite0
      libsubtitleeditor0 libuninameslist0 libva-glx1 libva-x11-1 libvcdinfo0
      libwlocate0 libwxsvg0 libxcb-xv0 libxine2 libxine2-bin libxine2-doc
      libxine2-ffmpeg libxine2-misc-plugins libxine2-plugins libxine2-x
      linux-headers-3.16.0-30 linux-headers-3.16.0-30-generic
      linux-headers-3.16.0-30-lowlatency linux-image-3.16.0-30-generic
      linux-image-3.16.0-30-lowlatency linux-image-extra-3.16.0-30-generic
      marble-data marble-plugins melt mencoder mypaint-data openshot-doc
      phatch-cli python-appindicator python-dateutil python-gnome2 python-gst-1.0
      python-hachoir-core python-hachoir-metadata python-hachoir-parser
      python-kaa-base python-kaa-metadata python-matplotlib python-matplotlib-data
      python-mlt python-pyexiv2 python-pyexiv2-doc python-pygoocanvas
      python-pyorbit python-pyparsing python-sqlite python-support python-tz
      rawtherapee-data transcode transcode-doc twolame xcftools xine-ui
    Use 'apt-get autoremove' to remove them.
    The following extra packages will be installed:
      libegl1-mesa libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgles2-mesa
      xserver-xorg xserver-xorg-core xserver-xorg-input-all
      xserver-xorg-input-evdev xserver-xorg-input-mouse
      xserver-xorg-input-synaptics xserver-xorg-input-vmmouse
      xserver-xorg-input-wacom xserver-xorg-video-cirrus xserver-xorg-video-fbdev
      xserver-xorg-video-intel xserver-xorg-video-mach64 xserver-xorg-video-mga
      xserver-xorg-video-modesetting xserver-xorg-video-neomagic
      xserver-xorg-video-nouveau xserver-xorg-video-openchrome
      xserver-xorg-video-qxl xserver-xorg-video-r128 xserver-xorg-video-radeon
      xserver-xorg-video-s3 xserver-xorg-video-savage
      xserver-xorg-video-siliconmotion xserver-xorg-video-sis
      xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-trident
      xserver-xorg-video-vesa
    Suggested packages:
      libglide3 xfonts-100dpi xfonts-75dpi gpointing-device-settings touchfreeze
      firmware-linux
    The following packages will be REMOVED
      gir1.2-clutter-1.0 gir1.2-clutter-gst-2.0 gir1.2-cogl-1.0
      gir1.2-coglpango-1.0 gir1.2-gtkclutter-1.0 gir1.2-totem-1.0
      gstreamer1.0-clutter libclutter-1.0-0 libclutter-gst-2.0-0
      libclutter-gtk-1.0-0 libcogl-pango15 libcogl15
      libegl1-mesa-drivers-lts-utopic libegl1-mesa-lts-utopic libgbm1-lts-utopic
      libgl1-mesa-dri-lts-utopic libgl1-mesa-glx-lts-utopic
      libglapi-mesa-lts-utopic libgles1-mesa-lts-utopic libgles2-mesa-lts-utopic
      libopenvg1-mesa-lts-utopic libtotem0 libwayland-egl1-mesa-lts-utopic
      libxatracker2-lts-utopic totem totem-mozilla totem-plugins
      xserver-xorg-core-lts-utopic xserver-xorg-input-all-lts-utopic
      xserver-xorg-input-evdev-lts-utopic xserver-xorg-input-mouse-lts-utopic
      xserver-xorg-input-synaptics-lts-utopic
      xserver-xorg-input-vmmouse-lts-utopic xserver-xorg-input-wacom-lts-utopic
      xserver-xorg-lts-utopic xserver-xorg-video-cirrus-lts-utopic
      xserver-xorg-video-fbdev-lts-utopic xserver-xorg-video-intel-lts-utopic
      xserver-xorg-video-mach64-lts-utopic
      xserver-xorg-video-mach64-lts-utopic-dbg xserver-xorg-video-mga-lts-utopic
      xserver-xorg-video-modesetting-lts-utopic
      xserver-xorg-video-neomagic-lts-utopic xserver-xorg-video-nouveau-lts-utopic
      xserver-xorg-video-openchrome-lts-utopic xserver-xorg-video-r128-lts-utopic
      xserver-xorg-video-r128-lts-utopic-dbg xserver-xorg-video-radeon-lts-utopic
      xserver-xorg-video-radeon-lts-utopic-dbg
      xserver-xorg-video-savage-lts-utopic
      xserver-xorg-video-siliconmotion-lts-utopic
      xserver-xorg-video-sisusb-lts-utopic xserver-xorg-video-tdfx-lts-utopic
      xserver-xorg-video-trident-lts-utopic xserver-xorg-video-vesa-lts-utopic
      xserver-xorg-video-vmware-lts-utopic
    The following NEW packages will be installed
      libegl1-mesa libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgles2-mesa
      xserver-xorg xserver-xorg-core xserver-xorg-input-all
      xserver-xorg-input-evdev xserver-xorg-input-mouse
      xserver-xorg-input-synaptics xserver-xorg-input-vmmouse
      xserver-xorg-input-wacom xserver-xorg-video-cirrus xserver-xorg-video-fbdev
      xserver-xorg-video-intel xserver-xorg-video-mach64 xserver-xorg-video-mga
      xserver-xorg-video-modesetting xserver-xorg-video-neomagic
      xserver-xorg-video-nouveau xserver-xorg-video-openchrome
      xserver-xorg-video-qxl xserver-xorg-video-r128 xserver-xorg-video-radeon
      xserver-xorg-video-s3 xserver-xorg-video-savage
      xserver-xorg-video-siliconmotion xserver-xorg-video-sis
      xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-trident
      xserver-xorg-video-vesa
    0 to upgrade, 33 to newly install, 56 to remove and 0 not to upgrade.
    Remv gir1.2-gtkclutter-1.0 [1.4.4-3ubuntu2.2]
    Remv gir1.2-clutter-gst-2.0 [2.0.8-1build1]
    Remv gir1.2-clutter-1.0 [1.16.4-0ubuntu2]
    Remv gir1.2-coglpango-1.0 [1.16.2-1]
    Remv gir1.2-cogl-1.0 [1.16.2-1]
    Remv totem-plugins [3.10.1-1ubuntu4]
    Remv gir1.2-totem-1.0 [3.10.1-1ubuntu4]
    Remv totem-mozilla [3.10.1-1ubuntu4]
    Remv totem [3.10.1-1ubuntu4]
    Remv gstreamer1.0-clutter [2.0.8-1build1]
    Remv libtotem0 [3.10.1-1ubuntu4]
    Remv libclutter-gtk-1.0-0 [1.4.4-3ubuntu2.2]
    Remv libclutter-gst-2.0-0 [2.0.8-1build1]
    Remv libclutter-1.0-0 [1.16.4-0ubuntu2]
    Remv libcogl-pango15 [1.16.2-1]
    Remv libcogl15 [1.16.2-1]
    Remv libegl1-mesa-drivers-lts-utopic [10.3.2-0ubuntu1~trusty2]
    Remv libwayland-egl1-mesa-lts-utopic [10.3.2-0ubuntu1~trusty2]
    Remv xserver-xorg-video-vesa-lts-utopic [1:2.3.3-1build2~trusty1]
    Remv xserver-xorg-video-trident-lts-utopic [1:1.3.6-0ubuntu6~trusty1]
    Remv xserver-xorg-video-tdfx-lts-utopic [1:1.4.5-1build2~trusty1]
    Remv xserver-xorg-video-sisusb-lts-utopic [1:0.9.6-2build2~trusty1]
    Remv xserver-xorg-video-siliconmotion-lts-utopic [1:1.7.7-2build2~trusty1]
    Remv xserver-xorg-video-savage-lts-utopic [1:2.3.7-2ubuntu3~trusty1]
    Remv xserver-xorg-video-radeon-lts-utopic-dbg [1:7.4.0-2ubuntu2~trusty1]
    Remv xserver-xorg-video-radeon-lts-utopic [1:7.4.0-2ubuntu2~trusty1]
    Remv xserver-xorg-video-r128-lts-utopic-dbg [6.9.2-1build2~trusty1]
    Remv xserver-xorg-video-r128-lts-utopic [6.9.2-1build2~trusty1]
    Remv xserver-xorg-video-openchrome-lts-utopic [1:0.3.3-1build2~trusty1]
    Remv xserver-xorg-video-nouveau-lts-utopic [1:1.0.11-1ubuntu2~trusty1]
    Remv xserver-xorg-video-neomagic-lts-utopic [1:1.2.8-1build2~trusty1]
    Remv xserver-xorg-video-modesetting-lts-utopic [0.9.0-1build1~trusty1]
    Remv xserver-xorg-video-mga-lts-utopic [1:1.6.3-2build1~trusty1]
    Remv xserver-xorg-video-mach64-lts-utopic-dbg [6.9.4-2~trusty1]
    Remv xserver-xorg-video-mach64-lts-utopic [6.9.4-2~trusty1]
    Remv xserver-xorg-video-intel-lts-utopic [2:2.99.914-1~exp1ubuntu4.3~trusty1]
    Remv xserver-xorg-video-fbdev-lts-utopic [1:0.4.4-1build2~trusty1]
    Remv xserver-xorg-video-cirrus-lts-utopic [1:1.5.2-2build1~trusty1]
    Remv xserver-xorg-input-all-lts-utopic [1:7.7+7ubuntu2~trusty1]
    Remv xserver-xorg-input-wacom-lts-utopic [1:0.25.0-0ubuntu1~trusty1]
    Remv xserver-xorg-input-vmmouse-lts-utopic [1:13.0.0-1build2~trusty1]
    Remv xserver-xorg-input-synaptics-lts-utopic [1.8.1-1ubuntu1~trusty1]
    Remv xserver-xorg-input-mouse-lts-utopic [1:1.9.0-1build2~trusty1]
    Remv xserver-xorg-input-evdev-lts-utopic [1:2.9.0-1ubuntu2~trusty1] [xserver-xorg-lts-utopic:i386 ]
    Remv xserver-xorg-core-lts-utopic [2:1.16.0-1ubuntu1.2~trusty2] [xserver-xorg-video-vmware-lts-utopic:i386 xserver-xorg-lts-utopic:i386 ]
    Remv libxatracker2-lts-utopic [10.3.2-0ubuntu1~trusty2] [xserver-xorg-video-vmware-lts-utopic:i386 xserver-xorg-lts-utopic:i386 ]
    Remv libopenvg1-mesa-lts-utopic [10.3.2-0ubuntu1~trusty2] [xserver-xorg-video-vmware-lts-utopic:i386 xserver-xorg-lts-utopic:i386 ]
    Remv libgles2-mesa-lts-utopic [10.3.2-0ubuntu1~trusty2] [xserver-xorg-video-vmware-lts-utopic:i386 xserver-xorg-lts-utopic:i386 gstreamer1.0-plugins-bad:i386 ]
    Remv xserver-xorg-lts-utopic [1:7.7+7ubuntu2~trusty1] [xserver-xorg-video-vmware-lts-utopic:i386 xorg:i386 gstreamer1.0-plugins-bad:i386 ]
    Inst libgles2-mesa (10.1.3-0ubuntu0.4 Ubuntu:14.04/trusty-updates [i386]) [xserver-xorg-video-vmware-lts-utopic:i386 xorg:i386 ]
    Remv libgles1-mesa-lts-utopic [10.3.2-0ubuntu1~trusty2] [xserver-xorg-video-vmware-lts-utopic:i386 xorg:i386 ]
    Remv libgl1-mesa-glx-lts-utopic [10.3.2-0ubuntu1~trusty2] [xserver-xorg-video-vmware-lts-utopic:i386 libftgl2:i386 libqt4-opengl:i386 libxine2-x:i386 xorg:i386 libgtkglext1:i386 libglew1.10:i386 libopencv-core2.4:i386 libwebkitgtk-3.0-0:i386 audacious-plugins:i386 x11-utils:i386 phonon-backend-gstreamer:i386 libvisual-0.4-plugins:i386 xscreensaver-gl:i386 libqtwebkit4:i386 gem:i386 gimp-plugin-registry:i386 libva-glx1:i386 libglu1-mesa:i386 freeglut3:i386 libfltk1.1:i386 libopencv-highgui2.4:i386 mplayer:i386 libwxgtk2.8-0:i386 libglamor0:i386 pd-pdp:i386 blender:i386 libwebkitgtk-1.0-0:i386 ]
    Inst libgl1-mesa-glx (10.1.3-0ubuntu0.4 Ubuntu:14.04/trusty-updates [i386]) [xserver-xorg-video-vmware-lts-utopic:i386 xorg:i386 ]
    Remv libglapi-mesa-lts-utopic [10.3.2-0ubuntu1~trusty2] [xserver-xorg-video-vmware-lts-utopic:i386 xorg:i386 ]
    Remv libegl1-mesa-lts-utopic [10.3.2-0ubuntu1~trusty2] [libgstreamer-plugins-bad1.0-0:i386 xserver-xorg-video-vmware-lts-utopic:i386 xorg:i386 gstreamer1.0-plugins-bad:i386 ]
    Inst libegl1-mesa (10.1.3-0ubuntu0.4 Ubuntu:14.04/trusty-updates [i386]) [xserver-xorg-video-vmware-lts-utopic:i386 xorg:i386 ]
    Remv libgbm1-lts-utopic [10.3.2-0ubuntu1~trusty2] [xserver-xorg-video-vmware-lts-utopic:i386 xorg:i386 ]
    Remv libgl1-mesa-dri-lts-utopic [10.3.2-0ubuntu1~trusty2] [xserver-xorg-video-vmware-lts-utopic:i386 xorg:i386 libgbm1:i386 ]
    Inst libgl1-mesa-dri (10.1.3-0ubuntu0.4 Ubuntu:14.04/trusty-updates [i386]) [xserver-xorg-video-vmware-lts-utopic:i386 xorg:i386 ]
    Remv xserver-xorg-video-vmware-lts-utopic [1:13.0.2-3ubuntu1~trusty1] [xorg:i386 ]
    Inst xserver-xorg (1:7.7+1ubuntu8.1 Ubuntu:14.04/trusty-updates [i386]) []
    Inst libglapi-mesa (10.1.3-0ubuntu0.4 Ubuntu:14.04/trusty-updates [i386]) []
    Inst xserver-xorg-core (2:1.15.1-0ubuntu2.7 Ubuntu:14.04/trusty-updates [i386]) []
    Inst xserver-xorg-video-radeon (1:7.3.0-1ubuntu3.1 Ubuntu:14.04/trusty-updates [i386]) []
    Inst xserver-xorg-video-intel (2:2.99.910-0ubuntu1.6 Ubuntu:14.04/trusty-updates [i386]) []
    Inst xserver-xorg-video-vesa (1:2.3.3-1build1 Ubuntu:14.04/trusty [i386]) []
    Inst xserver-xorg-video-trident (1:1.3.6-0ubuntu5 Ubuntu:14.04/trusty [i386]) []
    Inst xserver-xorg-video-tdfx (1:1.4.5-1build1 Ubuntu:14.04/trusty [i386]) []
    Inst xserver-xorg-video-sisusb (1:0.9.6-2build1 Ubuntu:14.04/trusty [i386]) []
    Inst xserver-xorg-video-sis (1:0.10.7-0ubuntu6 Ubuntu:14.04/trusty [i386]) []
    Inst xserver-xorg-video-siliconmotion (1:1.7.7-2build1 Ubuntu:14.04/trusty [i386]) []
    Inst xserver-xorg-video-savage (1:2.3.7-2ubuntu2 Ubuntu:14.04/trusty [i386]) []
    Inst xserver-xorg-video-s3 (1:0.6.5-0ubuntu4 Ubuntu:14.04/trusty [i386]) []
    Inst xserver-xorg-video-r128 (6.9.2-1build1 Ubuntu:14.04/trusty [i386]) []
    Inst xserver-xorg-video-qxl (0.1.1-0ubuntu3 Ubuntu:14.04/trusty [i386]) []
    Inst xserver-xorg-video-openchrome (1:0.3.3-1build1 Ubuntu:14.04/trusty [i386]) []
    Inst xserver-xorg-video-nouveau (1:1.0.10-1ubuntu2 Ubuntu:14.04/trusty [i386]) []
    Inst xserver-xorg-video-neomagic (1:1.2.8-1build1 Ubuntu:14.04/trusty [i386]) []
    Inst xserver-xorg-video-modesetting (0.8.1-1build1 Ubuntu:14.04/trusty [i386]) []
    Inst xserver-xorg-video-mga (1:1.6.3-1build1 Ubuntu:14.04/trusty [i386]) []
    Inst xserver-xorg-video-mach64 (6.9.4-1build1 Ubuntu:14.04/trusty [i386]) []
    Inst xserver-xorg-video-fbdev (1:0.4.4-1build1 Ubuntu:14.04/trusty [i386]) []
    Inst xserver-xorg-video-cirrus (1:1.5.2-1build1 Ubuntu:14.04/trusty [i386]) []
    Inst xserver-xorg-input-evdev (1:2.8.2-1ubuntu2 Ubuntu:14.04/trusty [i386])
    Inst xserver-xorg-input-synaptics (1.7.4-0ubuntu1 Ubuntu:14.04/trusty [i386])
    Inst xserver-xorg-input-mouse (1:1.9.0-1build1 Ubuntu:14.04/trusty [i386])
    Inst xserver-xorg-input-vmmouse (1:13.0.0-1build1 Ubuntu:14.04/trusty [i386])
    Inst xserver-xorg-input-wacom (1:0.23.0-0ubuntu2 Ubuntu:14.04/trusty [i386])
    Inst xserver-xorg-input-all (1:7.7+1ubuntu8.1 Ubuntu:14.04/trusty-updates [i386])
    Conf libglapi-mesa (10.1.3-0ubuntu0.4 Ubuntu:14.04/trusty-updates [i386])
    Conf libgles2-mesa (10.1.3-0ubuntu0.4 Ubuntu:14.04/trusty-updates [i386])
    Conf libgl1-mesa-glx (10.1.3-0ubuntu0.4 Ubuntu:14.04/trusty-updates [i386])
    Conf libegl1-mesa (10.1.3-0ubuntu0.4 Ubuntu:14.04/trusty-updates [i386])
    Conf libgl1-mesa-dri (10.1.3-0ubuntu0.4 Ubuntu:14.04/trusty-updates [i386])
    Conf xserver-xorg-core (2:1.15.1-0ubuntu2.7 Ubuntu:14.04/trusty-updates [i386])
    Conf xserver-xorg-video-radeon (1:7.3.0-1ubuntu3.1 Ubuntu:14.04/trusty-updates [i386])
    Conf xserver-xorg-video-intel (2:2.99.910-0ubuntu1.6 Ubuntu:14.04/trusty-updates [i386])
    Conf xserver-xorg-video-vesa (1:2.3.3-1build1 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-video-trident (1:1.3.6-0ubuntu5 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-video-tdfx (1:1.4.5-1build1 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-video-sisusb (1:0.9.6-2build1 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-video-sis (1:0.10.7-0ubuntu6 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-video-siliconmotion (1:1.7.7-2build1 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-video-savage (1:2.3.7-2ubuntu2 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-video-s3 (1:0.6.5-0ubuntu4 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-video-r128 (6.9.2-1build1 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-video-qxl (0.1.1-0ubuntu3 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-video-openchrome (1:0.3.3-1build1 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-video-nouveau (1:1.0.10-1ubuntu2 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-video-neomagic (1:1.2.8-1build1 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-video-modesetting (0.8.1-1build1 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-video-mga (1:1.6.3-1build1 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-video-mach64 (6.9.4-1build1 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-video-fbdev (1:0.4.4-1build1 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-video-cirrus (1:1.5.2-1build1 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-input-evdev (1:2.8.2-1ubuntu2 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-input-synaptics (1.7.4-0ubuntu1 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-input-mouse (1:1.9.0-1build1 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-input-vmmouse (1:13.0.0-1build1 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-input-wacom (1:0.23.0-0ubuntu2 Ubuntu:14.04/trusty [i386])
    Conf xserver-xorg-input-all (1:7.7+1ubuntu8.1 Ubuntu:14.04/trusty-updates [i386])
    Conf xserver-xorg (1:7.7+1ubuntu8.1 Ubuntu:14.04/trusty-updates [i386])
    jrad@music:~/Schreibtisch$
    This command:
    Code:
    dpkg -l xserver-xorg-core
    results on my machine in:

    jrad@music:~/Schreibtisch$ dpkg -l xserver-xorg-core
    Desired=Unknown/Install/Remove/Purge/Hold
    | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
    |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
    ||/ Name Version Architecture Description
    +++-=================-=============-=============-========================================
    un xserver-xorg-core <none> <none> (no description available)
    jrad@music:~/Schreibtisch$
    Last edited by QIII; July 16th, 2015 at 07:25 PM. Reason: quote tags -> code tags

Page 1 of 10 123 ... 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
  •