 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

11th February 2009, 06:54 PM
|
|
Registered User
|
|
Join Date: Apr 2008
Posts: 44

|
|
|
Problems with compiz-fusion and nvidia
Hey.
My card is Geforce 8600GTS.
I have problems with the graphics.
First of all, there's no xorg.conf file.
I've installed the nvidia unofficial drivers, but I don't know what now...
Code:
[root@localhost ~]# glxinfo | grep direct
Error: glXCreateContext failed
Help?
Is there any tool that can generate a xorg.conf file for me?
(Fedora 10 of course)
|

11th February 2009, 07:42 PM
|
 |
Registered User
|
|
Join Date: Aug 2007
Location: Switzerland
Posts: 479

|
|
you can create an xorg.conf using
i recommend to install the nvidia drivers from http://rpmfusion.org/:
Code:
# yum install [a]kmod-nvidia
Last edited by newiLuvatar; 15th February 2009 at 11:45 AM.
|

15th February 2009, 08:51 AM
|
|
Registered User
|
|
Join Date: Apr 2008
Posts: 44

|
|
ok, now i have got:
Code:
[root@localhost ~]# glxinfo | grep direct
direct rendering: Yes
GL_EXT_depth_bounds_test, GL_EXT_direct_state_access,
[root@localhost ~]#
I have installed nvidia drivers, and all I need to run compiz, but when I run it, the top of all the windows just dissapear.
What to do?
Thanks.
|

15th February 2009, 11:44 AM
|
 |
Registered User
|
|
Join Date: Aug 2007
Location: Switzerland
Posts: 479

|
|
try enabling/disabling compiz a few times, sometimes it doesn't work correctly.
if thats no use, try in a terminal
that should restart the window manager.
|

15th February 2009, 11:54 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
post
Code:
cat /etc/X11/xorg.conf
__________________
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
|

15th February 2009, 01:24 PM
|
|
Registered User
|
|
Join Date: Apr 2008
Posts: 44

|
|
Restarting the window manager does not help :|
This is my xorg.conf:
Quote:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Sat Jan 24 18:59:13 PST 2009
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules/drivers"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Videocard0"
SubSection "Display"
Modes "nvidia-auto-select"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
|
Thanks for helping
|

15th February 2009, 02:35 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
Originally Posted by DarkDarkness
Restarting the window manager does not help :|
This is my xorg.conf:
Thanks for helping
|
Try setting the default depth
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Sat Jan 24 18:59:13 PST 2009
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules/drivers"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
RestartX after editing
__________________
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
|

15th February 2009, 03:29 PM
|
|
Registered User
|
|
Join Date: Apr 2008
Posts: 44

