General :: Getting X11 To Display In 8-bit?
Jun 30, 2010
I've been told to use an old Electron Microscopy program that needs to display in 8-bit.When I install and try to run I get the error
Searching for 8 bit PseudoColor visual ...
Searching for 6-bit PseudoColour visual ...
Searching for 24-bit DirectColor visual ...
No matching visual available.
How do I get Suse 11.2 (my dist.) to show something that has such a requirement? I found something on the web for Mac where they said use xquartz to and quartz-wm but I don't think these work in Suse(?). I also went fooling around on Sax11 and couldn't really find anything.
View 10 Replies
ADVERTISEMENT
Dec 26, 2010
When i ssh to server using -X, i always confuse about which display number i should export. It seems to me sometimes the display number has been used by something, so what i can do is only
export DISPLAY=localhost:0 && xclock
export DISPLAY=localhost:1 && xclock
export DISPLAY=localhost:2 && xclock
[code]....
View 1 Replies
View Related
Jun 28, 2011
I have the following scenario that doesn't seem to work normally. I have a windows 7 pc from which I am using putty to connect to my other linux servers (all running redhat 5 and 6). So here is the scenario that works and one that does not work. And I'm trying to figure out the one that does not work. Scenario that works:
From windows 7 (putty) I ssh into Linux_Server_1.
echo $DISPLAY
localhost:10.0
I run xclock and I see it pop up on my windows 7 pc. I am using xming on windows 7 to help me populate the display from linux to windows. One that does not work:
From windows 7 (putty) I ssh into Linux_Server_1. Then from Linux_Server_1 I ssh into Linux_Server_2.
echo $DISPLAY
<no output>
I try to setup $DISPLAY with localhost:10.0 or 0.0 or even my windows 7 pc ip address:0.0 ....etc Then when I try to run xclock I doesn't work.
I get these error messages: Error: Can't open display: <ip of display>
Also as a side note all our Linux servers are sitting on one subnet. My pc is sitting on another subnet. I use vpn to connect to the subnet where the servers sit from my pc.
View 4 Replies
View Related
Apr 16, 2011
I have a fresh install of OpenSUSE 11.4 64bit and I have installed the AMD Display drivers for my Radeon HD 5970. Everything seems to be working quite well. I have a multiple monitor setup (1280x1024 monitor and a 1920x1080 monitor).
I have my primary display set to 1920x1080, however when I try to enable the second display, I get a CRTC error that the display is over the maximum (1920x1920). If I enable both monitors at lower resolutions, there is no problem.
I have done a fair bit of reading and have been unable to determine where this maximum is set, or how to change it. I'd like to be able to run both monitors at their native resolutions.
View 3 Replies
View Related
Jan 8, 2010
Hi I am new to ubuntu and am having major problems setting my displays up. my setup is a hd TV to the Left of my pc monitor, i have managed to configure catalyst to let me have a main display with the second display being an extension of the first, the problem is i cannot seem to swap my primary display, at the minute my HDTV has all the taskbars and everything on it while my pc monitor is just a blank background, i would like it so i could start a film playing for my children, then drag it across to the HDTV while i can still use my pc in the background.
View 1 Replies
View Related
Jun 29, 2010
I did not have any /etc/X11/xorg.conf, so I read on these forums that system-config-display would create one for me. I ran system-config-display and it created an xorg.conf. But now my display is all messed up!! So, I deleted the xorg.conf and nothing changed. Why on earth would the display still be messed up if I deleted the file that was causing it?? Does system-config-display change somethign else?
View 14 Replies
View Related
Jan 28, 2010
I am using GeForce 7600 GSNot using the Nvidia X driver message you know... I searched all over, and seen this problem on many searches but no resolve issues.I want to be able to connect my tv, I use to be able to when I first installed Ubuntu and now IdK.
View 3 Replies
View Related
Dec 1, 2010
I have installed Fedora 14 Security Spin, and want to display all disks & partitions available in a GUI display. How can I achieve that?
View 1 Replies
View Related
May 16, 2011
I am running a service (Selenium) that relies on launching browsers, even when there is not an active display. So in my startup script, I have
Code:
What is the equivalent code I should put in the shutdown method? In other words, to de-activate the display? Right now, if I restart, I get the errors ...
Code:
server:
Fatal server error:
Server is already active for display 15 If this server is no longer running, remove /tmp/.X15-lock and start again.
View 4 Replies
View Related
Mar 17, 2010
Use the following information in your script. Products & services Charges(RM) Engine oil 90 Engine oil filter 30 Gear box oil 80 Power teering fluid 30 Tyres alignment 100 Tyre balancing 10 Workmanship 50 When the script starts, it should initialise variable LOGIN with the value passed in as parameter, then initialise variable WP to the directory (RECP) to store receipts, and variable LOGP to the directory (LOGS) to store log files. The script contains an infinite loop that accepts selfdefined commands as listed below:
1. genp
2. reprint
3. log
4. price
5. bkup
6. !help
7. quit
1. genp
Generates receipt and then displays it on screen. User should input quantity of all products. Initialise the quantity of each product at the beginning of script.....
View 2 Replies
View Related
May 6, 2011
I am trying to run matlab on a remote mac through my laptop at home, which is a linux-based. I am not able to export the display. Here are the steps I followed.
1. xhost +remotehost
2. Log into remotehost (i.e., the mac machine)
3. export DISPLAY="192.168.2.2:0.0"
4. matlab
But I get the following message,
"unable to open display 192.168.2.2:0.0"
The reason I typed in that ip address in step 3 was that is the ip listed in the "wlan0" block when I typed "ifconfig -a" on my local linux laptop.
View 6 Replies
View Related
Apr 1, 2010
how can I set DISPLAY command to run Firefox on say tty1?
View 4 Replies
View Related
Feb 8, 2010
A novice and tried to set up remote desktop from XP workstation using VNC4Server. Have lost GUI interface on server console. I tried to reverse what I did but still no display.the server boots fine then displays a window "Choose a host to connect to..." which just lists a mail server on the network.Don't know where to start looking to solve this. Any help would be appreciated.
View 2 Replies
View Related
Jan 11, 2011
I'm testing HTML5 for the first time, using Firefox (beta) 4.0b8 and SeaMonkey (beta) 2.1b1, and its ignoring some CSS. Specifically, I have problems with the <details> tag. (It is nested in a paragraph...I am using it to provide an in-paragraph definition in hopes it can be toggled.)
Firefox only partly supports <details>. It's not supposed to show anything except the content of <summary>, unless you click on <summary>'s content. Instead, it puts a line break before the content of <details>, splitting the paragraph in two peices (which looks silly), without the "closed/open" functionality.
So I tried using "display:inline" in my CSS, but that gets ignored. Just for fun, I also tried "display:hidden" (also ignored) and "display:none" (obeyed).
SeaMonkey doesn't doesn't do anything special with the content of <display>...but it also ignores the same CSS as Firefox.
The only thing I can do to support semantic design is apply "font-style:italic" to all <details> elements.
Granted, you might ask, "why bother using <details> at all. then?" Well, I would like to have <details> for the browsers that support it, with the "font-style:italic" to degrade the page nicely for those that don't (such as for SeaMonkey).
Does anyone know why "display:inline" and "display:hidden" get ignored?
View 1 Replies
View Related
May 13, 2010
i have a problem, to get a picture on my tv over VGA (and also over S-Video to SCART). I've tried it first over xorg, but without success. After that i tried xrand, but xrander detect only my laptop display, here the output
bufka [~] $ xrandr -q
Screen 0: minimum 1680 x 1050, current 1680 x 1050, maximum 1680 x 1050
default connected 1680x1050+0+0 0mm x 0mm
1680x1050 50.0* 51.0 52.0
My video card is Nvidia Geforce 8600M GT, TV is LG M227WPD and OS Ubuntu Lucid...
View 1 Replies
View Related
Mar 12, 2010
I am struggling to figure out why I cannot display GUI applications from one of the Sun Solaris 10 servers (named espresso) on the network over to my local Linux workstation (beluga). Seems to work perfectly fine when I use my other Solaris 8 (stoli) box for display.Here is what I do, the part that works fine:
stoli: xhost+
stoli: rlogin espresso
espresso: setenv DISPLAY stoli:0.0
espresso: oclock
Now trying the same thing over to linux box, beluga, and it fails with message "Error: Can't open display: beluga:0.0":
beluga: xhost+
beluga: rlogin espresso
espresso: setenv DISPLAY beluga:0.0
View 3 Replies
View Related
Mar 18, 2011
I'd like to know if it's possible to set the DISPLAY environment variable in order to display on two machines, the local and the remote, at the same time.
View 2 Replies
View Related
Sep 2, 2010
How to set that if user use command to display all process, then he'll see only his own processes?
View 2 Replies
View Related
Jan 7, 2010
I am trying to boot linux kernel from a USB stick. I performed following steps:
1. wrote Grub stag1 to MBR of USB with this command on my linux host.
dd if=/boot/grub/stage1 of=/dev/sdb1 bs=512 count=1
2. Mounted the USB and I copied the following files in my USB.
boot/grub/stage1
boot/grub/stage2
3. Plugged in the USB in the the target machine. Rebooted and changed the booting sequence to boot from USB
My problem is that instead of getting a boot prompt, iIam getting GRUB GRUB GRUB all over the display. I googled out for it and found that if we change the auto-detection oh HDD in bios to manual that may solve the issue, but that did not help. If you happen to know that I am following the correct steps and in right order please point me how can I resolve this issue of GRUB.
View 5 Replies
View Related
Jan 18, 2010
i want to display an image using c program on linux how it is done?
View 1 Replies
View Related
Dec 1, 2010
Im using the Redhat 5, when m trying to connect from X-start it showing error:
Can't open display: localhost:0.0
Where as /etc/ssh/sshd_config settings are correct
Also ssh is running
$DISPLAY is set to localhost
still it is not started any x-service
View 2 Replies
View Related
Mar 31, 2011
I'm trying to connect to my linux server but I'm having some major problems. The server had OEL 5 installed and my local pc is running Windows XP. I'm using PuTTy to connect to the server with Xming running on my loacl machine. I login as root and run the following command - export DISPLAY={ipaddress}:0.0I then run xclock and get the following error - Xlib: connection to "{ipaddress}:0.0" refused by serverXlib: No protocol specifiedError: Can't open display: {ipaddress}:0.0The strange thing is that on my bosses pc (who has got almost the exact same setup ie. PuTTy & Xming) is works perfectly.
View 2 Replies
View Related
Jul 12, 2011
i have debian squeeze installed on an old computer to use as a file/web server. i had an extra monitor laying around and wanted to use it with the server. after about half an hour or so, it turns off and i have to press a key on the keyboard to get it to turn back on. i'm not sure how to keep it from doing this without installing a gui. does anyone know how to do this?
View 10 Replies
View Related
Feb 8, 2011
I am trying to use awk command in perl. Below is my awk comamnd which works alone.
awk '{Easttot=Easttot+$1} END {print Easttot}' MessagesProcessedEAST2Cnts.dat
I would like to use this awk's output in shell script. I am using system command like below to get the out put. But it is not working.
$Output = system("awk '{Easttot=Easttot+$1} END {print Easttot}' MessagesProcessedEAST2Cnts.dat'");
View 3 Replies
View Related
Feb 20, 2010
I've been getting a weird display on my Mac iBook G3 power PC W/ Dual USB.This has happened on Kunbuntu 9.04 PPC and Ubuntu 9.10 PPC. Both are standardnstalled fully patched.Attached is a picture of the display as you can see the right 2 inches is black and 2 inches from the bottom is where the display start over again.
View 2 Replies
View Related
Jan 22, 2011
which will show a png from GIMP on the screen in fullscreen mode. I was using GIMP and there is an option to save my image as an .h or .c file. I tried .h and it saves it as some kind of very large variable. I want to call this from my own C program and display it on the screen.
View 1 Replies
View Related
Feb 28, 2010
I was wondering how could I display a list of all of my users and their log on time, you know like small reports on what user was connected for how long.
View 5 Replies
View Related
Mar 22, 2010
Is there somewhere an instruction on how to make my own display manager like gdm, kdm... and how do they work?
View 1 Replies
View Related
Mar 16, 2010
I run X only under duress. For years I have used svgalib clients. I haven't gotten svgalib to work on my new machine (or X, either, a different matter). I have come tantalizingly close.Is there any other non-X image displayer?
View 5 Replies
View Related
Aug 13, 2010
What is the command to display the nice value of a process?
View 4 Replies
View Related