openSUSE Forums > Pre-Release/Beta » Brand new here - just installed 11.2 ms 8

Go Back   openSUSE Forums > Pre-Release/Beta
Forums FAQ Members List Search Today's Posts Mark Forums Read


Pre-Release/Beta Questions about pre-release versions of openSUSE Linux (software & hardware)

Reply
Page 3 of 5 12 3 45
 
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old 13-Oct-2009, 13:47
Busy Penguin
 
Join Date: Jun 2008
Location: wichita
Posts: 299
pilotgi hasn't been rated much yet
Default Re: Brand new here - just installed 11.2 ms 8

You can delete the xorg.conf file. What you posted earlier in the thread was xorg.conf.install which is sort of a generic file that's created during the install that is nothing like the xorg.conf from previous versions (11.1 and earlier) of openSUSE.

These settings have all been moved to "Configure Desktop" from the kickoff menu. There's also a link to Knetworkmanager (under network and connectivity) re: your other thread about that.
Reply With Quote
  #22 (permalink)  
Old 13-Oct-2009, 15:59
MountainX's Avatar
Explorer Penguin
 
Join Date: Oct 2009
Location: A place with no mountains
Posts: 126
MountainX hasn't been rated much yet
Default Re: Brand new here - just installed 11.2 ms 8

Quote:
Originally Posted by pilotgi View Post
You can delete the xorg.conf file. What you posted earlier in the thread was xorg.conf.install which is sort of a generic file that's created during the install that is nothing like the xorg.conf from previous versions (11.1 and earlier) of openSUSE.

These settings have all been moved to "Configure Desktop" from the kickoff menu. There's also a link to Knetworkmanager (under network and connectivity) re: your other thread about that.
Thank you. I deleted xorg.conf and rebooted and no problems.

My wireless networking problem is resolved and I posted a summary of the issues I found here:
No wireless networking and no NetworkManager app
I noted a couple things I consider to be minor bugs...

The only issue that isn't resolved for me yet is enhanced Desktop Effects. But thanks to Knurpht, I have the steps for installing the proprietary driver.

So I'm good. Now I'll start playing around with the fingerprint reader and maybe power management features and see what, if any, issues pop up.

So far I'm loving KDE on OpenSUSE.
Reply With Quote
  #23 (permalink)  
Old 13-Oct-2009, 16:36
Knurpht's Avatar
Wise Penguin
 
Join Date: Jun 2008
Location: groningen, netherlands
Posts: 1,804
Knurpht 's reputation will be famous soon enoughKnurpht 's reputation will be famous soon enoughKnurpht 's reputation will be famous soon enough
Default Re: Brand new here - just installed 11.2 ms 8

After installing the NVIDIA driver the desktop effects will be available. Your card should give you a stunning experience with the desktop effects on.
Great you love it. And even more great: you're getting there, step by step and have not given up. Power to the forum !!!!!
__________________
- AMD Athlon X2 6.0 GHz, 8 GB DDR2-800, 30 GB SSD, 1.5 TB, EVGA 9800GT, openSUSE 11.2 KDE4 4.3.3
- ASUS K70IO laptop, GT120M-1GB, 4 GB, 64 GB SSD, opensuse Factory, KDE4 4.3.3

R.E.S.T.E.C.P.
Reply With Quote
  #24 (permalink)  
Old 14-Oct-2009, 00:56
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,736
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: Brand new here - just installed 11.2 ms 8

Quote:
Originally Posted by MountainX View Post
I suspect I was not using the vesa driver before xorg.conf was created. Would give 1920 x 1200 resolution at 24 bits? That's what I had before.
I suspect in 11.2 you will be able to tell what graphic driver is being used by typing:
Code:
/usr/sbin/hwinfo --gfxcard | grep Driver
Note that is case sensitive.

For example, on my PC with a nVidia GTX260 with the proprietary nVidia graphic driver, I get:
Code:
oldcpu@hal1000:~> /usr/sbin/hwinfo --gfxcard | grep Driver
  Driver: "nvidia"
  Driver Modules: "nvidia"
  Driver Info #0:
which shows I have the "nvidia" driver installed, where as noted before:
  • vesa - is vesa driver
  • nv - is openGL nvidia driver
  • nvidia - is proprietary nvidia driver
and if I wish to see what card I have (to confirm it can be identified properly) I can type:
Code:
/usr/sbin/hwinfo --short --gfxcard
for example, I get
Code:
oldcpu@hal1000:~> /usr/sbin/hwinfo --short --gfxcard
graphics card:
                       nVidia GeForce GTX 260

Primary display adapter: #34
Reply With Quote
  #25 (permalink)  
Old 14-Oct-2009, 01:19
MountainX's Avatar
Explorer Penguin
 
Join Date: Oct 2009
Location: A place with no mountains
Posts: 126
MountainX hasn't been rated much yet
Default Re: Brand new here - just installed 11.2 ms 8

