XGL problem

Eh ovako, krenuo sam da po ovom

http://knowledge76.com/index.php/XGL/Compiz_Nvidia_32bit

uputstvu instaliram Xgl na Ubuntu 6.06, medjutim kad dodjem do djela kad trebam resetovati X server on mi kaze da ne moze da se upali jer izmedju ostalog "nvidia module missing " otprilike. Eh kad ukinem iz /etc/X11/xorg.config iz linije za driver nvidia i vratim u nv onda radi X stari a normalno ne radi Xgl. Kada sam instalirao drivere nije mi javljao nikakvu gresku. Pokusao sam naci na googleu al nisam uspio naci rjesenje (barem ne na engleskom). Sta bi mogaobiti problem ako neko zna??

Kao prvo probaj sa wiki.ubuntu.com/CompositeManager umjesto neki third party, maloprije sam otvorio i vidio da su im repozitoriji “broken” sto je mozda jedan razlog. Drugo, vjerovatno ti nije instaliran nvidia-glx driver, zato:

a ako si i to radio onda u terminalu probaj:

i ako prijavi neki error, salji ovamo.

Probo sam to vec bio, modprobe mi kaze "FATAL: Module nvidia not found."
apt-get mi kaze

“Čitam spiskove paketa… Done
Gradim stablo zavisnosti… Done
nvidia-glx is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.”

Koristim compiz.

Koliko ja znam X treba biti ugasen kad se drajveri instaliraju.U svakom slucaju na ubuntuforums.org postoji “oficijelno” uputstvo za xgl i jedino ti to mogu savjetovati

ok to cu probati vjerovatno je to. A na ubuntuforums stoji link na ovu stranicu jer je kao onaj tutorial star.
hvala vam!!

ovo dobijem kad pokrenem glxinfo, ne kontam sta sam prpustio??

name of display: :0.0
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
Error: couldn’t find RGB GLX visual

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat

Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
0x21 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension “GLX” missing on display “:0.0”.
Xlib: extension “GLX” missing on display “:0.0”.
0x22 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None

Pastiraj xorg.conf ovdje

Evo ga,(koristio sam nvidia-xconfig, pa sam samo izmjenio ovo nv):

nvidia-xconfig: X configuration file generated by nvidia-xconfig

nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon May 15 13:23:42 PDT 2006

/etc/X11/xorg.conf (xorg X Window System server configuration file)

This file was generated by dexconf, the Debian X Configuration tool, using

values from the debconf database.

Edit this file with caution, and see the /etc/X11/xorg.conf manual page.

(Type “man /etc/X11/xorg.conf” at the shell prompt.)

This file is automatically updated on xserver-xorg package upgrades only

if it has not been modified since the last upgrade of the xserver-xorg

package.

If you have edited this file but would like it to be automatically updated

again, run the following command:

sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Identifier "Default Layout"
Screen “Default Screen” 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice “stylus” "SendCoreEvents"
InputDevice “cursor” "SendCoreEvents"
InputDevice “eraser” "SendCoreEvents"
EndSection

Section “Files”

    # path to defoma fonts
FontPath        "/usr/share/X11/fonts/misc"
FontPath        "/usr/share/X11/fonts/cyrillic"
FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath        "/usr/share/X11/fonts/Type1"
FontPath        "/usr/share/X11/fonts/100dpi"
FontPath        "/usr/share/X11/fonts/75dpi"
FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "hr"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ExplorerPS/2"
Option “ZAxisMapping” "4 5"
Option “Emulate3Buttons” "true"
EndSection

Section “InputDevice”

                                                  # /dev/input/event
                                                  # for USB
Identifier     "stylus"
Driver         "wacom"
Option         "Device" "/dev/wacom"          # Change to
Option         "Type" "stylus"
Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY

EndSection

Section “InputDevice”

                                                  # /dev/input/event
                                                  # for USB
Identifier     "eraser"
Driver         "wacom"
Option         "Device" "/dev/wacom"          # Change to
Option         "Type" "eraser"
Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY

EndSection

Section “InputDevice”

                                                  # /dev/input/event
                                                  # for USB
Identifier     "cursor"
Driver         "wacom"
Option         "Device" "/dev/wacom"          # Change to
Option         "Type" "cursor"
Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY

EndSection

Section "Monitor"
Identifier "T710BH"
Option "DPMS"
EndSection

Section “Device”

    #ovo sam ja dodao nvidia
    #i ovo sam dodao

Option “RenderAccel” “true”

Identifier     "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Driver         "nv"

EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Monitor "T710BH"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes “1280x1024” “1152x864” “1024x768” “832x624” “800x600” “720x400” "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes “1280x1024” “1152x864” “1024x768” “832x624” “800x600” “720x400” "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes “1280x1024” “1152x864” “1024x768” “832x624” “800x600” “720x400” "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes “1280x1024” “1152x864” “1024x768” “832x624” “800x600” “720x400” "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes “1280x1024” “1152x864” “1024x768” “832x624” “800x600” “720x400” "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes “1280x1024” “1152x864” “1024x768” “832x624” “800x600” “720x400” "640x480"
EndSubSection
EndSection

