View previous topic :: View next topic |
Author |
Message |
Jimi... Tux's lil' helper
Joined: 06 Aug 2005 Posts: 136 Location: IoM
|
Posted: Thu Dec 28, 2006 3:24 am Post subject: Corrupt display using XFCE4.2, Beryl and XGL [Solved] |
|
|
All the windows are funny, I don't know, it's hard to explain. I would take a screenshot but I don't know how. Oh yeah, I'm using XFCE4.2.
EDIT: Got the next best thing.
http://img141.imageshack.us/img141/7397/pc280016ke6.jpg
EDIT: Ok, just started up beryl-manager in terminal and it's giving me the following:
Code: | Xlib: extension "XFree86-DRI" missing on display ":0.0".
AGL Absent, assuming AIGLX
Xlib: extension "XFree86-DRI" missing on display ":0.0".
beryl: glXBindTexImageEXT is missing
beryl: Failed to manage screen: 0
bery: No manageable screens found on display :0.0
(emerald:17591): Wnck-WARNING **: Someone set _NET_DESKTOP_LAYOUT to 8 integers
instead of 4 (3 is accepted for backwards compat) |
_________________ Asus P5W DH Deluxe
Intel C2D E6600
ATI X1900XT
2GB G.Skill HZ
Last edited by Jimi... on Sun Dec 31, 2006 10:00 pm; edited 2 times in total |
|
Back to top |
|
|
Jimi... Tux's lil' helper
Joined: 06 Aug 2005 Posts: 136 Location: IoM
|
Posted: Thu Dec 28, 2006 2:52 pm Post subject: |
|
|
Anyone got any ideas then? _________________ Asus P5W DH Deluxe
Intel C2D E6600
ATI X1900XT
2GB G.Skill HZ |
|
Back to top |
|
|
Nebvin Tux's lil' helper
Joined: 10 Oct 2002 Posts: 83 Location: Alberta, Canada
|
Posted: Thu Dec 28, 2006 4:43 pm Post subject: |
|
|
If you are using the same X1900XT that is in your sig your probably out of luck for now. I believe the fglrx driver only works with XGL at the moment, although AIGLX support is rumored to be on the way. I'm using XGL with a X1950 Pro and it is working great.
It is partially working as you have seen yourself, but too much "partially" and not enough "working". _________________ Nebbie
"There are 10 types of people in the world, those that understand binary and those that don't." |
|
Back to top |
|
|
Jimi... Tux's lil' helper
Joined: 06 Aug 2005 Posts: 136 Location: IoM
|
Posted: Thu Dec 28, 2006 5:02 pm Post subject: |
|
|
Hmm, well I tried emerging xgl but it says no ebuilds to satisfy xgl. I've added the keywords and unmask. _________________ Asus P5W DH Deluxe
Intel C2D E6600
ATI X1900XT
2GB G.Skill HZ |
|
Back to top |
|
|
Nebvin Tux's lil' helper
Joined: 10 Oct 2002 Posts: 83 Location: Alberta, Canada
|
Posted: Thu Dec 28, 2006 5:22 pm Post subject: |
|
|
Are you using the xeffects overlay? you can get it from layman if you aren't. It should have xgl for you, the version I'm using from it is x11-base/xgl-0.0.1_pre20061108 _________________ Nebbie
"There are 10 types of people in the world, those that understand binary and those that don't." |
|
Back to top |
|
|
Jimi... Tux's lil' helper
Joined: 06 Aug 2005 Posts: 136 Location: IoM
|
Posted: Thu Dec 28, 2006 7:15 pm Post subject: |
|
|
Ok, I've now got the overlay and XGL installed and I've also installed GDM, the only problem I've got now is, when I run gdm, it'll go to a black screen with the watch cursor and just hang there untill I Ctrl+Alt+Del. _________________ Asus P5W DH Deluxe
Intel C2D E6600
ATI X1900XT
2GB G.Skill HZ |
|
Back to top |
|
|
Nebvin Tux's lil' helper
Joined: 10 Oct 2002 Posts: 83 Location: Alberta, Canada
|
Posted: Thu Dec 28, 2006 7:30 pm Post subject: |
|
|
Did you follow the instructions here: http://wiki.gentoo-xeffects.org/XGL#GDM
Also, did you verify that DRI was working before setting up Xgl? _________________ Nebbie
"There are 10 types of people in the world, those that understand binary and those that don't." |
|
Back to top |
|
|
Jimi... Tux's lil' helper
Joined: 06 Aug 2005 Posts: 136 Location: IoM
|
Posted: Thu Dec 28, 2006 7:37 pm Post subject: |
|
|
Yep, followed that howto you linked. Not sure about the DRI, I think I did, can't remember for sure though.
EDIT: I just read in another thread that DRI is not used with XGL.
EDIT: Ok, I've just made another xorg.conf and run aticonfig and when I run gdm, it works. The problem is though, the screen is all messed up. I'm sure I've missed adding something in the xorg.conf but can't remember what. _________________ Asus P5W DH Deluxe
Intel C2D E6600
ATI X1900XT
2GB G.Skill HZ |
|
Back to top |
|
|
Nebvin Tux's lil' helper
Joined: 10 Oct 2002 Posts: 83 Location: Alberta, Canada
|
Posted: Thu Dec 28, 2006 9:17 pm Post subject: |
|
|
You don't get DRI when using XGL, but XGL needs it to work initially. What happens with XGL is that you get 2 X servers, the normal one and the XGL one that runs on top of it. The normal one needs DRI so it can display XGL, but XGL itself doesn't get DRI, and that is where all your apps run. So it is a good idea to check and make sure opengl and DRI works fine before switching to XGL.
Can you post your xorg.conf? Mine is quite simple at the moment, this is a relativley new install, but works great for me with XGL:
Code: |
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Main Screen" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "AIGLX" "false"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
Load "dri"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2" # Explorer PS/2
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "LCD Monitor"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "ATI Video"
Driver "fglrx"
Option "Capabilities" "0x00000800" #Enable V-Sync
Option "backingstore" "true"
EndSection
Section "Screen"
Identifier "Main Screen"
Device "ATI Video"
Monitor "LCD Monitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "dri"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "false"
EndSection
|
_________________ Nebbie
"There are 10 types of people in the world, those that understand binary and those that don't." |
|
Back to top |
|
|
Nebvin Tux's lil' helper
Joined: 10 Oct 2002 Posts: 83 Location: Alberta, Canada
|
Posted: Thu Dec 28, 2006 9:22 pm Post subject: |
|
|
also, you've probably already done this since you were following the howto, but you need to make sure beryl is starting when you login as well: http://wiki.gentoo-xeffects.org/Beryl#Gnome_Users _________________ Nebbie
"There are 10 types of people in the world, those that understand binary and those that don't." |
|
Back to top |
|
|
Jimi... Tux's lil' helper
Joined: 06 Aug 2005 Posts: 136 Location: IoM
|
Posted: Thu Dec 28, 2006 9:31 pm Post subject: |
|
|
How do I copy from terminal? I thought it was Ctrl+Shit+C but that doesn't seem to work. _________________ Asus P5W DH Deluxe
Intel C2D E6600
ATI X1900XT
2GB G.Skill HZ |
|
Back to top |
|
|
Nebvin Tux's lil' helper
Joined: 10 Oct 2002 Posts: 83 Location: Alberta, Canada
|
Posted: Thu Dec 28, 2006 9:51 pm Post subject: |
|
|
Copy and paste into links? I don't know... never needed to before.
When you say the screen is all messed up, is it like the image you posted at the beginning? _________________ Nebbie
"There are 10 types of people in the world, those that understand binary and those that don't." |
|
Back to top |
|
|
Jimi... Tux's lil' helper
Joined: 06 Aug 2005 Posts: 136 Location: IoM
|
Posted: Thu Dec 28, 2006 9:57 pm Post subject: |
|
|
No, it's all garbled and when I login using the GNOME login I can just about make out in the background that it's in Xorg, XFCE hasn't been loaded.
EDIT: Here's a photo of it.
http://img179.imageshack.us/img179/9138/pc280017te0.jpg _________________ Asus P5W DH Deluxe
Intel C2D E6600
ATI X1900XT
2GB G.Skill HZ |
|
Back to top |
|
|
Nebvin Tux's lil' helper
Joined: 10 Oct 2002 Posts: 83 Location: Alberta, Canada
|
Posted: Thu Dec 28, 2006 10:27 pm Post subject: |
|
|
I've seen things like what you got in your pic there before, usually has to do with memory not being written to or read from the right place.
Just to make certain everything hardware wise is set up properly, comment out the changes you made to gdm's custom.conf and try logging on like that. If you get in okay, run glxinfo to make sure you have DRI working, and then try an opengl program if you can (glxgears if you don't have anything else). (glxinfo and glxgears are in the mesa-progs package).
Tell me how that works out. At the very least you should be able to post your xorg.conf and /var/log/Xorg.0.log files more easily from XFCE then from the terminal. It will be easier to find problems if I can see both of those. _________________ Nebbie
"There are 10 types of people in the world, those that understand binary and those that don't." |
|
Back to top |
|
|
Jimi... Tux's lil' helper
Joined: 06 Aug 2005 Posts: 136 Location: IoM
|
Posted: Thu Dec 28, 2006 10:56 pm Post subject: |
|
|
Just checked glxinfo and DRI is working and I get 112884.020 FPS in glxgears. I'm make the changes to the custom.conf and see how that goes.
EDIT: I just tried setting Beryl as my Window Manager but it's coming back with an error:
Code: | XGL Absent, checking for NVIDIA
NVIDIA Absent, assuming AIGLX |
EDIT: Ok, I commented the custom.conf out like you said and the screen is fine now. It's not starting XFCE up though, just goes to Xterm like when you first install Xorg.
EDIT: It's loading XFCE now, didn't realise you had to select. _________________ Asus P5W DH Deluxe
Intel C2D E6600
ATI X1900XT
2GB G.Skill HZ |
|
Back to top |
|
|
Nebvin Tux's lil' helper
Joined: 10 Oct 2002 Posts: 83 Location: Alberta, Canada
|
Posted: Thu Dec 28, 2006 11:41 pm Post subject: |
|
|
Yeah, if you commented those lines in custom.conf then Xgl wont run, so Beryl will give you that error. It appears everything else is working good though, except you might be loading an incorrect session in gdm (should be able to pick XFCE from the sessions menu in gdm, it should be easy to find, just depends on the theme you have).
So we know your hardware is setup good. (which is disappointing because I'm running out of ideas to get this working for you)
You can put those lines back into gdm's custom.conf and try again
At the moment, I can't think of anything else to try other then recompiling xgl, beryl, and all their dependencies. go back to the wiki I posted above and make sure you emerge those packages it asks for again. Perhaps your troubles are from not having the xeffects overlay from the beginning. _________________ Nebbie
"There are 10 types of people in the world, those that understand binary and those that don't." |
|
Back to top |
|
|
Jimi... Tux's lil' helper
Joined: 06 Aug 2005 Posts: 136 Location: IoM
|
Posted: Thu Dec 28, 2006 11:47 pm Post subject: |
|
|
Okay, thanks for your Nebvin, really appreciate it.
If I can figure out how to copy the text in terminal, I'll post the xorg.conf.
EDIT: Code: | Section "DRI"
Mode 0666
EndSection
Section "ServerLayout"
# The Identifier line must be present
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
Identifier "Simple Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# RgbPath "/usr/share/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# "SendCoreEvents".
Identifier "Simple Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# RgbPath "/usr/share/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# command (or a combination of both methods)
#
#
# FontPath "/usr/share/fonts/TTF/"
# FontPath "/usr/share/fonts/OTF"
# FontPath "/usr/share/fonts/CID/"
# FontPath "/usr/lib/X11/fonts/local/"
# FontPath "/usr/lib/X11/fonts/misc/"
# FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/Speedo/"
# FontPath "/usr/lib/X11/fonts/Type1/"
# FontPath "/usr/lib/X11/fonts/TrueType/"
# FontPath "/usr/lib/X11/fonts/freefont/"
# FontPath "/usr/lib/X11/fonts/75dpi/"
# FontPath "/usr/lib/X11/fonts/100dpi/"
# The module search path. The default path is shown here.
# ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
# ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
# Load "type1"
# Load "speedo"
# This loads the GLX module
# Load "glx"
# This loads the DRI module
# Load "dri"
# This loads the DRI module
# Load "dri"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA ext$
EndSubSection
Load "freetype"
# Load "xtt"
Load "dri"
Load "glx"
EndSection
Section "InputDevice"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
# Option "Protocol" "Xqueue"
# Option "Xleds" "1 2 3"
# Option "Protocol" "Xqueue"
# Option "Xleds" "1 2 3"
# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# These are the default XKB settings for Xorg
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""
# Option "XkbDisable"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "gb"
Option "XkbVariant" "gb"
Option "XkbLayout" "gb"
Option "XkbVariant" "gb"
EndSection
Section "InputDevice"
# Identifier and driver
# the following line.
# Option "Protocol" "Xqueue"
# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7. Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
# When using XQUEUE, comment out the above two lines, and uncomment
Option "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
EndSection
Section "Monitor"
# HorizSync is in kHz unless units are specified.
# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
Identifier "NEC 20WGX2"
HorizSync 35.5 - 81.1
VertRefresh 56.0 - 75.0
EndSection
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.
# Chipset "generic"
# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
# The BusID line is used to specify which of possibly multiple devices
# indicates which driver should interpret the information in this section.
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.
# BusID "PCI:0:10:0"
# VideoRam 256
# Clocks 25.2 28.3
Identifier "Standard VGA"
Driver "vga"
VendorName "Unknown"
BoardName "Unknown"
EndSection
Section "Device"
# unsupported card
# unsupported card
#VideoRam 524288
# Insert Clocks lines here if appropriate
Identifier "ATI X1900XT"
Driver "vga"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "ATI X1900XT"
Monitor "NEC 20WGX2"
DefaultDepth 24
SubSection "Display"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "false"
EndSection
|
There are a few duplicates of words in there, that's only because I had to copy a section at a time then press pagedown. _________________ Asus P5W DH Deluxe
Intel C2D E6600
ATI X1900XT
2GB G.Skill HZ |
|
Back to top |
|
|
Nebvin Tux's lil' helper
Joined: 10 Oct 2002 Posts: 83 Location: Alberta, Canada
|
Posted: Fri Dec 29, 2006 12:11 am Post subject: |
|
|
Looks pretty good, there are some redundent parts due to the way the file was created, but it is set up right. Some things to try:
Add this line to disable AIGLX in the ServerLayout section:
Code: | Option "AIGLX" "false" |
Add this to the end of the file, I don't think it will help your problem but never know:
Code: | Section "dri"
Mode 0666
EndSection |
Probably wouldn't hurt to add your display modes in the Screen section you are using at the bottom:
Code: | Modes "1280x1024" "1024x768" "800x600" "640x480" |
The other Screen section with those modes in already is not used.
Other then that it is pretty much identical to mine. Give that a try _________________ Nebbie
"There are 10 types of people in the world, those that understand binary and those that don't." |
|
Back to top |
|
|
Jimi... Tux's lil' helper
Joined: 06 Aug 2005 Posts: 136 Location: IoM
|
Posted: Fri Dec 29, 2006 6:51 am Post subject: |
|
|
Well, I decided to reinstall Gentoo, I made a load of cockups before so it was probably for the best.
I've still got a problem getting Beryl to autostart though, I followed this howto using the startxfce4 method. And even though I can get it to start fine by starting it through terminal, I can't see any difference and when I try to select Beryl as the window manager when you click the ruby or whatever it is, it looks as if it's changing, but doesn't.
EDIT: This is the output in terminal when trying to load a theme in emerald.
Code: | ** (xfwm4:9195): WARNING **: Compositing manager disabled.
** (beryl-manager:9027): WARNING **: Couldn't find a Selection Owner, perhaps no WM running?
Otherwise, manually kill your wm, and report the bug to the developers, it doesn't follow the standards.
Falling back to looking for a defined WM in xlsclients.
beryl: No composite extension
** (xfwm4:9209): WARNING **: The display does not support the XComposite extension.
** (xfwm4:9209): WARNING **: Compositing manager disabled.
Reloading... |
_________________ Asus P5W DH Deluxe
Intel C2D E6600
ATI X1900XT
2GB G.Skill HZ |
|
Back to top |
|
|
mythandra n00b
Joined: 15 Sep 2006 Posts: 35
|
Posted: Fri Dec 29, 2006 9:15 am Post subject: |
|
|
you mentioned above that when you started X you got a black screen?
I had the same problem although i did get the nvidia logo before the black screen.
I added the following lines to my monitor section which seemed to solve the problem
Code: |
Option "ModeValidation" "NoMaxPClkCheck, NoHorizSyncCheck, NoVertRefreshCheck, NoEdidMaxPClkCheck"
|
Also in the last post you mention reinstalling Gentoo and basically started again, what i do to start beryl 1.3 is the following
from the gnome menu i chose system->preferences->sessions
click the tab "startup programs"
click add
type in beryl-manager and click ok, it should start when you login now.
What version of Beryl are you using?
I just upgraded to 1.3 and had the same problem where it wouldn't start and each time i managed to start it manually i had no window decs, I emerged the latest nvidia drivers and all worked.
Hope this helps
Thanks Mythandra |
|
Back to top |
|
|
Jimi... Tux's lil' helper
Joined: 06 Aug 2005 Posts: 136 Location: IoM
|
Posted: Fri Dec 29, 2006 11:14 am Post subject: |
|
|
Hi, thanks for your suggestions. I'm running 0.1.4. Unless you use XFCE4.4, the methods listed in the howto I linked are the only ways to autostart Beryl, for XFCE atleast.
EDIT: I got Beryl and XGL working, Beryl still won't autoload and I'm still getting that screen corruption, but for some reason, it doesn't happen all the time. _________________ Asus P5W DH Deluxe
Intel C2D E6600
ATI X1900XT
2GB G.Skill HZ |
|
Back to top |
|
|
rmh3093 Advocate
Joined: 06 Aug 2003 Posts: 2138 Location: Albany, NY
|
Posted: Fri Dec 29, 2006 4:48 pm Post subject: |
|
|
Jimi... wrote: | Hi, thanks for your suggestions. I'm running 0.1.4. Unless you use XFCE4.4, the methods listed in the howto I linked are the only ways to autostart Beryl, for XFCE atleast.
EDIT: I got Beryl and XGL working, Beryl still won't autoload and I'm still getting that screen corruption, but for some reason, it doesn't happen all the time. |
Check out this post: https://forums.gentoo.org/viewtopic-t-527858.html
I just did a fresh install of xfce4 to test out this method because i have only done it with gnome before (note: i already had beryl/emerald installed) and when i started xfce for the first time beryl-manager started automatically for me _________________ Do not meddle in the affairs of wizards, for they are subtle and quick to anger. |
|
Back to top |
|
|
Nebvin Tux's lil' helper
Joined: 10 Oct 2002 Posts: 83 Location: Alberta, Canada
|
Posted: Fri Dec 29, 2006 6:03 pm Post subject: |
|
|
Glad to hear you've made progress.
If you are still getting that display corruption like you showed in http://img179.imageshack.us/img179/9138/pc280017te0.jpg there is a couple other things to try as well, although my advice at this point is just boiling down to trial and error. What kernel are you using? What version of ati-drivers are you using? I'm using 2.6.19-beyond2 with ati-drivers-8.32.5. Although unlikely, your version of ati-drivers might be causing it, or something wierd with your kernel. _________________ Nebbie
"There are 10 types of people in the world, those that understand binary and those that don't." |
|
Back to top |
|
|
Jimi... Tux's lil' helper
Joined: 06 Aug 2005 Posts: 136 Location: IoM
|
Posted: Fri Dec 29, 2006 9:06 pm Post subject: |
|
|
Doesn't work rmh3093, Beryl still doesn't boot and I still get a corrupt display.
I'm using the 2.6.18-r6 kernel and the same drivers as you Nebvin. _________________ Asus P5W DH Deluxe
Intel C2D E6600
ATI X1900XT
2GB G.Skill HZ |
|
Back to top |
|
|
Nebvin Tux's lil' helper
Joined: 10 Oct 2002 Posts: 83 Location: Alberta, Canada
|
Posted: Fri Dec 29, 2006 9:16 pm Post subject: |
|
|
Have you tried disabling gdm and using the startxgl script to see if you get any improvement? _________________ Nebbie
"There are 10 types of people in the world, those that understand binary and those that don't." |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|