Go Back   Technology Questions > Hardware Questions > Mobile Computers > Tablet PC > Tablet PC Software > Windows XP Tablet PC Newsgroup

Windows XP Tablet PC Newsgroup Join the discussions in the Microsoft Windows XP Tablet PC Newsgroup

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 11-14-2007, 03:50 AM
Ravi
Tablet PC Guest
 
Posts: n/a
Flicker in Screen Rotation

Hello
well normally while rotating a screen a black flicker appears on the screen.
When trying to rotate screen with changedisplaysettings api the screen gets
rotated but a flicker is there so can anybody tell me some way to remove that
black flicker?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 11-14-2007, 03:50 AM
Xploder HD Movie Player for PS3. Manage, convert and transfer media files between the PC and PS3.
  #2 (permalink)  
Old 11-15-2007, 06:50 PM
Josh Einstein
Tablet PC Guest
 
Posts: n/a
Re: Flicker in Screen Rotation

Short of creating a new line of graphics chipsets, no probably nothing you
can do.

--
Josh Einstein (Tablet PC MVP)
Einstein Technologies
Tablet Enhancements for Outlook - Try it free: www.tabletoutlook.com


"Ravi" <Ravi@discussions.microsoft.com> wrote in message
news:8B150DB6-5A82-43B5-911B-32E9C22E6249@microsoft.com...
> Hello
> well normally while rotating a screen a black flicker appears on the
> screen.
> When trying to rotate screen with changedisplaysettings api the screen
> gets
> rotated but a flicker is there so can anybody tell me some way to remove
> that
> black flicker?


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 11-18-2007, 08:50 PM
Ravi
Tablet PC Guest
 
Posts: n/a
Re: Flicker in Screen Rotation

I am sorry but ,surely there is some way out to remove that flicker.
As there are lots of devices available in the market which have got this
feature of rotating screen either manually or automatically.

Thanks for you'r Reply but in case u have some suggetions please post it

Thanks
Ravi
--
hello


"Josh Einstein" wrote:

> Short of creating a new line of graphics chipsets, no probably nothing you
> can do.
>
> --
> Josh Einstein (Tablet PC MVP)
> Einstein Technologies
> Tablet Enhancements for Outlook - Try it free: www.tabletoutlook.com
>
>
> "Ravi" <Ravi@discussions.microsoft.com> wrote in message
> news:8B150DB6-5A82-43B5-911B-32E9C22E6249@microsoft.com...
> > Hello
> > well normally while rotating a screen a black flicker appears on the
> > screen.
> > When trying to rotate screen with changedisplaysettings api the screen
> > gets
> > rotated but a flicker is there so can anybody tell me some way to remove
> > that
> > black flicker?

>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 11-19-2007, 08:40 AM
Josh Einstein
Tablet PC Guest
 
Posts: n/a
Re: Flicker in Screen Rotation

If you're looking for some kind of registry setting then you're not going to
find it. If nothing else, you'd have to create a graphics driver which you
can't do (legitimately) since you don't make graphics hardware. But even
then, if it's a behavior of the video card then a driver won't help you
either. Changing screen orientation, with most modern hardware, is a
hardware operation. It's not simply software running on the CPU that's
rotating the pixels, otherwise that would be unbearably slow with as many
pixels as are packed into today's displays. Every device I have ever seen,
other than the iphone, blanks the screen briefly during a screen mode
change.

--
Josh Einstein (Tablet PC MVP)
Einstein Technologies
Tablet Enhancements for Outlook - Try it free: www.tabletoutlook.com


"Ravi" <Ravi@discussions.microsoft.com> wrote in message
news:3D7044C2-61ED-4C28-8E13-9719B73CAAFC@microsoft.com...
>I am sorry but ,surely there is some way out to remove that flicker.
> As there are lots of devices available in the market which have got this
> feature of rotating screen either manually or automatically.
>
> Thanks for you'r Reply but in case u have some suggetions please post it
>
> Thanks
> Ravi
> --
> hello
>
>
> "Josh Einstein" wrote:
>
>> Short of creating a new line of graphics chipsets, no probably nothing
>> you
>> can do.
>>
>> --
>> Josh Einstein (Tablet PC MVP)
>> Einstein Technologies
>> Tablet Enhancements for Outlook - Try it free: www.tabletoutlook.com
>>
>>
>> "Ravi" <Ravi@discussions.microsoft.com> wrote in message
>> news:8B150DB6-5A82-43B5-911B-32E9C22E6249@microsoft.com...
>> > Hello
>> > well normally while rotating a screen a black flicker appears on the
>> > screen.
>> > When trying to rotate screen with changedisplaysettings api the screen
>> > gets
>> > rotated but a flicker is there so can anybody tell me some way to
>> > remove
>> > that
>> > black flicker?

>>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 11-20-2007, 04:20 AM
Ravi
Tablet PC Guest
 
Posts: n/a
Re: Flicker in Screen Rotation

