Ubuntu 7.10 med compiz

Få hjælp til at sætte programmer eller funktioner op.
sirkbr
Indlæg: 32
Tilmeldt: 21. okt 2007, 01:27

Ubuntu 7.10 med compiz

Indlæg af sirkbr »

Hej Alle ubuntu nørder :D

Først vil jeg lige sige, at jeg er nybegynder på linux området, så hvis i svare, må i godt skære det ud i pap, så jeg kan fatte det :wink:

Nå men mit problem er at efter jeg har fået installeret den nyeste version af ubuntu, og fået installeret compiz manageren, kan jeg ikke få de visuelle effekter til at virke..

Mit graffikkort er et ATI Mobility Radeon 9600 (RV350)..

Nogen der har en idé hvad jeg har gjort forkert?

Hilsen Kasper
Artificial Intelligence
Indlæg: 2098
Tilmeldt: 18. nov 2006, 10:21
Geografisk sted: Køge

Ubuntu 7.10 med compiz

Indlæg af Artificial Intelligence »

Det har sikkert noget at gøre med dit ATI kort. Er drivern installeret?
og hvordan ser din xorg.conf ud?

Kode: Vælg alt

cat /etc/X11/xorg.conf


Jeg faldt over denne her: http://ubuntuforums.org/showthread.php?t=584561
sirkbr
Indlæg: 32
Tilmeldt: 21. okt 2007, 01:27

Ubuntu 7.10 med compiz

Indlæg af sirkbr »

Den ser sådan her ud..

# 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 xorg.conf manual page.
# (Type "man 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 "Files"
EndSection

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

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

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
Identifier "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
Boardname "ATI Radeon"
Busid "PCI:1:0:0"
Driver "fglrx"
Screen 0
Vendorname "ATI"
Option "MergedFB" "off"
EndSection

Section "Monitor"
Identifier "Standard Skærm"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1024x768"
Horizsync 31.5-48.0
Vertrefresh 56.0 - 65.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
Monitor "Standard Skærm"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1024 768
Modes "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "dri"
Load "v4l"
EndSection
Section "Extensions"
Option "Composite" "0"
Option "Composite" "0"
Option "Composite" "0"
Option "Composite" "0"
EndSection
Section "device" #
Identifier "device1"
Boardname "ATI Radeon"
Busid "PCI:1:0:0"
Driver "ati"
Screen 1
Vendorname "ATI"
Option "MergedFB" "off"
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
SubSection "Display"
Depth 24
Modes "640x480@60"
EndSubSection
EndSection
Section "monitor" #
Identifier "monitor1"
Vendorname "Plug 'n' Play"
Modelname "Plug 'n' Play"
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection
Artificial Intelligence
Indlæg: 2098
Tilmeldt: 18. nov 2006, 10:21
Geografisk sted: Køge

Ubuntu 7.10 med compiz

Indlæg af Artificial Intelligence »

Den ser lidt rodet ud. Ser den sådan ud eller er det efter copy/paste?
sirkbr
Indlæg: 32
Tilmeldt: 21. okt 2007, 01:27

Ubuntu 7.10 med compiz

Indlæg af sirkbr »

Det er faktisk bare ne cut and paste..

Jeg har selv prøvet at rode med det, det er nok derfor det ser sådan ud.. Men er der mulighed for at jeg kan få indstillingerne ændret til da jeg lige havde installeret ubuntu..? For så vil jeg lige prøve at gennemgå det link du sendte til mig først :D
Artificial Intelligence
Indlæg: 2098
Tilmeldt: 18. nov 2006, 10:21
Geografisk sted: Køge

Ubuntu 7.10 med compiz

Indlæg af Artificial Intelligence »

Hvorfor er der 4 af: Option "Composite" "0" ?

Du skal ændre 0 til 1
sirkbr
Indlæg: 32
Tilmeldt: 21. okt 2007, 01:27

Ubuntu 7.10 med compiz

Indlæg af sirkbr »

okay.. hvordan kan jeg gøre dette? hehe.. :D
Artificial Intelligence
Indlæg: 2098
Tilmeldt: 18. nov 2006, 10:21
Geografisk sted: Køge

Ubuntu 7.10 med compiz

