|
|
#1 | |
|
Registered User
Join Date: Nov 2008
Posts: 3
|
Hi,
I have been trying to fix the problems with the beta driver 96.43.09, and finally managed to get it working. I thought I would just upload this HOWTO: This solves the graphics problems in both openoffice and wine when using this beta driver in ubuntu 8.10 1. Install the driver from synaptic (96.43.09 has been released in the package manager): Use the synaptic package manager or do: Code:
sudo apt-get install nvidia-glx-96 2. Update the xorg.conf Code:
sudo gedit /etc/X11/xorg.conf Code:
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enabled"
EndSection
Modes "1600x1200" "1280x800" "1024x768" "800x600" "640x480" 3. Go to System > Preferences > Appearence > Fonts Select Subpixel Using wine? Create a txt (settings.txt) file in fx your home folder containing this: Code:
[HKEY_CURRENT_USER\Software\Wine\X11 Driver] "ClientSideWithRender"="N" Code:
regedit settings.txt Hope this works for you too ![]() PS: Of course there will be a driver update that fixes the problem itself, but for now, this seems to be working just fine. Last edited by amews_aj; 11-08-08 at 07:30 AM. Reason: Code was corrected |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Nov 2008
Posts: 4
|
thank you very much, it works fine for wine!
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Nov 2008
Posts: 55
|
And what about another applications, e.g. Kadu, Qt 3 Configuration? Have you got any idea?
I have it! I upload here my solution for this beta driver (96.43.09). This works in a whole system! Viz. we edit xorg.conf (in folder /etc/X11). In section "Device" we add line: Option "RenderAccel" "0" Thats all! We can turn on graphics effects and all programs have fonts! Last edited by luk1don; 11-20-08 at 02:52 PM. |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Nov 2008
Posts: 1
|
Quote:
Thanks a lot! |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Nov 2008
Posts: 1
|
is anyone seeing lock-ups with this in opengl games? i'm running an older Geforce4 Ti 4400 and getting lock ups in Extreme Tux Racer, sdljump, supertux 2, etc....
i'd done the standard install, and since added the additional Option "AddARGBGLXVisuals" "True" line, disabled FSAA, disabled Compiz... none of those seem to make a difference. thoughts or other things to try? compiz itself works fine, btw. only noticed the lockups when i started to try out some accelerated games which i installed from the intrepid multiverse and universe repositories. |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Dec 2008
Location: Spb, Russia
Posts: 4
|
Quote:
mkrisch You can try, if you have windows, run some OpenGL apps there and wait for lock-ups. PS: Tried with "NvAGP" "0" - no luck :-( Still see freezes/lockups. Running glxgears continuously seems to increase lockup probability. Last edited by dad; 12-23-08 at 12:52 PM. |
|
|
|
|
|
|
#7 | |
|
Registered User
Join Date: Dec 2008
Posts: 4
|
Quote:
I use Arch-Linux with xorg 7.4-1 and tried the above Configuration. But it still left me with that font problem. I changed the xorg.conf file as followes: Code:
Section "Extensions" Option "Composite" "Disable" ... YOUR OPTIONS ... EndSection Section "Device" Identifier "NVidia" Driver "nvidia" Option "RandRRotation" "1" #This may help ??? Option "ConstantDPI" "FALSE" #Sorry, but this could be bad ideas. #Specialy: Usage of Composite and GLX together. # Option "AllowGLXWithComposite" "True" # Option "AddARGBGLXVisuals" "True" # Option "RenderAccel" "0" EndSection Maybe also on yours. Hope it helps and happy new year to all, athanagor. |
|
|
|
|
|
|
#8 |
|
Registered User
|
Hi,
I've tried everything of the posted proposals, but nothing worked fine for me. I have a nvidia GeForce 4200 Ti 128 MB. The last try I did was with this config: Code:
Section "Monitor"
Identifier "Configured Monitor"
VendorName "Philips"
ModelName "190B7"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
#Option "DPMS"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "RenderAccel" "0"
Option "ConstantDPI" "FALSE"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Module"
Load "glx"
EndSection
Thanks! |
|
|
|
|
|
#9 | |
|
Registered User
Join Date: Dec 2008
Posts: 4
|
Quote:
maybe you should set: Option "Composite" "Enable" TO Option "Composite" "Disable" AND Option "AllowGLXWithComposite" "True" <-- set to "False" Option "AddARGBGLXVisuals" "True" <-- set to "False" AND Option "RenderAccel" "0" <-- set to "1" You may also comment out or delete those lines. Hope it helps! |
|
|
|
|
|
|
#10 | |
|
Registered User
|
Quote:
unfortunately, it didn't ![]() bye ~p |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Thoughts from console owners on NVIDIA's GEFORCE GRID | MikeC | Console World | 11 | 05-27-12 08:43 AM |