Announcement

Collapse
No announcement yet.

Uninstall via driver/install openchrome driver

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Uninstall via driver/install openchrome driver

    I'm quite new to linux.
    How do I uninstall a driver and install a new one? For example:
    My computer (Fujitsu-Siemens Amilo Pro 3515) includes a Via graphics module (VT8237, Chrome9 HC IGP). I want to have better display resolution than 800x600. I suspect I need to install other drivers, in this case from openchrome. When I try to install them, I get the message
    "conflicts with the installed package xserver-xorg-video-via".
    How to make this not happen?

    #2
    Re: Uninstall via driver/install openchrome driver

    They are excluding options: either you use xserver-xorg-video-openchrome or xserver-xorg-video-via.

    xserver-xorg-video-openchrome tells:
    Replaces: xserver-xorg-video-via, xserver-xorg-video-unichrome
    Conflicts: xserver-xorg-video-via, xserver-xorg-video-unichrome

    How do I uninstall a driver and install a new one?
    If you install xserver-xorg-video-openchrome =>
    Synaptic (i'm using) package manager will tell:
    Mark additional required changes ?
    The chosen action also affects other packages. The following changes are required in order to proceed.

    To be removed
    xserver-xorg-video-all
    xserver-xorg-video-via

    OK ?
    Note
    xserver-xorg-video-openchrome tells:
    This driver is originally shipped to be loaded as 'via' on xorg.conf, but this
    package renames it to 'openchrome', so it doesn't conflicts with the other VIA
    driver already available on Ubuntu.
    => you need to edit xorg.conf (Driver "via" -> Driver "openchrome")
    or you need to run
    Code:
    sudo dpkg-reconfigure xserver-xorg
    Here is good page of sudo dpkg-reconfigure xserver-xorg:
    http://users.bigpond.net.au/hermanzone/p7.html


    Note #2
    I don't have Via graphics chip.


    Links:

    Question #11807 in Ubuntu
    VIA Chrome9 HC Intergrated Graphics Processor Drivers?
    https://answers.launchpad.net/ubuntu/+question/11807
    My Problem:
    On a native 1440 x 900 screen I am stuck with 800 x 600 resolution and no graphics acceleration...
    OpenChrome
    https://help.ubuntu.com/community/OpenChrome

    Topic: HOWTO : Repairing xorg.conf
    http://kubuntuforums.net/forums/inde...opic=3082808.0

    Topic: How to get started with no GUI
    http://kubuntuforums.net/forums/inde...opic=3085112.0
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment

    Working...
    X