Indlæg af Artificial Intelligence »

Kode: Vælg alt

sudo nano /etc/X11/xorg.conf


[ctrl]+[o]=save
[ctrl]+[x]=exit

Ud over det så vil jeg sige at din xorg.conf er en stor rod LOL :shock:
sirkbr
Indlæg: 32
Tilmeldt: 21. okt 2007, 01:27

Ubuntu 7.10 med compiz

Indlæg af sirkbr »

Vil det så sige, at når jeg har gjort det du siger, så er det rettet ?
Artificial Intelligence
Indlæg: 2098
Tilmeldt: 18. nov 2006, 10:21
Geografisk sted: Køge

Ubuntu 7.10 med compiz

Indlæg af Artificial Intelligence »

Forhåbenligt (det har jeg læst, ejer et nvidia kort, så det er et skud)., du skal genstarte bagefter.
sirkbr
Indlæg: 32
Tilmeldt: 21. okt 2007, 01:27

Ubuntu 7.10 med compiz

Indlæg af sirkbr »

Mange tak! Nu virker det hele :D
jonas.lindeberg
Indlæg: 10
Tilmeldt: 10. nov 2007, 18:17
Geografisk sted: Århus

kan ikke få de visuelle effekter til at virke..

Indlæg af jonas.lindeberg »

Jeg tænkte på om der var nogle der kunne hjælpe???...
jeg tror jeg har lidt samme problem

jeg kan ikke aktiver de visuelle effekter.
Billede

Min xorg fil ser sådan her ud

Kode: Vælg alt

# 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 xorg.conf manual page.
# (Type "man 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 "Files"
EndSection

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

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

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "stylus"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "eraser"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "cursor"
        Option          "Device"        "/dev/input/wacom"
        Option          "Type"  "cursor"
        Option          "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
        Identifier      "Standard Video Kort"
        Driver          "fglrx"
        Busid           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "AL1916"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Standard Video Kort"
        Monitor         "AL1916"
        Defaultdepth    24
        SubSection "Display"
                Modes           "1280x1024"     "1280x960"      "1280x800"     "1152x864"       "1024x768"      "832x624"       "800x600"       "720x400"      "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
  screen "Default Screen"
        Inputdevice     "Generic Keyboard"
        Inputdevice     "Configured Mouse"

        # Uncomment if you have a wacom tablet
        #       InputDevice     "stylus"        "SendCoreEvents"
        #       InputDevice     "cursor"        "SendCoreEvents"
        #       InputDevice     "eraser"        "SendCoreEvents"
EndSection
Section "Module"
        Load            "glx"
EndSection
Section "Extensions"
        Option          "Composite"     "0"
EndSection

nogen der ved hvad jeg skal gøre?
eitreach
Indlæg: 2478
Tilmeldt: 24. jul 2007, 19:32
IRC nickname: eitreach
Geografisk sted: København

Ubuntu 7.10 med compiz

Indlæg af eitreach »

I den næstsidste linje, ændrer du værdien fra '0' til '1'.

Så skulle det gerne fungere, når du har genstartet X.

red: Husk at du skal bruge superbrugerrettigheder når du skal ændre i xorg.conf.

Kode: Vælg alt

gksudo gedit /etc/X11/xorg.conf
"A Narn heavy cruiser?!"

Fornuftig opførsel: faq.php#f00
Guide til ooh shiny: viewtopic.php?f=11&t=2189
Guide til 3d-effekter: viewtopic.php?f=11&t=4393
jonas.lindeberg
Indlæg: 10
Tilmeldt: 10. nov 2007, 18:17
Geografisk sted: Århus

Ubuntu 7.10 med compiz

Indlæg af jonas.lindeberg »

tak men det virkede desværre ikke
nu skriver den bare
Billede
miguelino
Indlæg: 46
Tilmeldt: 15. nov 2006, 17:14
Geografisk sted: Vanløse

Samme her

Indlæg af miguelino »

Jeg har vist det samme problem med Radeon 9550
*Har rettet 0 til 1
*Har installeret den driver, som ubuntu foreslår
*Har kun de tre øverste muligheder af de fire på jonases billede (PS Alt+PrtSc tager billede af vinduet alene)
:oops: