|
|
#1 | |
|
Registered User
Join Date: Mar 2009
Posts: 10
|
Hello Nv forum,
I have tried three different versions of the Nvidia display driver on my PClinuxOS 2009.1 distribution and I keep getting this message whenever I try to view the X Server Display Configuration window in the Nvidia control panel: Unable to load X Server Display Configuration page The three versions I have tried are Nvidia current, Nvidia 173.xx, and Nvidia 180.29 and I am using the Geforce 7600 GT graphics card. Everything else shows up fine and the display driver works fine with the proper resolution so my xorg.conf must be configured correctly. I have discovered that some people have had this same problem due to a bug in one specific version of the display driver that was resolved in the next release: http://nvnews.net/vbulletin/showthread.php?t=113934 and the fix for their problem was to use "LANG=C nvidia-settings" but this did not fix my problem. I believe my problem is caused by something else since my problem persists with three different versions of the Nvidia display driver. I would like to gain access to this window in order to configure TV out. Can anyone help me resolve this? Thanks in advance, Roy |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Sep 2007
Location: Hungary
Posts: 92
|
Try to strace to find out what fails:
Quote:
|
|
|
|
|
|
|
#3 |
|
Registered Fox
Join Date: Oct 2007
Location: Confoederatio Helvetica
Posts: 530
|
Please post your xorg.conf as well, maybe we see whether it might be the parser that fails, and why.
Fuchs |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Mar 2009
Posts: 10
|
Here is my xorg.conf file:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder57) Thu Jul 17 18:39:19 PDT 2008 # File generated by XFdrake (rev 242880) # ************************************************** ******************** # Refer to the xorg.conf man page for details about the format of # this file. # ************************************************** ******************** Section "ServerLayout" Identifier "layout1" Screen "screen1" 0 0 InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" EndSection Section "Module" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "type1" Load "freetype" Load "glx" # 3D layer EndSection Section "ServerFlags" #DontZap # disable <Ctrl><Alt><BS> (server abort) # allows the server to start up even if the mouse does not work #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching) Option "allowmouseopenfail" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" Option "XkbOptions" "compose:rwin" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/mouse" EndSection Section "Monitor" # Monitor preferred modeline (60.0 Hz vsync, 74.0 kHz hsync, ratio 16/10) Identifier "monitor1" VendorName "Plug'n Play" ModelName "L246WP" HorizSync 30.0 - 83.0 VertRefresh 56.0 - 75.0 ModeLine "1920x1200" 154 1920 1968 2000 2080 1200 1203 1209 1235 -hsync +vsync ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630 ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616 EndSection Section "Device" Identifier "device1" Driver "nvidia" VendorName "nVidia Corporation" BoardName "NVIDIA GeForce 6100 and later" EndSection Section "Screen" Identifier "screen1" Device "device1" Monitor "monitor1" Option "DPMS" Option "DynamicTwinView" "false" SubSection "Display" Modes "1920x1200" "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubSection SubSection "Display" Depth 15 Modes "1920x1200" "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubSection SubSection "Display" Depth 16 Modes "1920x1200" "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubSection SubSection "Display" Depth 24 Modes "1920x1200" "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240" EndSubSection EndSection Section "Extensions" Option "Composite" EndSection |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Mar 2009
Posts: 10
|
Here is the result of running LANG=C strace -s 100 nvidia-settings but I could only grab part of it because of the terminal window's maxed out buffer (I'm guessing about that).
("/home/roy/.icons/default/cursors/xterm", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/roy/.icons/default/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/icons/default/cursors/xterm", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/icons/default/index.theme", O_RDONLY) = 6 fstat64(6, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5fdd000 read(6, "[Icon Theme]\nInherits=whiteglass\n", 4096) = 33 close(6) = 0 munmap(0xb5fdd000, 4096) = 0 open("/usr/share/pixmaps/default/cursors/xterm", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/roy/.icons/whiteglass/cursors/xterm", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/roy/.icons/whiteglass/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/icons/whiteglass/cursors/xterm", O_RDONLY) = 6 fstat64(6, {st_mode=S_IFREG|0644, st_size=38052, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5fdd000 ead(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) select(5, [4], [4], NULL, NULL) = 1 (out [4]) writev(4, [{"\24\0\6\0\3\0 \3U\1\0\0\6\0\0\0\0\0\0\0\377\377\377\177", 24}], 1) = 24 select(5, [4], [], NULL, NULL) = 1 (in [4]) read(4, "\1 c\2\1\0\0\0\6\0\0\0\0\0\0\0\1\0\0\0\10\325\24\10|9 \"\10\220~\255\277\0\0\0\0", 4096) = 36 read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) select(5, [4], [4], NULL, NULL) = 1 (out [4]) writev(4, [{"\21\0\2\0\6\1\0\0", 8}], 1) = 8 select(5, [4], [], NULL, NULL) = 1 (in [4]) read(4, "\1\266d\2\6\0\0\0\27\0\0\0\0\20\0\0\10\325\24\10| 9\"\10\220~\255\277\250~\255\277_KDE_NET_WM_FRAME_ STRUT\1", 4096) = 56 read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) select(5, [4], [4], NULL, NULL) = 1 (out [4]) writev(4, [{"\21\0\2\0u\1\0\0", 8}], 1) = 8 select(5, [4], [], NULL, NULL) = 1 (in [4]) read(4, "\1\266e\2\6\0\0\0\27\0\0\0\0\20\0\0\10\325\24\10| 9\"\10\220~\255\277\250~\255\277_NET_WM_ALLOWED_AC TIONS\1", 4096) = 56 read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) select(5, [4], [4], NULL, NULL) = 1 (out [4]) writev(4, [{"\24\0\6\0\3\0 \3\375\0\0\0\4\0\0\0\0\0\0\0\377\377\377\177", 24}], 1) = 24 select(5, [4], [], NULL, NULL) = 1 (in [4]) read(4, "\1 f\2\0\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\10\325\24\10|9 \"\10\220~\255\277", 4096) = 32 read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) select(5, [4], [4], NULL, NULL) = 1 (out [4]) writev(4, [{"\21\0\2\0u\0\0\0", 8}], 1) = 8 select(5, [4], [], NULL, NULL) = 1 (in [4]) read(4, "\1\266g\2\2\0\0\0\10\0\0\0\0\20\0\0\10\325\24\10| 9\"\10\220~\255\277\250~\255\277WM_STATE", 4096) = 40 read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) select(5, [4], [4], NULL, NULL) = 1 (out [4]) writev(4, [{"*\2\3\0\4\0 \3YJP\0+\0\1\0", 16}], 1) = 16 read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) select(5, [4], [4], NULL, NULL) = 1 (out [4]) select(5, [4], [4], NULL, NULL) = 1 (out [4]) writev(4, [{"\236\32\7\0\3\0 \3\240\0 \3\220\220\7\223\220\220f\346\f\1\307\0\1\0\1\0\23 6\32\7\0\3\0 \3\240\0 \3o\332\363\332o\332f\346\f\1\312\0\2\0\2\0\236\32 \7\0\3\0 \3\240\0 \3\220\220\7\223\220\220f"..., 4048}, {"\236\24\25\0\244\0 \3\1\0\0\0R\0\0\0\7\0\7\0\0\0\7\0\10\0\0\0\0\26\25 6\361\354\223\6\0\0\272\250\n\27\316\207\0\24\377! \0\0S\343\0,\377\3\0\0004\373\0\25\377!\0\0R\343\0 \0\273\246\t\26\314\210"..., 84}], 2) = 4132 brk(0x8a43000) = 0x8a43000 select(5, [4], [4], NULL, NULL) = 1 (out [4]) writev(4, [{"\236\24\27\0\244\0 \3\1\0\0\0U\0\0\0\5\0\10\0\0\0\10\0\5\0\0\0\0\0\0\ 0\4\0\0\0000\377]\336\334\0\0\0000\377\233\t\t\0\0\0000\377\33\0\0\ 0\0\0000\377\0\0\0\0\0\0000\377\0\0\0\0\0\0000\377 \0\0"..., 4060}, {"\236\27\16\0\3\0 \3\243\0 \3\240\0 \3N\1\0\0\244\0 \3\271\1)\1\23w\0\0\271\1)\1\24\21\27\21\23\21\34\ 23\3\v\24\23\27\23\23\23\34\23\f\0", 56}], 2) = 4116 select(5, [4], [4], NULL, NULL) = 1 (out [4]) writev(4, [{"8\27\4\0\t\0 \3\0\0\10\0\0\0\0\0\236\6\5\0\240\0 \3\0\0\0\0\25\1\35\1\225\0\20\0\236\24\33\0\244\0 \3\1\0\0\0G\0\0\0\7\0\n\0\0\0\n\0\10\0\0\0\0\0\0\0 \0000\377\0\0\0\0\0\0000\377\0\0\0\0\0\000"..., 3296}, {"\236\n\330\0\f\0 \3\251\0 \3\262\0 \3N\1\0\0\330\1o\1\0\200\2\0\0\0\23\0\0\0\0\0\0\20 0\2\0\0\0\0\0\0\0\23\0\0\0\1\0\0\200\2\0\0\0\1\0\0 \0\23\0\0\0\0\0\0\'\0\0\0\200\2\0\0\0\0\0\0\267\1\ 0\0\'"..., 864}], 2) = 4160 select(5, [4], [4], NULL, NULL) = 1 (out [4]) writev(4, [{"\236\10\t\0\5\0 \3\254\0 \3\0\0\0\0\262\0 \3\0\0\0\0\0\0\0\0\0\0\0\0`\0\23\0005 \4\0\263\0 \3\237\0 \3\1\0\1\0\236\4\5\0\264\0 \3\263\0 \3P\1\0\0\0\0\0\0\236\5\4\0\264\0 \3@\0\0\0\0\0\0\0\236"..., 1116}, {"\236\n:\3\3\0 \3\270\0 \3\240\0 \3N\1\0\0\3\0\0\0\0\0l\1\0\0m\1\0\200\332\1\0\0l\1 \0\200\332\1\0\0m\1\0\2007\2\0\0l\1\0\2007\2\0\0m\ 1\0\0l\1\0<l\1\0\2007\2\0\0l\1\0\2007\2\0\0m\1\0\2 007\2\0\0"..., 3304}], 2) = 4420 select(5, [4], [4], NULL, NULL) = 1 (out [4]) writev(4, [{"\236\6\5\0\240\0 \3\0\0\0\0\373\1p\1\34\0\20\0\236\7\2\0\270\0 \0036\7\2\0\267\0 \3\236\24\31\0\244\0 \3\1\0\0\0+\0\0\0\10\0\t\0\0\0\t\0\t\0\0\0000\377\ 0\0\0\0000\3770\377\0\0\0\0000\3770\377"..., 4076}, {"\236\n:\3\3\0 \3\305\0 \3\240\0 \3N\1\0\0\3\0\0\0\0\0l\1\0\0m\1\0\200C\2\0\0l\1\0\ 200C\2\0\0m\1\0\200\240\2\0\0l\1\0\200\240\2\0\0m\ 1\0\0l\1\0<l\1\0\200\240\2\0\0l\1\0\200\240\2\0\0m \1\0\200"..., 3304}], 2) = 7380 select(5, [4], [4], NULL, NULL) = 1 (out [4]) writev(4, [{"\236\6\5\0\240\0 \3\0\0\0\0e\2p\1\32\0\20\0\236\7\2\0\305\0 \0036\7\2\0\304\0 \3\236\24(\0\244\0 \3\1\0\0\0004\0\0\0\t\0\v\0\0\0\t\0\n\0\0\0\0\0A\3 03\362\357\260\'\0\0\0\0\0F\360V\4\nu\354!\0"..., 4084}, {"8\3\4\0\v\0 \3\0\0\10\0\0\0\0\0", 16}], 2) = 4100 select(5, [4], [4], NULL, NULL) = 1 (out [4]) writev(4, [{"\236\6\5\0\307\0 \3\0\0\0\0\23\0*\0\353\0\25\0\236\27\f\0\3\0 \3\243\0 \3\307\0 \3N\1\0\0\244\0 \3\26\0009\0\n\0K\333\26\0009\0;\0036FUHHQ\3\23Y\0 008\27\4\0\t\0 \3\0\0\10\0\0\0\0\0&\27\2\0$\0"..., 92}], 1) = 92 select(5, [4], [], NULL, NULL) = 1 (in [4]) read(4, "\n\2h\2\3\0 \3\0\321O\10\4\0 \3-\311\10\10\320\321O\10\4\0 \3\0\0\0@\t\0h\2\4\0 \3\0\0\0\0\1\0\0\0\0\0\0\0\220&i\10\20~\'\10\7\0\0 \0\1\2i\2\0\0\0\0\4\0 \3\220~\255\277\250~\255\277\220\217\37"..., 4096) = 160 read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) select(5, [4], [4], NULL, NULL) = 1 (out [4]) writev(4, [{"\236\6\5\0\307\0 \3\0\0\0\0\0\0*\0\20\0\25\0\236\n\20\0\3\0 \3\251\0 \3\307\0 \3N\1\0\0\2\0001\0\0\2001\0\0\2006\0\0\200\2\0\0\2 001\0\0\200\7\0\0\2006\0\0\200\f\0\0\2001\0\0\200\ 7\0\0\2006\0"..., 4056}, {"\236\30\27\0\3\0 \3\243\0 \3\307\0 \3N\1\0\0\244\0 \3\26\0005\1\34\310\0\0\26\0005\1Q\0Y\0L\0G\0L\0D\ 0\20\0V\0H\0W\0W\0L\0Q\0J\0V\0\3\0&\0R\0Q\0>\22J\0 X\0U\0D\0W\0L\0R\0Q\0", 92}], 2) = 4148 select(5, [4], [4], NULL, NULL) = 1 (out [4]) writev(4, [{"8\30\4\0\t\0 \3\0\0\10\0\0\0\0\0;\3\5\0\31\0 \3\0\0\0\0\0\0\0\0\377\0^\1>\3\7\0\306\0 \3$\0 \3\31\0 \3\0\0\0\0\0\0\0\0\377\0^\0018\3\4\0\31\0 \3\0\0\10\0\0\0\0\0\236\7\2\0\307\0 \0036\7\2\0\306"..., 96}], 1) = 96 read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) open("/etc/gtk-2.0/gtk.immodules.lib", O_RDONLY|O_LARGEFILE) = 6 fstat64(6, {st_mode=S_IFREG|0644, st_size=1769, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5fdd000 read(6, "# GTK+ Input Method Modules file\n# Automatically generated file, do not edit\n# Created by /usr/lib/g"..., 4096) = 1769 read(6, "", 4096) = 0 read(6, "", 4096) = 0 close(6) = 0 munmap(0xb5fdd000, 4096) = 0 read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN, revents=POLLIN}, {fd=5, events=POLLIN}], 2, -1) = 1 read(4, "\34\1R\4\3\0 \3s\1\0\0<KP\0\0sN\10s\1\0\0e\210\33\10\20\0\0\0", 4096) = 32 read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) select(5, [4], [4], NULL, NULL) = 1 (out [4]) writev(4, [{"\21\7\2\0s\1\0\0", 8}], 1) = 8 select(5, [4], [], NULL, NULL) = 1 (in [4]) read(4, "\1\266S\4\6\0\0\0\25\0\0\0\0\20\0\0\10\325\24\10| 9\"\10\220~\255\277\250~\255\277_NET_WM_ICON_GEOME TRY\217\37\10", 4096) = 56 read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN, revents=POLLIN}, {fd=5, events=POLLIN}], 2, -1) = 1 read(4, "\n\3S\4\4\0 \3\0;+\10\7\0\0\3\223\320\10\10 }\'\10\350\346b\10\0\0\0@\n\4S\4\3\0 \3\0\0\0\0\0\0\0@\20\366\6\10\2\0\0\0@;+\10\7\0\0\ 3", 4096) = 64 read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 read(5, 0x81d2664, 4096) = -1 EAGAIN (Resource temporarily unavailable) select(5, [4], [4], NULL, NULL) = 1 (out [4]) writev(4, [{"5\30\4\0\312\0 \3$\0 \3\377\0^\1\236\4\5\0\313\0 \3\312\0 \3R\1\0\0\0\0\0\0\236\5\4\0\313\0 \3@\0\0\0\0\0\0\0\236\32\7\0\3\0 \3\313\0 \3\377\377\377\377\377\377\377\377\0\0\0\0\377\0^\ 1;\3\5"..., 1384}], 1) = 1384 select(5, [4], [], NULL, NULL) = 1 (in [4]) read(4, "\1\1r\4\0\0\0\0\246\1\0\0\0\0\0\0005\5\0\1n\0\313 \376\0\10\"\10\220~\255\277", 4096) = 32 read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) select(5, [4], [4], NULL, NULL) = 1 (out [4]) writev(4, [{"\236\6\5\0\313\0 \3\0\0\0\0\0\0*\0\20\0\25\0\236\n\20\0\3\0 \3\251\0 \3\313\0 \3N\1\0\0\2\0001\0\0\2001\0\0\2006\0\0\200\2\0\0\2 001\0\0\200\7\0\0\2006\0\0\200\f\0\0\2001\0\0\200\ 7\0\0\2006\0"..., 3188}], 1) = 3188 read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) read(4, 0x81ba7d4, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll( |
|
|
|
|
|
#6 | |
|
NVIDIA Corporation
Join Date: Mar 2005
Posts: 2,487
|
The nvidia-settings display config page needs DynamicTwinView enabled to work. See the section in the README about dynamic TwinView: ftp://download.nvidia.com/XFree86/Li...hapter-13.html
|
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Mar 2009
Posts: 10
|
Thank you AaronP!
Your advice fixed the problem. I set the option DynamicTwinView to true instead of false in the screen section. Thanks a lot, Roy |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 302.07 (beta) for Linux x86/x86_64 released | AaronP | NVIDIA Linux | 0 | 05-02-12 09:55 AM |
| X Failed to load NVdriver | c00lr4c3r | NVIDIA Linux | 13 | 10-22-02 01:44 PM |
| Glx | mrbig1344 | NVIDIA Linux | 7 | 09-30-02 06:45 AM |
| Unable to load 3d driver | rebol | NVIDIA Linux | 3 | 09-29-02 04:58 PM |
| Dual Display with main CRT, and secondary TV-out | BlackDogg | NVIDIA Linux | 3 | 08-10-02 09:52 AM |