Portál AbcLinuxu, 13. května 2025 19:35
xrandr -o left
? A pokud vám tu nikdo neporadí, tak doporučuju hledat/ptát se na www.rage3d.com...
[root@kubin Desktop]# dga Xlib: extension "XFree86-DGA" missing on display ":0.0". Unable to query video extension version [root@kubin Desktop]# xrandr -o left X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 157 (RANDR) Minor opcode of failed request: 2 (RRSetScreenConfig) Serial number of failed request: 12 Current serial number in output stream: 12 [root@kubin Desktop]# xrandr -q SZ: Pixels Physical Refresh *0 1280 x 1024 ( 342mm x 271mm ) *75 70 60 1 1024 x 768 ( 342mm x 271mm ) 75 72 70 60 2 800 x 600 ( 342mm x 271mm ) 75 72 70 60 56 3 640 x 480 ( 342mm x 271mm ) 75 72 60 4 1152 x 864 ( 342mm x 271mm ) 75 70 60 5 640 x 400 ( 342mm x 271mm ) 60 6 512 x 384 ( 342mm x 271mm ) 60 7 400 x 600 ( 342mm x 271mm ) 60 8 320 x 480 ( 342mm x 271mm ) 60 9 320 x 400 ( 342mm x 271mm ) 60 Current rotation - normal Current reflection - none Rotations possible - normal Reflections possible - none [root@kubin Desktop]#Na ten server mrknu
Xlib: extension "XFree86-DGA" missing on display ":0.0"Podle mne nemate v Xkach nahrany modul DGA. Co zkusit do nasteveni Xka dát : SubSection "extmod" Option "xfree86-dga" EndSubSection Nevím jestli to půjde, ale urcite bych to zkusil. :D
SubSection "extmod" Option "xfree86-dga" EndSubSection(jen aby to bylo přehlednější)
xrandr -o left
vyhodí tohle:
X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 156 (RANDR) Minor opcode of failed request: 2 (RRSetScreenConfig) Serial number of failed request: 12 Current serial number in output stream: 12Zkoušel jsem různé grafické karty - ATI 9200 mobility a nějaké dvě nvidie s driverem "nv".
Section "Device" Identifier "NVIDIA Corporation NV25 [GeForce4 Ti 4200]" Driver "nvidia" BusID "PCI:1:0:0" Option "NoLogo" "1" Option "NvAGP" "3" Option "RandRRotation" "1" Option "RenderAccel" "true" Option "UseEdidFreqs" "true" Option "FlatPanelProperties" "Scaling = aspect-scaled" EndSectionNa otáčanie používam tento malý skriptík:
if (xrandr -q | grep "Current rotation - normal"); then xrandr -o left;else xrandr -o normal;fiktorý volám klávesovou skratkou, ktorú si možno v Gnome vytvoriť nasledovne:
# gconftool-2 --set /apps/metacity/keybinding_commands/command_3 --type string "~/pivot.sh" # gconftool-2 --set /apps/metacity/global_keybindings/run_command_3 --type string "<Control><Alt>p"
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.