[vlc] Re: "X Window Error" and --vout=x11 option

Dermot McGahon dermot at dspsrv.com
Tue May 31 13:03:35 CEST 2005


On Tue, 31 May 2005 08:22:46 +0100, Steve MOREAU <moreau at essi.fr> wrote:

> Thanks Dermot,
>
> I've succeeded in having via_drv.o back, and the log file tells me it is
> correctly loaded. But I still can't load vlc :-)

What do you mean by not being able to load vlc? What does vlc -vvv
give you?


> Maybe the error was not
> due to that if it works at your home (I read in the manual I have cle266
> chipset with VT8623CE integrated graphic controller).

You have the standard CLE266 graphics controller. The VT8623CE is
the northbridge.


> By the way, there is something strange because when I start X server, I'm
> in very high resolution (1280x1024) and I can't make it down (I have
> choices up to 1600x1200). There is maybe something I forgot to do with
> Modelines and (still) maybe vlc can't render the video properly in such
> resolution.

Your xorg.conf should look something like this,

Section "Device"
         Identifier  "Videocard0"
         Driver      "via"
         VendorName  "Videocard vendor"
         BoardName   "Via Castle Rock"
EndSection

Section "Screen"
         Identifier "Screen0"
         Device     "Videocard0"
         Monitor    "Monitor0"
         DefaultDepth    24
         SubSection "Display"
                 Viewport   0 0
                 Depth     24
                 Modes    "1024x768" "800x600" "640x480"
         EndSubSection
EndSection



You can use vlc -V x11 and vlc -V xvideo to experiment with two
different video output methods.



Dermot.
--

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the vlc mailing list