Lieber Besucher, herzlich willkommen bei: Linux Forum Linux-Web.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Quellcode |
|
1 2 3 4 5 6 |
Section "Monitor" Identifier "Configured Monitor" EndSection Section "Extensions" Option "Composite" "Enable" EndSection |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Jay_ger« (07.10.2008, 00:03)
Benutzerinformationen überspringen
Prof. Dr. Schlaumeier
Wohnort: Mecklenburg, zur Entwicklungshilfe in Chemnitz/Sachsen ;-)
Zitat
Original von Jay_ger
Quellcode
1 2 3 Section "Monitor" Identifier "Configured Monitor" EndSection
sieht es so aus, als ob nichts konfiguriert ist.
poste mal die dateien
/etc/X11/xorg
und
/var/log/Xorg.0.log
und falls es die datei gibt, auch die
/var/log/Xorg.1.log
Benutzerinformationen überspringen
Prof. Dr. Schlaumeier
Wohnort: Mecklenburg, zur Entwicklungshilfe in Chemnitz/Sachsen ;-)
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
# xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" Option "AddARGBGLXVisuals" "True" Defaultdepth 24 EndSection Section "Device" Identifier "Configured Video Device" Driver "nvidia" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Emulate3Buttons" "true" EndSection Section "ServerLayout" Identifier "Default Layout" screen "Default Screen" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Extensions" Option "Composite" "Enable" EndSection |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 |
This is a pre-release version of the X server from The X.Org Foundation. It is not supported in any way. Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/. Select the "xorg" product for bugs you find in this release. Before reporting bugs in pre-release versions please check the latest version in the X.Org Foundation git repository. See http://wiki.x.org/wiki/GitPage for git access instructions. X.Org X Server 1.4.0.90 Release Date: 5 September 2007 X Protocol Version 11, Revision 0 Build Operating System: Linux Ubuntu (xorg-server 2:1.4.1~git20080131-1ubuntu9) Current Operating System: Linux j4ypc 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686 Build Date: 15 April 2008 05:26:17PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 8 11:49:00 2008 (==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Default Layout" (**) |-->Screen "Default Screen" (0) (**) | |-->Monitor "Configured Monitor" (**) | |-->Device "Configured Video Device" (==) Automatically adding devices (==) Automatically enabling devices (==) No FontPath specified. Using compiled-in default. (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. Entry deleted from font path. (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType (==) RgbPath set to "/etc/X11/rgb" (==) ModulePath set to "/usr/lib/xorg/modules" (**) Extension "Composite" is enabled (==) |-->Input Device "Configured Mouse" (==) |-->Input Device "Generic Keyboard" (==) The core pointer device wasn't specified explicitly in the layout. Using the first core pointer device. (==) The core keyboard device wasn't specified explicitly in the layout. Using the first keyboard device. (II) Open ACPI successful (/var/run/acpid.socket) (II) Loader magic: 0x81dc500 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 2.0 X.Org XInput driver : 2.0 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on linux (II) LoadModule: "pcidata" (II) Loading /usr/lib/xorg/modules//libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 ABI class: X.Org Video Driver, version 2.0 (++) using VT number 7 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 1106,0282 card 1106,0282 rev 00 class 06,00,00 hdr 80 (II) PCI: 00:00:1: chip 1106,1282 card 0000,0000 rev 00 class 06,00,00 hdr 00 (II) PCI: 00:00:2: chip 1106,2282 card 0000,0000 rev 00 class 06,00,00 hdr 00 (II) PCI: 00:00:3: chip 1106,3282 card 0000,0000 rev 00 class 06,00,00 hdr 00 (II) PCI: 00:00:4: chip 1106,4282 card 0000,0000 rev 00 class 06,00,00 hdr 00 (II) PCI: 00:00:7: chip 1106,7282 card 0000,0000 rev 00 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 1106,b188 card 0000,0000 rev 00 class 06,04,00 hdr 01 (II) PCI: 00:0a:0: chip 1106,3038 card 1106,3038 rev 61 class 0c,03,00 hdr 80 (II) PCI: 00:0a:1: chip 1106,3038 card 1106,3038 rev 61 class 0c,03,00 hdr 80 (II) PCI: 00:0a:2: chip 1106,3104 card 1106,3104 rev 63 class 0c,03,20 hdr 80 (II) PCI: 00:0d:0: chip 10ec,8169 card 1462,7094 rev 10 class 02,00,00 hdr 00 (II) PCI: 00:0f:0: chip 1106,3149 card 1462,7094 rev 80 class 01,04,00 hdr 80 (II) PCI: 00:0f:1: chip 1106,0571 card 1462,7094 rev 06 class 01,01,8a hdr 00 (II) PCI: 00:10:0: chip 1106,3038 card 1462,7094 rev 81 class 0c,03,00 hdr 80 (II) PCI: 00:10:1: chip 1106,3038 card 1462,7094 rev 81 class 0c,03,00 hdr 80 (II) PCI: 00:10:2: chip 1106,3038 card 1462,7094 rev 81 class 0c,03,00 hdr 80 (II) PCI: 00:10:3: chip 1106,3038 card 1462,7094 rev 81 class 0c,03,00 hdr 80 (II) PCI: 00:10:4: chip 1106,3104 card 1462,7094 rev 86 class 0c,03,20 hdr 80 (II) PCI: 00:11:0: chip 1106,3227 card 1106,3227 rev 00 class 06,01,00 hdr 80 (II) PCI: 00:11:5: chip 1106,3059 card 1462,b010 rev 60 class 04,01,00 hdr 00 (II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80 (II) PCI: 01:00:0: chip 10de,00f1 card 0000,0000 rev a2 class 03,00,00 hdr 00 (II) PCI: End of PCI scan (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set) (II) Bus 0 I/O range: [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) Bus 0 non-prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) Bus 0 prefetchable memory range: [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set) (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xf8000000 - 0xfaffffff (0x3000000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (--) PCI:*(1:0:0) nVidia Corporation NV43 [GeForce 6600 GT] rev 162, Mem @ 0xf8000000/24, 0xe0000000/28, 0xf9000000/24 (II) Addressable bus resource ranges are [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B] [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B] (II) OS-reported resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) PCI Memory resource overlap reduced 0xf0000000 from 0xf7ffffff to 0xefffffff (II) Active PCI resource ranges: [0] -1 0 0xfb021000 - 0xfb0210ff (0x100) MX[B] [1] -1 0 0xfb020000 - 0xfb0200ff (0x100) MX[B] [2] -1 0 0xfb022000 - 0xfb0220ff (0x100) MX[B] [3] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O [4] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B) [5] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [6] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B) [7] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B] [8] -1 0 0x0000ed00 - 0x0000ed1f (0x20) IX[B] [9] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B] [10] -1 0 0x0000eb00 - 0x0000eb1f (0x20) IX[B] [11] -1 0 0x0000ea00 - 0x0000ea1f (0x20) IX[B] [12] -1 0 0x0000e900 - 0x0000e90f (0x10) IX[B] [13] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B] [14] -1 0 0x0000e700 - 0x0000e70f (0x10) IX[B] [15] -1 0 0x0000e600 - 0x0000e603 (0x4) IX[B] [16] -1 0 0x0000e500 - 0x0000e507 (0x8) IX[B] [17] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B] [18] -1 0 0x0000e300 - 0x0000e307 (0x8) IX[B] [19] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[B] [20] -1 0 0x0000e100 - 0x0000e11f (0x20) IX[B] [21] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B] (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xfb021000 - 0xfb0210ff (0x100) MX[B] [1] -1 0 0xfb020000 - 0xfb0200ff (0x100) MX[B] [2] -1 0 0xfb022000 - 0xfb0220ff (0x100) MX[B] [3] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O [4] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B) [5] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [6] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B) [7] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B] [8] -1 0 0x0000ed00 - 0x0000ed1f (0x20) IX[B] [9] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B] [10] -1 0 0x0000eb00 - 0x0000eb1f (0x20) IX[B] [11] -1 0 0x0000ea00 - 0x0000ea1f (0x20) IX[B] [12] -1 0 0x0000e900 - 0x0000e90f (0x10) IX[B] [13] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B] [14] -1 0 0x0000e700 - 0x0000e70f (0x10) IX[B] [15] -1 0 0x0000e600 - 0x0000e603 (0x4) IX[B] [16] -1 0 0x0000e500 - 0x0000e507 (0x8) IX[B] [17] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B] [18] -1 0 0x0000e300 - 0x0000e307 (0x8) IX[B] [19] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[B] [20] -1 0 0x0000e100 - 0x0000e11f (0x20) IX[B] [21] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B] (II) OS-reported resource ranges after removing overlaps with PCI: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] (II) All system resource ranges: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfb021000 - 0xfb0210ff (0x100) MX[B] [5] -1 0 0xfb020000 - 0xfb0200ff (0x100) MX[B] [6] -1 0 0xfb022000 - 0xfb0220ff (0x100) MX[B] [7] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O [8] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B) [9] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [10] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B) [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [13] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B] [14] -1 0 0x0000ed00 - 0x0000ed1f (0x20) IX[B] [15] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B] [16] -1 0 0x0000eb00 - 0x0000eb1f (0x20) IX[B] [17] -1 0 0x0000ea00 - 0x0000ea1f (0x20) IX[B] [18] -1 0 0x0000e900 - 0x0000e90f (0x10) IX[B] [19] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B] [20] -1 0 0x0000e700 - 0x0000e70f (0x10) IX[B] [21] -1 0 0x0000e600 - 0x0000e603 (0x4) IX[B] [22] -1 0 0x0000e500 - 0x0000e507 (0x8) IX[B] [23] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B] [24] -1 0 0x0000e300 - 0x0000e307 (0x8) IX[B] [25] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[B] [26] -1 0 0x0000e100 - 0x0000e11f (0x20) IX[B] [27] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B] (II) LoadModule: "extmod" (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension SHAPE (II) Loading extension MIT-SUNDRY-NONSTANDARD (II) Loading extension BIG-REQUESTS (II) Loading extension SYNC (II) Loading extension MIT-SCREEN-SAVER (II) Loading extension XC-MISC (II) Loading extension XFree86-VidModeExtension (II) Loading extension XFree86-Misc (II) Loading extension XFree86-DGA (II) Loading extension DPMS (II) Loading extension TOG-CUP (II) Loading extension Extended-Visual-Information (II) Loading extension XVideo (II) Loading extension XVideo-MotionCompensation (II) Loading extension X-Resource (II) LoadModule: "dbe" (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension DOUBLE-BUFFER (II) LoadModule: "glx" (II) Loading /usr/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension (II) NVIDIA GLX Module 173.14.12 Thu Jul 17 18:36:35 PDT 2008 (II) Loading extension GLX (II) LoadModule: "freetype" (II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project" compiled for 1.4.0.90, module version = 2.1.0 Module class: X.Org Font Renderer ABI class: X.Org Font Renderer, version 0.5 (II) Loading font FreeType (II) LoadModule: "record" (II) Loading /usr/lib/xorg/modules/extensions//librecord.so (II) Module record: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.13.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.3 (II) Loading extension RECORD (II) LoadModule: "dri" (II) Loading /usr/lib/xorg/modules/extensions//libdri.so (II) Module dri: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 ABI class: X.Org Server Extension, version 0.3 (II) Loading extension XFree86-DRI (II) LoadModule: "nvidia" (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so (II) Module nvidia: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Video Driver (II) LoadModule: "mouse" (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.2.3 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) LoadModule: "kbd" (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 1.4.0, module version = 1.2.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 2.0 (II) NVIDIA dlloader X Driver 173.14.12 Thu Jul 17 18:15:54 PDT 2008 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 01:00:0 (--) Assigning device section with no busID to primary device (--) Chipset NVIDIA GPU found (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "wfb" (II) LoadModule: "wfb" (II) Loading /usr/lib/xorg/modules//libwfb.so (II) Module wfb: vendor="X.Org Foundation" compiled for 1.4.0.90, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in (II) resource ranges after xf86ClaimFixedResources() call: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfb021000 - 0xfb0210ff (0x100) MX[B] [5] -1 0 0xfb020000 - 0xfb0200ff (0x100) MX[B] [6] -1 0 0xfb022000 - 0xfb0220ff (0x100) MX[B] [7] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O [8] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B) [9] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [10] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B) [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [13] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B] [14] -1 0 0x0000ed00 - 0x0000ed1f (0x20) IX[B] [15] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B] [16] -1 0 0x0000eb00 - 0x0000eb1f (0x20) IX[B] [17] -1 0 0x0000ea00 - 0x0000ea1f (0x20) IX[B] [18] -1 0 0x0000e900 - 0x0000e90f (0x10) IX[B] [19] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B] [20] -1 0 0x0000e700 - 0x0000e70f (0x10) IX[B] [21] -1 0 0x0000e600 - 0x0000e603 (0x4) IX[B] [22] -1 0 0x0000e500 - 0x0000e507 (0x8) IX[B] [23] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B] [24] -1 0 0x0000e300 - 0x0000e307 (0x8) IX[B] [25] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[B] [26] -1 0 0x0000e100 - 0x0000e11f (0x20) IX[B] [27] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B] (II) resource ranges after probing: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfb021000 - 0xfb0210ff (0x100) MX[B] [5] -1 0 0xfb020000 - 0xfb0200ff (0x100) MX[B] [6] -1 0 0xfb022000 - 0xfb0220ff (0x100) MX[B] [7] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O [8] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B) [9] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [10] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B) [11] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [12] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [13] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [16] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B] [17] -1 0 0x0000ed00 - 0x0000ed1f (0x20) IX[B] [18] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B] [19] -1 0 0x0000eb00 - 0x0000eb1f (0x20) IX[B] [20] -1 0 0x0000ea00 - 0x0000ea1f (0x20) IX[B] [21] -1 0 0x0000e900 - 0x0000e90f (0x10) IX[B] [22] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B] [23] -1 0 0x0000e700 - 0x0000e70f (0x10) IX[B] [24] -1 0 0x0000e600 - 0x0000e603 (0x4) IX[B] [25] -1 0 0x0000e500 - 0x0000e507 (0x8) IX[B] [26] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B] [27] -1 0 0x0000e300 - 0x0000e307 (0x8) IX[B] [28] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[B] [29] -1 0 0x0000e100 - 0x0000e11f (0x20) IX[B] [30] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B] [31] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [32] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) NVIDIA(0): Creating default Display subsection in Screen section "Default Screen" for depth/fbbpp 24/32 (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(0): RGB weight 888 (==) NVIDIA(0): Default visual is TrueColor (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(0): Option "AddARGBGLXVisuals" "True" (**) NVIDIA(0): Enabling RENDER acceleration (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is (II) NVIDIA(0): enabled. (II) NVIDIA(0): NVIDIA GPU GeForce 6600 GT (NV43) at PCI:1:0:0 (GPU-0) (--) NVIDIA(0): Memory: 131072 kBytes (--) NVIDIA(0): VideoBIOS: 05.43.02.46.00 (II) NVIDIA(0): Detected AGP rate: 8X (--) NVIDIA(0): Interlaced video modes are supported on this GPU (--) NVIDIA(0): Connected display device(s) on GeForce 6600 GT at PCI:1:0:0: (--) NVIDIA(0): NVIDIA TV Encoder (TV-0) (--) NVIDIA(0): LG L1954 (DFP-0) (--) NVIDIA(0): NVIDIA TV Encoder (TV-0): 400.0 MHz maximum pixel clock (--) NVIDIA(0): TV encoder: NVIDIA (II) NVIDIA(0): Assigned Display Device: DFP-0 (==) NVIDIA(0): (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select" (==) NVIDIA(0): will be used as the requested mode. (==) NVIDIA(0): (II) NVIDIA(0): Validated modes: (II) NVIDIA(0): "nvidia-auto-select" (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024 (--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config (--) NVIDIA(0): option (**) NVIDIA(0): Enabling 32-bit ARGB GLX visuals. (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? No, I don't. (II) resource ranges after preInit: [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] [4] -1 0 0xfb021000 - 0xfb0210ff (0x100) MX[B] [5] -1 0 0xfb020000 - 0xfb0200ff (0x100) MX[B] [6] -1 0 0xfb022000 - 0xfb0220ff (0x100) MX[B] [7] -1 0 0xf0000000 - 0xefffffff (0x0) MX[B]O [8] -1 0 0xf9000000 - 0xf9ffffff (0x1000000) MX[B](B) [9] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B) [10] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B) [11] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [12] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [13] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [16] -1 0 0x0000ee00 - 0x0000eeff (0x100) IX[B] [17] -1 0 0x0000ed00 - 0x0000ed1f (0x20) IX[B] [18] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B] [19] -1 0 0x0000eb00 - 0x0000eb1f (0x20) IX[B] [20] -1 0 0x0000ea00 - 0x0000ea1f (0x20) IX[B] [21] -1 0 0x0000e900 - 0x0000e90f (0x10) IX[B] [22] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[B] [23] -1 0 0x0000e700 - 0x0000e70f (0x10) IX[B] [24] -1 0 0x0000e600 - 0x0000e603 (0x4) IX[B] [25] -1 0 0x0000e500 - 0x0000e507 (0x8) IX[B] [26] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B] [27] -1 0 0x0000e300 - 0x0000e307 (0x8) IX[B] [28] -1 0 0x0000e200 - 0x0000e2ff (0x100) IX[B] [29] -1 0 0x0000e100 - 0x0000e11f (0x20) IX[B] [30] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B] [31] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [32] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) NVIDIA(0): Initialized AGP GART. (II) NVIDIA(0): Setting mode "nvidia-auto-select" (II) Loading extension NV-GLX (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled (II) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (==) RandR enabled (II) Setting vga for screen 0. (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension (II) Initializing built-in extension XTEST (II) Initializing built-in extension XKEYBOARD (II) Initializing built-in extension XC-APPGROUP (II) Initializing built-in extension XAccessControlExtension (II) Initializing built-in extension SECURITY (II) Initializing built-in extension XINERAMA (II) Initializing built-in extension XFIXES (II) Initializing built-in extension XFree86-Bigfont (II) Initializing built-in extension RENDER (II) Initializing built-in extension RANDR (II) Initializing built-in extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) Initializing built-in extension XEVIE (II) Initializing extension GLX (WW) Configured Mouse: No Device specified, looking for one... (II) Configured Mouse: Setting Device option to "/dev/input/mice" (--) Configured Mouse: Device: "/dev/input/mice" (==) Configured Mouse: Protocol: "Auto" (**) Option "CorePointer" (**) Configured Mouse: always reports core events (**) Option "Device" "/dev/input/mice" (**) Option "Emulate3Buttons" "true" (**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50 (**) Configured Mouse: ZAxisMapping: buttons 4 and 5 (**) Configured Mouse: Buttons: 9 (**) Configured Mouse: Sensitivity: 1 (**) Option "CoreKeyboard" (**) Generic Keyboard: always reports core events (**) Option "Protocol" "standard" (**) Generic Keyboard: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Generic Keyboard: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Generic Keyboard: XkbModel: "pc105" (**) Option "XkbLayout" "de" (**) Generic Keyboard: XkbLayout: "de" (**) Option "CustomKeycodes" "off" (**) Generic Keyboard: CustomKeycodes disabled (II) evaluating device (Generic Keyboard) (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD) (II) evaluating device (Configured Mouse) (II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE) (--) Configured Mouse: PnP-detected protocol: "ExplorerPS/2" (II) Configured Mouse: ps2EnableDataReporting: succeeded (II) NVIDIA(0): Setting mode "1024x768_60" SetClientVersion: 0 9 |
Zitat
Original von oziris
Bei nvidia gibt es noch diese Optionen, die vielleicht etwas damit zu tun haben könnten