rdesktop gives an error that I don't know what to make of. rdesktop 192.168.1.59 ERROR: Less than 8 bpp not currently supported. This used to work just fine with SuSE 8.1 on the same computer, accessing the same server, with the same command. Documentation for rdesktop is scarce. Anybody has an ideea?
On Wed, 18 Jun 2003, Silviu Marin-Caea wrote:
rdesktop gives an error that I don't know what to make of. rdesktop 192.168.1.59 ERROR: Less than 8 bpp not currently supported. This used to work just fine with SuSE 8.1 on the same computer, accessing the same server, with the same command.
I would check for things in this order... 1. Whether X server is running. 2. If yes, then I would change the DefaultDepth parameter in /etc/X11/XF86Config to 8,16 and 24 and restart the X server so that each takes effect. And then I would try and reconnect. 3. If still no, then I would go for more documentation. Also, I would try this - what is the local value of DefaultDepth? Is your local X server running at? Try this and let me know? Rohit ********************************************************* Disclaimer This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. ********************************************************* Visit us at http://www.mahindrabt.com
Rohit wrote: >>rdesktop gives an error that I don't know what to make of. >>rdesktop 192.168.1.59 >>ERROR: Less than 8 bpp not currently supported. > 1. Whether X server is running. I'm trying to connect to a Windows Server with Terminal Services.
Hi, Have you tried and force the 8 bpp mode: rdesktop -D 8 <host> Which is the depth set in terminal services for remote connection? (I assume that this is about a Windows host that you connect to, using rdesktop) Regards, Alin. Silviu Marin-Caea wrote:
rdesktop gives an error that I don't know what to make of.
rdesktop 192.168.1.59 ERROR: Less than 8 bpp not currently supported.
This used to work just fine with SuSE 8.1 on the same computer, accessing the same server, with the same command.
Documentation for rdesktop is scarce.
Anybody has an ideea?
-- Alin DOBRE Technical Support Engineer - RAV Division mailto:alin.dobre@ravantivirus.com http://www.ravantivirus.com --------------------------- This message is confidential. It may also be privileged or otherwise protected by work product immunity or other legal rules. If you have received it by mistake please let us know by reply and then delete it from your system; you should not copy the message or disclose its contents to anyone.
Alin Dobre wrote:
Have you tried and force the 8 bpp mode: rdesktop -D 8 <host>
Doesn't work, same error.
Which is the depth set in terminal services for remote connection? (I assume that this is about a Windows host that you connect to, using rdesktop)
I'm not the admin of that Windows machine, but I can try to check this. However, it must be something changed in SuSE's rdesktop in 8.2, because it was working with 8.1. There were no other changes aside the SuSE distro version.
Hi Silviu, Maybe there were some changes in the 1.2.0 version which is present in SuSE82 relative to the 1.1.0 from SuSE81. Try and read the changelog from rdesktop 1.2.0. Also, you can try this: - take the rdesktop-1.2.0-43.src.rpm package from 8.2 - install it on 8.1 - cd /usr/src/packages/SPECS - rpm -ba rdesktop.spec - cd ../RPMS/i386 - rpm -Uvh rdesktop-1.2.0-43.i386.rpm and see if the 1.2.0 version works on 8.1, too. If it doesn't work, then there must have been some changes between versions (see the changelog), otherwise... I don't know... Regards, Alin. Silviu Marin-Caea wrote:
Alin Dobre wrote:
Have you tried and force the 8 bpp mode: rdesktop -D 8 <host>
Doesn't work, same error.
Which is the depth set in terminal services for remote connection? (I assume that this is about a Windows host that you connect to, using rdesktop)
I'm not the admin of that Windows machine, but I can try to check this.
However, it must be something changed in SuSE's rdesktop in 8.2, because it was working with 8.1. There were no other changes aside the SuSE distro version.
-- Alin DOBRE Technical Support Engineer - RAV Division mailto:alin.dobre@ravantivirus.com http://www.ravantivirus.com --------------------------- This message is confidential. It may also be privileged or otherwise protected by work product immunity or other legal rules. If you have received it by mistake please let us know by reply and then delete it from your system; you should not copy the message or disclose its contents to anyone.
Alin Dobre wrote:
Maybe there were some changes in the 1.2.0 version which is present in SuSE82 relative to the 1.1.0 from SuSE81. Try and read the changelog
There is no CHANGELOG in the source package from rdesktop.org You gotta love the situation. I'll look on the rdesktop list archives, and post here what I find out.
On Wednesday 18 June 2003 02:22, Silviu Marin-Caea wrote:
rdesktop gives an error that I don't know what to make of.
rdesktop 192.168.1.59 ERROR: Less than 8 bpp not currently supported.
We had this issue on a workstation last week. We removed the rdesktop package (using YaST) and then reinstalled the package from the same media (again using YaST), and it works fine now. Go figure :) - Thomas Long -- Using SuSE Linux 8.2
Thomas Long wrote:
On Wednesday 18 June 2003 02:22, Silviu Marin-Caea wrote:
rdesktop gives an error that I don't know what to make of.
rdesktop 192.168.1.59 ERROR: Less than 8 bpp not currently supported.
We had this issue on a workstation last week. We removed the rdesktop package (using YaST) and then reinstalled the package from the same media (again using YaST), and it works fine now.
It didn't work for me. I didn't expect it anyway, having a look at the package contents. It's just a binary and other files, no configuration required.
Silviu Marin-Caea wrote:
rdesktop gives an error that I don't know what to make of.
rdesktop 192.168.1.59 ERROR: Less than 8 bpp not currently supported.
This used to work just fine with SuSE 8.1 on the same computer, accessing the same server, with the same command.
I found this message on the rdesktop list: From: Matt Chapman <matthewc@cs...> Re: Error under suse 8.2 2003-06-10 19:55 Someone else had this problem, if I recall correctly it's a gcc 3.3 optimisation bug. Use a different version of gcc or reduce the optimisation level (-O2 -> -O or nothing in Makeconf), and complain to SuSE that they're shipping an unstable compiler. Matt So, the exact steps to get it working are these: rpm --install rdesktop-1.2.0-36.src.rpm cd /usr/src/packages/SOURCES tar -xzf rdesktop-1.2.0.tar.gz cd /usr/src/packages/SOURCES/rdesktop-1.2.0 $EDITOR configure Change -O2 to -O on this line: cflags="$cflags -Wall -O2" cd /usr/src/packages/SOURCES/ tar -czf rdesktop-1.2.0.tar.gz rdesktop-1.2.0 cd /usr/src/packages/SPECS/ rpm -ba rdesktop.spec rpm -i --force /usr/src/packages/RPMS/i386/rdesktop-1.2.0-36.i386.rpm
Silviu Marin-Caea wrote:
Silviu Marin-Caea wrote:
rdesktop gives an error that I don't know what to make of.
rdesktop 192.168.1.59 ERROR: Less than 8 bpp not currently supported.
Someone else had this problem, if I recall correctly it's a gcc 3.3 optimisation bug. Use a different version of gcc or reduce the optimisation level (-O2 -> -O or nothing in Makeconf), and complain to SuSE that they're shipping an unstable compiler.
The syntax for KDE Remote Desktop Connection dialogue is: rdp://192.168.1.59 but, of course it doesn't work due to the same compiler optimization bug that affects the rdesktop package. So, the solution would be to recompile kdenetwork3 from .src.rpm I will provide feed back to SuSE about this. End.
Silviu Marin-Caea <silviu@genesys.ro> [Thu, 19 Jun 2003 18:09:16 +0300]:
The syntax for KDE Remote Desktop Connection dialogue is:
rdp://192.168.1.59
but, of course it doesn't work due to the same compiler optimization bug that affects the rdesktop package.
So, the solution would be to recompile kdenetwork3 from .src.rpm
I will provide feed back to SuSE about this.
Could you send that also directly to my work e-mail address? This interests me. Philipp -- Philipp Thomas work: pthomas@suse.de SuSE Linux AG private: philipp.thomas@t-link.de
participants (5)
-
Alin Dobre
-
Philipp Thomas
-
Rohit
-
Silviu Marin-Caea
-
Thomas Long