Currently I can't really complain about my graphics. So I will understand if want to go help someone else who is sitting in front of a black screen... in the dark.
Ok with that said, I have been running XP and Kubuntu 10.10 since it came out 2 years ago. Just about a month ago, I replace my motherboard and said, "Meh, why bother installing XP on my system at all?" and went 100% Linux on the HD. I didn't upgrade the Kubuntu 10.10 but I installed the Nvidia X Server since I am running a 8400 GS on a 22" HD TV Emerson model LC220EM2, but it wants to set XORG.CONF to this;
I installed the above and the graphics get worse not better. I loose display features, games get choppy, and windows are very hard to manage.
The default XORG.CONF seems a bit too simple, but is the one I am currently running;
Meanwhile xrandr reports this on terminal;
I added the KRandRTray widget to the bottom system tray. Some games do not run in the native 1360x768 and drop the resolution down to 1024x768. The icon will disappear at random and I have to run it again or reset the display with xrandr. I realize at this point you are scratching your head asking what is the problem?
Q: Should I leave the xorg.conf alone and run as I am or am I missing something?
Q: How do I get that widget to stay in my system tray?
Ok with that said, I have been running XP and Kubuntu 10.10 since it came out 2 years ago. Just about a month ago, I replace my motherboard and said, "Meh, why bother installing XP on my system at all?" and went 100% Linux on the HD. I didn't upgrade the Kubuntu 10.10 but I installed the Nvidia X Server since I am running a 8400 GS on a 22" HD TV Emerson model LC220EM2, but it wants to set XORG.CONF to this;
Code:
Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "Xinerama" "0" EndSection Section "Files" 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" # HorizSync source: edid, VertRefresh source: edid Identifier "Monitor0" VendorName "Unknown" ModelName "FNI LCD TV" HorizSync 15.0 - 69.0 VertRefresh 23.0 - 63.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 8400 GS" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "nvidia-auto-select +0+0" SubSection "Display" Depth 24 EndSubSection EndSection
The default XORG.CONF seems a bit too simple, but is the one I am currently running;
Code:
Section "Screen" Identifier "Default Screen" DefaultDepth 24 EndSection Section "Module" Load "glx" EndSection Section "Device" Identifier "Default Device" Driver "nvidia" Option "NoLogo" "True" EndSection
Code:
xrandr: Failed to get size of gamma for output default Screen 0: minimum 320 x 240, current 1360 x 768, maximum 1360 x 768 default connected 1360x768+0+0 0mm x 0mm 1360x768 50.0* 51.0 52.0 1280x768 53.0 1024x768 54.0 960x540 55.0 840x525 56.0 57.0 800x600 58.0 59.0 720x450 60.0 700x525 61.0 680x384 62.0 63.0 640x480 64.0 65.0 512x384 66.0 320x240 67.0
Q: Should I leave the xorg.conf alone and run as I am or am I missing something?
Q: How do I get that widget to stay in my system tray?
Comment