P.S. Zbunjujes me s tim potpisom :slight_smile:

[code]# nvidia-xconfig: X configuration file generated by nvidia-xconfig

nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon May 15 13:23:42 PDT 2006

/etc/X11/xorg.conf (xorg X Window System server configuration file)

This file was generated by dexconf, the Debian X Configuration tool, using

values from the debconf database.

Edit this file with caution, and see the /etc/X11/xorg.conf manual page.

(Type “man /etc/X11/xorg.conf” at the shell prompt.)

This file is automatically updated on xserver-xorg package upgrades only

if it has not been modified since the last upgrade of the xserver-xorg

package.

If you have edited this file but would like it to be automatically updated

again, run the following command:

sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Identifier "Default Layout"
Screen “Default Screen” 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice “stylus” "SendCoreEvents"
InputDevice “cursor” "SendCoreEvents"
InputDevice “eraser” "SendCoreEvents"
EndSection

Section “Files”

    # path to defoma fonts
FontPath        "/usr/share/X11/fonts/misc"
FontPath        "/usr/share/X11/fonts/cyrillic"
FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath        "/usr/share/X11/fonts/Type1"
FontPath        "/usr/share/X11/fonts/100dpi"
FontPath        "/usr/share/X11/fonts/75dpi"
FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
Load "GLcore"
Load "dri"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "hr"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ExplorerPS/2"
Option “ZAxisMapping” "4 5"
Option “Emulate3Buttons” "true"
EndSection

Section “InputDevice”

                                                  # /dev/input/event
                                                  # for USB
Identifier     "stylus"
Driver         "wacom"
Option         "Device" "/dev/wacom"          # Change to
Option         "Type" "stylus"
Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY

EndSection

Section “InputDevice”

                                                  # /dev/input/event
                                                  # for USB
Identifier     "eraser"
Driver         "wacom"
Option         "Device" "/dev/wacom"          # Change to
Option         "Type" "eraser"
Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY

EndSection

Section “InputDevice”

                                                  # /dev/input/event
                                                  # for USB
Identifier     "cursor"
Driver         "wacom"
Option         "Device" "/dev/wacom"          # Change to
Option         "Type" "cursor"
Option         "ForceDevice" "ISDV4"               # Tablet PC ONLY

EndSection

Section "Monitor"
Identifier "T710BH"
Option "DPMS"
EndSection

Section "Device"
Option “RenderAccel” "true"
Identifier "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Monitor "T710BH"
DefaultDepth 24

SubSection     "Display"
    Depth       24
    Modes      "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection

Section "Extensions"
Option “Composite” "Enable"
EndSection

EndSection[/code]
Ovako bi trebao da ti izgleda xorg ( brisao sam one silne “monitore” jer u biti treba ti samo jedan sa defaultdepth 24)

Izbrisi sve i ubaci sljedeci sadrzaj:

[code]# GDM Configuration Customization file.

This file is the appropriate place for specifying your customizations to the

GDM configuration. If you run gdmsetup, it will automatically edit this

file for you and will cause the daemon and any running GDM GUI programs to

automatically update with the new configuration. Not all configuration

options are supported by gdmsetup, so to modify some values it may be

necessary to modify this file directly by hand.

To hand-edit this file, simply add or modify the key=value combination in

the appropriate section in the template below. Refer to the comments in the

gdm.conf file for information about each option. Also refer to the reference

documentation.

If you hand edit a GDM configuration file, you should run the following

command to get the GDM daemon to notice the change. Any running GDM GUI

programs will also be notified to update with the new configuration.

gdmflexiserver --command="UPDATE_CONFIG "

For example, the “Enable” key in the “[debug]” section would be specified by

“debug/Enable”.

You can also run gdm-restart or gdm-safe-restart to cause GDM to restart and

re-read the new configuration settings. You can also restart GDM by sending

a HUP or USR1 signal to the daemon. HUP behaves like gdm-restart and causes

any user session started by GDM to exit immediately while USR1 behaves like

gdm-safe-restart and will wait until all users log out before restarting GDM.

For full reference documentation see the gnome help browser under

GNOME|System category. You can also find the docs in HTML form on

http://www.gnome.org/projects/gdm/

NOTE: Lines that begin with “#” are considered comments.

Have fun!

[daemon]

[security]

[xdmcp]

[gui]

[greeter]

[chooser]

[debug]

[servers]# Override display 1 to use Xgl (DISPLAY 1 IMPORTANT FOR ATI FGLRX).
0=Xgl

[server-Xgl]
name=Xgl server
command=/usr/bin/Xgl :0 -fullscreen -ac -accel glx:pbuffer -accel xv:fbo
flexible=true[/code]
Next step

