Warning: session_start(): open(/tmp/sess_qe6hddiscki4chmnv2fa5v9g60, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
X.org Setup openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

X.org Setup

   0.9.7  

KDE System Tool

Score 86%
darkstarlinuxrodarkstarlinu xro
DARKSTAR Linux Project
Home
X.org Setup
zoom


X.org Setup
zoom


X.org Setup
zoom


Link:  Link
Downloads:  6406
Submitted:  Apr 26 2007
Updated:  Nov 20 2007

Description:

The X.org Setup is a visual X.org 7.x setup utility that can detect video cards, monitors, etc.

It is capable of running from a console, even though it is written entirely in KDE/Qt.

It requires OpenSuSE's hwinfo and HAL/DBus support, and is part of the DARKSTAR Linux Project.

NOTE: The development of the X.org Setup is sponsored by the easys GNU/Linux, http://easys.gnulinux.de.




Changelog:

The Xorg Setup is now part of ALICE (Advanced Linux Installation and Configuration Environment), the installation/configuration suite developed by the DARKSTAR team, for the Slackware based systems.

As application, the X.org Setup have more, more fixes and enhancements than previous version.




LicenseGPL
Source(X.org Setup 0.9.7)
Source(X.org Setup 0.9.2)
Send to a friend
Subscribe
Other  Content  from darkstarlinuxro
Report inappropriate content



goto page: prev   1  2  3  4 

-

 Error Help

 
 by zxc232 on: Apr 30 2007
 
Score 50%

I configure X.org Setup on Kubuntu 6.10. After installing xlib and Qt3.3, I've got message:
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!

Please help!


Reply to this

-

 Re: Error Help

 
 by nethad on: May 3 2007
 
Score 50%

You need kdebase-dev


Reply to this

-

 Compile problem

 
 by totoymola on: May 6 2007
 
Score 50%

Hello.

I tried installing this on my Kubuntu Feisty machine with kdebase-dev and libcurl3-dev, but I get this error during "make":

[code]
lanimation.cpp:24:26: error: qapplication.h: No such file or directory
lanimation.cpp:25:21: error: qbitmap.h: No such file or directory
lanimation.cpp:26:18: error: qdir.h: No such file or directory
lanimation.cpp:27:20: error: qimage.h: No such file or directory
lanimation.cpp:28:22: error: qpainter.h: No such file or directory
lanimation.cpp:29:23: error: qsettings.h: No such file or directory
In file included from lanimation.cpp:34:
lanimation.h:23:20: error: qtimer.h: No such file or directory
lanimation.h:24:21: error: qwidget.h: No such file or directory
In file included from lanimation.cpp:35:
lanimationimages.h:15:19: error: qdict.h: No such file or directory
lanimationimages.h:16:19: error: qmime.h: No such file or directory
lanimationimages.h:17:25: error: qdragobject.h: No such file or directory
In file included from lanimation.cpp:365:
lanimation.moc:12:25: error: qmetaobject.h: No such file or directory
lanimation.moc:15:34: error: private/qucomextra_p.h: No such file or directory
lanimation.moc:17:2: error: #error "This file was generated using the moc from 3.3.7. It"
lanimation.moc:18:2: error: #error "cannot be used with the include files from this version of Qt."
lanimation.moc:19:2: error: #error "(The moc has changed too much.)"
lanimation.h:34: error: expected class-name before '{' token
lanimation.h:35: error: ISO C++ forbids declaration of 'Q_OBJECT' with no type
lanimation.h:36: error: expected ';' before 'public'
lanimation.h:44: error: 'QResizeEvent' has not been declared
lanimation.h:46: error: expected `:' before 'slots'
lanimation.h:47: error: expected primary-expression before 'void'
lanimation.h:47: error: ISO C++ forbids declaration of 'slots' with no type
lanimation.h:47: error: expected ';' before 'void'
lanimation.h:54: error: 'QPixmap' does not name a type
lanimation.h:55: error: 'QPixmap' does not name a type
lanimation.h:57: error: 'QImage' does not name a type
lanimation.h:59: error: ISO C++ forbids declaration of 'QPtrList' with no type
lanimation.h:59: error: expected ';' before '<' token
lanimation.h:61: error: ISO C++ forbids declaration of 'QTimer' with no type
lanimation.h:61: error: expected ';' before '*' token
lanimationimages.h:16340: error: ISO C++ forbids declaration of 'QRgb' with no type
lanimationimages.h:16340: error: expected ';' before '*' token
lanimationimages.h:16344: error: 'FALSE' was not declared in this scope
lanimationimages.h:16345: error: 'FALSE' was not declared in this scope
lanimationimages.h:16347: error: too many initializers for 'EmbedImage'
lanimationimages.h:16347: error: too many initializers for 'EmbedImage'
lanimationimages.h:16347: error: too many initializers for 'EmbedImage'
lanimationimages.h:16349: error: 'QImage' does not name a type
lanimationimages.h:16374: error: expected class-name before '{' token
lanimationimages.h:16378: error: ISO C++ forbids declaration of 'QMimeSource' with no type
lanimationimages.h:16378: error: expected ';' before '*' token
lanimationimages.h:16388: error: expected initializer before '*' token
lanimationimages.h: In function 'void qInitImages_LAnimation()':
lanimationimages.h:16392: error: 'factory' was not declared in this scope
lanimationimages.h:16394: error: 'QMimeSourceFactory' has not been declared
lanimationimages.h: In function 'void qCleanupImages_LAnimation()':
lanimationimages.h:16400: error: 'factory' was not declared in this scope
lanimationimages.h:16401: error: 'QMimeSourceFactory' has not been declared
lanimationimages.h:16402: error: type '<type error>' argument given to 'delete', expected pointer
lanimation.cpp: At global scope:
lanimation.cpp:42: error: expected `)' before '*' token
lanimation.cpp:45: error: 'QPainter' has not been declared
lanimation.cpp:52: error: 'QPainter' has not been declared
lanimation.cpp:53: error: 'QPainter' has not been declared
lanimation.cpp:55: error: ISO C++ forbids declaration of 'QImage' with no type
lanimation.cpp:55: error: expected ';' before '*' token
lanimation.cpp:66: error: expected `)' before '*' token
lanimation.cpp: In destructor 'Star::~Star()':
lanimation.cpp:75: error: 'background' was not declared in this scope
lanimation.cpp: In member function 'void Star::restart()':
lanimation.cpp:80: error: 'background' was not declared in this scope
lanimation.cpp: At global scope:
lanimation.cpp:88: error: variable or field 'paint' declared void
lanimation.cpp:88: error: 'int Star::paint' is not a static member of 'class Star'
lanimation.cpp:88: error: 'QPainter' was not declared in this scope
lanimation.cpp:88: error: 'p' was not declared in this scope
lanimation.cpp:89: error: expected ',' or ';' before '{' token
lanimation.cpp:124: error: variable or field 'drawPoint' declared void
lanimation.cpp:124: error: 'int Star::drawPoint' is not a static member of 'class Star'
lanimation.cpp:124: error: 'QPainter' was not declared in this scope
lanimation.cpp:124: error: 'p' was not declared in this scope
lanimation.cpp:124: error: expected primary-expression before 'int'
lanimation.cpp:124: error: expected primary-expression before 'int'
lanimation.cpp:124: error: initializer expression list treated as compound expression
lanimation.cpp:125: error: expected ',' or ';' before '{' token
lanimation.cpp:134: error: variable or field 'clearPoint' declared void
lanimation.cpp:134: error: 'int Star::clearPoint' is not a static member of 'class Star'
lanimation.cpp:134: error: 'QPainter' was not declared in this scope
lanimation.cpp:134: error: 'p' was not declared in this scope
lanimation.cpp:134: error: expected primary-expression before 'int'
lanimation.cpp:134: error: expected primary-expression before 'int'
lanimation.cpp:134: error: initializer expression list treated as compound expression
lanimation.cpp:135: error: expected ',' or ';' before '{' token
lanimation.cpp:149: error: expected `)' before '*' token
lanimation.cpp:152: error: 'QPainter' has not been declared
lanimation.cpp:162: error: ISO C++ forbids declaration of 'QImage' with no type
lanimation.cpp:162: error: expected ';' before '*' token
lanimation.cpp:166: error: 'QBitmap' does not name a type
lanimation.cpp:167: error: 'QImage' does not name a type
lanimation.cpp:168: error: 'QImage' does not name a type
lanimation.cpp:169: error: 'QPixmap' does not name a type
lanimation.cpp:171: error: ISO C++ forbids declaration of 'QPtrList' with no type
lanimation.cpp:171: error: expected ';' before '<' token
lanimation.cpp: In destructor 'virtual Planet::~Planet()':
lanimation.cpp:176: error: 'background' was not declared in this scope
lanimation.cpp: At global scope:
lanimation.cpp:179: error: expected `)' before '*' token
lanimation.cpp:227: error: variable or field 'paint' declared void
lanimation.cpp:227: error: 'int Planet::paint' is not a static member of 'class Planet'
lanimation.cpp:227: error: 'QPainter' was not declared in this scope
lanimation.cpp:227: error: 'p' was not declared in this scope
lanimation.cpp:228: error: expected ',' or ';' before '{' token
lanimation.cpp:261: error: expected `)' before '*' token
lanimation.cpp: In member function 'void LAnimation::restart()':
lanimation.cpp:286: error: 'width' was not declared in this scope
lanimation.cpp:287: error: 'height' was not declared in this scope
lanimation.cpp:289: error: 'starground' was not declared in this scope
lanimation.cpp:290: error: 'workground' was not declared in this scope
lanimation.cpp:292: error: 'background' was not declared in this scope
lanimation.cpp:294: error: 'black' was not declared in this scope
lanimation.cpp:296: error: 'NoBackground' was not declared in this scope
lanimation.cpp:296: error: 'setBackgroundMode' was not declared in this scope
lanimation.cpp:309: error: 'stars' was not declared in this scope
lanimation.cpp:321: error: 'QWMatrix' was not declared in this scope
lanimation.cpp:321: error: expected `;' before 'matrix'
lanimation.cpp:323: error: 'QImage' was not declared in this scope
lanimation.cpp:323: error: expected `;' before 'galaxy'
lanimation.cpp:325: error: 'galaxy' was not declared in this scope
lanimation.cpp:325: error: 'matrix' was not declared in this scope
lanimation.cpp:330: error: 'bitBlt' was not declared in this scope
lanimation.cpp:333: error: 'update' was not declared in this scope
lanimation.cpp: At global scope:
lanimation.cpp:336: error: variable or field 'resizeEvent' declared void
lanimation.cpp:336: error: 'int LAnimation::resizeEvent' is not a static member of 'class LAnimation'
lanimation.cpp:336: error: 'QResizeEvent' was not declared in this scope
lanimation.cpp:336: error: 'e' was not declared in this scope
lanimation.cpp:337: error: expected ',' or ';' before '{' token
lanimation.cpp:341: error: no 'void LAnimation::slotTimeout()' member function declared in class 'LAnimation'
lanimation.cpp: In member function 'void LAnimation::slotTimeout()':
lanimation.cpp:343: error: 'QPainter' was not declared in this scope
lanimation.cpp:343: error: expected `;' before 'p'
lanimation.cpp:345: error: 'stars' was not declared in this scope
lanimation.cpp:347: error: 'p' was not declared in this scope
lanimation.cpp:350: error: 'p' was not declared in this scope
lanimation.cpp:352: error: 'workground' was not declared in this scope
lanimation.cpp:352: error: 'starground' was not declared in this scope
lanimation.cpp:352: error: 'bitBlt' was not declared in this scope
lanimation.moc: At global scope:
lanimation.moc:22: error: no 'const char* LAnimation::className() const' member function declared in class 'LAnimation'
lanimation.moc:27: error: expected constructor, destructor, or type conversion before '*' token
lanimation.moc:28: error: 'QMetaObjectCleanUp' does not name a type
lanimation.moc:31: error: 'QString' does not name a type
lanimation.moc:39: error: 'QString' does not name a type
lanimation.moc:50: error: expected constructor, destructor, or type conversion before '*' token
lanimation.moc:72: error: no 'void* LAnimation::qt_cast(const char*)' member function declared in class 'LAnimation'
lanimation.moc: In member function 'void* LAnimation::qt_cast(const char*)':
lanimation.moc:74: error: 'qstrcmp' was not declared in this scope
lanimation.moc:76: error: 'QWidget' has not been declared
lanimation.moc: At global scope:
lanimation.moc:79: error: 'QUObject' has not been declared
lanimation.moc:79: error: no 'bool LAnimation::qt_invoke(int, int*)' member function declared in class 'LAnimation'
lanimation.moc: In member function 'bool LAnimation::qt_invoke(int, int*)':
lanimation.moc:81: error: 'staticMetaObject' was not declared in this scope
lanimation.moc:84: error: 'QWidget' has not been declared
lanimation.moc:86: error: 'TRUE' was not declared in this scope
lanimation.moc: At global scope:
lanimation.moc:89: error: 'QUObject' has not been declared
lanimation.moc:89: error: no 'bool LAnimation::qt_emit(int, int*)' member function declared in class 'LAnimation'
lanimation.moc: In member function 'bool LAnimation::qt_emit(int, int*)':
lanimation.moc:91: error: 'QWidget' has not been declared
lanimation.moc: At global scope:
lanimation.moc:95: error: 'QVariant' has not been declared
lanimation.moc:95: error: no 'bool LAnimation::qt_property(int, int, int*)' member function declared in class 'LAnimation'
lanimation.moc: In member function 'bool LAnimation::qt_property(int, int, int*)':
lanimation.moc:97: error: 'QWidget' has not been declared
lanimation.moc: At global scope:
lanimation.moc:100: error: 'bool LAnimation::qt_static_property' is not a static member of 'class LAnimation'
lanimation.moc:100: error: 'QObject' was not declared in this scope
lanimation.moc:100: error: expected primary-expression before ',' token
lanimation.moc:100: error: expected primary-expression before 'int'
lanimation.moc:100: error: expected primary-expression before 'int'
lanimation.moc:100: error: 'QVariant' was not declared in this scope
lanimation.moc:100: error: expected primary-expression before ')' token
lanimation.moc:100: error: initializer expression list treated as compound expression
lanimation.moc:100: error: expected ',' or ';' before '{' token
lanimationimages.h:16343: warning: 'embed_image_vec' defined but not used
make[4]: *** [lanimation.lo] Error 1
make[4]: Leaving directory `/home/james/Desktop/xorgsetup-0.9.2/src/lib/setupcore'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/james/Desktop/xorgsetup-0.9.2/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/james/Desktop/xorgsetup-0.9.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/james/Desktop/xorgsetup-0.9.2'
make: *** [all] Error 2
[/code]


