 |
 |
 |
 |
| Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that. |
|
View Poll Results: Did it work for you
|
|
Yes
|
  
|
450 |
48.75% |
|
No
|
  
|
336 |
36.40% |
|
Nearly worked
|
  
|
137 |
14.84% |

1st June 2007, 04:45 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by lorek123
thx for reply  and a xorg.conf edit is the same as the for FC6??
|
Yes the xorg.conf edit is the same. ( I have heard that the 8.36 driver has issues in FC7 . The livna driver should be updated to 8.37 in a day or two )
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

1st June 2007, 04:47 PM
|
|
Registered User
|
|
Join Date: May 2005
Posts: 12

|
|
Yep, the 8.36 driver doesn`t work with the default kernel of FC7, waiting for 8.37 to come.
|

1st June 2007, 04:49 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by STRASHARO
Yep, the 8.36 driver doesn`t work with the default kernel of FC7, waiting for 8.37 to come. 
|
There is more info about this in post #2
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

1st June 2007, 06:46 PM
|
|
Registered User
|
|
Join Date: Jun 2007
Posts: 7

|
|
Help w/ XGL et FC6
So, I followed all of the instructions and can't seem to get anything to work correctly for me...
I have the fglrx driver running properly as noted by the output:
Quote:
glxinfo | grep direct
direct rendering: Yes
|
All of my startup scripts are in-place and ready to roll, i.e. I have a gdm entry that points to /usr/bin/startXgl and that file is as such:
Quote:
#!/bin/sh
#
# 19/02/07
# nicofo - http://nicofo.tuxfamily.org
#
# 1) Start Xgl
#XGL_OPT will be overwritten by 'configureXgl'
#ex pour une ATI : XGL_OPT=":1 -fullscreen -accel glx:pbuffer -accel xv:pbuffer -ac"
XGL_OPT=":1 -fullscreen -accel glx:pbuffer -accel xv:pbuffer -ac"
/usr/bin/Xgl $XGL_OPT &
#sleep 2
DISPLAY=:1
# 2) Start Gnome or KDE or xfce
case "$1" in
--kde)
exec startkde;;
--xfce)
exec xfce4-session;;
*)
cookie="$(xauth -i nextract - :0 | cut -d ' ' -f 9)"
xauth -i add :1 . "$cookie"
exec dbus-launch --exit-with-session gnome-session;;
#exec gnome-session;;
esac
|
That said and everything installed and leaving the gdm default.conf with 0=Standard and trying to open a gnome+Xgl session I get a Fatal Server Error: No Screens Found and dumped back to gdm where I am able to logon to standard gnome with not Xgl.
Second I try setting to 1=Standard in my default.conf...the session gnome+Xgl loads..but I beleive that Xgl is not loaded as evidenced by the output from glxinfo:
I have been messing with this for two days now...works fine on my Debian system but for the life of me I can't make it work on FC6
For fun, here is my xorg.conf
Quote:
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Simple Layout"
Screen 1 "Screen1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
#HorizSync 31.5 - 90.0
#VertRefresh 75
#DisplaySize 314 234
#DisplaySize 285 214
#DisplaySize 339 271
Identifier "Monitor1"
VendorName "Generic"
ModelName "Flat Panel"
EndSection
Section "Monitor"
Identifier "Monitor2"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
# vendor=1002, device=5460
Identifier "ATI Graphics Adapter1"
Driver "fglrx"
BoardName "ATI Radeon x300"
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "no" # disable DRI mtrr mapper, driver has its own code for mtrr
Option "MonitorLayout" "LVDS, AUTO" #"LVDS, NONE" #"AUTO, NONE"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified" #"31.5 - 90.0"
Option "VRefresh2" "unspecified" #"75"
Option "ScreenOverlap" "0"
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
Option "Capabilities" "0x00000000"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "on"
Option "CenterMode" "off"
Option "PseudoColorVisuals" "off"
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
Option "KernelModuleParm" "locked-userpages=0"
Option "DesktopSetup" "horizontal" #or horizontal to stretch
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter2"
Driver "fglrx"
BusID "PCI:1:0:1"
Screen 1
EndSection
Section "Screen"
#Device "ATI OSS"
Identifier "Screen1"
Device "ATI Graphics Adapter1"
Monitor "Monitor1"
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"
Identifier "Screen2"
Device "ATI Graphics Adapter2"
Monitor "Monitor2"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "False"
EndSection
|
Thx in advance for all of the help!!
Dr_J
|