Ubaci sljedeci sadrzaj:

#!/bin/bash gnome-window-decorator & compiz --replace gconf decoration wobbly fade minimize cube rotate zoom scale move resize place switcher &

Restartuj X ili rebootaj kako hoces.Kad se ponovo logujes u terminal kucaj compiz
S ovim bi trebalo da ti proradi(bar je meni radilo kad sam imao Ubuntu/Xgl)

P.S.
Pokusao sam boldirati ono sto trebas dodati u xorg ali mi nije uspjelo.A posto je 3 sata ti gledaj onda gdje stoji :smiley:

Eh ovako
kao prvo hvala ti na odgovoru u te sitne sate :slight_smile: skonto sam sta trebam, al opet ne moze e ali imam dvije greske koje su mozda povezane sa ovim. Kad pokrenem compiz on mi samo javlja neke greske tipa “no screen” i “locale not supported”, to mi se desavalo u jos par programa (kao npr gedit) imal veze sto sam stavio nas jezik?? Druga je kad radim update kaze da imam update compiz-a, al mi onda javi

E: /var/cache/apt/archives/compiz-core_0.0.13.57-0ubuntu1_i386.deb: trying to overwrite /usr/bin/compiz', which is also in package compiz E: /var/cache/apt/archives/compiz-gnome_0.0.13.57-0ubuntu1_i386.deb: trying to overwrite/usr/share/gnome/wm-properties/compiz.desktop’, which is also in package compiz

To prvo mislim nema veze(ja to ignorisem :slight_smile: ), a za to drugo jednostavno uradi sudo mv /usr/bin/compiz /usr/bin/compshiz (ovo stavi sta hoces).Onda probaj ono apt-get update -f

Nemam pojma kako sam ovo uspio ovako zakomplikovati ali sada ne mogu instalirati compiz kojeg sam ja jutros izbriso :slight_smile: :slight_smile:

compiz:
Zavisi: compiz-plugins but it is not going to be installed

a za plugins

compiz-plugins:
Zavisi: csm (>=0.5) but it is not installable

Ma nista pokusat cu cackati po ovim uputsvima, hvala u svakom slucaju.

uh ipak nije do mene

http://www.ubuntuforums.org/showthread.php?t=145068&page=127&highlight=compiz

Haj da nabacim jos jedan problem koji imam od danas, a da ne otvaram novu temu
Nemam linija od prozorcica na “maximize window”, samo mogu odozgo da ga motam tj. savijam odnosno uvijam . Od milion onih opcija u Beryl Settings nemogu da potrefim na pravu dajte pomagajte, ukoliko na temi i povecam linije opet se ne vide na desktopu.
E posto slabo objasnjavam evo slike

[quote=medo]Haj da nabacim jos jedan problem koji imam od danas, a da ne otvaram novu temu
Nemam linija od prozorcica na “maximize window”, samo mogu odozgo da ga motam tj. savijam odnosno uvijam . Od milion onih opcija u Beryl Settings nemogu da potrefim na pravu dajte pomagajte, ukoliko na temi i povecam linije opet se ne vide na desktopu.
E posto slabo objasnjavam evo slike
http://img176.imageshack.us/img176/9943/bildschirmfotofm6.th.png[/quote]
ovako, ako je od “danas” tj. ako neznaš “undo”, probaj ovo ( kod mene pali)

logout ili reload beryl & emerald (window i theme managere)

[quote=rambo]Nemam pojma kako sam ovo uspio ovako zakomplikovati ali sada ne mogu instalirati compiz kojeg sam ja jutros izbriso :slight_smile: :slight_smile:

compiz:
Zavisi: compiz-plugins but it is not going to be installed

a za plugins

compiz-plugins:
Zavisi: csm (>=0.5) but it is not installable

Ma nista pokusat cu cackati po ovim uputsvima, hvala u svakom slucaju.[/quote]
ovo sam i ja skontao pri neki dan, ako je još aktuleno kod tebe probaj:

#ostavi one repositorije koji su bili i na compiz-u

sudo apt-get dist-upgrade;sudo apt-get install beryl* emerald*; beryl-manager --force-window-decortor &

a trebao bi dobiti jednu ikonicu dijamanta u notification area

ps:
ako si slučajno u sesiju stavljao “compiz --replace gconf” ili sl. poskidaj jer je sada beryl umjesto compiza…

@ aldin ne pomaze ostaje ona solucija “alt” pa okreci misem heh
Nema veze mozda je do video karte jer sam je promjenio inace niko ne spomenu kiba-dock ovdje :wink:

Ctrl i Alt i “okreći miša”, treba i Ctrl.

Govorim samo za prozorcic sto se Cube tice naravno ctrl+alt, ali posto liniju od nekakvog prozora na maximize window nestanu znaci nemogu direkt sa misom da motam prozor savijam itd. onda radim sa alt i misem i ide ok, za mene ok i ovako :slight_smile: