Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Hoe nvidia configuratie opslaan?  (gelezen 2567 keer)

Offline jazzper

  • Lid
Hoe nvidia configuratie opslaan?
« Gepost op: 2008/05/10, 22:11:37 »
Telkens na het rebooten van mn comp is mn TV disabled. Hoe kan ik de configuratie opslaan zodat ik niet telkens de instellingen hoef te veranderen? Wanneer ik SAVE TO CONFIGURATION FILE probeer, krijg ik dit bericht: Unable to remove old X config backup file '/etc/X11/xorg.conf.backup'

Fijne pinksteren allemaal!!!

Offline kennywest

  • Lid
    • http://kennywest.blogspot.com
Hoe nvidia configuratie opslaan?
« Reactie #1 Gepost op: 2008/05/11, 10:09:09 »
Je moet nvidia-settings opstarten als root. Dus:
- open een terminal
- tokkel gksudo nvidia-settings (of kdesu in kde)

Hoe nvidia configuratie opslaan?
« Reactie #2 Gepost op: 2008/05/11, 10:49:31 »
even op inpikken - idd als je nvidia-settings opent als root worden de nieuwe instellngen weggeschreven in /etc/X11/xorg.conf maar bij een herstart van de xserver loopt er iets fout. De bovenste balk van het venster is verdwenen en bij het openen van bv. de terminal heb ik alleen een wit vlak(bij meerdere progjes trouwens) zodat ik de backup moet terugzetten.
dierenliefde is onvoorwaardeljk, dierenleed ten zeerste verwerpelijk

Offline kennywest

  • Lid
    • http://kennywest.blogspot.com
Hoe nvidia configuratie opslaan?
« Reactie #3 Gepost op: 2008/05/12, 08:49:33 »
Tiens, ik heb dit probleem niet. Ik ben echter wel ook rare dingen tegengekomen tijdens het spelen met de twinview optie, maar dat is ondertussen opgelost. Bovendien zit ik op KDE 4 _zonder_ desktop effecten, dus zonder compiz.
Vind je in /var/log/Xorg.0.log meer info?

Hoe nvidia configuratie opslaan?
« Reactie #4 Gepost op: 2008/05/12, 09:13:03 »
Het betreft hier wel een ouder systeem (PIII 733 mhz - 512 MB ram - geforce 4 mx 440) maar ik zie niet goed hoe dat er mee te maken heeft. Als ik in xorg.conf de optie DynamicTwinView "false" bij section screen invoeg krijg ik de resolutie wel goed maar dan werkt nvidia-settings niet meer (logisch)
Met gksudo displayconfig-gtk krijg ik ook de gewenste resolutie. Met nvidia-settings worden wel de correctie gegevens in xorg.conf geschreven maar er loopt iets fout
dierenliefde is onvoorwaardeljk, dierenleed ten zeerste verwerpelijk

Offline kennywest

  • Lid
    • http://kennywest.blogspot.com
Hoe nvidia configuratie opslaan?
« Reactie #5 Gepost op: 2008/05/12, 09:20:44 »
Je moet beginnen van een _lege_ xorg.conf. Dus de xorg.conf die er stond net na de installatie van uw systeem. Daarna kan je alles via nvidia-settings beheren (ook het instellen van twinview mode en al zijn opties), zonder dat je gaat klooien in het xorg.conf bestand zelf. Dit is ondertussen mijn xorg.conf (volledig met nvidia-settings gemaakt):
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Thu Feb 14 18:21:33 PST 2008

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Feb 14 18:20:37 PST 2008

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "HP vs19"
    HorizSync       30.0 - 83.0
    VertRefresh     50.0 - 76.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "TV-0"
    HorizSync       30.0 - 83.0
    VertRefresh     50.0 - 76.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6600"
EndSection

Section "Device"
    Identifier     "Videocard1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6600"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"

