You are not logged in.

#1 2011-08-29 23:36:32

engywook
Member
Registered: 2008-05-24
Posts: 10

[Workaround]AwesomeWM, fullscreen doesn't work properly

Hey, I'm having some trouble getting fullscreen to work properly, This is what it looks like.
Heroes of Newerth has a similar issue, where the wibox goes on top even though the fullscreen option is ticked. I'm running an ATI card with catalyst which might have something to do with it, dunno. The default rc.lua yields the same result. I have two monitors, same issue on both. Is it a bug with catalyst/awesome or is there something I can do to fix it?

xorg.conf - just an aticonfig --initial=dual-head

Section "ServerLayout"
	Identifier     "aticonfig Layout"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
	Screen         "aticonfig-Screen[0]-1" 1680 0
EndSection
 
Section "Module"
EndSection
 
Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection
 
Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-1"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection
 
Section "Monitor"
	Identifier   "0-DFP4"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
	Option	    "PreferredMode" "1680x1050"
	Option	    "TargetRefresh" "60"
	Option	    "Position" "0 0"
	Option	    "Rotate" "normal"
	Option	    "Disable" "false"
EndSection
 
Section "Monitor"
	Identifier   "0-DFP3"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
	Option	    "PreferredMode" "1920x1080"
	Option	    "TargetRefresh" "60"
	Option	    "Position" "0 0"
	Option	    "Rotate" "normal"
	Option	    "Disable" "false"
EndSection
 
Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	Option	    "Monitor-DFP4" "0-DFP4"
	BusID       "PCI:1:0:0"
EndSection
 
Section "Device"
	Identifier  "aticonfig-Device[0]-1"
	Driver      "fglrx"
	Option	    "Monitor-DFP3" "0-DFP3"
	BusID       "PCI:1:0:0"
	Screen      1
EndSection
 
Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
 
Section "Screen"
	Identifier "aticonfig-Screen[0]-1"
	Device     "aticonfig-Device[0]-1"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Cheers,
Engy

Last edited by engywook (2011-09-08 17:16:24)

Offline

#2 2011-09-08 17:16:08

engywook
Member
Registered: 2008-05-24
Posts: 10

Re: [Workaround]AwesomeWM, fullscreen doesn't work properly

I didn't exactly find a solution to my problem but it is a workaround.

Archwiki-Awesome wrote:

Hide / show wibox in awesome 3

To map Modkey-b to hide/show default statusbar on active screen (as default in awesome 2.3), add to your globalkeys in rc.lua:

awful.key({ modkey }, "b", function ()
    mywibox[mouse.screen].visible = not mywibox[mouse.screen].visible
end),

Not exactly ideal but it'll have to do. I guess I'll tag the topic as a workaround if anyone else runs into the same problem.

Offline

Board footer

Powered by FluxBB