LinuxQuestions.org
Did you know LQ has a Linux Hardware Compatibility List?
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices

Reply
 
LinkBack Search this Thread
Old 06-29-2007, 12:45 PM   #1
peterbug
Member
 
Registered: May 2007
Location: Argyll, Scotland
Distribution: elive / Fedora 7
Posts: 32

Rep: Reputation: 15
fedora 7 and beryl trouble


every time I start beryl on fedora I bet a plain white screen and my cursor, and it stays like that. I'm using a nVidia Corporation NV34 [GeForce FX 5200] graphics card. and I installed beryl using the add/remove programs feature in Fedora. can anyone help me out?
 
Old 06-29-2007, 01:27 PM   #2
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mandriva 2011 / Mageia 1 / Linux Mint 12 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,274

Rep: Reputation: 201Reputation: 201Reputation: 201
Quote:
Originally Posted by peterbug
every time I start beryl on fedora I bet a plain white screen and my cursor, and it stays like that. I'm using a nVidia Corporation NV34 [GeForce FX 5200] graphics card. and I installed beryl using the add/remove programs feature in Fedora. can anyone help me out?
I've got the same card and the same problem when I try to use the XGL option. To date I've tried many different suggestions and none has worked so far Everything works fine when I select the native support option.
 
Old 06-29-2007, 03:34 PM   #3
peterbug
Member
 
Registered: May 2007
Location: Argyll, Scotland
Distribution: elive / Fedora 7
Posts: 32

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by {BBI}Nexus{BBI}
I've got the same card and the same problem when I try to use the XGL option. To date I've tried many different suggestions and none has worked so far Everything works fine when I select the native support option.
think it could be a driver problem then?
 
Old 06-29-2007, 05:31 PM   #4
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mandriva 2011 / Mageia 1 / Linux Mint 12 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,274

Rep: Reputation: 201Reputation: 201Reputation: 201
Quote:
Originally Posted by peterbug
think it could be a driver problem then?
It could be, I never had this problem when I was using the 7184 drivers. Not sure if there's any other FX5200 owners out there successfully running Beryl using GLX.
 
Old 06-29-2007, 09:44 PM   #5
Ryptyde
Member
 
Registered: Jun 2004
Location: Tragic City,Michigan,USA
Distribution: Fedora 15 Fedora 16
Posts: 238

Rep: Reputation: 37
I have the 5200 card on this box running Fedora 7 and recently on Fedora Core 6 until the upgrade. I get my nvidia kernel modules from the Livna repo. The Livna repo keeps the kernel modules pretty close in sync with the release of newer kernel versions.

I was going to attach a partial screencapture of the nvidia settings server but don't see an option for that here. Maybe I'll place it on my photo site and link to it if anyones interested.

http://www.onlinephotographers.com/g...00_resized.jpg

Last edited by Ryptyde; 06-29-2007 at 10:08 PM.
 
Old 06-29-2007, 09:49 PM   #6
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mandriva 2011 / Mageia 1 / Linux Mint 12 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,274

Rep: Reputation: 201Reputation: 201Reputation: 201
Are you saying the white screen problem is a kernel issue? Would you mind posting your xorg.conf file so I can do a comparison check?
 
Old 06-30-2007, 05:54 AM   #7
Ryptyde
Member
 
Registered: Jun 2004
Location: Tragic City,Michigan,USA
Distribution: Fedora 15 Fedora 16
Posts: 238

Rep: Reputation: 37
Here's my xorg.conf.
Quote:
# Xorg configuration created by livna-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
EndSection

Section "ServerFlags"
Option "AIGLX" "on"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x800" "1280x768" "1280x720" "1152x864" "1024x768" "832x624" "800x600" "640x480" "640x400"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection
I have heard of the "whitescreen" problem and will go to the site where it was discussed and post back a link.

Edit: here's where the whitescreen issue has been discussed. I have seen it mentioned at other times and presume it has to do with hardware issues with certain Beryl releases.
White screen

Last edited by Ryptyde; 06-30-2007 at 06:56 AM.
 
Old 06-30-2007, 07:55 AM   #8
peterbug
Member
 
Registered: May 2007
Location: Argyll, Scotland
Distribution: elive / Fedora 7
Posts: 32

Original Poster
Rep: Reputation: 15
{BBI}Nexus{BBI} if you find a solution please post it here =]
 
