Displaying 20 results from an estimated 50 matches for "h_sync".
Did you mean:
_sync
2004 Jun 20
2
[PATCH] fixup journal-related ifdef mess
...ion now */
- retval->k_handle = ocfs_journal_start(journal, max_buffs);
+ retval->k_handle = journal_start(journal, max_buffs);
if (IS_ERR(retval->k_handle)) {
up_read(&osb->journal->trans_barrier);
@@ -411,7 +419,7 @@
/* actually stop the transaction. if we've set h_sync,
* it'll have been commited when we return */
- retval = ocfs_journal_stop(kern_handle);
+ retval = journal_stop(kern_handle);
if (retval < 0) {
LOG_ERROR_STATUS(retval);
LOG_ERROR_STR("Could not commit transaction");
@@ -583,7 +591,7 @@
/* want to force our handle to...
2016 May 05
6
CentOS 7 and 4K display
I installed C7 along with MATE desktop...
My monitor is a 4K unit but when I goto the
System -> preferences -> hardware -> Displays
there is selection for the 4K display. It stops at 1920x1080.
The var log x file shows the 4K resolutions in the file so that is good.
How do I get the selections for 4K to show up?
Thanks,
Jerry
2016 Jul 08
0
Help with nouveau driver
...20 vsize 1080 refresh: 60
vid: 49361
[ 4.689] (II) NOUVEAU(0): #5: hsize: 1280 vsize 720 refresh: 60
vid: 49281
[ 4.689] (II) NOUVEAU(0): Supported detailed timing:
[ 4.689] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 509 x 286 mm
[ 4.689] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end
2052 h_blank_end 2200 h_border: 0
[ 4.689] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end
1089 v_blanking: 1125 v_border: 0
[ 4.689] (II) NOUVEAU(0): Ranges: V min: 50 V max: 76 Hz, H min: 30
H max: 83 kHz, PixClock max 175 MHz
[ 4.689] (II) NOUVEAU(0): Moni...
2009 Nov 27
4
[Bug 25319] New: KSnapshot in allocation mode crashes X
http://bugs.freedesktop.org/show_bug.cgi?id=25319
Summary: KSnapshot in allocation mode crashes X
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2016 May 06
0
CentOS 7 and 4K display
...sing the NOUVEAU at this time
| What connector are you using (DVI, Display Port, HDMI)?
HDMI
| Does it work at 4k with Gnome, or KDE?
Yes has worked under Gnome
The /var/log/X log file shows it present from the monitor.
grep 3840 /var/log/Xorg.0.log
[ 6.540] (II) NOUVEAU(0): h_active: 3840 h_sync: 3888 h_sync_end 3920
h_blank_end 4000 h_border: 0
[ 6.540] (II) NOUVEAU(0): h_active: 3840 h_sync: 4016 h_sync_end 4104
h_blank_end 4400 h_border: 0
[ 6.996] (II) NOUVEAU(0): Modeline "3840x2160"x0.0 533.25 3840 3888
3920 4000 2160 2163 2168 2222 +hsync -vsync (133.3 kHz eP...
2016 Jul 08
1
Help with nouveau driver
...20 vsize 1080 refresh: 60
vid: 49361
[ 4.689] (II) NOUVEAU(0): #5: hsize: 1280 vsize 720 refresh: 60
vid: 49281
[ 4.689] (II) NOUVEAU(0): Supported detailed timing:
[ 4.689] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 509 x 286 mm
[ 4.689] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end
2052 h_blank_end 2200 h_border: 0
[ 4.689] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end
1089 v_blanking: 1125 v_border: 0
[ 4.689] (II) NOUVEAU(0): Ranges: V min: 50 V max: 76 Hz, H min: 30
H max: 83 kHz, PixClock max 175 MHz
[ 4.689] (II) NOUVEAU(0): Moni...
2016 Sep 21
2
Quadro 4000 with iiyama B2783QSU should be 2560x1440 but detected as 1920x1080.
Hi, Distribution: openSUSE 42.2 Beta, Kernel: 4.4. The box is a Dell
Precision T7500 with an nVidia Quadro 4000 card and a displayport
connected iiyama B2783QSU 2560x1440 monitor identified as DP-1.
Problem: The monitor is detected as 1920x1080 and not 2560x1440. See Xorg
log file at http://rogerprice.org/Xorg.0.log . There is no file
/etc/X11/xorg.conf and in the directory
2003 Jan 16
0
[PATCH] Using qstr in ext3_get_parent()
...frames, &err);
if (!frame)
return err;
entries = frame->entries;
@@ -1955,7 +1952,7 @@
}
retval = -ENOENT;
- bh = ext3_find_entry (dentry, &de);
+ bh = ext3_find_entry (dir, &dentry->d_name, &de);
if (!bh)
goto end_rmdir;
@@ -2019,7 +2016,7 @@
handle->h_sync = 1;
retval = -ENOENT;
- bh = ext3_find_entry (dentry, &de);
+ bh = ext3_find_entry (dir, &dentry->d_name, &de);
if (!bh)
goto end_unlink;
@@ -2177,7 +2174,7 @@
if (IS_DIRSYNC(old_dir) || IS_DIRSYNC(new_dir))
handle->h_sync = 1;
- old_bh = ext3_find_entry (old_de...
2016 May 06
2
CentOS 7 and 4K display
...connector are you using (DVI, Display Port, HDMI)?
> HDMI
>
> | Does it work at 4k with Gnome, or KDE?
> Yes has worked under Gnome
>
> The /var/log/X log file shows it present from the monitor.
> grep 3840 /var/log/Xorg.0.log
> [ 6.540] (II) NOUVEAU(0): h_active: 3840 h_sync: 3888 h_sync_end 3920
> h_blank_end 4000 h_border: 0
> [ 6.540] (II) NOUVEAU(0): h_active: 3840 h_sync: 4016 h_sync_end 4104
> h_blank_end 4400 h_border: 0
> [ 6.996] (II) NOUVEAU(0): Modeline "3840x2160"x0.0 533.25 3840 3888
> 3920 4000 2160 2163 2168 2222 +h...
2012 May 04
1
NV43: Native resolution not available on Dell 2007FP
...00 vsize 1200 refresh: 60 vid: 16553
[ 4677.074] (II) NOUVEAU(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 4677.074] (II) NOUVEAU(0): Supported detailed timing:
[ 4677.074] (II) NOUVEAU(0): clock: 162.0 MHz Image Size: 367 x 275 mm
[ 4677.074] (II) NOUVEAU(0): h_active: 1600 h_sync: 1664 h_sync_end 1856 h_blank_end 2160 h_border: 0
[ 4677.074] (II) NOUVEAU(0): v_active: 1200 v_sync: 1201 v_sync_end 1204 v_blanking: 1250 v_border: 0
[ 4677.074] (II) NOUVEAU(0): Serial No: Y992365P0DAS
[ 4677.074] (II) NOUVEAU(0): Monitor name: DELL 2007FP
[ 4677.074] (II) NOUVEAU(0): Ra...
2005 Jan 04
0
[PATCH] BUG on error handlings in Ext3 under I/O failure condition
...9-pre3-bk2_fix/fs/jbd/transaction.c
--- linux-2.4.29-pre3-bk2/fs/jbd/transaction.c 2004-08-08
08:26:05.000000000 +0900
+++ linux-2.4.29-pre3-bk2_fix/fs/jbd/transaction.c 2005-01-04
19:58:32.000000000 +0900
@@ -1484,7 +1484,7 @@
* to wait for the commit to complete.
*/
if (handle->h_sync && !(current->flags & PF_MEMALLOC))
- log_wait_commit(journal, tid);
+ err = log_wait_commit(journal, tid);
}
kfree(handle);
return err;
@@ -1509,7 +1509,7 @@
goto out;
}
handle->h_sync = 1;
- journal_stop(handle);
+ ret = journal_stop(handle);
out:
unl...
2016 Sep 21
0
Quadro 4000 with iiyama B2783QSU should be 2560x1440 but detected as 1920x1080.
...quot; 241.50 2560 2608 2640 2720 1440 1443 1448
1481 +hsync -vsync
This matches your monitor's detailed timings:
[ 55.220] (II) NOUVEAU(0): Supported detailed timing:
[ 55.220] (II) NOUVEAU(0): clock: 241.5 MHz Image Size: 597 x 336 mm
[ 55.220] (II) NOUVEAU(0): h_active: 2560 h_sync: 2608 h_sync_end
2640 h_blank_end 2720 h_border: 0
[ 55.220] (II) NOUVEAU(0): v_active: 1440 v_sync: 1443 v_sync_end
1448 v_blanking: 1481 v_border: 0
Not sure why a 2560x1440 modeline isn't being advertised in EDID -
perhaps the monitor is in some "safe" setting where that'...
2020 Jul 10
0
X11 issue on CentOS 8
...49 devgeisC8 /usr/libexec/gdm-x-session[2010]: (II) intel(0):
Supported detailed timing:
Jul 9 20:33:49 devgeisC8 /usr/libexec/gdm-x-session[2010]: (II) intel(0):
clock: 297.0 MHz Image Size: 621 x 341 mm
Jul 9 20:33:49 devgeisC8 /usr/libexec/gdm-x-session[2010]: (II) intel(0):
h_active: 3840 h_sync: 4016 h_sync_end 4104 h_blank_end 4400 h_border: 0
Jul 9 20:33:49 devgeisC8 /usr/libexec/gdm-x-session[2010]: (II) intel(0):
v_active: 2160 v_sync: 2168 v_sync_end 2178 v_blanking: 2250 v_border: 0
Jul 9 20:33:49 devgeisC8 /usr/libexec/gdm-x-session[2010]: (==) Using
config directory: "/...
2018 Sep 23
2
Strange monitor behavior on forced DVI-D output
On Sun, Sep 23, 2018 at 12:26 PM, Wolfgang Rißler <wolle321 at freenet.de> wrote:
> I try to send a friendly ping to my problem.
> At the moment I'm running at 1600x1200 (monitor than has 1600x1200
> too), what looks better then 1920x1200 picture on that Monitor with
> 960x1200.
> I cant get 1920x1200 working, but I'm shure, that the monitor has this
> native
2016 Jan 06
1
No GUI with CentOS-7.2
Sylvain CANOINE wrote:
> Could you share your whole Xorg.0.log ? Do you use a custom xorg.conf, or
> custom xorg.conf.d files ? Opensource Ati driver, ou proprietary blobs ?
Thank you for your interest.
I am running CentOS-7 installed from CentOS-7-x86_64-LiveKDE-1503.iso
and later upgraded to CentOS-7.2.
The only packages I have installed have been from CentOS and Epel repos.
I'm sure
2020 Jul 09
2
X11 issue on CentOS 8
I have files in /etc/X11/xorg.conf.d
rw-r--r--. 1 silentm silentm 311 Jul 9 13:25 00-keyboard.conf
-rw-r--r--. 1 silentm silentm 328 Jul 9 14:28 01-display.conf
This is my 01-display.conf
# This file goes into /etc/X11/xorg.conf.d
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
2018 Sep 23
0
Strange monitor behavior on forced DVI-D output
...VEAU(0): blueX: 0.155 blueY: 0.155 whiteX: 0.313 whiteY: 0.329
[ 17.636] (II) NOUVEAU(0): Manufacturer's mask: 0
[ 17.636] (II) NOUVEAU(0): Supported detailed timing:
[ 17.636] (II) NOUVEAU(0): clock: 161.6 MHz Image Size: 367 x 230 mm
[ 17.636] (II) NOUVEAU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2208 h_border: 0
[ 17.636] (II) NOUVEAU(0): v_active: 1200 v_sync: 1202 v_sync_end 1208 v_blanking: 1220 v_border: 0
[ 17.636] (II) NOUVEAU(0): Unknown vendor-specific block f
[ 17.636] (II) NOUVEAU(0): SAMSUNG
[ 17.636] (II) NOUVEAU(0): 170CT02-00...
2005 Aug 25
3
dell sc420 connect to LCD 32" at 1366x768
Hi,
I am attempting to connect my dell SC420 to a 32" LCD at 1366x768.
I have attached my currect config file and currect X start log.
How do I massage the xorf file to run at the native resolution of the LCD?
It currently runs but is in a virtual mode. The screen scrolls.
Any help is appreciated. I am using Centos 4.1.
Jerry
-------------- next part --------------
An embedded and
2005 Aug 15
3
[-mm PATCH 2/32] fs: fix-up schedule_timeout() usage
...-rc5-mm1/fs/jbd/transaction.c 2.6.13-rc5-mm1-dev/fs/jbd/transaction.c
--- 2.6.13-rc5-mm1/fs/jbd/transaction.c 2005-08-07 10:05:22.000000000 -0700
+++ 2.6.13-rc5-mm1-dev/fs/jbd/transaction.c 2005-08-10 15:03:33.000000000 -0700
@@ -1340,8 +1340,7 @@ int journal_stop(handle_t *handle)
if (handle->h_sync) {
do {
old_handle_count = transaction->t_handle_count;
- set_current_state(TASK_UNINTERRUPTIBLE);
- schedule_timeout(1);
+ schedule_timeout_uninterruptible(1);
} while (old_handle_count != transaction->t_handle_count);
}
diff -urpN 2.6.13-rc5-mm1/fs/lockd/clntproc.c 2.6.1...
2010 Aug 04
6
[PATCH -v2 0/3] jbd2 scalability patches
This version fixes three bugs in the 2nd patch of this series that
caused kernel BUG when the system was under race. We weren't accounting
with t_oustanding_credits correctly, and there were race conditions
caused by the fact the I had overlooked the fact that
__jbd2_log_wait_for_space() and jbd2_get_transaction() requires
j_state_lock to be write locked.
Theodore Ts'o (3):
jbd2: Use