|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Applications Questions about desktops (KDE, Gnome, XFCE, etc.), software applications (configuration, usage, bugs, documentation) |
![]() |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Yup, just what I suspected.
You're still using the nv driver with composite turned off. Neither compiz nor kwin can display effects with this configuration. So, what you'll need to do is install the drivers for your card. First you'll need to install via the one-click for Legacy cards from here NVIDIA - openSUSE Then restart the computer. If it won't boot into the gui then log in as root and then enter your root password. Then run Code:
sax2 -r Post back here once you've done that.
__________________
Laptop: Dell Inspiron E1505 | OpenSUSE 11.2/Windows XP | KDE 4.3.3 "3" | Intel CPU T2050 1.6 GHZ | Intel 945GM | 3.2GB RAM Box: OpenSUSE 11.2/Windows XP | KDE 4.3.3 "3" | Intel Celeron 2.53 GHz | Intel 915G | 1.2 GB RAM |
|
|||
|
Hold on a minute with compiling my own kernel, let me figure out one click install first....
Ok, installed Nvidia drivers (again), system booted into console, ran sax2 -r, and it crashed. First it said it couldn't start X and was starting its own engine instead, then it crashed. I ran "you", it recommended reinstalling nvidia, I accepted. Now system boots ok but only into 800x600 resolution. Tried changing it via Yast-Sax and the test screen looked ok, so I agreed and rebooted, no luck, still 800x600, and the log from the previous sax crash is gone - overwritten. From what I remember it failed to load nvidia modules and couldn't configure "screens" - something like 'screens found but none could be configured'. |
|
||||
|
Hmm.. that's different. Do not listen to the other poster's advice unless you FIRST uninstall the driver you downloaded via yast.
Try opening up a terminal and retrying these commands: Code:
su Code:
nvidia-xconfig --composite nvidia-xconfig --render-accel nvidia-xconfig --add-argb-glx-visuals -d 24 Code:
kdesu kwrite /etc/X11/xorg.conf Once kwrite opens up find the section labeled Section "ServerLayout" and if it's not already there add this line Code:
Option "aiglx" "true" Restart your computer.
__________________
Laptop: Dell Inspiron E1505 | OpenSUSE 11.2/Windows XP | KDE 4.3.3 "3" | Intel CPU T2050 1.6 GHZ | Intel 945GM | 3.2GB RAM Box: OpenSUSE 11.2/Windows XP | KDE 4.3.3 "3" | Intel Celeron 2.53 GHz | Intel 915G | 1.2 GB RAM |
|
|||
|
All done, this time nvidia-config didn't throw any errors.
Still in 800x600 mode. If it's of any use, here's current xorg.conf: # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder63) Mon Feb 23 15:43:26 PST 2009 # /.../ # SaX generated X11 config file # Created on: 2009-04-29T09:06:43+0700. # # Version: 8.1 # Contact: Marcus Schaefer <sax@suse.de>, 2005 # Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users> # # Automatically generated by [ISaX] (8.1) # PLEASE DO NOT EDIT THIS FILE! # Section "ServerLayout" Identifier "Layout[all]" Screen "Screen[0]" 0 0 InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" Option "Clone" "off" Option "Xinerama" "off" Option "aiglx" "true" EndSection Section "Files" InputDevices "/dev/gpmdata" InputDevices "/dev/input/mice" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/local" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/URW" FontPath "/usr/share/fonts/Speedo" FontPath "/usr/share/fonts/PEX" FontPath "/usr/share/fonts/cyrillic" FontPath "/usr/share/fonts/latin2/misc:unscaled" FontPath "/usr/share/fonts/latin2/75dpi:unscaled" FontPath "/usr/share/fonts/latin2/100dpi:unscaled" FontPath "/usr/share/fonts/latin2/Type1" FontPath "/usr/share/fonts/latin7/75dpi:unscaled" FontPath "/usr/share/fonts/baekmuk:unscaled" FontPath "/usr/share/fonts/japanese:unscaled" FontPath "/usr/share/fonts/kwintv" FontPath "/usr/share/fonts/truetype" FontPath "/usr/share/fonts/uni:unscaled" FontPath "/usr/share/fonts/CID" FontPath "/usr/share/fonts/ucs/misc:unscaled" FontPath "/usr/share/fonts/ucs/75dpi:unscaled" FontPath "/usr/share/fonts/ucs/100dpi:unscaled" FontPath "/usr/share/fonts/hellas/misc:unscaled" FontPath "/usr/share/fonts/hellas/75dpi:unscaled" FontPath "/usr/share/fonts/hellas/100dpi:unscaled" FontPath "/usr/share/fonts/hellas/Type1" FontPath "/usr/share/fonts/misc/sgi:unscaled" FontPath "/usr/share/fonts/xtest" FontPath "/opt/kde3/share/fonts" EndSection Section "Module" Load "glx" Load "dbe" Load "extmod" Load "freetype" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "on" Option "ZapWarning" "on" EndSection Section "InputDevice" Identifier "Keyboard[0]" Driver "kbd" Option "Protocol" "Standard" Option "XkbLayout" "us" Option "XkbModel" "microsoftpro" Option "XkbRules" "xfree86" EndSection Section "InputDevice" Identifier "Mouse[1]" Driver "mouse" Option "Buttons" "5" Option "Device" "/dev/input/mice" Option "Name" "Logitech M-UV69a Optical Wheel Mouse" Option "Protocol" "explorerps/2" Option "Vendor" "Sysp" Option "ZAxisMapping" "4 5" EndSection Section "Modes" Identifier "Modes[0]" EndSection Section "Monitor" Identifier "Monitor[0]" VendorName "--> VESA" ModelName "1024X768@60HZ" UseModes "Modes[0]" DisplaySize 305 230 HorizSync 31.0 - 48.0 VertRefresh 50.0 - 60.0 Option "CalcAlgorithm" "XServerPool" Option "DPMS" Option "PreferredMode" "1024x768" EndSection Section "Device" Identifier "Device[0]" Driver "nvidia" VendorName "NVidia" BoardName "GeForce4 MX 440 with AGP8X" Screen 0 EndSection Section "Screen" Identifier "Screen[0]" Device "Device[0]" Monitor "Monitor[0]" DefaultDepth 24 Option "RenderAccel" "True" Option "AddARGBGLXVisuals" "True" SubSection "Display" Depth 15 Modes "1024x768" "1024x600" "800x600" "768x576" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "1024x600" "800x600" "768x576" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "1024x600" "800x600" "768x576" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "1024x600" "800x600" "768x576" "640x480" EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" EndSection |
|
||||
|
Everything in the xorg.conf looks great. Except for your monitor. Now what you want to do is use the graphical version of Sax2. Open Yast. Then under Hardware choose Graphics Card and Monitor. Manually choose your monitor or at least the same brand of monitor. Then choose the resolution you want. Click ok. It will run a test where you can configure anything else you need (such as if it's offscreen), then once you go through all that restart the computer.
Good Luck, Ian
__________________
Laptop: Dell Inspiron E1505 | OpenSUSE 11.2/Windows XP | KDE 4.3.3 "3" | Intel CPU T2050 1.6 GHZ | Intel 945GM | 3.2GB RAM Box: OpenSUSE 11.2/Windows XP | KDE 4.3.3 "3" | Intel Celeron 2.53 GHz | Intel 915G | 1.2 GB RAM Last edited by ijbreakey; 28-Apr-2009 at 22:49. Reason: changed display size to resolution |
|
|||
|
Changed that in sax, monitor section in xorg looks ok, 1024x768, but there's no effect.
Found in "Nvidia X server settings" that display is set to 800x600, and there's no visible way to change it, all the options are grayed out, resolution is "auto" and "configure" has only "separate X screen". If there's some button at the bottom of nvidia windows - it's off my screen in "X server display configuration". Using tab I managed to activate some buttons there, at some point it let me manually change "pan" to 1024x768, but what appears to be Apply gave me a list of five possible errors about X and "Apply what is possible" option. |
|
|||
|
Sorry, after restart the display size is perfect. I thought log out -log in would be enough for restarting X.
Ok, Nvidia is fixed, now it's Compiz problem. Settings manager comes up but no changes, there's no Fusion icon yet to switch between Compiz/Kwin and know for sure. There ARE some effects visible already - windows are opaque on dragging, for example, but I think they are from Personal Settings - Window - enable effects. Cube option from there doesn't work, there's no transition on Ctrl F11, not even drag, desktops simply switch. |
|
||||
|
I found the problem with compiz installation lies in bad configured one-click-install. I did an update to compiz 8.2 stable version yesterday through one-click-install. I use gnome so used compiz-fusion-gnome click. The packages it tries to install conflict and it doesn't install properly, giving me options to ignore, not install, etc. The sources it uses are also weird. For the gnome click, it also adds a kde4 repository. Bump ?! This repo contains only 7.8 version and it wants to install packages from it which conflict with 8.2 version in other repos.
Solution: I went to software sources and deleted kde4 repo and other repos which shouldn't be added. That left me with only repos that contain 8.2 release. Updated compiz and it works great! The thing what frustrates me most is the bad configuration of compiz-one-click. How can this be so bad configured when lots of people probably use it to install compiz??? I just don't get it. Luckily I've got enough experience to solve the problem myself, but for opensuse beginners I can understand this would be harder and one more reason to not use linux because it's "to hard". |
|
|||
|
I believe Compiz was preinstalled, I hope it was a stable, compatible version. I did that one-click install and it probably screwed everything up.
I suspect "factory issued" Compiz was meant to be integrated into default window manager - it has a lot of same plugins and effects, but I'm speculating now. Anyway, how to fix the existing one click Compiz? It gave several errors on install. |
![]() |
|
| Bookmarks |
| Tags |
| compiz, nvidia |
| Thread Tools | |
| Display Modes | |
|
|