# Removed Option "metamodes" "CRT: nvidia-auto-select +0+0, TV: NULL"
# Removed Option "TwinView" "1"
# Removed Option "metamodes" "CRT: nvidia-auto-select +800+0, TV: 800x600 +0+0"
# Removed Option "TwinView" "0"
# Removed Option "metamodes" "CRT: 1280x1024_75 +0+0"
# Removed Option "metamodes" "CRT: 1280x1024_75 +800+0, TV: 800x600 +0+0"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "CRT: 1280x1024_75 +0+0, TV: 800x600 +1280+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Videocard0"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "TV: 800x600 +0+0"
EndSection

Hoe nvidia configuratie opslaan?
« Reactie #6 Gepost op: 2008/05/12, 09:25:52 »
idd - instellingen kiezen via nvidia-settings en "wegschrijven naar xorg.conf" aanduiden (je hebt daar ook de keuze om een preview te bekijken) en het progje maakt automatisch een backup van je huidige xorg.conf. Wat bedoel j eigenlijk met een lege xorg.conf (de originele file na install is niet echt leeg )  ;)
dierenliefde is onvoorwaardeljk, dierenleed ten zeerste verwerpelijk

Offline kennywest

  • Lid
    • http://kennywest.blogspot.com
Hoe nvidia configuratie opslaan?
« Reactie #7 Gepost op: 2008/05/12, 09:39:36 »
Welja, in vergelijking met de versie die meekwam met Dapper is de xorg.conf van Hardy redelijk "leeg" :)
Schone xorg.conf had een betere woordkeuze geweest. Excuses.

Hoe nvidia configuratie opslaan?
« Reactie #8 Gepost op: 2008/05/12, 09:48:19 »
geen probleem ;)
maar wat loopt er dan mis. Zoals je zegt, de gegenereerde file van nvidia lijkt me correct (voor zover ik kan zien) en manueel sleutelen doe ik gewoonlijk wel doordacht (klooien vind ik niks) ;)
Momenteel ben ik op een andere machine maar als je wil post ik wel die file van nvidia wel voor je
dierenliefde is onvoorwaardeljk, dierenleed ten zeerste verwerpelijk

Offline kennywest

  • Lid
    • http://kennywest.blogspot.com
Hoe nvidia configuratie opslaan?
« Reactie #9 Gepost op: 2008/05/12, 09:53:02 »
Ik had een manueel gesleutelde xorg.conf die ik gebruikte in Dapper. Wat blijkt, deze xorg.conf werkt _niet_ in Hardy. Dus ben ik begonnen vanaf een schone xorg.conf en daar via nvidia-settings (niet manueel dus) alles correct configureren (waaronder twinview).
Citaat
maar wat loopt er dan mis
Geen idee, post eens log files van Xorg (vind je in /var/log).

Hoe nvidia configuratie opslaan?
« Reactie #10 Gepost op: 2008/05/12, 10:14:44 »
Dit is de file die nvidia voorstelt :
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildd@vernadsky)  Tue Mar  4 20:24:34 UTC 2008

# 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 "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
EndSection

Section "Module"
    Load           "glx"
    Load           "v4l"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "be"
    Option         "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
EndSection

Section "Monitor"
    Identifier     "Configured Monitor"
    VendorName     "LG Electronics Inc."
    ModelName      "LG 775FT"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 160.0
    Gamma           1
    ModeLine       "640x480@60" 25.0 640 656 752 800 480 490 492 525 -hsync -vsync
    ModeLine       "640x480@72" 31.0 640 664 704 832 480 489 491 520 -hsync -vsync
    ModeLine       "640x480@75" 31.0 640 656 720 840 480 481 484 500 -hsync -vsync
    ModeLine       "640x480@85" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    ModeLine       "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    ModeLine       "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    ModeLine       "800x600@75" 49.0 800 816 896 1056 600 601 604 625 +hsync +vsync
    ModeLine       "800x600@85" 56.0 800 832 896 1048 600 601 604 631 +hsync +vsync
    ModeLine       "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine       "832x624@75" 57.0 832 864 928 1152 624 625 628 667 -hsync -vsync
    ModeLine       "1024x768@85" 94.0 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    ModeLine       "1024x768@75" 78.0 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    ModeLine       "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    ModeLine       "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine       "1024x768@43" 44.0 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
    ModeLine       "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    ModeLine       "1280x960@60" 102.0 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
    ModeLine       "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine       "1400x1050@60" 122.0 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
