Hi.
I hope somebody can help me, please. (I am using Linux Mint "Julia" )
I am trying to do something like "virtual screen" with sudo xrandr --output default --mode 800x600 --panning 1024x768, OR enable "enhanced zoom desktop" (I know they are not the same thing, but one of them would be ok)
But somewhere I read that it is necessary to click on the desktop, select "change desktop background" and on the tab "visual effects", change from "none" to normal.
When I do that, I get an error message:
Desktop effects could not be enabled
I suppose that is caused because my graphics card is too old (I attached the output of the command lspci at the end of this message)
My question is: Is there a way I can use "panning" or zoom or something similar? without changing my hardware. (I also attached the output of the command xrandr)
Thanks for any answer you give me, and forgive me if I used too many double quotes or parenthesis....
lspci:
~ $ lspci
00:00.0 Host bridge: VIA Technologies, Inc. P4M266 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP]
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 80)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
01:00.0 VGA compatible controller: S3 Inc. VT8375 [ProSavage8 KM266/KL266]
xrandr:
~ $ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 800 x 600, maximum 1024 x 768
default connected 800x600+0+0 0mm x 0mm
1024x768 0.0
800x600 0.0*
640x480 0.0
------------------------------------------
If I type:
sudo xrandr --output default --mode 1024x768
It works Ok and changes to 1024 x 768, but says: xrandr: Failed to get size of gamma for output default
Oscar.




