Getting constand headache from display...

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Jeratull

Getting constand headache from display...

Post by Jeratull »

Hi guys ! I have a laptop fujitsu AH531/GFO with an Intel HD 3000 and a Nvidia GT525m. After i installed everything and updated all the stuff i noticed that Linux was using the Intel video instead of the mobile one so i started reading all over the forums and found out that Linux isn't very mobile friendly and then found out that Bumblebee project and installed everything as mentioned in the guide what led me to the conclusion that i could finally use my GT525m :) But then after using the laptop for about like 6 hours i started having a headache which is not common for me because i spent like 8 hours per day on the computer but on Windows instead of Linux. So do you have any suggestions how could i fix the problem with the display???
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
viking777

Re: Getting constand headache from display...

Post by viking777 »

Well you can only change the screen refresh rate. I would think 'nvidia-settings' would be the place to do that but I don't have an nvidia card so I can't check it.

From a terminal running:

Code: Select all

xrandr 
Will output the available and current screen resolution and refresh rates. ( + is the best mode * is the current mode). Most laptops have a 60Mhz refresh rate, but if yours is capable of supporting higher refresh rates then you can change it with something like:

Code: Select all

xrandr -s 1280x1024 -r 75
Which isn't permanent so you have to load it at each startup. See this post:

http://askubuntu.com/questions/59621/ho ... fresh-rate
Jeratull

Re: Getting constand headache from display...

Post by Jeratull »

xrandr
Screen 0: minimum 320 x 200, current 1360 x 768, maximum 8192 x 8192
LVDS1 connected 1360x768+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
1366x768 60.0 +
1360x768 59.8* 60.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)

This is the thing :))) I fixed it now its only a matter of time thanks for the help :)
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: Getting constand headache from display...

Post by catweazel »

Jeratull wrote:how could i fix the problem with the display???
Turn on font hinting and antialiasing. You don't say what desktop environment you're using. In Cinnamon select Cinnamon Settings > Fonts - the last two options are what you want.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
Locked

Return to “Hardware Support”