EndSection

Section "Monitor"
 #
    Identifier     "monitor1"
    Gamma           1
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "LG FLATRON 775FT"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 160.0
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
    BoardName      "nvidia"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
 #
    Identifier     "device1"
    Driver         "nvidia"
    BoardName      "nvidia"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce4 MX 440"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Configured Video Device"
    Monitor        "Configured Monitor"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Virtual     1400 1050
        Depth       24
        Modes      "1152x864@75" "1280x960@60" "1024x768@43" "1280x1024@60" "1024x768@60" "1400x1050@60" "1024x768@70" "1024x768@75" "1024x768@85" "832x624@75" "800x600@60" "800x600@85" "800x600@75" "800x600@72" "800x600@56" "640x480@85" "640x480@75" "640x480@72" "640x480@60"
    EndSubSection
EndSection

Section "Screen"
 #
    Identifier     "screen1"
    Device         "device1"
    Monitor        "monitor1"
    DefaultDepth    24
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "CRT-0"
    Option         "metamodes" "1152x864@75 +0+0; 1024x768@43 +0+0; 1024x768@60 +0+0; 1024x768@70 +0+0; 1024x768@75 +0+0; 1024x768@85 +0+0; 832x624@75 +0+0; 800x600@60 +0+0; 800x600@85 +0+0; 800x600@75 +0+0; 800x600@72 +0+0; 800x600@56 +0+0; 640x480@85 +0+0; 640x480@75 +0+0; 640x480@72 +0+0; 640x480@60 +0+0"
EndSection
Dit is de huidige die werkt onder 1152x864 -75hz en generated met gksudo displayconfig-gtk
Niet bepaald leeg ;)
# 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "Device"
Identifier "Configured Video Device"
Boardname "nvidia"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 0
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "LG Electronics Inc."
Modelname "LG 775FT"
Horizsync 30.0-70.0
Vertrefresh 50.0-160.0
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
  modeline  "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
  modeline  "640x480@85" 36.0 640 696 752 832 480 481 484 509 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600@85" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
  modeline  "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
  modeline  "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
  modeline  "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1024x768@43" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync interlace +vsync
  modeline  "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
  modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
  modeline  "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Virtual 1400 1050
Modes "1152x864@75" "1280x960@60" "1024x768@43" "1280x1024@60" "1024x768@60" "1400x1050@60" "1024x768@70" "1024x768@75" "1024x768@85" "832x624@75" "800x600@60" "800x600@85" "800x600@75" "800x600@72" "800x600@56" "640x480@85" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
EndSection
Section "Module"
Load "glx"
Load "v4l"
EndSection
Section "device" #
Identifier "device1"
Boardname "nvidia"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
EndSection
Section "monitor" #
Identifier "monitor1"
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection
dierenliefde is onvoorwaardeljk, dierenleed ten zeerste verwerpelijk

Hoe nvidia configuratie opslaan?
« Reactie #11 Gepost op: 2008/05/12, 10:18:37 »
Welke logfiles wil je zien ?
guy@testpc1:/var/log$ ls
acpid         dmesg           lastlog             syslog.0
acpid.1.gz    dmesg.0         lpr.log             syslog.1.gz
apparmor      dmesg.1.gz      mail.err            syslog.2.gz
apt           dmesg.2.gz      mail.info           syslog.3.gz
auth.log      dmesg.3.gz      mail.log            udev
auth.log.0    dmesg.4.gz      mail.warn           unattended-upgrades
boot          dpkg.log        messages            user.log
btmp          faillog         messages.0          user.log.0
cups          fontconfig.log  news                wtmp
daemon.log    fsck            pycentral.log       wvdialconf.log
daemon.log.0  gdm             samba               Xorg.0.log
debug         installer       scrollkeeper.log    Xorg.0.log.old
debug.0       kern.log        scrollkeeper.log.1
dist-upgrade  kern.log.0      syslog
dierenliefde is onvoorwaardeljk, dierenleed ten zeerste verwerpelijk

