My GEFORCE 7200GS has got 256 MB RAM, but NVIDIA X server settings
informs that memory is 512 MB. This explains that 256 MB from my 4 GB
are missing.

Since there seems to be issues with 3.x kernels, I'm not working on
getting this RAM issue fixed now.
http://lists.linuxaudio.org/pipermail/linux-audio-tuning/2012-May/000147.html
Instead I'll build a kernel 3.0 ASAP.

Does anybody notice the same using nvidia-current-295.40 on Precise or
for other Ubuntu Studio, or Linux distro?

Regards,
Ralf

PS: xorg.conf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Module"
        Load  "glx"
        Load  "dbe"
        Load  "dri2"
        Load  "extmod"
        Load  "record"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
        Option          "XkbVariant"    "ro"
        Option          "XkbOptions"    "lv3:ralt_switch"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        DisplaySize  305 230
        HorizSync    29-98
        VertRefresh  50-120
        modeline     "1152x864" 128.42 1152 1232 1360 1568 864 865 868 910
        Gamma        1.0
EndSection

Section "Device"
        Identifier  "Card0"
        Driver  "nvidia"
        Option      "Coolbits"  "1"
        Option      "AddARGBGLXVisuals" "true"
        Option      "TripleBuffer"      "false"
        VendorName  "nVidia Corporation"
        BoardName   "G72 [GeForce 7300 SE/7200 GS]"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth   24
                Modes      "1152x864"
                #Virtual    3840 1200
        EndSubSection
EndSection

Section "Extensions"
        Option      "Composite" "enable"
EndSection



-- 
Ubuntu-Studio-users mailing list
Ubuntu-Studio-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users

Reply via email to