Sponsored Content
Full Discussion: Kde 3.0
Special Forums UNIX Desktop Questions & Answers Kde 3.0 Post 29755 by auswipe on Friday 11th of October 2002 01:13:02 AM
Old 10-11-2002
How did you try to set the resolution?
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unlocking KDE

Currently we have KDE installed on Solaris 9. The problem is though when a user locks the machine I (as root) can not unlock the machine. What do I have to do to make it so that root user can unlock the machine when a user locks it? Cheers Woofie :-) (1 Reply)
Discussion started by: woofie
1 Replies

2. What is on Your Mind?

KDE names

I was kinda bored one day, so I renamed my files in KDE. Here are some examples: 1) I renamed my Hard Drive "Komputer" 2) I renamed my Trashcan to "Krap Bin" I'm kinda stuck on those two and I would like some suggestions on other file names. Please help a bored luser! ^_^ (1 Reply)
Discussion started by: gnerd
1 Replies

3. Linux

I cannot init kde

hi everyone, I met a problem. Before I shut down the computer, I run some C++ program with saving data files in the computer. But next time when I start the computer, it said the space is not enough to start the kde. Then I login to the save mode and deleted some files. And restart, this time I... (3 Replies)
Discussion started by: elfyl
3 Replies

4. AIX

kde on AIX

Hello, I'm not sure if I'm posting this on the correct section but hopefully sopmeone will be able to help me. Issue: I've installed kde3.0 on aix5.3, but cannot get the gui to start when I execute ./startkde . The error I recieve is the following: sh: iceauth: not found... (1 Reply)
Discussion started by: ctcuser
1 Replies

5. UNIX Desktop Questions & Answers

KDE and startx

Hello, Ive installed freeBSD 6.0 - and the prompt part of the system works well. Ive then tried to install KDE for graphic interface to the unix system. The problem is: Whenever I run "$ startx" it starts some graphical interface, but its totally swirled, you can sense that in the background... (1 Reply)
Discussion started by: congo
1 Replies

6. UNIX Desktop Questions & Answers

kde blues

So I'm pretty much a n00b when it comes to Unix but I've decided to give it a shot. I managed to install FreeBSD 6.2 on one partition of my hard drive on my laptop. During the installation I choose to install KDE, not wanting to deal with a non GUI operating system right away! However, whenever I... (1 Reply)
Discussion started by: rinquisitor
1 Replies

7. UNIX for Dummies Questions & Answers

updating kde 3.5 to 4.0

i know i can find doc's to upgrade on like thats not what im looking for im just here to ask how hard on 1 to 10 is it to do and how long would you say... please not im not a unix pro nor have any phython perl or c background but i do know html little php and basic qbasic and purebasic ... and is... (2 Replies)
Discussion started by: revolver
2 Replies

8. UNIX for Advanced & Expert Users

KDE Needs Automake >= 1.6.1 -- I have 1.11

Hi, I'm on Fedora-11-x86_64 with KDevelop 3.5.4. I have automake 1.11 installed, but when I attempt to run automake and friends on a new project I get: *** YOU'RE USING automake (GNU automake) 1.11 *** KDE requires automake 1.6.1 or newer I reported(KDevelop) the error Bug: 210084 ... (11 Replies)
Discussion started by: lucelio
11 Replies

9. Red Hat

Cde to Kde

I working on project at work to see if it's possible to go from Cde to Kde. We have a lot of jobs to run and having over 30 windows minimize to task bar does not work for us. Is there anyway to get them to minimize to desktop like in cde?? Thanks for any help :) (0 Replies)
Discussion started by: nite2viper
0 Replies
get_desktop_resolution(3alleg4) 				  Allegro manual				   get_desktop_resolution(3alleg4)

NAME
get_desktop_resolution - Finds out the desktop resolution. Allegro game programming library. SYNOPSIS
#include <allegro.h> int get_desktop_resolution(int *width, int *height); DESCRIPTION
Finds out the currently selected desktop resolution. You can use this information to avoid creating windows bigger than the current resolu- tion. This is especially important for some windowed drivers which are unable to create windows bigger than the desktop. Each parameter is a pointer to an integer where one dimension of the screen will be stored. Under some OSes, switching to a full screen graphics mode may automatically change the desktop resolution. You have, therefore, to call this function before setting any graphics mode in order to retrieve the real desktop resolution. Example: int width, height; allegro_init(); ... if (get_desktop_resolution(&width, &height) == 0) { /* Got the resolution correctly */ } RETURN VALUE
Returns zero on success, or a negative number if this information is not available or does not apply, in which case the values stored in the variables you provided for `width' and `height' are undefined. SEE ALSO
desktop_color_depth(3alleg4), set_gfx_mode(3alleg4) Allegro version 4.4.2 get_desktop_resolution(3alleg4)
All times are GMT -4. The time now is 12:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy