LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   moved from ATI to NVIDIA... (https://www.linuxquestions.org/questions/linux-desktop-74/moved-from-ati-to-nvidia-4175438572/)

notsure 11-24-2012 04:30 PM

moved from ATI to NVIDIA...
 
Moved from ATI to NVIDIA and it looks like the resolution is 3840x2160 on my 1080 TV. In other words, everything is very very small on the screen no matter what I change the display res to (default 1920x1080).

I removed nvidia proprietary driver and installed nouvaeu which solved to the problem (troubleshooting only, nouvaue is worthless to me).

I'm running Arch 64 with Openbox. I installed ATI drivers via AUR. Uninstalled with pacman -Rc catalyst catalyst-utils

Any clue? I don't have one.




Since I fail at life I reinstalled with anger.

terry-duell 11-24-2012 11:31 PM

Quote:

Originally Posted by notsure (Post 4836241)
Moved from ATI to NVIDIA and it looks like the resolution is 3840x2160 on my 1080 TV. In other words, everything is very very small on the screen no matter what I change the display res to (default 1920x1080).

I removed nvidia proprietary driver and installed nouvaeu which solved to the problem (troubleshooting only, nouvaue is worthless to me).

I'm running Arch 64 with Openbox. I installed ATI drivers via AUR. Uninstalled with pacman -Rc catalyst catalyst-utils

Any clue? I don't have one.

Not sure what might going on, guessing a bit here.
It might be worth looking at your /etc/X11/xorg.conf file, if you haven't already done so. That might show up some settings that are incorrect, possibly due to your monitor definition stuff not being read properly.
What monitor are you using? Someone may have appropriate settings for the xorg.conf file that will work OK.
I'm running a Samsung, which has a default res of 1920x1200, so all my xorg.conf may not be useful to you, but at one point in the past I did have to specify the dpi, prior to which my resolution was way out of kilter and the dpi setting fixed it. Your problem may be different but maybe worth looking at.

Code:

Section "Monitor"
    Identifier    "Monitor0"
    VendorName    "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync      27.0 - 81.0
    VertRefresh    50.0 - 75.0
    Option        "DPI" "96 x 96"
EndSection


Cheers,
Terry

notsure 11-25-2012 12:08 AM

That setting had no effect. A decided to switch back to the ATI card for the time being. I'm ordering a GeForce 670 GTX tomorrow so I will troubleshoot this later when it is convenient. I didn't think of changing monitors.


All times are GMT -5. The time now is 04:27 AM.