Old 06-30-2007, 10:10 AM   #9
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mandriva 2011 / Mageia 1 / Linux Mint 12 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,274

Rep: Reputation: 201Reputation: 201Reputation: 201
I made the changes to mirror your xorg.conf no difference. I disabled everything line by line (until my x-server refused to run) no difference.

With so many users, using different hardware and distros, yet having the same problem makes me think this is a Beryl issue.

Compiz works fine, hopefully (now that compiz & beryl have merged) this problem will be resolved.

Thanks Ryptyde for the .conf and the link
 
Old 06-30-2007, 06:32 PM   #10
Brad.Scalio@noaa.gov
Member
 
Registered: Jan 2007
Location: Washington DC
Distribution: RedHat & spins ... Fedora, CentOS, Mandriva
Posts: 82

Rep: Reputation: 15
I am curious --- try the nivida-xconfig (obviosuly save off your xorg.conf before doing this)
Code:
nvidia-xconfig -composite; nvidia-xconfig --allow-glx-with-composite
nvidia-xconfig --render-accel; nvidia-xconfig -add-argb-glx-visuals
Then restart X without beryl running on start, then run beryl
If you still have issue try running beryl with a stack trace hooked up to it, we can see what its doing

strace -e open beryl > /tmp/beryl_strace_open.out
and
strace beryl > /tmp/beryl_allstrace.out
 
Old 07-01-2007, 03:33 PM   #11
peterbug
Member
 
Registered: May 2007
Location: Argyll, Scotland
Distribution: elive / Fedora 7
Posts: 32

Original Poster
Rep: Reputation: 15
I messed up my xorg.conf file while editing it using "vim" I made a back up before I started editing it but the x server no longer runs how can I get back into my hard drive to replace the xorg.conf file?
 
Old 07-01-2007, 06:15 PM   #12
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mandriva 2011 / Mageia 1 / Linux Mint 12 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,274

Rep: Reputation: 201Reputation: 201Reputation: 201
Quote:
Originally Posted by peterbug
I messed up my xorg.conf file while editing it using "vim" I made a back up before I started editing it but the x server no longer runs how can I get back into my hard drive to replace the xorg.conf file?
If you get a command promt, login as root then go to where you have your backup and then type:

cp xorg.conf <space> /etc/X11/xorg.conf


you will be asked if you want to overwrite answer 'yes' then type reboot.
 
Old 07-02-2007, 03:18 AM   #13
peterbug
Member
 
Registered: May 2007
Location: Argyll, Scotland
Distribution: elive / Fedora 7
Posts: 32

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by {BBI}Nexus{BBI}
If you get a command promt, login as root then go to where you have your backup and then type:

cp xorg.conf <space> /etc/X11/xorg.conf


you will be asked if you want to overwrite answer 'yes' then type reboot.
ok thanks I got it working again =] that was a good learning experience for me >.<

nexus if its not too much trouble could you please tell me how you get compiz working?
 
Old 07-02-2007, 08:30 PM   #14
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mandriva 2011 / Mageia 1 / Linux Mint 12 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,274

Rep: Reputation: 201Reputation: 201Reputation: 201
Quote:
Originally Posted by peterbug
ok thanks I got it working again =] that was a good learning experience for me >.<

nexus if its not too much trouble could you please tell me how you get compiz working?
I'm not familiar with your distro, but if you have a control centre that allows you to make system ( not your desktop ) changes, look if you have a hardware section. Have a look for a section to configure your 3D desktop.
 
Old 07-02-2007, 08:52 PM   #15
peterbug
Member
 
Registered: May 2007
Location: Argyll, Scotland
Distribution: elive / Fedora 7
Posts: 32

Original Poster
Rep: Reputation: 15
I figured it out =] thanks for all your help =]
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Beryl Starting Problem on FEDORA 6 (gnome) mehmet_ozkan84 Linux - Desktop 6 06-29-2007 12:16 PM
Beryl Starting Problem on FEDORA 6 (gnome) mehmet_ozkan84 Fedora 1 03-14-2007 02:16 PM
Beryl problems on fedora 6 sharathg786 Fedora 2 03-06-2007 09:21 AM
Beryl problems on Fedora Core 6 dan4jeepin Linux - Newbie 2 12-12-2006 10:00 AM


All times are GMT -5. The time now is 12:36 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration