Mailinglist Archive: opensuse-kde (249 mails)
| < Previous | Next > |
Re: [opensuse-kde] Request to have sysinfo fixed for openSUSE 11.3
- From: Roman Bysh <rbtc1@xxxxxxxxxx>
- Date: Thu, 01 Apr 2010 10:26:33 -0400
- Message-id: <4BB4AD19.9070708@xxxxxxxxxx>
On 03/31/2010 11:58 AM, Rafał Miłecki wrote:
Follow up to yesterdays kio_sysinfo, the following now appears in my
sysinfo:/
Display Info
Vendor: nVidia Corporation
Model: GeForce 8600 GTS
2D driver: nvidia
3D Driver: NVIDIA
We are missing the Driver Version Number. Numbers only.
I would recommend checking kio_sysinfo from openSUSE 11.1 as it worked
correctly in the first release of KDE4.
In addition, you can check the code in KInfo Center. The information
that should appear in sysinfo - Display Info also appears in KInfo Center.
The module name is openGL.
Final note
After I installed the Nvidia driver, the driver information got stored
in /usr/lib64/xorg/modules/updates/extensions/
Cheers!
Roman
Registered Linux User #179293
--
To unsubscribe, e-mail: opensuse-kde+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-kde+help@xxxxxxxxxxxx
2010/3/31 Roman Bysh <rbtc1@xxxxxxxxxx>:
cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DSYSINFO_DISTRO:STRING=suseThe idea is you have 2 directories: one with source, one with build.
/home/mandtrid/kio_sysinfo-build/
You messed that :)
Go into one that is going to contain build (like kio_sysinfo-build)
and execute cmake with path to directory with source at end.
So maybe this should be sth like:
cd /home/mandtrid/kio_sysinfo-build/
cmake -DCMAKE_INSTALL_PREFIX=/usr/ -DSYSINFO_DISTRO:STRING=suse
/home/mandtrid/kio_sysinfo/
for you.
Follow up to yesterdays kio_sysinfo, the following now appears in my
sysinfo:/
Display Info
Vendor: nVidia Corporation
Model: GeForce 8600 GTS
2D driver: nvidia
3D Driver: NVIDIA
We are missing the Driver Version Number. Numbers only.
I would recommend checking kio_sysinfo from openSUSE 11.1 as it worked
correctly in the first release of KDE4.
In addition, you can check the code in KInfo Center. The information
that should appear in sysinfo - Display Info also appears in KInfo Center.
The module name is openGL.
Final note
After I installed the Nvidia driver, the driver information got stored
in /usr/lib64/xorg/modules/updates/extensions/
Cheers!
Roman
Registered Linux User #179293
--
To unsubscribe, e-mail: opensuse-kde+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-kde+help@xxxxxxxxxxxx
| < Previous | Next > |