Offline kennywest

  • Lid
    • http://kennywest.blogspot.com
Hoe nvidia configuratie opslaan?
« Reactie #12 Gepost op: 2008/05/12, 10:26:18 »
De Xorg.0.log.

Hoe nvidia configuratie opslaan?
« Reactie #13 Gepost op: 2008/05/12, 10:47:00 »
Komt ie :

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 testpc1 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: Mon May 12 10:05:13 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"
(==) |-->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,0691 card 0000,0000 rev 44 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,8598 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,0686 card 1106,0000 rev 22 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1106,0571 card 1106,0571 rev 10 class 01,01,8a hdr 00
(II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 10 class 0c,03,00 hdr 00
(II) PCI: 00:07:4: chip 1106,3057 card 0000,0000 rev 30 class 06,00,00 hdr 00
(II) PCI: 00:07:5: chip 1106,3058 card 11d4,5360 rev 20 class 04,01,00 hdr 00
(II) PCI: 00:09:0: chip 10ec,8139 card 1429,d010 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0171 card 1462,8661 rev a3 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: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xe4000000 - 0xe5ffffff (0x2000000) MX[b]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV17 [GeForce4 MX 440] rev 163, Mem @ 0xe4000000/24, 0xd0000000/27, 0xd8000000/19
(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 0xe0000000 from 0xe3ffffff to 0xdfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xe6000000 - 0xe60000ff (0x100) MX[b]
[1] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[2] -1 0 0xd8000000 - 0xd807ffff (0x80000) MX[b](B)
[3] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
[4] -1 0 0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
[5] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[b]
[6] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[b]
[7] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[b]
[8] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[b]
[9] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[b]
[10] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
[11] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[b]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xe6000000 - 0xe60000ff (0x100) MX[b]
[1] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[2] -1 0 0xd8000000 - 0xd807ffff (0x80000) MX[b](B)
[3] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
[4] -1 0 0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
[5] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[b]
[6] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[b]
[7] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[b]
[8] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[b]
[9] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[b]
[10] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
[11] -1 0 0x0000d000 - 0x0000d00f (0x10) 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 0xe6000000 - 0xe60000ff (0x100) MX[b]
[5] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[6] -1 0 0xd8000000 - 0xd807ffff (0x80000) MX[b](B)
[7] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
[8] -1 0 0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
[9] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[10] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[11] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[b]
[12] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[b]
[13] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[b]
[14] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[b]
[15] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[b]
[16] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
[17] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[b]
(II) "extmod" will be loaded by default.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded by default.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(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
ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module  96.43.05  Tue Jan 22 20:11:30 PST 2008
(II) Loading extension GLX
(II) LoadModule: "v4l"
(II) Loading /usr/lib/xorg/modules/drivers//v4l_drv.so
(II) Module v4l: vendor="X.Org Foundation"
compiled for 1.4.0, module version = 0.1.1
ABI class: X.Org Video Driver, version 2.0
(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: "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) v4l driver for Video4Linux
(II) NVIDIA dlloader X Driver  96.43.05  Tue Jan 22 19:38:46 PST 2008
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) 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 "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 1.4.0.90, module version = 1.2.0
ABI class: X.Org Video Driver, version 2.0
(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 0xe6000000 - 0xe60000ff (0x100) MX[b]
[5] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[6] -1 0 0xd8000000 - 0xd807ffff (0x80000) MX[b](B)
[7] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
[8] -1 0 0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
[9] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[10] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[11] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[b]
[12] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[b]
[13] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[b]
[14] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[b]
[15] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[b]
[16] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
[17] -1 0 0x0000d000 - 0x0000d00f (0x10) 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 0xe6000000 - 0xe60000ff (0x100) MX[b]
[5] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[6] -1 0 0xd8000000 - 0xd807ffff (0x80000) MX[b](B)
[7] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
[8] -1 0 0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
[9] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
[10] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
[11] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[14] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[b]
[15] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[b]
[16] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[b]
[17] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[b]
[18] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[b]
[19] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
[20] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[b]
[21] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
[22] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(**) 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 GeForce4 MX 440 at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 65536 kBytes
(--) NVIDIA(0): VideoBIOS: 04.17.00.24.00
(II) NVIDIA(0): Detected AGP rate: 2X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce4 MX 440 at PCI:1:0:0:
(--) NVIDIA(0):     LG FLATRON 775FT (CRT-0)
(--) NVIDIA(0): LG FLATRON 775FT (CRT-0): 350.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(WW) NVIDIA(0): No valid modes for "1400x1050@60"; removing.
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1152x864@75"
(II) NVIDIA(0):     "1280x960@60"
(II) NVIDIA(0):     "1024x768@43"
(II) NVIDIA(0):     "1280x1024@60"
(II) NVIDIA(0):     "1024x768@60"
(II) NVIDIA(0):     "1024x768@70"
(II) NVIDIA(0):     "1024x768@75"
(II) NVIDIA(0):     "1024x768@85"
(II) NVIDIA(0):     "832x624@75"
(II) NVIDIA(0):     "800x600@60"
(II) NVIDIA(0):     "800x600@85"
(II) NVIDIA(0):     "800x600@75"
(II) NVIDIA(0):     "800x600@72"
(II) NVIDIA(0):     "800x600@56"
(II) NVIDIA(0):     "640x480@85"
(II) NVIDIA(0):     "640x480@75"
(II) NVIDIA(0):     "640x480@72"
(II) NVIDIA(0):     "640x480@60"
(**) NVIDIA(0): Virtual screen size configured to be 1400 x 1050
(--) NVIDIA(0): DPI set to (88, 87); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xd8000000 - 0xd807ffff (0x80000) MX[b]
[1] 0 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[b]
[2] 0 0 0xe4000000 - 0xe4ffffff (0x1000000) MX[b]
[3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[7] -1 0 0xe6000000 - 0xe60000ff (0x100) MX[b]
[8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
[9] -1 0 0xd8000000 - 0xd807ffff (0x80000) MX[b](B)
[10] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
[11] -1 0 0xe4000000 - 0xe4ffffff (0x1000000) MX[b](B)
[12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
[13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
[14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[17] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[b]
[18] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[b]
[19] -1 0 0x0000e000 - 0x0000e003 (0x4) IX[b]
[20] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[b]
[21] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[b]
[22] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[b]
[23] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[b]
[24] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
[25] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Setting mode "1152x864@75"
(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) 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"
(==) 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" "be"
(**) Generic Keyboard: XkbLayout: "be"
(**) Option "XkbOptions" "lv3:ralt_switch"
(**) Generic Keyboard: XkbOptions: "lv3:ralt_switch"
(**) 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
SetClientVersion: 0 9
SetGrabKeysState - disabled
SetGrabKeysState - enabled
dierenliefde is onvoorwaardeljk, dierenleed ten zeerste verwerpelijk

Offline kennywest

  • Lid
    • http://kennywest.blogspot.com
Hoe nvidia configuratie opslaan?
« Reactie #14 Gepost op: 2008/05/12, 12:41:20 »
Bon, geen fouten. Wat me wel ineens opvalt is deze lijn:
Virtual    1400    1050Die heb je niet nodig. Virtual zorgt ervoor dat de desktop groter wordt dan het scherm. Dus je kan dan de taakbalk alleen bereiken door met de muis naar boven te bewegen. Haal dit er eens uit.

Hoe nvidia configuratie opslaan?
« Reactie #15 Gepost op: 2008/05/15, 13:32:42 »
Citaat van: kennywest
Bon, geen fouten. Wat me wel ineens opvalt is deze lijn:
Virtual    1400    1050Die heb je niet nodig. Virtual zorgt ervoor dat de desktop groter wordt dan het scherm. Dus je kan dan de taakbalk alleen bereiken door met de muis naar boven te bewegen. Haal dit er eens uit.
Maakt blijkbaar niets uit. Fout blijft. xorg.conf generated met "gksudo displayconfig-gtk werkt, die met nvidia-settings maakt steeds dezelfde fout :)
dierenliefde is onvoorwaardeljk, dierenleed ten zeerste verwerpelijk