
Code: Select all
Ctrl+ +
Eh, I like it right where it is...(Desktop Preferences -> Screen Resolution)...I guess I just don't like my systray cluttered with stuff--oh, wait, I don't even have a systray set up =) Hehe...shm wrote:I know it's in gnome's control panel, but I didn't see a notification tray applet anywhere (useful, like in windows)Kesereti wrote:Just thought I might add...Gnome 2.4 also has this feature ^_^


Code: Select all
xrandrCode: Select all
xrandr -s <number>Code: Select all
$ xrandr
SZ: Pixels Physical Refresh
*0 1600 x 1200 ( 542mm x 406mm ) *75 70 65 60
1 1400 x 1050 ( 542mm x 406mm ) 75 60
2 1280 x 1024 ( 542mm x 406mm ) 85 75 60
3 1280 x 960 ( 542mm x 406mm ) 85 60
4 1152 x 864 ( 542mm x 406mm ) 75
5 1152 x 768 ( 542mm x 406mm ) 55
6 1024 x 768 ( 542mm x 406mm ) 85 75 70 60 87
7 832 x 624 ( 542mm x 406mm ) 75
8 800 x 600 ( 542mm x 406mm ) 85 75 72 60 56
9 640 x 480 ( 542mm x 406mm ) 85 75 73 60
10 720 x 400 ( 542mm x 406mm ) 85
11 640 x 400 ( 542mm x 406mm ) 85
12 640 x 350 ( 542mm x 406mm ) 85
13 512 x 384 ( 542mm x 406mm ) 87
14 416 x 312 ( 542mm x 406mm ) 75
15 400 x 300 ( 542mm x 406mm ) 85 75 72 60 56
16 320 x 240 ( 542mm x 406mm ) 85 75 73 60
17 360 x 200 ( 542mm x 406mm ) 85
18 320 x 200 ( 542mm x 406mm ) 85
19 320 x 175 ( 542mm x 406mm ) 85
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - noneCode: Select all
$ xrandr -s 9
$ xdpyinfo|grep dimensions
dimensions: 640x480 pixels (542x406 millimeters)
$ xrandr -s 0I usually just keep my buddy list stickied (on all 4 of my desktops), but rolled up so only the title bar shows...then when I want to see if someone's online, or send a message, I just unroll it...HackerBunny wrote:I used a sys-tray for gaim, but if it starts to get cluttered, I turn it off and put gaim on a different desktop.
The buddy list part

i think you have to untar it.. not sure, haven't used gnome for a while and don't have it installed to checkStringCheesian wrote:I looked at Gnome, but I didn't like the theme. When I tried to install a new one, it just wouldn't work. It was a GTK2 theme, I think. If I dragged it into the theme list, it wouldn't show up. If I clicked the add theme button and selected it, still no dice.

After reading your post I'm thinking you can probably shed a little more light on why I can't get this to work right.The fact that window managers aren't necessarily aware of root window size changes adds to the complexity - if you, say, scale your desktop down to 1024x768 from 1280x1024, your window manager might well still think that it's running on a 1280x1024 screen - thus making some stuff invisible (drawn offscreen).
Code: Select all
[submenu] (Resolution)
[exec] (640x480) {xrandr -s 640x480}
[exec] (800x600) {xrandr -s 800x600}
[exec] (1024x768) {xrandr -s 1024x768}
[exec] (1280x1024) {xrandr -s 1280x1024}
[end]
This is in my TODO list as well. I tried the same things as tempdude, but didn't work for me either. For now I just have to do the "two step" process. reset the resolution and then restart usig the [restart] (Restart) schtuff...tempdude wrote: I found this code and changed the [item] to [exec] so it would work with fluxbox menu. It changes the resolution fine but as you said my desktop has items drawn in the wrong places.
I have to use the Restart command built into the fluxbox menu. I tried to do something like this:
[exec] (640x480) {xrandr -s 640x480 && Restart}
I tried a few variations on the syntax but haven't hit upon a solution yet. The only thing that seems to work is hitting the built-in menu item: [restart] (Restart). Any advice welcome.
Thanks in advance, tempdude