Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > The Dungeon > Archived (Click Header To See Sub-Forums) > Alpha, Beta & Snapshots Discussions (Fedora 11 Only)
FedoraForum Search

Forgot Password? Join Us!

Alpha, Beta & Snapshots Discussions (Fedora 11 Only) Post Development Version comments and questions that don't belong in Bugzilla here. These posts will be moved or deleted once the Final version is released

 
 
Thread Tools Search this Thread Display Modes
  #1  
Old 15th April 2009, 10:31 PM
RaiCoss
Guest
 
Posts: n/a
Enabling kernel-mode-setting through Nouveau....

Hi. i was just curious where i should put nouveau.modeset=1 in the grub bootloader to enable kernel-mode-setting.

Thanks!

Last edited by RaiCoss; 15th April 2009 at 10:37 PM.
  #2  
Old 15th April 2009, 10:46 PM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
Run it with nomodeset and check fps in glxgears
then run it with nouveau.modeset=1
It will ignore the parm or use it
if it uses it the glxgears fps will be different.

In either case it is software drv, not hardware.

SJ
__________________
Do the Math
  #3  
Old 15th April 2009, 10:56 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,768
You put it at the end of the kernel line - the one that looks something like:

kernel /vmlinuz-2.6.29.1-68.fc11.x86_64 ro root=/dev/VolGroup00/LogVol00 rhgb quiet

just add it on to that.
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
  #4  
Old 16th April 2009, 12:29 AM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
ops, I miss read that where i for an if!

Adam, what is the status of nouveau for the older nv.
F11 will not boot at all on my Pent III with a mx nv11 card.
I can't used vesa or nv drv as the nouveau seems to own all 3 now?

This occurred between Apr 1st-6th.

SJ
__________________
Do the Math
  #5  
Old 16th April 2009, 02:51 AM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,768
"Adam, what is the status of nouveau for the older nv.
F11 will not boot at all on my Pent III with a mx nv11 card."

it's expected to work. If it doesn't, file a bug Can you try booting to runlevel 3, logging in and running 'startx' - it'll probably hang - then reboot back to runlevel 3 again and take a copy of /var/log/Xorg.0.log, then attach that when filing a bug report?

"I can't used vesa or nv drv as the nouveau seems to own all 3 now?"

No, that's not right. Both the nv and vesa drivers are still available. Just make sure the packages are installed and create a /etc/X11/xorg.conf and set Driver to "nv" or "vesa".
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
  #6  
Old 16th April 2009, 04:13 PM
tyr0 Offline
Registered User
 
Join Date: Apr 2009
Posts: 2
Hi, I'm new to this forum and new to Fedora too. I've tested it a while ago, however, it was not what i was looking for. But today I'm impressed by the beta of Fedora 11. It will be a nice release and I will give it a try.
I use a Nvidia GF 6600 GT and I'm wondering when older Nvidia chipsets will be supported by nouveau and KMS. Will an update be released for Fedora 11 or will it be included in Fedora 12?
  #7  
Old 16th April 2009, 04:28 PM
AdamW's Avatar
AdamW Offline
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,768
They already are supported by nouveau. If you have trouble with nouveau in F11 Beta, file a bug. KMS support for older NVIDIA chipsets should be added sometime between F11 and F12 I believe.
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
  #8  
Old 16th April 2009, 05:31 PM
tyr0 Offline
Registered User
 
Join Date: Apr 2009
Posts: 2
Thank you, I know that they are supported, works great here. My question was referring to the KMS support by nouveau. I'm looking forward to it.
  #9  
Old 17th April 2009, 01:03 AM
SlowJet Offline
Registered User
 
Join Date: Jan 2005
Posts: 5,002
Quote:
Originally Posted by AdamW View Post
"Adam, what is the status of nouveau for the older nv.
F11 will not boot at all on my Pent III with a mx nv11 card."

it's expected to work. If it doesn't, file a bug Can you try booting to runlevel 3, logging in and running 'startx' - it'll probably hang - then reboot back to runlevel 3 again and take a copy of /var/log/Xorg.0.log, then attach that when filing a bug report?

"I can't used vesa or nv drv as the nouveau seems to own all 3 now?"

No, that's not right. Both the nv and vesa drivers are still available. Just make sure the packages are installed and create a /etc/X11/xorg.conf and set Driver to "nv" or "vesa".

The boot.iso anaconda for Apr 16th is total trash. Many bugs.
No checksum, python errors, needed alternate video, it would not handle old LVM.
Starting new MB size error about length not > 0.

I used the snap1, and no luck starting.

Iused Beta with rawhide updates.
It crashed at end with python eject error but completed.

reboot hung.
Try rhgb xdriver=vesa nomodeset.
Reveled failed HAL and hung on gen SSHA1 RSA key, that failed after a bit.
And the FirstBoot came up but
there was no keyboard or mouse.

There is no way to get the xorg.conf on the disk, but that will not work without HAL and I can't use sftp with out a host key.

On another computer it is running in VBox fine with the latest koji updated and uses vesa drv via an xorg.conf with Monitor and screen sections.

I'm typing this from there right now and it has been running for hours at a time.

SJ


SJ
__________________
Do the Math
  #10  
Old 17th April 2009, 03:11 AM
RaiCoss
Guest
 
Posts: n/a
+1 Thanks for the advice, worked perfectly!
 

Tags
enabling, kernelmodesetting, nouveau

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kernel Mode Setting R600??? LBCoder Using Fedora 2 26th November 2008 03:41 PM
recommended videocards for kernel mode-setting RussH Using Fedora 2 26th November 2008 02:05 PM
Out of options enabling DMA mode on a DVD-drive Pinchie Hardware & Laptops 0 13th June 2007 02:28 AM


Current GMT-time: 22:29 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat