Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Üdv.
- Leszedtem minden plusz ablakkezelőt és maradt a „Cinnamon”, fglrx is leszedve.
- És az eredeti nyílt forrású xserver-xorg-video-ati visszaállítva.
- Xorg.conf törölve
- >Konzolból > Xorg -configure > hiba /tmp/.tX0-lock > rootként > rm -f /tmp/.tXO-lock >
- > Xorg -configure > OK > xorg.conf.new > OK > mv /root/xorg.conf.new /etc/X11/xorg.conf
- cinnamon –replace indult > OK
- xorg.conf elég fapados lett, elkezdtem keresgélni.
- Driveren változtattam „radeon”
- > less Xorg.0.log | grep "radeon > ellenőrzés
- [ 17.084] (II) LoadModule: "radeon"
- [ 17.084] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
- [ 17.098] (II) Module radeon: vendor="X.Org Foundation"
- > OK > nekem radon HD-m van, jó-e „radeon” ?
- Option "AccelMethod" "EXA"
- Option "RenderAccel" "true"
- Option "DPMS" "true"
- Option "ExaNoComposite" "true
- és ennél a beállításnál > "AccelMethod" "EXA", de próbálkoztam „XAA”, különbséget nem vettem észre a kettő között, de MEGLÓDULT > 30-40% gyorsabb lett a dolog, ablakkezelés,
- gyorsabb reakcióidő > valami itt van elásva, de még mindig terhelődik a CPU.
- Valamit „Modulban” „Deviceban” kéne módosítanom ?
- Ezt találtam : http://foolcontrol.org/?p=181
- https://windmüller.de/solutions-blog/?p=96
- http://ubuntuforums.org/showthread.php?t=1130582
- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen 0 "Screen0" 0 0
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- EndSection
- Section "Files"
- ModulePath "/usr/lib/xorg/modules"
- FontPath "/usr/share/fonts/X11/misc"
- FontPath "/usr/share/fonts/X11/cyrillic"
- FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
- FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
- FontPath "/usr/share/fonts/X11/Type1"
- FontPath "/usr/share/fonts/X11/100dpi"
- FontPath "/usr/share/fonts/X11/75dpi"
- FontPath "built-ins"
- EndSection
- Section "Module"
- Load "glx"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/input/mice"
- Option "ZAxisMapping" "4 5 6 7"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "Monitor Vendor"
- ModelName "Monitor Model"
- EndSection
- Section "Device"
- ### Available Driver options are:-
- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
- ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
- ### <percent>: "<f>%"
- ### [arg]: arg optional
- #Option "SWcursor" # [<bool>]
- #Option "kmsdev" # <str>
- #Option "ShadowFB" # [<bool>]
- Identifier "Card0"
- Driver "radeon"
- BusID "PCI:1:0:0"
- Option "AccelMethod" "EXA"
- Option "RenderAccel" "true"
- Option "DPMS" "true"
- Option "ExaNoComposite" "true"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Card0"
- Monitor "Monitor0"
- SubSection "Display"
- Viewport 0 0
- Depth 1
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 4
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 8
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 15
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 16
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 24
- EndSubSection
- EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement