scrollozható képernyő

Fórumok

Van egy netbookom (+ linuxmint), amin néha kilógnak az átméretezhetetlen ablakok a képernyőről.

Sok éve (főleg véletlenül) megcsináltam, hogy a desktop nagyobb volt, mint a képernyő és tudtam oldalra és föl-le scrollozni, de fogalmam sincs, hogyan sikerült. :)

Valaki mondja meg plíz, hogyan kell! A parasztos megoldás is jó, nem szeretnék compiz-ra meg egyéb csicsára támaszkodni ha nem szükséges.

Thx.

Hozzászólások

info xorg.conf

talán ez kell neked:

Virtual xdim ydim
This optional entry specifies the virtual screen resolution to be used. xdim must be a multiple of either 8 or 16 for most drivers, and a multiple of 32 when running in monochrome mode.
The given value will be rounded down if this is not the case. Video modes which are too large for the specified virtual size will be rejected. If this entry is not present, the virtual screen resolution will be set to accommodate all the valid video modes given in the Modes entry. Some drivers/hardware combinations do not support virtual screens. Refer to the appropriate driver-specific documentation for details.

-----Info: (*manpages*)xorg.conf, 1505 sor --82%--------------------------------

Szervác Attila - http://321.hu/sas

Na volt most 5 percem és megoldottam.

Így lehet egy 1024x600-as netbookon 1024x768-as (lefelé scrollozható) desktopot csinálni:

xrandr --output LVDS1 --rate 60 --mode 1024x600 --fb 1024x768 --panning 1024x768

Előtte érdemes egy xrandr --query -t futtatni, h lássuk mi a helyzet.

Ezt a mókát hívják panning-nek.