I just install oS11.4 64 bits under a HP 420 with intel video card … everything seems to be fine except for the screen resolution that show 1024x786 every time i boot the laptop, soh i just go under kde4 “Display and Monitor” and setup for “1366x786”. How can i force my system to use “1366x768” by default … Sax2 doesn’t exists any more and “xorg.conf” it’s not even there …
can i pass the screen resolution during the boot
or edit manualy a “xorg.conf” ?
Second: Open 50-monitor.conf as root with Alt+F2 → kdesu kwrite /etc/X11/xorg.conf.d/50-monitor.conf
The file should look like this:
Section "Monitor"
Identifier "Default Monitor"
## If your monitor doesn't support DDC you may override the
## defaults here
#HorizSync 28-85
#VertRefresh 50-100
## Add your mode lines here, use e.g the cvt tool
EndSection
Third: Copy the output from cvt into the file:
Section "Monitor"
Identifier "Default Monitor"
## If your monitor doesn't support DDC you may override the
## defaults here
#HorizSync 28-85
#VertRefresh 50-100
## Add your mode lines here, use e.g the cvt tool
Modeline "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
EndSection
Just a guess:
Did you try to Save as Default additionally to Apply when configuring the graphics at the “Display & Monitor” setup?
If not try it out, maybe that will do the trick.
that almost work during the boot the screen goes all crazy altening to 1280x768 and then to may be 800x600 and finally when i log into kde , kde set the screen to 1368x768…
not ideal but works …
tks
this weekend i 'll try to conf my xorg.conf propelly …