emulator 'kitty' from the main repository on
> both machines but it only works on my desktop.
>
> The relevant bug report for kitty
> (https://github.com/kovidgoyal/kitty/issues/2536) tells me that kitty
> requires OpenGL 3.3, and to check with "glxinfo | grep OpenG
y works on my desktop.
The relevant bug report for kitty
(https://github.com/kovidgoyal/kitty/issues/2536) tells me that kitty
requires OpenGL 3.3, and to check with "glxinfo | grep OpenGL
version".
On my desktop I get: OpenGL version string: 4.6 (Compatibility
Profile) Mesa 22.3.6
On
{"driver":"virtio-vga-gl","id":"video0","max_outputs":1,"bus":"pcie.
0","addr":"0x1"}: opengl is not available
>
[snip]
>
I configured a virtio video device, if I remove 3D acceleration, the guest
st
l","id":"video0","max_outputs":1,"bus":"pcie.
0","addr":"0x1"}: opengl is not available
OpenGL looks ok (but I am not an expert here):
rd@h370:/mnt/net/fs/mnt/disk/scratch/xbian/storage/videos$ glxinfo | grep
OpenGL
OpenGL ve
ed by it automatically, IIRC.
Regards,
Christian
Am 05.11.21 um 10:08 schrieb lina:
> Hi all,
>
> I was told to "update the DirectX/OpenGL driver" when I tried to use
> some software.
> One example is
> Renderer: Error creating Canvas3D graphics context
>
> I
Hi all,
I was told to "update the DirectX/OpenGL driver" when I tried to use some
software.
One example is
Renderer: Error creating Canvas3D graphics context
I have general problems with the graphic rendering.
$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporat
resolution: 1920x1080~60Hz
OpenGL: renderer: N/A v: N/A direct render: N/A
The problem is now resolved after discovering multiple errors.
First, some process had removed parts of libgl1 so I reinstalled the package
sudo apt install --reinstall libgl1 (reboot) glxinfo name of display: :0
On 10/1/21 12:52 pm, Jeremy Ardley wrote:
inxi -Fxz
(...)
Graphics:
Device-1: AMD Caicos PRO [Radeon HD 7450] vendor: ASUSTeK driver: radeon
v: kernel bus ID: 09:00.0
Display: x11 server: X.Org 1.20.4 driver: modesetting unloaded: fbdev,vesa
resolution: 1920x1080~60Hz
OpenGL
etting
resolution: 1920x1200~60Hz
OpenGL: renderer: AMD CAICOS (DRM 2.50.0 / 4.19.0-13-amd64 LLVM 7.0.1)
v: 3.3 Mesa 18.3.6
Info:...Shell: Bash pinxi: 3.2.01-1
I did
sudo rm -f /etc/X11/xorg.conf.d/*
sudo apt remove xserver-xorg-video-radeon
and rebooted. I got
inxi -Fxz
(...)
Graphics:
64 bits: 64 Desktop: Trinity R14.0.9
Distro: Debian GNU/Linux 10 (buster)
Graphics:
Device-1: AMD Caicos [Radeon HD 6450/7450/8450 / R5 230 OEM] driver: radeon
v: kernel
Display: x11 server: X.Org 1.20.4 driver: loaded: modesetting
resolution: 1920x1200~60Hz
OpenGL: renderer: AMD CAICOS (D
On 10/1/21 10:58 am, Jeremy Ardley wrote:
The problem occurs under all desktop options, gnome, mate, wayland etc
I run normal graphics except when the application wants to use opengl
glxinfo
name of display: :0
X Error of failed request: BadValue (integer parameter out of range for
The problem occurs under all desktop options, gnome, mate, wayland etc
I run normal graphics except when the application wants to use opengl
glxinfo
name of display: :0
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 152
: NVIDIA Corporation
> server glx version string: 1.4
>
> perfect!
Excellent! :)
Sorry for not having replied a bit sooner, I was still trying to
make sense of the situation. I confirm the OpenGL library is
made available in my Stretch boxe in version 1.2.0:
$ dpkg -S /usr/lib/i
I think i found the culprit:
I use the debian apt repo for machinekit and the rt kernel:
deb [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main
This repo installs libGL.so.1.0.0 instead of libGL.so.1.2.0.
I forced to use the default debian apt source repo and purged all libgl stuff
from t
Am Sonntag, 2. Juni 2019 15:00:05 UTC+2 schrieb Simon S:
> Hi,
>
> I have a weird problem with opengl forwarding via ssh.
> I am running debian jessie on my BeagleBone Black (armhf) that I use for my
> CNC machine by running machinekit.
> Everything works as expected, I even g
Hi!
Thanks for testing it out!
I was wondering if it had to do with an user beeing logged in to lxde.
I think autologin might be enabled on the jessie system.
Unfortunately this does not help. Still the same problem on stretch.
I have some additional info. Without exporting the inderect renderin
Simon, on 2019-06-02:
> The following test setup:
> (A) linux machine running ubuntu (Nvidia GPU)
> (B) BBB running jessie
> (C) BBB running stretch
>
> I connect from (A) -> (*) by ssh -X x@host
>
> When I connect from (A) to (B):
> > export LIBGL_ALWAYS_INDIRECT=1; glxinfo|head
> name of display
Hi,
I have a weird problem with opengl forwarding via ssh.
I am running debian jessie on my BeagleBone Black (armhf) that I use for my CNC
machine by running machinekit.
Everything works as expected, I even got indirect opengl rendering working when
I connect to the BBB using windows.
Now I
So, apparently
apt remove --purge nvidia*
is not enough to clean the opengl mess nvidias drivers left. Manually removing
the files nvidia replaced and reinstalling xorg and mesa as described in
this answer did:
https://unix.stackexchange.com/a/339652
Thanks for your help
24. März 2019 23:34, t
milar issue once - I had to remove the nvidia drivers - AFAIR they
come with own OpenGL stuff
> Anyway, trying to fix this, I've found no used drivers for the card and a
> opengl error message in xorg.
>
> lspci output and xorg logs: https://t8w.de/log.txt
> (my private server, pla
d and a opengl
error message in xorg.
lspci output and xorg logs: https://t8w.de/log.txt
(my private server, plain text, no logging, tracking nor anything else ;) )
Installing, uninstalling, reinstalling several driver / mesa related packages
did not help and neither did the handful of threads
Sven, awesome! You were right, I already have them - using your
glxinfo statement I get:
> $ glxinfo |grep "OpenGL core profile version"
> OpenGL core profile version string: 4.3 (Core Profile) Mesa 13.0.6
>
SOLVED
Thank you!
--Brian
On Thu, Jun 28, 2018 at 12:20 PM, Sven Jo
On 06/28/2018 12:20 PM, Sven Joachim wrote:
glxinfo | grep "OpenGL core profile version"
My system reports:
ric@iam:/opt/ric/Downloads/warzone2100-2.3.8/src$ glxinfo | grep "OpenGL
core profile version"
OpenGL core profile version string: 4.6.0 NVIDIA 390.48
ric@ia
gt; my Debian 9.4 system (with Gnome) to at least OpenGL 3.3 mesa drivers?
>
> BACKGROUND:
> Avid Blender user. Those latest versions of Blender contain critically
> needed features. I would like to start working/learning on not-yet-released
> Blender 2.8 which comes out late in 20
Greetings,
New to Debian, long-time Ubuntu user. If is in the wrong place, apologies,
please point me in the right direction.
QUESTION:
Can some-one tell me how (or point me to updated step-by-step docs) to
update
my Debian 9.4 system (with Gnome) to at least OpenGL 3.3 mesa drivers?
BACKGROUND
wine).
> >
> > Maybe this does help. It is a pity, that the software opengl2 is been gone
> > in mesa, but that
> > how are things change.
>
> I'm confused since the software renderer above gives me a 3.0 context...
> perhaps
> it's part of th
nfused since the software renderer above gives me a 3.0 context... perhaps
it's part of the intel driver are implemented in software that got removed?
> Best regards, happy hacking and good luck!
>
> Hans
Thanks a lot for your help, it's definitely more information than I had
and good luck!
Hans
> Heya All,
>
> I have some OpenGL code that used to work fine on Jessie, but now I'm
> running Stretch I can't seem to get a context above 1.3. I have a ThinkPad
> X220, with cpuinfo reporting that it has an "Intel(R) Core(TM) i5-2520M CPU
&
Heya All,
I have some OpenGL code that used to work fine on Jessie, but now I'm running
Stretch I can't seem to get a context above 1.3. I have a ThinkPad X220, with
cpuinfo reporting that it has an "Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz".
This I think is the relevant
thank you very much for this information. As it is a feature, not
a bug, it is not necessary to file a bugreport any more.
Greetz,
Hans
> Hello Hans,
>
> i945 only supports OpenGL-1.4, it lacks a few hardware features to
> reach 2.0:
> https://www.phoronix.com/scan.php?page=ne
Hello Hans,
i945 only supports OpenGL-1.4, it lacks a few hardware features to
reach 2.0:
https://www.phoronix.com/scan.php?page=news_item&px=Mesa-i915-OpenGL-2-Drop
advertising it as 2.0 capable caused many issues, so mesa developers
decided to revert back to 1.4
best regards, Clemens
On Wed, 18 Oct 2017, Hans wrote:
> Dear list,
>
> my netbook with an I945 graphics chip does no more support opengl 2.0. Only
> opengl 1.4 is loaded.
>
> It would be nice, if someone could verify this before I send a bugreport. I
> believe, the package responsible fo
Dear list,
my netbook with an I945 graphics chip does no more support opengl 2.0. Only
opengl 1.4 is loaded.
It would be nice, if someone could verify this before I send a bugreport. I
believe, the package responsible for this is libgl1-mesa, but I am not sure.
If this is really a bug, what
Hello,
thank's for your time reading this.
I use wine(playonlinux wine 1.6.1) + 32 bit opengl libs
(no closed-source drivers)
for an application (game).
(It runs almost perfect on debian 8 (jessie))
If I dist-upgrade to debian 9 (stretch)
game has campaign map textures problem which
make it a
D2000, and apparently no opengl
(glxinfo reports "extension GLX missing")
can someone help diagnose and fix ?
tx!
deloptes wrote on 2016-10-05 09:25:
AFAIR the GL support is added by the driver via alternatives. I don't recall
how I fixed this few years ago on one PC with NVidia, but
adapter with its proprietary driver
>> the target system has sandy-bridge HD2000, and apparently no opengl
>> (glxinfo reports "extension GLX missing")
>> can someone help diagnose and fix ?
>>
>> tx!
>>
AFAIR the GL support is added by the driver via
l
(or mesa...) files instead of nvidia's and do i need to install
additional deb packages ?
hello,
as i often do, i have cloned a working partition onto a new system
the source system has an nvidia adapter with its proprietary driver
the target system has sandy-bridge HD2000, and apparently
hello,
as i often do, i have cloned a working partition onto a new system
the source system has an nvidia adapter with its proprietary driver
the target system has sandy-bridge HD2000, and apparently no opengl
(glxinfo reports "extension GLX missing")
can someone help diagnose and fix ?
tx!
On Mon, 22 Feb 2016, Sven Arvidsson wrote:
From what I can tell from Google, avidemux comes in both GTK+ (2.x?)
and Qt flavours. If you got it from deb-multimedia it's probably qt4,
so you'll probably need to figure out how to set the fonts with
something like qt4-qtconfig?
Hi Sven,
I neve
On Mon, 2016-02-22 at 23:06 +0100, Pierre Frenkiel wrote:
> On Mon, 22 Feb 2016, Nicolas George wrote:
>
> > Le quartidi 4 ventôse, an CCXXIV, Sven Arvidsson a écrit :
> >> I'm not familiar with avidemux, but does it really use OpenGL to
> render
> >> the G
On Mon, 22 Feb 2016, Nicolas George wrote:
Le quartidi 4 ventôse, an CCXXIV, Sven Arvidsson a écrit :
I'm not familiar with avidemux, but does it really use OpenGL to render
the GUI?
For the GUI, probably not.
For the preview of the video, why not? Sync with monitor refresh i
On Mon, 2016-02-22 at 20:42 +0100, Nicolas George wrote:
> For the GUI, probably not.
>
> For the preview of the video, why not? Sync with monitor refresh is
> not
> available in plain X11 and YUV->RGB conversion is expensive.
Right, it probably uses OpenGL for previews a
Le quartidi 4 ventôse, an CCXXIV, Sven Arvidsson a écrit :
> I'm not familiar with avidemux, but does it really use OpenGL to render
> the GUI?
For the GUI, probably not.
For the preview of the video, why not? Sync with monitor refresh is not
available in plain X11 and YUV->RGB
On Mon, 22 Feb 2016, Sven Arvidsson wrote:
I'm not familiar with avidemux, but does it really use OpenGL to render
the GUI?
Find out what GUI toolkit it uses and see if other applications using
the same toolkit have similar problems.
in avidemux, you can choose for the Display betwee
videmux output, I found this difference:
> for me:
> [initGUI] OpenGL not activated, not initialized
> for others:
> [initGUI] OpenGL activated, initializing...
> (the avidemux Display is set to "X11" in both cases in the
> preferences menu)
>
> Can anyb
count, the characters are much smaller, and the
time display is correct (and the size of the avidemux window itself
is a little smaller.(205 mm .vs 230 mm)
Looking at the avidemux output, I found this difference:
for me:
[initGUI] OpenGL not activated, not initialized
for others:
[initGU
On Sun, 2016-01-10 at 22:06 +0530, B.V. Raghav wrote:
> Hi,
>
> I am running debian stretch and I have nvidia driver version 340.96
> which supports opengl version 4.4 on the graphic card nvidia gtx 750
> ti.
>
> Out of curiosity I want to upgrade to opengl 4.5 --- which I t
Hi,
I am running debian stretch and I have nvidia driver version 340.96
which supports opengl version 4.4 on the graphic card nvidia gtx 750
ti.
Out of curiosity I want to upgrade to opengl 4.5 --- which I think I
should do by installing the proprietary driver on the nvidia website.
1. By doing
On Mon, 01 Jun 2015 01:33:30 -0400
Ric Moore wrote:
> On 05/31/2015 09:11 PM, sp113438 wrote:
> > Hello,
> >
> > I can run openGL programs as root, not as user:
> >
> > $ /usr/games/supertux
> > Datadir: /usr/share/games/supertux
> > X Error of faile
On 05/31/2015 09:11 PM, sp113438 wrote:
Hello,
I can run openGL programs as root, not as user:
$ /usr/games/supertux
Datadir: /usr/share/games/supertux
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of
Hello,
I can run openGL programs as root, not as user:
$ /usr/games/supertux
Datadir: /usr/share/games/supertux
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext
Okay, so I just installed the propietary Nvidia drivers for my computer.
I have an older Pentium 4 tower (oooh yeah) with a Geforce MX200 in it.
Since it's an older card I have to use the Nvidia 96.43.23 legacy
drivers. I followed the instructions here for the install:
https://wiki.debian.org/N
On 11/20/14 22:00, Dan Ritter wrote:
On Thu, Nov 20, 2014 at 09:48:18PM +0530, dE wrote:
Hi.
I've a bay trail processor with HD graphics.
I've enabled hardware Firefox hardware acceleration (downloaded from
Mozilla) but it's extremely slow; not at par to this graphics chip.
Even the GTK UI an
On Thu, Nov 20, 2014 at 09:48:18PM +0530, dE wrote:
> Hi.
>
> I've a bay trail processor with HD graphics.
>
> I've enabled hardware Firefox hardware acceleration (downloaded from
> Mozilla) but it's extremely slow; not at par to this graphics chip.
>
> Even the GTK UI and scrolling is slow at 1
Hi.
I've a bay trail processor with HD graphics.
I've enabled hardware Firefox hardware acceleration (downloaded from
Mozilla) but it's extremely slow; not at par to this graphics chip.
Even the GTK UI and scrolling is slow at 1024x768 resolution.
I thought this was an upstream problem, but
Many thanks for helping!
I solved with reinstalling drivers with:
"Reboot into Single User mode.
# aptitude update
# aptitude install build-essential linux-headers-$(uname -r)
module-assistant nvidia-kernel-source nvidia-xconfig
# m-a prepare
# m-a a-i nvidia
# aptitude install nvidia-glx
# nvid
Op Sat, 11 Oct 2014 21:21:16 +0200 schreef Gábor Hársfalvi
:
Thanks for the help!
apt-show-versions | grep nvidia
libgl1-nvidia-alternatives/squeeze uptodate 195.36.31-6squeeze2
libglx-nvidia-alternatives/squeeze uptodate 195.36.31-6squeeze2
nvidia-kernel-2.6.32-5-486/squeeze uptodate
195.3
Thanks for the help!
apt-show-versions | grep nvidia
libgl1-nvidia-alternatives/squeeze uptodate 195.36.31-6squeeze2
libglx-nvidia-alternatives/squeeze uptodate 195.36.31-6squeeze2
nvidia-kernel-2.6.32-5-486/squeeze uptodate 195.36.31+4+6squeeze2+2.6.32-45
nvidia-kernel-2.6.32-5-686-bigmem 195.36.
Op Sat, 11 Oct 2014 12:51:44 +0200 schreef Gábor Hársfalvi
:
Of course I already installed nvidia-glx.
sudo apt-show-versions | grep nvidia
sudo: apt-show-versions: command not found
it look like you have to install apt-show-versions
run:
$ sudo apt-get install apt-show-versions
$ apt-show
Op Sat, 11 Oct 2014 10:13:55 +0200 schreef Gábor Hársfalvi
:
Hello,
I installed Nvidia drivers from
https://wiki.debian.org/NvidiaGraphicsDrivers#Version_195.36.31 -
Everyhting works but when >open the OpenGL/GLX Information option on the
nvidia-settings panel it sends:
"
Hello,
I installed Nvidia drivers from
https://wiki.debian.org/NvidiaGraphicsDrivers#Version_195.36.31 -
Everyhting works but when open the OpenGL/GLX Information option on the
nvidia-settings panel it sends:
"Fail to query the GLX server vendor."
and glxgears sends:
"Xlib:
roblem is that, well, it's Xinerama, and so (1) I can't drag a window
from one graphics subsystem to the other, and (2) OpenGL doesn't get
hardware acceleration on every screen.
However, everything just seems to work in a unified way under MS Windows.
I have read that Wayland will enable
Hello.
I am trying to learn shader (opengl) programming, and discovered that
it seems my netbook's graphic drivers are not using the chipset
correctly:
$ glxinfo | grep -i OpenGl
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) IGD
O
Hello.
I am trying to work with opengl shaders on my netbook,
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/afef46e311b079cd3f08fd53a4f9c...@neutralite.org
Message-
From: steef [mailto:debian.li...@home.nl]
Sent: Tuesday, September 10, 2013 11:52 AM
To: debian
Subject: Re: Debian Testing/Jessie and OpenGL
On 10-09-13 13:30, Stephen P, Molnar wrote:
I have installed jessie in an Oracle VBox on my laptop tp use as a
test bed for new applications
Message-
From: steef [mailto:debian.li...@home.nl]
Sent: Tuesday, September 10, 2013 11:52 AM
To: debian
Subject: Re: Debian Testing/Jessie and OpenGL
On 10-09-13 13:30, Stephen P, Molnar wrote:
I have installed jessie in an Oracle VBox on my laptop tp use as a
test bed for new applications
...@home.nl]
Sent: Tuesday, September 10, 2013 11:52 AM
To: debian
Subject: Re: Debian Testing/Jessie and OpenGL
On 10-09-13 13:30, Stephen P, Molnar wrote:
> I have installed jessie in an Oracle VBox on my laptop tp use as a
> test bed for new applications software without jeopardizing my
<.>
it seems to be a known issue. look at:
http://www.salome-platform.org/forum/forum_10/826530538
regards,
steef
Very Interesting. Many thanks for the reference. I'll try it in a new
implementation in VBox
you are welcome, hope it helps.
reg.,
steef
--
To UNSUBSCRIBE,
)
Skype: smolnar1
-Original Message-
From: steef [mailto:debian.li...@home.nl]
Sent: Tuesday, September 10, 2013 11:52 AM
To: debian
Subject: Re: Debian Testing/Jessie and OpenGL
On 10-09-13 13:30, Stephen P, Molnar wrote:
I have installed jessie in an Oracle VBox on my laptop tp use as a
OpenGL for correct operation. Although I have been usiing
various distributions of Linux since shortly before the release of the
RedHat Mother' Day distribution, I am not a computer person, but rather
a research chemist.
Here are some of the error messages that i get:
OpenGL Warning: glGetFenc
I have installed jessie in an Oracle VBox on my laptop tp use as a test
bed for new applications software without jeopardizing my native Linux
production computer.
Unfortunately, some of the candidate software I wish to evaluate appear
to require OpenGL for correct operation. Although I have
Whenever I'm running a windowed opengl application, say mplayer -vo gl, the
window will not refresh. Switching (e.g. ALT-TAB) to a different window will
force a single update. Running full-screen may or may not cause the window to
be refreshed properly (e.g. mplayer works fine, a
;10054114...@gmail.com>
wrote:
I can't use any OpenGL program after I installed Nvidia driver on my
laptop,
the error message is : invalid opengl context.
my graphic card is Geforce GT 630M, Cpu is core i5-2450M
Do you mean you installed the Nvidia binary driver or do you mean the
Nouveau O
This needs to go to the list, not me
On Sat, Oct 20, 2012 at 2:47 AM, Zhigang Song <10054114...@gmail.com> wrote:
> On Friday, October 19, 2012 11:16 PM, Kelly Clowers wrote:
>>
>> On Fri, Oct 19, 2012 at 6:34 AM, Zhigang Song<10054114...@gmail.com>
>> wrot
On Fri, Oct 19, 2012 at 6:34 AM, Zhigang Song <10054114...@gmail.com> wrote:
> I can't use any OpenGL program after I installed Nvidia driver on my laptop,
> the error message is : invalid opengl context.
>
> my graphic card is Geforce GT 630M, Cpu is core i5-2450M
>
Do
I can't use any OpenGL program after I installed Nvidia driver on my
laptop, the error message is : invalid opengl context.
my graphic card is Geforce GT 630M, Cpu is core i5-2450M
what should i do ???
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subje
Roger Leigh writes:
> On Tue, Oct 09, 2012 at 02:58:50PM +0200, lee wrote:
>> Francesco Pietra writes:
>>
>> > Hello:
>> > I would like to continue to use a 32bit graphical program based on
>> > OpenGL. It worked well on i386, requiring libXm.so.3 (fr
On Tue, Oct 09, 2012 at 02:58:50PM +0200, lee wrote:
> Francesco Pietra writes:
>
> > Hello:
> > I would like to continue to use a 32bit graphical program based on
> > OpenGL. It worked well on i386, requiring libXm.so.3 (from libmotif3).
> >
> > Is it conceiv
with
the NVIDIA drivers --- if I could, I'd just go back to the previous
version.
>>> However, I had to use the nvidia drivers from experimental in order to
>>> have working 32-bit OpenGL libraries.
>>
>> I have tried that at least three times now. It doesn
lee writes:
> Alberto Luaces writes:
>
>> lee writes:
>>
>>> Francesco Pietra writes:
>>>
>>>> Hello:
>>>> I would like to continue to use a 32bit graphical program based on
>>>> OpenGL. It worked well on i386, requirin
Alberto Luaces writes:
> lee writes:
>
>> Francesco Pietra writes:
>>
>>> Hello:
>>> I would like to continue to use a 32bit graphical program based on
>>> OpenGL. It worked well on i386, requiring libXm.so.3 (from libmotif3).
>>>
>>
lee writes:
> Francesco Pietra writes:
>
>> Hello:
>> I would like to continue to use a 32bit graphical program based on
>> OpenGL. It worked well on i386, requiring libXm.so.3 (from libmotif3).
>>
>> Is it conceivable to simply add libXm.so.3 (taken from m
Francesco Pietra writes:
> Hello:
> I would like to continue to use a 32bit graphical program based on
> OpenGL. It worked well on i386, requiring libXm.so.3 (from libmotif3).
>
> Is it conceivable to simply add libXm.so.3 (taken from my dismissed
> i388 PC) to ia32-libs?
Hello:
I would like to continue to use a 32bit graphical program based on
OpenGL. It worked well on i386, requiring libXm.so.3 (from libmotif3).
Is it conceivable to simply add libXm.so.3 (taken from my dismissed
i388 PC) to ia32-libs?
Thanks for advice
francesco pietra
--
To UNSUBSCRIBE
On Wed, Jun 06, 2012 at 12:00:28PM +0200, Sébastien Barthélémy wrote:
> I'd like to use schroots to build and use openGL programs
> (openscenegraph, ogre, and some
> proprietary scientific software which use these libs) under different releases
> of debian/ubuntu, for bo
Hello all,
I'd like to use schroots to build and use openGL programs
(openscenegraph, ogre, and some
proprietary scientific software which use these libs) under different releases
of debian/ubuntu, for both 32 and 64 bits.
I've already used schroot before, and I'm quite familiar
On 06/03/12 15:40, Camaleón wrote:
On Mon, 05 Mar 2012 22:15:45 +, Sian Mountbatten wrote:
Does anybody know which package provides OpenGL libraries for
development?
I am using the siduction distribution which is based on Debian sid.
http://www.w3.org/Amaya/User/AmayaWX.html#What
THT
On Mon, 05 Mar 2012 22:15:45 +, Sian Mountbatten wrote:
> Does anybody know which package provides OpenGL libraries for
> development?
>
> I am using the siduction distribution which is based on Debian sid.
http://www.w3.org/Amaya/User/AmayaWX.html#What
THT.
Greetings,
Sian Mountbatten writes:
> Hi All!
>
> Does anybody know which package provides OpenGL libraries for development?
>
> I am using the siduction distribution which is based on Debian sid.
Look for libGL.so (as is, without trailing numbers) under your usr/. It
could have been instal
Hi All!
Does anybody know which package provides OpenGL libraries for development?
I am using the siduction distribution which is based on Debian sid.
--
Sian Mountbatten
Algol 68 specialist
--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubs
On Wed, 28 Dec 2011, Camaleón wrote:
> On Thu, 22 Dec 2011 23:51:43 +0100, Andre Majorel wrote:
> > As far as I can tell, enabling KMS causes the screen to go black shortly
> > after "ib test succeeded in 0 usecs" and disabling it prevents hardware
> > 3D acceleration.
> >
> > Any ideas ? Yes, drm
On Thu, 22 Dec 2011 23:51:43 +0100, Andre Majorel wrote:
> As far as I can tell, enabling KMS causes the screen to go black shortly
> after "ib test succeeded in 0 usecs" and disabling it prevents hardware
> 3D acceleration.
>
> Any ideas ? Yes, drm, drm_kms_helper and radeon are loaded before st
As far as I can tell, enabling KMS causes the screen to go black
shortly after "ib test succeeded in 0 usecs" and disabling it
prevents hardware 3D acceleration.
Any ideas ? Yes, drm, drm_kms_helper and radeon are loaded
before startx and no, it's not new hardware (RV370).
Thanks in advance.
--
target configuration which would be a Radeon 6950 supporting
OpenGL and OpenCL or CUDA.
In addition to asking for any guides, pointers and/or caveats, I have couple
of questions:
1) What's the simplest way I can save the state of my graphics configuration
as it stands so that I don't have
2011-06-30 12:58, David Baron skrev:
Apps that worked perfectly last week no longer work at all: Flightgear
and Ysflight. Flightgear complains about not be able to produce image
and segfaults out. Ysflight complains about double buffering.
I am using Debian's NVidia driver (270) from Sid so the
Apps that worked perfectly last week no longer work at all: Flightgear and
Ysflight. Flightgear complains about not be able to produce image and
segfaults out. Ysflight complains about double buffering.
I am using Debian's NVidia driver (270) from Sid so the "native" glx's are
diverted and nvid
Hello,
On 25/11/10 18:52, Camaleón wrote:
On Thu, 25 Nov 2010 18:08:51 +0800, Jerome BENOIT wrote:
On 25/11/10 17:49, Camaleón wrote:
is it possible to have OpenGL through a ssh connection ?
I googled, but I found no clear answer, hence my question.
Try it :-)
ssh -X u...@host glxgears
On Thu, 25 Nov 2010 18:08:51 +0800, Jerome BENOIT wrote:
> On 25/11/10 17:49, Camaleón wrote:
>>> is it possible to have OpenGL through a ssh connection ?
>>>
>>> I googled, but I found no clear answer, hence my question.
>>
>> Try it :-)
>>
>&
On 25/11/10 17:49, Camaleón wrote:
On Thu, 25 Nov 2010 14:39:24 +0800, Jerome BENOIT wrote:
is it possible to have OpenGL through a ssh connection ?
I googled, but I found no clear answer, hence my question.
Try it :-)
ssh -X u...@host glxgears
Greetings,
Indeed I can run glxgears via
Dne, 25. 11. 2010 10:45:32 je Jerome BENOIT napisal(a):
On 25/11/10 17:37, Klistvud wrote:
Dne, 25. 11. 2010 07:39:24 je Jerome BENOIT napisal(a):
Hello List,
is it possible to have OpenGL through a ssh connection ?
I googled, but I found no clear answer, hence my question.
Would this be
1 - 100 of 437 matches
Mail list logo