Quote:
Originally Posted by oldcpu View Post
I suspect in 11.2 you will be able to tell what graphic driver is being used by typing:
Thank you.
Reply With Quote
  #26 (permalink)  
Old 15-Oct-2009, 20:06
MountainX's Avatar
Explorer Penguin
 
Join Date: Oct 2009
Location: A place with no mountains
Posts: 126
MountainX hasn't been rated much yet
Default Re: Brand new here - just installed 11.2 ms 8

Quote:
Originally Posted by oldcpu View Post
Well, some reading may help ... Per this post:

If you read that above thread, and if you noted the link to nVidia in post#6 NEW Users - Suse-11.1 Pre-installation – PLEASE READ POST#6 - openSUSE Forums you will find this link which takes you here: NVIDIA - openSUSE

In that link there are various methods described how to update one's graphic driver to the proprietary nVidia driver. I prefer the "hardway" in that URL, which in fact is NOT hard. But each to their own.
Following that how-to, I first took care of the prerequisites like this:

Quote:
Prerequisites

  • compiler gcc,
  • program make
  • package kernel-source
  • package kernel-syms
If you don't have them installed you can do it using YaST.
--Specific instructions for installing kernel-source-- Login to Console and type: "su", enter your root password, then, "yast". Under software, go into Software Management, and Press F2 (Search). Search "kernel-source". Select the module and press enter. There will now be a "+" in front of it. Press F10. It'll install. Press F9 a few times to exit Yast.
Then I ran the nvidia shell script.

Quote:
ERROR: The kernel header file '/usr/src/linux/include/linux/version.h' does not
exist. The most likely reason for this is that the kernel source files
in '/usr/src/linux' have not been configured.
What's next? Thanks.

Oh, btw, the first thing I did was check that I had installed kernel-source:

Quote:
sudo zypper install kernel-source
root's password:
Loading repository data...
Reading installed packages...
'kernel-source' is already installed.
Resolving package dependencies...

Nothing to do.

Last edited by MountainX; 15-Oct-2009 at 20:08. Reason: kernel source installed
Reply With Quote
  #27 (permalink)  
Old 16-Oct-2009, 00:31
oldcpu's Avatar
Global Moderator
 
Join Date: Mar 2008
Location: Europe
Posts: 10,736
oldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of lightoldcpu is rated a glorious beacon of light
Default Re: Brand new here - just installed 11.2 ms 8

Quote:
Originally Posted by MountainX View Post
Following that how-to, I first took care of the prerequisites like this:

Then I ran the nvidia shell script.

Code:
ERROR: The kernel header file '/usr/src/linux/include/linux/version.h' does not
exist. The most likely reason for this is that the kernel source files
in '/usr/src/linux' have not been configured. 
What's next? Thanks.
kernel header file ? hmmm ... On my 64-bit openSUSE-11.1 PC if I type "rpm -qa | grep kernel" I get:
Code:
oldcpu@hal1000:~> rpm -qa | grep kernel
kernel-default-base-2.6.27.29-0.1.1
kernel-default-extra-2.6.27.29-0.1.1
linux-kernel-headers-2.6.27-2.28
kernel-syms-2.6.27.29-0.1.1
kernel-default-2.6.27.29-0.1.1
kernel-source-2.6.27.29-0.1.1
could it be you need to install linux-kernel-headers in 11.2 ?
Reply With Quote
  #28 (permalink)  
Old 16-Oct-2009, 01:01
MountainX's Avatar
Explorer Penguin
 
Join Date: Oct 2009
Location: A place with no mountains
Posts: 126
MountainX hasn't been rated much yet
Default Re: Brand new here - just installed 11.2 ms 8

Quote:
Originally Posted by oldcpu View Post
]could it be you need to install linux-kernel-headers in 11.2 ?
zypper indicates they are already installed: "nothing to do"
Reply With Quote
  #29 (permalink)  
Old 16-Oct-2009, 01:04
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,901
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: Brand new here - just installed 11.2 ms 8

But what do have from:

Code:
rpm -qa | grep kernel
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
  #30 (permalink)  
Old 16-Oct-2009, 01:06
caf4926's Avatar
Global Moderator
 
Join Date: Jun 2008
Location: The English Lake District. UK - GMT/BST
Posts: 12,901
caf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputationcaf4926 has a brilliant future with this reputation
Send a message via MSN to caf4926
Default Re: Brand new here - just installed 11.2 ms 8

For me

rpm -qa | grep kernel
linux-kernel-headers-2.6.31-2.4.noarch
kernel-desktop-2.6.31.3-1.1.i586
kernel-firmware-20090821-3.1.noarch
kernel-source-2.6.31.3-1.1.noarch
__________________
Box: openSUSE 11.2 | (KDE4.3.3) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM
Lap: openSUSE 11.2 | Celeron 550 | (KDE4.3.3)"3" | Intel 965 GM | Lenovo R61e | 3GB RAM
Reply With Quote
Reply
Page 3 of 5 12 3 45

Bookmarks

Tags
nvidia, thinkpad, trackpoint


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2