[Fwd: intel driver: xorg does not give an error, but I do not see anything]

2009-05-06 Thread Dirk De Becker
Hi all, I am running a Gentoo system with X.Org server version 1.5.3 and xf86-video-intel version 2.6.3-r1. I have a board with the following Intel graphics chip on it: lspci | grep Graphics 00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics

Intel driver problem

2010-01-05 Thread Dirk De Becker
Hi all, I am trying to use the intel driver (version 2.9.1) on a gentoo system with xorg version 1.6.3.901-r2. If I startx, I get the following output on screen (and X obviously does not start): Setting master expected keysym, got XF86TouchpadToggle: line 122 of inet expected keysym, got

Re: Intel driver problem

2010-01-05 Thread Dirk De Becker
, Jan 05, 2010 at 10:09:47AM +0100, Dirk De Becker wrote: I am trying to use the intel driver (version 2.9.1) on a gentoo system with xorg version 1.6.3.901-r2. If I startx, I get the following output on screen (and X obviously does not start): Setting master expected keysym, got

Re: Intel driver problem

2010-01-06 Thread Dirk De Becker
Stupid me! Apparently, I did not have anything in /root/.xinitrc. Adding exec /usr/bin/startlxde makes the X server start just fine. Thanks for the help, Dirk Dirk De Becker wrote: Apparently, if I start xdm instead of running startx, it works OK. I will now try to find out why

EDID question

2010-01-25 Thread Dirk De Becker
Hallo all, I know that this is slightly off-topic here, but I hope you guys forgive me that I will still try my luck here. I want to know how I can calculate the total horizontal line length, starting from the info that I get from EDID (listed below). - Pixelclock - HActive - HBlanking -

X11 fullscreen

2010-01-28 Thread Dirk De Becker
Hi all, I want to make an application in C/C++ that draws fullscreen stuff on an X11 server. Can anyone tell me how to do this? Kind regards, Dirk attachment: Dirk_DeBecker.vcf___ xorg mailing list xorg@lists.freedesktop.org

Re: X11 fullscreen

2010-01-28 Thread Dirk De Becker
I just want to draw some stuff on screen, probably using cairo, but I want this not in a window, but on the full screen. Kind regards, Dirk John Tapsell wrote: 2010/1/28 Dirk De Becker dirk.debec...@dzine.be: Hi all, I want to make an application in C/C++ that draws fullscreen

Re: X11 fullscreen

2010-01-28 Thread Dirk De Becker
drawable surface to be full screen (i.e. without borders). I hope this is more informative. Thanks a lot for you swift responses. Dirk John Tapsell wrote: 2010/1/28 Dirk De Becker dirk.debec...@dzine.be: I just want to draw some stuff on screen, probably using cairo, but I want

Re: X11 fullscreen

2010-01-28 Thread Dirk De Becker
to appear on top of your stuff, or do you want your stuff to completely dominate the display? Do you want to change the resolution when your program runs? Are you planning to do 3D stuff, or video? Cheers Tom On 28 January 2010 11:36, John Tapsell johnf...@gmail.com wrote: 2010/1/28 Dirk De

Re: X11 fullscreen

2010-01-28 Thread Dirk De Becker
Harald Braumann wrote: Maybe SDL (http://www.libsdl.org/) is for you. You can do fullscreen and windowed mode, it is supported by cairo and you can do video (and 3D too). harry Thanks Harry, I will look into this. Dirk attachment:

libxrandr code examples

2011-10-19 Thread Dirk De Becker
Hi all, I hope this is the right list for this question. I am looking for a good tutorial on how to use libxrandr from another program. What I want to do, is for example enabling/disabling certain interfaces (LVDS/DVI) from a C++ program. I do not seem to be able to find any good tutorials for

Re: libxrandr code examples

2011-10-19 Thread Dirk De Becker
, schrieb Dirk De Becker: Hi all, I hope this is the right list for this question. I am looking for a good tutorial on how to use libxrandr from another program. What I want to do, is for example enabling/disabling certain interfaces (LVDS/DVI) from a C++ program. I do not seem to be able to find any