Hi!
I just made a fresh install, because my old one, crashed beyond repair.
Before 2 days, bringed me a message that couldn't recognize my installation partition. I ignored it temporarilly due to lack of time, and today my system completely crashed.
I made a fresh install, installed nvidia drivers and I copied my old xorg.conf.
Everything is back to normal and my system resolution is 1360x768 (as it used to be).
Somehow, this resolution (although it's the native one for this monitor), doesn't look very nice to me.
Menus and fonts, are way small.
Is it possible, to change it to 1280X720?
(I can always change to 1024X768, but it's 4:3, while the monitor is for 16:9).
I know that my monitor supports 1280X720, because I can set it at Windows, without any problems.
TIA!
My xorg.conf:
I just made a fresh install, because my old one, crashed beyond repair.
Before 2 days, bringed me a message that couldn't recognize my installation partition. I ignored it temporarilly due to lack of time, and today my system completely crashed.
I made a fresh install, installed nvidia drivers and I copied my old xorg.conf.
Everything is back to normal and my system resolution is 1360x768 (as it used to be).
Somehow, this resolution (although it's the native one for this monitor), doesn't look very nice to me.
Menus and fonts, are way small.
Is it possible, to change it to 1280X720?
(I can always change to 1024X768, but it's 4:3, while the monitor is for 16:9).
I know that my monitor supports 1280X720, because I can set it at Windows, without any problems.
TIA!
My xorg.conf:
Code:
# nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 304.51 (buildd@komainu) Fri Oct 12 12:53:49 UTC 2012 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: builtin, VertRefresh source: builtin Identifier "Monitor0" VendorName "Unknown" ModelName "CRT-0" Option "UseEDIDFreqs" "false" HorizSync 31 - 101 VertRefresh 59.8 ModeLine "1360x768_59.80" 84.43 1360 1424 1568 1776 768 769 772 795 -hsync +vsync Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 6150SE nForce 430" EndSection Section "Screen" # Removed Option "metamodes" "1152x864_60 +0+0; nvidia-auto-select +0+0" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "Stereo" "0" Option "nvidiaXineramaInfoOrder" "CRT-0" Option "metamodes" "1360x768_59.80 +0+0; nvidia-auto-select +0+0" SubSection "Display" Depth 24 EndSubSection EndSection
Comment