Regarding Radeon R7 M265

2021-10-01 Thread Riza Dindir
, I am trying to understand, and am new to xorg. Regards, Riza Dindir

Xrandr, gamma and framebuffer devices

2021-11-08 Thread Riza Dindir
Hello All, I am using netbsd 9.2 with genfb. I wanted to adjuat the screen brightness using xrandr. But it says failed to get gamma for output. How to set the gamma value when using a framebuffer device? Thanks in advance for your help. Regards Riza

Xorg framebuffer and brightness of screen

2021-11-09 Thread Riza Dindir
Hello All, I woukd like to know if I can adjust the screen brightness when using the framebuffer device on xorg? Thanks in advance. Riza

Re: Xorg framebuffer and brightness of screen

2021-11-10 Thread Riza Dindir
t; On Wed, Nov 10, 2021 at 10:15:18AM +0300, Riza Dindir wrote: > > Hello All, > > > > I woukd like to know if I can adjust the screen brightness when using the > > framebuffer device on xorg? > > > > Thanks in advance. > > Riza > > Probably, assuming yo

Re: Xorg framebuffer and brightness of screen

2021-11-11 Thread Riza Dindir
Hello Felix, Here is the Xorg log url: https://pastebin.com/hGcDzSG8 Regards, Riza On Thu, Nov 11, 2021 at 10:34 AM Felix Miata wrote: > > Riza Dindir composed on 2021-11-11 10:16 (UTC+0300): > > >> On Wed, Nov 10, 2021 at 10:15:18AM +0300, Riza Dindir wrote: > > >&

Re: Xorg framebuffer and brightness of screen

2021-11-11 Thread Riza Dindir
Hello Ken. On Fri, Nov 12, 2021 at 12:56 AM Ken Moffat wrote: > > On Thu, Nov 11, 2021 at 10:16:18AM +0300, Riza Dindir wrote: > > Hello Ken > > > > I am using gop, and a framebuffer. When i try to use the xrandr, it says > > "gamma is set to 0", or

Re: Xorg framebuffer and brightness of screen

2021-11-12 Thread Riza Dindir
Hello Alex, Isn't there a software based solution to set the brightness in xorg? Riza On Fri, Nov 12, 2021 at 11:37 PM Alex Deucher wrote: > > On Fri, Nov 12, 2021 at 12:36 AM Riza Dindir wrote: > > > > Hello Ken. > > > > On Fri, Nov 12, 2021 at 12:56 AM Ke

Re: Xorg framebuffer and brightness of screen

2021-11-15 Thread Riza Dindir
Thank you for very much for the information. Was thinking that playing with the gamma might be a solution. Regards. Riza On Mon, Nov 15, 2021, 19:33 Alex Deucher wrote: > On Fri, Nov 12, 2021 at 11:21 PM Riza Dindir > wrote: > > > > Hello Alex, > > > > Isn't

getting individual screen resoutions

2022-08-02 Thread Riza Dindir
inverted right x axis y axis) VGA-1 connected 1440x900+1366+0 (normal left inverted right x axis y axis) 410mm x 256mm 1440x900 59.89*+ 74.98 -- clipped rest of resolutions Any help would be appreciated. Kind Regards, Riza Dindir

Regarding X client

2023-06-28 Thread Riza Dindir
Hello All, I want to run two applications on X client, and have an xinitrc file that starts a GTK application and another that starts xterm. Like so my-gui-app & xterm I do not want to use a window manager for this. When I start the client with startx, it displays both of the applications but t

Sending a message to the xorg list

2023-06-30 Thread Riza Dindir
message might not have been accepted, or maybe the message did not go through. Is there a way to check if I am registered in the list? I did (using the https://lists.x.org/mailman/listinfo/xorg link) to edit my options. Could not login, or reset my password. Regards, Riza Dindir

Regarding Xephyr

2023-07-03 Thread Riza Dindir
change the background color. But when I set the background to white, the background does not stay white. It changes to black within 1 second. Is this default behavior? Why can't I set the background color on a Xephyr window? Kind Regards, Riza Dindir

Re: Regarding Xephyr

2023-07-05 Thread Riza Dindir
k as it is the case with the above example. Regards, Riza On Mon, Jul 3, 2023 at 11:39 AM Carsten Haitzler wrote: > > On Sat, 1 Jul 2023 13:08:54 +0300 Riza Dindir said: > > > Hello All, > > > > I want to use Xephyr to test out an x application. > > > > F

XGrabButton

2023-07-27 Thread Riza Dindir
Hello All, I am grabbing buttons in an xlib. I am new to xlib. I have 3 grabs (XGrabButton) on buttons. One for button1+Mod1, another for Button3+Mod1 and the last one for Button1+(Mod1|Control). All these grabs are for button presses (ButtonPressMask). When I grab these with 3 different calls t

Re: XGrabButton

2023-07-28 Thread Riza Dindir
Hello Po, Then it is much better to grab for buttons for each button/modifier instead of writing a generic grab because the resending of events required a more elaborate processing of the events. Riza On Thu, Jul 27, 2023 at 3:53 PM Po Lu wrote: > > Riza Dindir writes: > >

Window id of xterm started

2024-02-12 Thread Riza Dindir
Hello, I am starting xterm in my xinitrc. Is it possible to get the window id of that xterm? Regards

Re: Window id of xterm started

2024-02-13 Thread Riza Dindir
Ok what would be a reliable way of doing this. On Mon, Feb 12, 2024, 14:58 Carsten Haitzler wrote: > On Mon, 12 Feb 2024 14:06:36 +0300 Riza Dindir > said: > > > I ended up giving that xterm a distinct title. Using "xterm -T > > ". Then with the xdotool could

Re: Window id of xterm started

2024-02-13 Thread Riza Dindir
I ended up giving that xterm a distinct title. Using "xterm -T ". Then with the xdotool could find its id "xdotool search -name ". On Mon, Feb 12, 2024 at 2:02 PM Carsten Haitzler wrote: > On Sat, 10 Feb 2024 15:53:39 +0300 Riza Dindir > said: > > > Hello

Getting focused window in TWM

2025-04-02 Thread Riza Dindir
Hello I wanted to write a simple X application that shows me the currently focused window on twm. But this always returns the root window (0x1). The code is below. I have simplified the code to this, still not able to get the currently focused window. I would think, when I run this code in a term