Well I am talking about handheld devices equipped with windows embedded xp.I
am using API
int iRet=ChangeDisplaySettingsEx(NULL,&dm,NULL,0,NULL) ;

It works but with a flicker
then i tried
LONG iRet =
ChangeDisplaySettingsEx(dm.dmdevicename,&dm,NULL,C DS_VIDEOPARAMETERS,&test);

but it resulted -5 as an error(DISP_CHANGE_BADPARAM)

I am doing whole programming VS 2005 as embedded xp as an base operating
system.

Also
EnumDisplayDevices(dm.dmDeviceName,1,&device,0);
the window is popped up with message

Unhandled exception at 0x00000000 in SCREENROTATION.exe: 0xC0000005: Access
violation reading location 0x00000000.

So what should be device name.

please help me
--
hello


"Josh Einstein" wrote:

> If you're looking for some kind of registry setting then you're not going to
> find it. If nothing else, you'd have to create a graphics driver which you
> can't do (legitimately) since you don't make graphics hardware. But even
> then, if it's a behavior of the video card then a driver won't help you
> either. Changing screen orientation, with most modern hardware, is a
> hardware operation. It's not simply software running on the CPU that's
> rotating the pixels, otherwise that would be unbearably slow with as many
> pixels as are packed into today's displays. Every device I have ever seen,
> other than the iphone, blanks the screen briefly during a screen mode
> change.
>
> --
> Josh Einstein (Tablet PC MVP)
> Einstein Technologies
> Tablet Enhancements for Outlook - Try it free: www.tabletoutlook.com
>
>
> "Ravi" <Ravi@discussions.microsoft.com> wrote in message
> news:3D7044C2-61ED-4C28-8E13-9719B73CAAFC@microsoft.com...
> >I am sorry but ,surely there is some way out to remove that flicker.
> > As there are lots of devices available in the market which have got this
> > feature of rotating screen either manually or automatically.
> >
> > Thanks for you'r Reply but in case u have some suggetions please post it
> >
> > Thanks
> > Ravi
> > --
> > hello
> >
> >
> > "Josh Einstein" wrote:
> >
> >> Short of creating a new line of graphics chipsets, no probably nothing
> >> you
> >> can do.
> >>
> >> --
> >> Josh Einstein (Tablet PC MVP)
> >> Einstein Technologies
> >> Tablet Enhancements for Outlook - Try it free: www.tabletoutlook.com
> >>
> >>
> >> "Ravi" <Ravi@discussions.microsoft.com> wrote in message
> >> news:8B150DB6-5A82-43B5-911B-32E9C22E6249@microsoft.com...
> >> > Hello
> >> > well normally while rotating a screen a black flicker appears on the
> >> > screen.
> >> > When trying to rotate screen with changedisplaysettings api the screen
> >> > gets
> >> > rotated but a flicker is there so can anybody tell me some way to
> >> > remove
> >> > that
> >> > black flicker?
> >>

>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 11-20-2007, 01:00 PM
Chris H
Tablet PC Guest
 
Posts: n/a
Re: Flicker in Screen Rotation

You are not going to be able to correct what you perceive as an issue. It
might be better to contact the manufacturer of your Tablet PC and talk with
their tech support people, or get in touch with the manufacturer of your
graphics card and complain to them.
--
Chris H.
Microsoft Windows MVP/Tablet PC
Tablet Creations - http://nicecreations.us/
http://forums.mobilepcworld.net
Associate Expert
Expert Zone - www.microsoft.com/windowsxp/expertzone