1st June 2007, 07:00 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by Dr_Jay
So, I followed all of the instructions and can't seem to get anything to work correctly for me...
I have the fglrx driver running properly as noted by the output:
All of my startup scripts are in-place and ready to roll, i.e. I have a gdm entry that points to /usr/bin/startXgl and that file is as such:
That said and everything installed and leaving the gdm default.conf with 0=Standard and trying to open a gnome+Xgl session I get a Fatal Server Error: No Screens Found and dumped back to gdm where I am able to logon to standard gnome with not Xgl.
Second I try setting to 1=Standard in my default.conf...the session gnome+Xgl loads..but I beleive that Xgl is not loaded as evidenced by the output from glxinfo:
I have been messing with this for two days now...works fine on my Debian system but for the life of me I can't make it work on FC6
For fun, here is my xorg.conf
Thx in advance for all of the help!!
Dr_J
|
try deleting this as it will conflict with XGL
Quote:
|
Option "OpenGLOverlay" "on"
|
Restart X
And see if it works if not post the output from these commands
Quote:
|
cat /var/log/Xorg.0.log | grep EE
|
Quote:
|
cat /var/log/Xorg.0.log | grep WW
|
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

1st June 2007, 07:13 PM
|
|
Registered User
|
|
Join Date: Jun 2007
Posts: 7

|
|
No joy removing that option from my xorg.conf, still just dumps me back to gdm with the error Fatal Server Error: No Screens Found
GTK Unable to Open Display (or something similar)
output for WW is as follows: Note, no entries for EE
Quote:
(WW) The core pointer device wasn't specified explicitly in the layout.
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(WW) fglrx(0): MonitorLayout is no longer supported.
(WW) LoadModule: given non-canonical module name "glesx.so"
(WW) fglrx(0): Option "IgnoreEDID" is not used
(WW) fglrx(0): Option "NoTV" is not used
(WW) <default pointer>: No Device specified, looking for one...
|
I am going to try to set my 1= rather than 0=
|

1st June 2007, 07:27 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Try editing this section
Quote:
Section "Monitor"
#HorizSync 31.5 - 90.0
#VertRefresh 75
#DisplaySize 314 234
#DisplaySize 285 214
#DisplaySize 339 271
Identifier "Monitor1"
VendorName "Generic"
ModelName "Flat Panel"
EndSection
|
to
Quote:
Section "Monitor"
Option "DPMS" "true"
Identifier "Monitor1"
VendorName "Generic"
ModelName "Flat Panel"
EndSection
|
also remove these options as they are not supported
Option "MonitorLayout" "LVDS, AUTO" #"LVDS, NONE" #"AUTO, NONE"
Option "IgnoreEDID"
Option "NoTV"
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

1st June 2007, 07:42 PM
|
|
Registered User
|
|
Join Date: Jun 2007
Posts: 7

|
|
Done and done with the following output from Xorg.0.log | grep WW and still dumping back to gdm for gnome+xgl
Quote:
(WW) The core pointer device wasn't specified explicitly in the layout.
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(WW) fglrx(0): MonitorLayout is no longer supported.
(WW) LoadModule: given non-canonical module name "glesx.so"
(WW) <default pointer>: No Device specified, looking for one...
|
new xorg.conf:
Quote:
Section "ServerLayout"
Identifier "Simple Layout"
Screen 1 "Screen1" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Generic"
ModelName "Flat Panel"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "Monitor2"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
# vendor=1002, device=5460
Identifier "ATI Graphics Adapter1"
Driver "fglrx"
BoardName "ATI Radeon x300"
Option "ScreenOverlap" "0"
Option "VideoOverlay" "on"
Option "CenterMode" "off"
Option "PseudoColorVisuals" "off"
Option "Stereo" "off"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
Option "KernelModuleParm" "locked-userpages=0"
Option "DesktopSetup" "clone" #or horizontal to stretch
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter2"
Driver "fglrx"
BusID "PCI:1:0:1"
Screen 1
EndSection
Section "Screen"
#Device "ATI OSS"
Identifier "Screen1"
Device "ATI Graphics Adapter1"
Monitor "Monitor1"
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"
Identifier "Screen2"
Device "ATI Graphics Adapter2"
Monitor "Monitor2"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "False"
EndSection
|
just to make sure...I don't need to add the Xgl server in my /etc/gdm/custom.conf as long as I am calling it through the gdm menu, correct?
|