Reply to this

-

 Re: Compile problem

 
 by szamrok on: May 7 2007
 
Score 50%

I've the same problem, using Arch current.


Reply to this

-
.

 problem

 
 by jeykey on: May 7 2007
 
Score 50%

I've the same Problem too. Using Kubuntu 7.0.4


Reply to this

-

 no kubuntu

 
 by Divilinux on: May 7 2007
 
Score 50%
DivilinuxDivilinux
www.squadrai nformatica.c om/smak
Home

i had the same error..but i think this is the main condition to compile:

It requires OpenSuSE's hwinfo

like programmer wrote..:(


..::KBFX-Team-member::..
Reply to this

-

 Re: no kubuntu

 
 by szamrok on: May 7 2007
 
Score 50%

Problem is not with hwinfo, but with paths to qt include files.


Reply to this

-

 Error

 
 by Icetux on: May 7 2007
 
Score 50%

I had the same error .. with Kubuntu Feisty and Zenwalk..


° in tux we trust °
Reply to this

-

 compile

 
 by estagus on: May 8 2007
 
Score 50%

./configure --prefix=/usr --enable-new-ldflags --with-qt-includes=/usr/include/qt3 CPPFLAGS='-I /usr/include/qt3'


Reply to this

-

 Re: compile

 
 by Zeroangel on: May 29 2007
 
Score 50%

Using Kubuntu 7.04 on the Generic Kernel (Athlon). I ran the command and got these errors on Make.

ldesktop.cpp:22:21: error: klocale.h: No such file or directory
ldesktop.cpp: In member function 'void LDesktop::setup(const QString&, const QString&, const QCursor&)':
ldesktop.cpp:24486: error: 'i18n' was not declared in this scope

And the Make failed. I believe i have met most of the other requirements, re: hwinfo, kdebase-dev, libcurl3-dev, etc


Reply to this

goto page: prev   1  2  3  4 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team