"Ravi" <Ravi@discussions.microsoft.com> wrote in message
news:78B6B6AC-1022-47BE-9E6F-94C8314329C7@microsoft.com...
> Well I am talking about handheld devices equipped with windows embedded
> xp.I
> am using API
> int iRet=ChangeDisplaySettingsEx(NULL,&dm,NULL,0,NULL) ;
>
> It works but with a flicker
> then i tried
> LONG iRet =
> ChangeDisplaySettingsEx(dm.dmdevicename,&dm,NULL,C DS_VIDEOPARAMETERS,&test);
>
> but it resulted -5 as an error(DISP_CHANGE_BADPARAM)
>
> I am doing whole programming VS 2005 as embedded xp as an base operating
> system.
>
> Also
> EnumDisplayDevices(dm.dmDeviceName,1,&device,0);
> the window is popped up with message
>
> Unhandled exception at 0x00000000 in SCREENROTATION.exe: 0xC0000005:
> Access
> violation reading location 0x00000000.
>
> So what should be device name.
>
> please help me
> --
> hello
>
>
> "Josh Einstein" wrote:
>
>> If you're looking for some kind of registry setting then you're not going
>> to
>> find it. If nothing else, you'd have to create a graphics driver which
>> you
>> can't do (legitimately) since you don't make graphics hardware. But even
>> then, if it's a behavior of the video card then a driver won't help you
>> either. Changing screen orientation, with most modern hardware, is a
>> hardware operation. It's not simply software running on the CPU that's
>> rotating the pixels, otherwise that would be unbearably slow with as many
>> pixels as are packed into today's displays. Every device I have ever
>> seen,
>> other than the iphone, blanks the screen briefly during a screen mode
>> change.
>>
>> --
>> Josh Einstein (Tablet PC MVP)
>> Einstein Technologies
>> Tablet Enhancements for Outlook - Try it free: www.tabletoutlook.com
>>
>>
>> "Ravi" <Ravi@discussions.microsoft.com> wrote in message
>> news:3D7044C2-61ED-4C28-8E13-9719B73CAAFC@microsoft.com...
>> >I am sorry but ,surely there is some way out to remove that flicker.
>> > As there are lots of devices available in the market which have got
>> > this
>> > feature of rotating screen either manually or automatically.
>> >
>> > Thanks for you'r Reply but in case u have some suggetions please post
>> > it
>> >
>> > Thanks
>> > Ravi
>> > --
>> > hello
>> >
>> >
>> > "Josh Einstein" wrote:
>> >
>> >> Short of creating a new line of graphics chipsets, no probably nothing
>> >> you
>> >> can do.
>> >>
>> >> --
>> >> Josh Einstein (Tablet PC MVP)
>> >> Einstein Technologies
>> >> Tablet Enhancements for Outlook - Try it free: www.tabletoutlook.com
>> >>
>> >>
>> >> "Ravi" <Ravi@discussions.microsoft.com> wrote in message
>> >> news:8B150DB6-5A82-43B5-911B-32E9C22E6249@microsoft.com...
>> >> > Hello
>> >> > well normally while rotating a screen a black flicker appears on the
>> >> > screen.
>> >> > When trying to rotate screen with changedisplaysettings api the
>> >> > screen
>> >> > gets
>> >> > rotated but a flicker is there so can anybody tell me some way to
>> >> > remove
>> >> > that
>> >> > black flicker?
>> >>

>>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 11-21-2007, 06:00 AM
Ravi
Tablet PC Guest
 
Posts: n/a
Re: Flicker in Screen Rotation

I think the things can be done and that is for sure.

Ok Please tell me that
when we are making any changes in display settings there is a flicker or not
in windows embedded ce.

When we right click on DESKTOP then go to PROPERTIES then SETTINGS and
changing SCREEN RESOLUTION so then is there any flickering in windows
embedded ce or windows embedded xp.

i am using enumdisplaydevice to get device name
then enumdisplaysettings for getting display settings

VIDEOPARAMETERS test;
test.dwFlickerFilter = 1000;

then ChangeDisplaySettingsEx(device.DeviceName, &dm, NULL,
CDS_VIDEOPARAMETERS | CDS_UPDATEREGISTRY,&test);
to change display settings.
but the things are not working out.

All of the steps are taken in windows xp and coding is done in VS 2005
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 11-21-2007, 06:10 AM
Josh Einstein
Tablet PC Guest
 
Posts: n/a
Re: Flicker in Screen Rotation

First, you're posting in the wrong newsgroup. This is a Tablet PC newsgroup,
not a developer newsgroup for Windows Embedded. Second, you've been given
two opinions that state you're S.O.L. Restating the request is not going to
get you a different opinion.

--
Josh Einstein (Tablet PC MVP)
Einstein Technologies
Tablet Enhancements for Outlook - Try it free: www.tabletoutlook.com


"Ravi" <Ravi@discussions.microsoft.com> wrote in message
news:6CE01704-9822-46D3-BA4A-28CA65942D76@microsoft.com...
>I think the things can be done and that is for sure.
>
> Ok Please tell me that
> when we are making any changes in display settings there is a flicker or
> not
> in windows embedded ce.
>
> When we right click on DESKTOP then go to PROPERTIES then SETTINGS and
> changing SCREEN RESOLUTION so then is there any flickering in windows
> embedded ce or windows embedded xp.
>
> i am using enumdisplaydevice to get device name
> then enumdisplaysettings for getting display settings
>
> VIDEOPARAMETERS test;
> test.dwFlickerFilter = 1000;
>
> then ChangeDisplaySettingsEx(device.DeviceName, &dm, NULL,
> CDS_VIDEOPARAMETERS | CDS_UPDATEREGISTRY,&test);
> to change display settings.
> but the things are not working out.
>
> All of the steps are taken in windows xp and coding is done in VS 2005


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tecra M4 Screen Rotation. Scott Vista Hardware 1 04-12-2007 06:17 AM
screen rotation Herm R.R. Windows Vista 2 02-21-2007 06:30 AM
Disable screen rotation dbouton@fuse.net Windows XP 4 02-12-2007 07:48 AM
M 205 & Screen Rotation bprinzhorn Tablet PC - Toshiba 2 01-29-2005 09:29 AM
Disable screen rotation Ted Weatherly Windows XP Tablet PC Newsgroup 1 06-05-2004 12:25 PM


All times are GMT -8. The time now is 07:17 PM.


2003 - 2008 All Rights Reserved. Technology Questions

SEO by vBSEO 3.1.0