|
|
Gnome doesn't load now...
Al I got is black screen...
Maybe this will help: I also get FAILED under "Enabling nvidia Driver" in boot.log:
Code:
Enabling the nvidia driver: *** glibc detected *** /usr/bin/python: free(): invalid pointer: 0x0065c812 ***
======= Backtrace: =========
/lib/libc.so.6[0x17f3a4]
/lib/libc.so.6(cfree+0x96)[0x181356]
/usr/lib/python2.5/site-packages/ixf86configmodule.so[0x656cc7]
/usr/lib/python2.5/site-packages/ixf86configmodule.so[0x6531fb]
/usr/lib/python2.5/site-packages/ixf86configmodule.so[0x64f115]
/usr/lib/libpython2.5.so.1.0[0x529c679]
/usr/lib/libpython2.5.so.1.0(PyDict_SetItem+0x9c)[0x529f7fc]
/usr/lib/libpython2.5.so.1.0[0x5275f50]
/usr/lib/libpython2.5.so.1.0(PyObject_SetAttr+0xb6)[0x52a2966]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x3136)[0x52ee506]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x646d)[0x52f183d]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalCodeEx+0x695)[0x52f2965]
/usr/lib/libpython2.5.so.1.0[0x528c376]
/usr/lib/libpython2.5.so.1.0(PyObject_Call+0x37)[0x526c397]
/usr/lib/libpython2.5.so.1.0[0x5273878]
/usr/lib/libpython2.5.so.1.0(PyObject_Call+0x37)[0x526c397]
/usr/lib/libpython2.5.so.1.0(PyEval_CallObjectWithKeywords+0x7c)[0x52ea6fc]
/usr/lib/libpython2.5.so.1.0(PyInstance_New+0x6d)[0x52779cd]
/usr/lib/libpython2.5.so.1.0(PyObject_Call+0x37)[0x526c397]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x1cae)[0x52ed07e]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalCodeEx+0x695)[0x52f2965]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalCode+0x63)[0x52f2bc3]
/usr/lib/libpython2.5.so.1.0[0x530e3c2]
/usr/lib/libpython2.5.so.1.0(PyRun_FileExFlags+0x92)[0x530e482]
/usr/lib/libpython2.5.so.1.0(PyRun_SimpleFileExFlags+0x1bc)[0x530fc0c]
/usr/lib/libpython2.5.so.1.0(PyRun_AnyFileExFlags+0x7a)[0x531037a]
/usr/lib/libpython2.5.so.1.0(Py_Main+0xc4f)[0x531a43f]
/usr/bin/python(main+0x32)[0x80485d2]
/lib/libc.so.6(__libc_start_main+0xe5)[0x1266e5]
/usr/bin/python[0x8048501]
======= Memory map: ========
00110000-0027e000 r-xp 00000000 fd:00 20709783 /lib/libc-2.9.so
0027e000-00280000 r--p 0016e000 fd:00 20709783 /lib/libc-2.9.so
00280000-00281000 rw-p 00170000 fd:00 20709783 /lib/libc-2.9.so
00281000-00284000 rw-p 00281000 00:00 0
00649000-00660000 r-xp 00000000 fd:00 22905742 /usr/lib/python2.5/site-packages/ixf86configmodule.so
00660000-00664000 rw-p 00017000 fd:00 22905742 /usr/lib/python2.5/site-packages/ixf86configmodule.so
0088d000-008ad000 r-xp 00000000 fd:00 20709782 /lib/ld-2.9.so
008ae000-008af000 r--p 00020000 fd:00 20709782 /lib/ld-2.9.so
008af000-008b0000 rw-p 00021000 fd:00 20709782 /lib/ld-2.9.so
009b9000-009ba000 r-xp 009b9000 00:00 0 [vdso]
009fb000-00a01000 r-xp 00000000 fd:00 22898342 /usr/lib/python2.5/lib-dynload/_struct.so
00a01000-00a02000 rw-p 00006000 fd:00 22898342 /usr/lib/python2.5/lib-dynload/_struct.so
00a28000-00a4f000 r-xp 00000000 fd:00 20710551 /lib/libm-2.9.so
00a4f000-00a50000 r--p 00026000 fd:00 20710551 /lib/libm-2.9.so
00a50000-00a51000 rw-p 00027000 fd:00 20710551 /lib/libm-2.9.so
00a53000-00a56000 r-xp 00000000 fd:00 20710546 /lib/libdl-2.9.so
00a56000-00a57000 r--p 00002000 fd:00 20710546 /lib/libdl-2.9.so
00a57000-00a58000 rw-p 00003000 fd:00 20710546 /lib/libdl-2.9.so
00a5a000-00a70000 r-xp 00000000 fd:00 20710508 /lib/libpthread-2.9.so
00a70000-00a71000 r--p 00015000 fd:00 20710508 /lib/libpthread-2.9.so
00a71000-00a72000 rw-p 00016000 fd:00 20710508 /lib/libpthread-2.9.so
00a72000-00a74000 rw-p 00a72000 00:00 0
00aaa000-00b8c000 r-xp 00000000 fd:00 20710510 /lib/libglib-2.0.so.0.1800.4
00b8c000-00b8d000 rw-p 000e2000 fd:00 20710510 /lib/libglib-2.0.so.0.1800.4
00b9b000-00bdb000 r-xp 00000000 fd:00 20710513 /lib/libgobject-2.0.so.0.1800.4
00bdb000-00bdc000 rw-p 00040000 fd:00 20710513 /lib/libgobject-2.0.so.0.1800.4
00be5000-00be8000 r-xp 00000000 fd:00 20710547 /lib/libgmodule-2.0.so.0.1800.4
00be8000-00be9000 rw-p 00002000 fd:00 20710547 /lib/libgmodule-2.0.so.0.1800.4
00c8e000-00c94000 r-xp 00000000 fd:00 22898365 /usr/lib/python2.5/lib-dynload/operator.so
00c94000-00c95000 rw-p 00006000 fd:00 22898365 /usr/lib/python2.5/lib-dynload/operator.so
00dd3000-00dd7000 r-xp 00000000 fd:00 22898374 /usr/lib/python2.5/lib-dynload/stropmodule.so
00dd7000-00dd9000 rw-p 00004000 fd:00 22898374 /usr/lib/python2.5/lib-dynload/stropmodule.so
00ea1000-00ea4000 r-xp 00000000 fd:00 22898333 /usr/lib/python2.5/lib-dynload/_localemodule.so
00ea4000-00ea5000 rw-p 00003000 fd:00 22898333 /usr/lib/python2.5/lib-dynload/_localemodule.so
032ed000-032ef000 r-xp 00000000 fd:00 20709550 /lib/libutil-2.9.so
032ef000-032f0000 r--p 00001000 fd:00 20709550 /lib/libutil-2.9.so
032f0000-032f1000 rw-p 00002000 fd:00 20709550 /lib/libutil-2.9.so
05248000-0536d000 r-xp 00000000 fd:00 7708759 /usr/lib/libpython2.5.so.1.0
0536d000-05393000 rw-p 00124000 fd:00 7708759 /usr/lib/libpython2.5.so.1.0
05393000-05399000 rw-p 05393000 00:00 0
05ade000-05aeb000 r-xp 00000000 fd:00 20710564 /lib/libgcc_s-4.3.2-20081105.so.1
05aeb000-05aec000 rw-p 0000c000 fd:00 20710564 /lib/libgcc_s-4.3.2-20081105.so.1
08048000-08049000 r-xp 00000000 fd:00 7626774 /usr/bin/python
08049000-0804a000 rw-p 00000000 fd:00 7626774 /usr/bin/python
093a7000-09452000 rw-p 093a7000 00:00 0 [heap]
b7c00000-b7c21000 rw-p b7c00000 00:00 0
b7c21000-b7d00000 ---p b7c21000 00:00 0
b7d24000-b7d65000 rw-p b7d24000 00:00 0
b7d65000-b7f65000 r--p 00000000 fd:00 7684097 /usr/lib/locale/locale-archive
b7f65000-b7fea000 rw-p b7f65000 00:00 0
bfeee000-bff03000 rw-p bffeb000 00:00 0 [stack]
/etc/rc.d/init.d/functions: line 493: 1809 Aborted "$@"
[FAILED]
Last edited by DarkDarkness; 15th February 2009 at 04:00 PM.
|

15th February 2009, 04:20 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
Originally Posted by DarkDarkness
Gnome doesn't load now...
Al I got is black screen...
Maybe this will help: I also get FAILED under "Enabling nvidia Driver" in boot.log:
Code:
Enabling the nvidia driver: *** glibc detected *** /usr/bin/python: free(): invalid pointer: 0x0065c812 ***
======= Backtrace: =========
/lib/libc.so.6[0x17f3a4]
/lib/libc.so.6(cfree+0x96)[0x181356]
/usr/lib/python2.5/site-packages/ixf86configmodule.so[0x656cc7]
/usr/lib/python2.5/site-packages/ixf86configmodule.so[0x6531fb]
/usr/lib/python2.5/site-packages/ixf86configmodule.so[0x64f115]
/usr/lib/libpython2.5.so.1.0[0x529c679]
/usr/lib/libpython2.5.so.1.0(PyDict_SetItem+0x9c)[0x529f7fc]
/usr/lib/libpython2.5.so.1.0[0x5275f50]
/usr/lib/libpython2.5.so.1.0(PyObject_SetAttr+0xb6)[0x52a2966]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x3136)[0x52ee506]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x646d)[0x52f183d]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalCodeEx+0x695)[0x52f2965]
/usr/lib/libpython2.5.so.1.0[0x528c376]
/usr/lib/libpython2.5.so.1.0(PyObject_Call+0x37)[0x526c397]
/usr/lib/libpython2.5.so.1.0[0x5273878]
/usr/lib/libpython2.5.so.1.0(PyObject_Call+0x37)[0x526c397]
/usr/lib/libpython2.5.so.1.0(PyEval_CallObjectWithKeywords+0x7c)[0x52ea6fc]
/usr/lib/libpython2.5.so.1.0(PyInstance_New+0x6d)[0x52779cd]
/usr/lib/libpython2.5.so.1.0(PyObject_Call+0x37)[0x526c397]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x1cae)[0x52ed07e]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalCodeEx+0x695)[0x52f2965]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalCode+0x63)[0x52f2bc3]
/usr/lib/libpython2.5.so.1.0[0x530e3c2]
/usr/lib/libpython2.5.so.1.0(PyRun_FileExFlags+0x92)[0x530e482]
/usr/lib/libpython2.5.so.1.0(PyRun_SimpleFileExFlags+0x1bc)[0x530fc0c]
/usr/lib/libpython2.5.so.1.0(PyRun_AnyFileExFlags+0x7a)[0x531037a]
/usr/lib/libpython2.5.so.1.0(Py_Main+0xc4f)[0x531a43f]
/usr/bin/python(main+0x32)[0x80485d2]
/lib/libc.so.6(__libc_start_main+0xe5)[0x1266e5]
/usr/bin/python[0x8048501]
======= Memory map: ========
00110000-0027e000 r-xp 00000000 fd:00 20709783 /lib/libc-2.9.so
0027e000-00280000 r--p 0016e000 fd:00 20709783 /lib/libc-2.9.so
00280000-00281000 rw-p 00170000 fd:00 20709783 /lib/libc-2.9.so
00281000-00284000 rw-p 00281000 00:00 0
00649000-00660000 r-xp 00000000 fd:00 22905742 /usr/lib/python2.5/site-packages/ixf86configmodule.so
00660000-00664000 rw-p 00017000 fd:00 22905742 /usr/lib/python2.5/site-packages/ixf86configmodule.so
0088d000-008ad000 r-xp 00000000 fd:00 20709782 /lib/ld-2.9.so
008ae000-008af000 r--p 00020000 fd:00 20709782 /lib/ld-2.9.so
008af000-008b0000 rw-p 00021000 fd:00 20709782 /lib/ld-2.9.so
009b9000-009ba000 r-xp 009b9000 00:00 0 [vdso]
009fb000-00a01000 r-xp 00000000 fd:00 22898342 /usr/lib/python2.5/lib-dynload/_struct.so
00a01000-00a02000 rw-p 00006000 fd:00 22898342 /usr/lib/python2.5/lib-dynload/_struct.so
00a28000-00a4f000 r-xp 00000000 fd:00 20710551 /lib/libm-2.9.so
00a4f000-00a50000 r--p 00026000 fd:00 20710551 /lib/libm-2.9.so
00a50000-00a51000 rw-p 00027000 fd:00 20710551 /lib/libm-2.9.so
00a53000-00a56000 r-xp 00000000 fd:00 20710546 /lib/libdl-2.9.so
00a56000-00a57000 r--p 00002000 fd:00 20710546 /lib/libdl-2.9.so
00a57000-00a58000 rw-p 00003000 fd:00 20710546 /lib/libdl-2.9.so
00a5a000-00a70000 r-xp 00000000 fd:00 20710508 /lib/libpthread-2.9.so
00a70000-00a71000 r--p 00015000 fd:00 20710508 /lib/libpthread-2.9.so
00a71000-00a72000 rw-p 00016000 fd:00 20710508 /lib/libpthread-2.9.so
00a72000-00a74000 rw-p 00a72000 00:00 0
00aaa000-00b8c000 r-xp 00000000 fd:00 20710510 /lib/libglib-2.0.so.0.1800.4
00b8c000-00b8d000 rw-p 000e2000 fd:00 20710510 /lib/libglib-2.0.so.0.1800.4
00b9b000-00bdb000 r-xp 00000000 fd:00 20710513 /lib/libgobject-2.0.so.0.1800.4
00bdb000-00bdc000 rw-p 00040000 fd:00 20710513 /lib/libgobject-2.0.so.0.1800.4
00be5000-00be8000 r-xp 00000000 fd:00 20710547 /lib/libgmodule-2.0.so.0.1800.4
00be8000-00be9000 rw-p 00002000 fd:00 20710547 /lib/libgmodule-2.0.so.0.1800.4
00c8e000-00c94000 r-xp 00000000 fd:00 22898365 /usr/lib/python2.5/lib-dynload/operator.so
00c94000-00c95000 rw-p 00006000 fd:00 22898365 /usr/lib/python2.5/lib-dynload/operator.so
00dd3000-00dd7000 r-xp 00000000 fd:00 22898374 /usr/lib/python2.5/lib-dynload/stropmodule.so
00dd7000-00dd9000 rw-p 00004000 fd:00 22898374 /usr/lib/python2.5/lib-dynload/stropmodule.so
00ea1000-00ea4000 r-xp 00000000 fd:00 22898333 /usr/lib/python2.5/lib-dynload/_localemodule.so
00ea4000-00ea5000 rw-p 00003000 fd:00 22898333 /usr/lib/python2.5/lib-dynload/_localemodule.so
032ed000-032ef000 r-xp 00000000 fd:00 20709550 /lib/libutil-2.9.so
032ef000-032f0000 r--p 00001000 fd:00 20709550 /lib/libutil-2.9.so
032f0000-032f1000 rw-p 00002000 fd:00 20709550 /lib/libutil-2.9.so
05248000-0536d000 r-xp 00000000 fd:00 7708759 /usr/lib/libpython2.5.so.1.0
0536d000-05393000 rw-p 00124000 fd:00 7708759 /usr/lib/libpython2.5.so.1.0
05393000-05399000 rw-p 05393000 00:00 0
05ade000-05aeb000 r-xp 00000000 fd:00 20710564 /lib/libgcc_s-4.3.2-20081105.so.1
05aeb000-05aec000 rw-p 0000c000 fd:00 20710564 /lib/libgcc_s-4.3.2-20081105.so.1
08048000-08049000 r-xp 00000000 fd:00 7626774 /usr/bin/python
08049000-0804a000 rw-p 00000000 fd:00 7626774 /usr/bin/python
093a7000-09452000 rw-p 093a7000 00:00 0 [heap]
b7c00000-b7c21000 rw-p b7c00000 00:00 0
b7c21000-b7d00000 ---p b7c21000 00:00 0
b7d24000-b7d65000 rw-p b7d24000 00:00 0
b7d65000-b7f65000 r--p 00000000 fd:00 7684097 /usr/lib/locale/locale-archive
b7f65000-b7fea000 rw-p b7f65000 00:00 0
bfeee000-bff03000 rw-p bffeb000 00:00 0 [stack]
/etc/rc.d/init.d/functions: line 493: 1809 Aborted "$@"
[FAILED]
|
Try reversing the changes made to xorg.conf and then try starting X .
You could use nano to edit if X isn't working.
Code:
nano /etc/X11/xorg.conf
__________________
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
|

15th February 2009, 04:44 PM
|
|
Registered User
|
|
Join Date: Apr 2008
Posts: 44

|
|
|
This error appears with the old xorg.conf
(the one I posted up there)
Have any idea?
Thanks
|

15th February 2009, 06:55 PM
|
|
Registered User
|
|
Join Date: Apr 2008
Posts: 44

|
|
|
*remove this comment
Last edited by DarkDarkness; 15th February 2009 at 07:01 PM.
|

15th February 2009, 08:26 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
__________________
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
|

15th February 2009, 08:52 PM
|
|
Registered User
|
|
Join Date: Apr 2008
Posts: 44

|
|
|
As far as I can see, no errors on boot now.
But still, I can't get compiz work right.
Maybe I didn't create the xorg.conf right? or i didn't installed compiz right?
What should I do?
Thanks
|

15th February 2009, 09:25 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Try
setup your displays settings and save to X configuration file.
then post
Code:
cat /etc/X11/xorg.conf
__________________
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
|

15th February 2009, 09:37 PM
|
|
Registered User
|
|
Join Date: Apr 2008
Posts: 44

|
|
I did nvidia-xconfig and then nvidia-settings.
Quote:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder63) Thu Feb 5 00:19:09 PST 2009
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder63) Thu Feb 5 00:18:17 PST 2009
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
FontPath "/usr/share/fonts/default/Type1"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CMO CMC 17 AD"
HorizSync 30.0 - 82.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600 GT"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "1280x1024 +0+0; nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
|
Thanks
PS: I added these lines to the Files section:
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules/drivers"
ModulePath "/usr/lib/xorg/modules"
Last edited by DarkDarkness; 15th February 2009 at 09:56 PM.
|
| 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: 05:18 (Sunday, 26-05-2013)
|
|
 |
 |
 |
 |
|
|