Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

VIA Unichrome Driver Problem.

Need help with peripherals or devices?
Post Reply
Message
Author
DaYin
Posts: 1
Joined: 2013-11-20 19:23

VIA Unichrome Driver Problem.

#1 Post by DaYin »

Hello,


I create this topic because my drivers have a problem, I install Debian, then VLC, and Flashplugin but when I want to watch TV on VLC, the caracters are blue.


My Graphics Card: VGA compatible controller: VIA technologies, INC. K8M800/K8N800/K8N800A [S3 UniChrome Pro](rev 01)


I already install:

Code: Select all

apt-get install xfonts-base
apt-get install xserver-xorg-input-all
apt-get install xserver-xorg-video-openchrome
 

What can I do next? :O


Please I count on you

User avatar
llivv
Posts: 5340
Joined: 2007-02-14 18:10
Location: cold storage

Re: VIA Unichrome Driver Problem.

#2 Post by llivv »

DaYin wrote:My Graphics Card: VGA compatible controller: VIA technologies, INC. K8M800/K8N800/K8N800A [S3 UniChrome Pro](rev 01)


I already install:

Code: Select all

apt-get install xfonts-base
apt-get install xserver-xorg-input-all
apt-get install xserver-xorg-video-openchrome
 

What can I do next?
If you are using wheezy
WARNING: using this file may give a blank screen or xserver segfault
-- Use at your own risk --
make this file:
/etc/X11/xorg.conf.d/11-openchrome.conf

Code: Select all

Section "Device"
         Identifier "card0"
         Driver "openchrome"
        #Option  "accelmethod" "xxa"   #Default
         Option  "accelmethod" "exa"    #experimental
       EndSection
then restart the xserver.

openchrome support is not the best upstream and
tweaking the driver is still experimental and up to you.
I give you basics so you can try it if you want.

then read the manual
man openchrome
for more ways to tweak the config file to your hardware.

If your xsession screen doesn't work better with the file
remove it and restart the xserver.
In memory of Ian Ashley Murdock (1973 - 2015) founder of the Debian project.

User avatar
grege
Posts: 214
Joined: 2009-08-13 11:10
Location: Melbourne, Australia

Re: VIA Unichrome Driver Problem.

#3 Post by grege »

If it is not a notebook then use any other video card you can. VIA do not support Linux very well and the few drivers they have released unstable and are way out of date. Some video hardware is just not worth persisting with under Linux, the big two worst offenders are VIA Chrome and PowerVR GMA500 and later variants.

The Openchrome driver will only give you basic 2d with no 3d or video acceleration. The best you can hope for is playing video via X11 in a small window.

EDIT: looks like I am a little out of date Openchrome has xvideo support and some 3D with some chipsets

http://www.freedesktop.org/wiki/Openchr ... dHardware/

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: VIA Unichrome Driver Problem.

#4 Post by stevepusser »

In VLC, go into Tools--Preferences--Video, and set the output driver to X11.

You can also try some of the other fine media engines available, such as xine-ui, smplayer, or gnome-mplayer, to see if they have the same problem.
MX Linux packager and developer

Post Reply