Gå til innhold

3D effekter i ubuntu 7.10?


Anbefalte innlegg

har installert ubuntu på minnepennen min (fulgte denne guiden) og lurer på hvordan jeg kan slå på kube effekten osv. prøvde å slå det på "husker ikke hva det het og sitter på windows nå", men fikk bare feilmelding om at "desktop effects could not be enebled". noen gode tips?

 

takker for hjelp! :)

Endret av hernil
Lenke til kommentar
Videoannonse
Annonse

Først må du deaktivere fglrx-driveren. System -> Administrasjon -> Håndtering av ufrie drivere. Der deaktiverer du den, og restarter maskinen.

 

Så når du har restarta maskinen går du inn på System -> Administrasjon -> Screens and Graphics. Under fanen Graphics Cards velger du radeon der det står Driver:.

 

Mulig du må restarte maskinen nå, husker ikke.

 

Hvis du fortsatt ikke får til å slå på effekter må du endre i xorg.conf: skriv i en terminal "sudo gedit /etc/X11/xorg.conf". Bla ned til du finner der det står

Composite "0"

og forandre det til

Composite "Enabled"

.

 

Så restarter du X ved å trykke Ctrl + Alt + Backspace.

 

Nå skulle det fungere. ;)

Lenke til kommentar

fikk det ikke til...

her er xorg.conf fila, kanskje den kan gi deg litt mer info?

# 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"	"us"
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 M22 [Mobility Radeon X300]"
Driver		"ati"
BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
Identifier	"Generic Monitor"
Option		"DPMS"
EndSection

Section "Screen"
Identifier	"Default Screen"
Device		"ATI Technologies Inc M22 [Mobility Radeon X300]"
Monitor		"Generic Monitor"
DefaultDepth	24
SubSection "Display"
	Modes		"1440x900"
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"
InputDevice	"Synaptics Touchpad"
EndSection

Lenke til kommentar

tydeligvis ikke... :dontgetit:

men naa er det en del ting som ikke funker, faar bl.a. denne feilmeldingen naar jeg gaar paa add\remove

 

Failed to check for installed and available applications

 

This is a major failure of your software management system. Please check for broken packages with synaptic, check the file permissions and correctness of the file '/etc/apt/sources.list' and reload the software information with: 'sudo apt-get update' and 'sudo apt-get install -f'.

 

tror jeg skal legge inn alt sammen paa nytt i morgen...

hvis du ikke har noen gode tips da.

Lenke til kommentar
Det er 2 drivere, ati og radeon. Vet ikke om ati-driveren støtter composite.

 

Jeg har kjørt aiglx med både radeon og ati, så jeg tipper det er to sider av samme sak, uten at jeg kan si det sikkert.

 

dessverre har jeg ikke lykkes med å enable aiglx på mitt mobile ati kort i gutsy, som jeg har klart i tidligere utgivelser. Dette henger antalig sammen med en del bugs rundt radeon driveren og aiglx (dette gjelder i hvertfall mitt kort).

Lenke til kommentar

Det du trenger er først og fremst:

sudo apt-get install xorg-driver-fglrx linux-restricted-modules-generic

 

Da får du open source-drivere til ATI-skjermkortet ditt. Om du så skal ha compiz fusion må du også ha XGL. Kjør:

sudo apt-get install xserver-xgl

 

Da skal det stort sett være ready to go. Men pass på at i xorg.conf skal det istedetfor:

Driver "ati"

stå:

Driver "fglrx"

 

(i Section "Device" - området)

Lenke til kommentar

installerte alt paa nytt, <fikk ikke aapna synaptic engang, fikk bare feilmeldinger...> og proevde med kommandoene som er nevnt over, men naar jeg skal hente XGL saa faar jeg denne meldingen.

nils@ubuntu:~$ sudo apt-get install xserver-xgl
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Couldn't find package xserver-xgl

noen som kan hjelpe?

Lenke til kommentar
Det du trenger er først og fremst:

sudo apt-get install xorg-driver-fglrx linux-restricted-modules-generic

 

Da får du open source-drivere til ATI-skjermkortet ditt. Om du så skal ha compiz fusion må du også ha XGL. Kjør:

sudo apt-get install xserver-xgl

 

Da skal det stort sett være ready to go. Men pass på at i xorg.conf skal det istedetfor:

Driver "ati"

stå:

Driver "fglrx"

 

(i Section "Device" - området)

 

fglrx-driveren er ikke open-source! Det er radeon- og ati-driverene som er det. Poenget jeg ville fram til er at det er mye enklere å installere radeon-driveren for da virker Compiz Fusion out-of-the-box, siden radeon-driveren støtter AIGLX.

Lenke til kommentar

ok, hva må jeg installere/skrive/gjøre for å få de fancy effektene som f.eks. 3d boksen?

vet ikke om det hjelper, men her er i allefall xorg.conf fila mi som den er nå.

# 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"	"us"
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 M22 [Mobility Radeon X300]"
Driver		"ati"
BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
Identifier	"Generic Monitor"
Option		"DPMS"
EndSection

Section "Screen"
Identifier	"Default Screen"
Device		"ATI Technologies Inc M22 [Mobility Radeon X300]"
Monitor		"Generic Monitor"
DefaultDepth	24
SubSection "Display"
	Modes		"1440x900"
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"
InputDevice	"Synaptics Touchpad"
EndSection

Endret av hernil
Lenke til kommentar

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
×
×
  • Opprett ny...