alonsoty wrote:Hi, seems you don't have a
GLX estension loaded in your
Module section of
/etc/X11/xorg.conf file... can you post the content of this file? Please insert it use
Code tag.
With relative old NVidia hardware I've experienced a very strange problems:
Try also remove
vga=xxx in your kernel boot parameter
This is my xorg.conf on a Acer laptop:
- Code: Select all
#############################
Section "InputClass"
Identifier "evdev keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "XkbModel" "acer_laptop"
Option "XkbLayout" "it"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
#############################
Section "Module"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "i2c"
Load "ddc"
Load "vbe"
# Load "dri"
Load "glx"
Load "synaptics"
Disable "dri"
Disable "dri2"
EndSection
#############################
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
#############################
Section "Monitor"
Identifier "Generic Monitor"
VendorName "Unknown"
ModelName "AUO"
HorizSync 30.0 - 75.0
VertRefresh 60.0
Option "DPMS"
EndSection
#############################
Section "Device"
Identifier "SabayonVga0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600M GT"
# BusID "PCI:01:00"
# Option "RenderAccel" "on"
# Option "XAANoOffscreenPixmaps" "true"
# Option "BusType" "PCI"
# Option "ColorTiling" "on"
# Option "EnablePageFlip" "on"
# Option "LogoPath" "/usr/share/backgrounds/sabayonlinux-nvidia.png"
Option "NoLogo" "true"
Option "UseEvents" "true"
EndSection
#############################
Section "Screen"
Identifier "Screen 0"
Device "SabayonVga0"
Monitor "Generic Monitor"
#! Option "AddARGBGLXVisuals" "true"
Option "TwinView" "0"
Option "metamodes" "1280x800_60 +0+0"
DefaultDepth 24
SubSection "Display"
Depth 24
ViewPort 0 0
Modes "1280x800"
EndSubsection
EndSection
#############################
#Section "DRI"
# mode 0666
# group "video"
#EndSection
#############################
Section "ServerLayout"
Identifier "Main Layout"
Screen 0 "Screen 0"
Option "AIGLX" "on"
Option "Xinerama" "0"
EndSection
#############################
Section "Extensions"
# Option "Composite" "Enable"
EndSection
try also to search for error in your Xorg.0.log file:
- Code: Select all
$ cat /var/log/Xorg.0.log | grep "(EE)"
Thnx for your assistance.
The GLX module is loaded and has been so all this time. Your xorg.conf file is essentially the same as my test box's. Anyway, I managed to 'fix' the problem by doing a complete re-install (4th), did the update/upgrade which was an overnight process, and got compiz-fusion running, except now I cannot save any settings in the config manager. I wanted to autoraise any window with zero delay and that adjustment simply would not save. I can remember back in the 3x and 4x days when compiz was installed, started, and ran without any intervention from me. Now it looks like more work is required.
Here is my test box which used to be my main box:
- DB33BUC
- E6550
- 4gb RAM
- ASUS 210 (NVIDIA)
- sda for /
- sdb for /home
The hardware is hardly 'gaming' capable but neither is it so dated. I was so surprised and pleased at how easy SL installed and ran with the above hardware configuration that SL have been the distro that I used the longest and earned my loyalty over the years over the others. At work, I switch between WXP and Fedora by the hour so at home, I just wanted to fire up my Linux box and use it.
Here is a good article that I hope the Linux community will take as constructive criticism...
http://samiam.org/blog/20110529.htmlThe bottom line is this: I'm a married man today. I really don't have time to struggle with poorly documented programs which don't give out helpful error messages and require source-level hacking to figure out what the !@#$ is going on.
There is a reason why Windows, not Linux, is my primary desktop OS.
Someone a long time ago made a very insightful comment about the PC: That people use the PC for the applications they need, not for the OS itself. The bottom line is this: Not all of us Linux advocates are source-level hackers. As much as there are flaws with Windows regardless of versions, Linux cannot compete against the MS behemoth by having the same or similar issues and then tell people to edit this and that config file after 'RTFM'. My WXP box was in basement storage until my G/F dug it out for her use.
The 4th re-install of SL 5.5 can be said to require several hours because even though the initial installation took only a couple of coffee cups, I had to perform that update/upgrade process afterwards. Else as in experimenting with the other 3 times, if I install just a simple editor like
kate, I would be forced to update over 400 packages and when done the installation broke with different issues, from no X server to desktop related problems. So for the 4th attempt, I had to perform that update/upgrade process, which was done overnight, then I was able to install the few programs that I wanted, which was not demanding: evince, kate, gimp, compiz, and vim.
In my experience with the above hardware, SL was the first distro that I used with barely a thought of concerns about installing the OS, the programs I wanted, and ease of use afterwards. That confidence is slipping.