search for: fbioblank

Displaying 11 results from an estimated 11 matches for "fbioblank".

Did you mean: fb_blank
2016 Aug 25
1
Fail on start x server
...> >> > > >> > Recently buy an lenovo laptop (110 Ideapad 14IBR). Install (with > >> problems) > >> > Centos 7, but when start the first time, get the fail screen. Then, I > >> try > >> > to start the x server (startx) get the error: FBIOBLANK invalid > >> argument. > >> > > >> > This laptop have an Intel HD graphics 400 and a Intel Celeron N3060; > >> > googling , I concluded that is a fail in the driver, but don?t know > >> how > >> > resolve. Please help me. > >&g...
2016 Aug 25
4
Fail on start x server
Good Day. Recently buy an lenovo laptop (110 Ideapad 14IBR). Install (with problems) Centos 7, but when start the first time, get the fail screen. Then, I try to start the x server (startx) get the error: FBIOBLANK invalid argument. This laptop have an Intel HD graphics 400 and a Intel Celeron N3060; googling , I concluded that is a fail in the driver, but don?t know how resolve. Please help me. Sorry For my English. Best regards.
2016 Aug 25
4
Fail on start x server
...t; escribi?: > Edwin Agudelo wrote: > > Good Day. > > > > Recently buy an lenovo laptop (110 Ideapad 14IBR). Install (with > problems) > > Centos 7, but when start the first time, get the fail screen. Then, I try > > to start the x server (startx) get the error: FBIOBLANK invalid argument. > > > > This laptop have an Intel HD graphics 400 and a Intel Celeron N3060; > > googling , I concluded that is a fail in the driver, but don?t know how > > resolve. Please help me. > > > Big question: what did you install? Server, workstation, min...
2010 Jul 27
6
Xen vnc on pv domU
I want use xen vnc also on pv domU linux, i have try with this 2 domU without result: - Lenny created with xen-tools 4.2 beta 1 - Lucid created with new metod similar to cd DomO is: Lenny with Xen 4.0.1-rc3-pre (changeset 21209) and kernel xen/stable-2.6.32.x (commit 01d9fbca207ec232c758d991d66466fc6e38349e) Someone can help me please? -- View this message in context:
2016 Aug 25
0
Fail on start x server
Edwin Agudelo wrote: > Good Day. > > Recently buy an lenovo laptop (110 Ideapad 14IBR). Install (with problems) > Centos 7, but when start the first time, get the fail screen. Then, I try > to start the x server (startx) get the error: FBIOBLANK invalid argument. > > This laptop have an Intel HD graphics 400 and a Intel Celeron N3060; > googling , I concluded that is a fail in the driver, but don?t know how > resolve. Please help me. > Big question: what did you install? Server, workstation, minimal? > Sorry For my Engl...
2016 Aug 25
0
Fail on start x server
On 8/25/2016 11:14 AM, Edwin Agudelo wrote: > Recently buy an lenovo laptop (110 Ideapad 14IBR). Install (with problems) > Centos 7, but when start the first time, get the fail screen. Then, I try > to start the x server (startx) get the error: FBIOBLANK invalid argument. > > > > This laptop have an Intel HD graphics 400 and a Intel Celeron N3060; > googling , I concluded that is a fail in the driver, but don?t know how > resolve. Please help me. output of `dmesg`, at least anything related to the graphics, probably would help....
2016 Aug 25
0
Fail on start x server
...wrote: >> > Good Day. >> > >> > Recently buy an lenovo laptop (110 Ideapad 14IBR). Install (with >> problems) >> > Centos 7, but when start the first time, get the fail screen. Then, I >> try >> > to start the x server (startx) get the error: FBIOBLANK invalid >> argument. >> > >> > This laptop have an Intel HD graphics 400 and a Intel Celeron N3060; >> > googling , I concluded that is a fail in the driver, but don?t know >> how >> > resolve. Please help me. >> > >> Big question: what...
2015 Oct 26
0
[ANNOUNCE] xorg-server 1.17.99.902 (1.18 RC2)
...Dima Ryazanov (3):       xwayland: Remove a useless out-of-memory check       xwayland: Destroy xwl_output when wl_output gets removed       xwayland: Remove the output from the list after destroying it Egbert Eich (4):       randr: Remove senseless checks for xf86RandR12Key       fbdevhw: Disable FBIOBLANK ioctl if not supported       libxf86config: Remove       libxf86config: libxf86config_internal -> libxf86config Emil Velikov (3):       glamor: explicitly check for GL_OES_EGL_image       glamor: move GL_OES_EGL_image check next to EGL_EXT_image_dma_buf_import       glamor: move 'dri3_capab...
2011 Jan 20
1
[PATCH] change acquire/release_console_sem() to console_lock/unlock()
...; ret = fb_pan_display(info, &var); - release_console_sem(); + console_unlock(); unlock_fb_info(info); if (ret == 0 && copy_to_user(argp, &var, sizeof(var))) return -EFAULT; @@ -1119,11 +1119,11 @@ static long do_fb_ioctl(struct fb_info *info, unsigned int cmd, case FBIOBLANK: if (!lock_fb_info(info)) return -ENODEV; - acquire_console_sem(); + console_lock(); info->flags |= FBINFO_MISC_USEREVENT; ret = fb_blank(info, arg); info->flags &= ~FBINFO_MISC_USEREVENT; - release_console_sem(); + console_unlock(); unlock_fb_info(info); break;...
2011 Jan 20
1
[PATCH] change acquire/release_console_sem() to console_lock/unlock()
...; ret = fb_pan_display(info, &var); - release_console_sem(); + console_unlock(); unlock_fb_info(info); if (ret == 0 && copy_to_user(argp, &var, sizeof(var))) return -EFAULT; @@ -1119,11 +1119,11 @@ static long do_fb_ioctl(struct fb_info *info, unsigned int cmd, case FBIOBLANK: if (!lock_fb_info(info)) return -ENODEV; - acquire_console_sem(); + console_lock(); info->flags |= FBINFO_MISC_USEREVENT; ret = fb_blank(info, arg); info->flags &= ~FBINFO_MISC_USEREVENT; - release_console_sem(); + console_unlock(); unlock_fb_info(info); break;...
2011 Jan 20
1
[PATCH] change acquire/release_console_sem() to console_lock/unlock()
...; ret = fb_pan_display(info, &var); - release_console_sem(); + console_unlock(); unlock_fb_info(info); if (ret == 0 && copy_to_user(argp, &var, sizeof(var))) return -EFAULT; @@ -1119,11 +1119,11 @@ static long do_fb_ioctl(struct fb_info *info, unsigned int cmd, case FBIOBLANK: if (!lock_fb_info(info)) return -ENODEV; - acquire_console_sem(); + console_lock(); info->flags |= FBINFO_MISC_USEREVENT; ret = fb_blank(info, arg); info->flags &= ~FBINFO_MISC_USEREVENT; - release_console_sem(); + console_unlock(); unlock_fb_info(info); break;...