1st June 2007, 07:57 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
No additional editing is needed as the script does this all .
try commenting ( # ) these
Quote:
Section "Device"
# vendor=1002, device=5460
Identifier "ATI Graphics Adapter1"
Driver "fglrx"
BoardName "ATI Radeon x300"
#Option "ScreenOverlap" "0"
Option "VideoOverlay" "on"
#Option "CenterMode" "off"
#Option "PseudoColorVisuals" "off"
#Option "Stereo" "off"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
Option "KernelModuleParm" "locked-userpages=0"
#Option "DesktopSetup" "clone" #or horizontal to stretch
BusID "PCI:1:0:0"
EndSection
|
restart X
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Last edited by leigh123linux; 1st June 2007 at 07:59 PM.
|

1st June 2007, 08:48 PM
|
|
Registered User
|
|
Join Date: Jun 2007
Posts: 7

|
|
|
Unfortunately still unable to start Xgl and with the same error....making me crazy!
|

1st June 2007, 11:17 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by Dr_Jay
Unfortunately still unable to start Xgl and with the same error....making me crazy!
|
Try re-running the script to reconfigure XGL
su
cd to-script-path
sh installXGL_EN
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

2nd June 2007, 12:06 AM
|
 |
Registered User
|
|
Join Date: Nov 2005
Posts: 132

|
|
|
Hello,
I have updated my scripts for the installation of XGL: it now installs the very last version of XGL for FC6.
You can try it.
Rem: the installation script is being translated=> some parts are still in French, but the programs are in English.
Last edited by nicofo; 24th June 2007 at 11:10 AM.
|

2nd June 2007, 01:07 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by nicofo
Hello,
I have updated my scripts for the installation of XGL: it now installs the very last version of XGL for FC6.
You can try it.
Rem: the installation script is being translated=> some parts are still in French, but the programs are in English.
|
Hi nicofo,
Thank you for your updated script.
Leigh
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

2nd June 2007, 10:08 AM
|
 |
Registered User
|
|
Join Date: Nov 2005
Posts: 132

|
|
It's done, the script is available in English: Rem: the new script for FC6 installs the latest version of XGL and is compatible with the official versions of Compiz and Beryl. Beryl is now a lot more stable than before !
Rem2: the script for FC5 works also for FC6 (but uses old packages of XGL and Compiz)
Rem3: I have not yet tested the scripts with FC7, but I guess the version FC6 should work. Can you give me your feedback ? Thanks
Last edited by nicofo; 24th June 2007 at 11:12 AM.
|

2nd June 2007, 10:40 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by nicofo
It's done, the script is available in English: Rem: the new script for FC6 installs the latest version of XGL and is compatible with the official versions of Compiz and Beryl. Beryl is now a lot more stable than before !
Rem2: the script for FC5 works also for FC6 (but uses old packages of XGL and Compiz)
Rem3: I have not yet tested the scripts with FC7, but I guess the version FC6 should work. Can you give me your feedback ? Thanks
|
Hi nicofo,
Thanks again for your new scripts.
I think feedback on XGL on FC7 will be delayed due to no working fglrx driver for FC7 , hopefully ATI will rectify this problem quickly.
Leigh
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 19:10 (Friday, 24-05-2013)
|
|
 |
 |
 |
 |
|
|