You are not logged in.

#1 2006-06-13 10:05:04

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

How make that KDE starts with 800x600 rezoliution?

Then I start KDE my monitor LCD  inproperly, in half size of screen, show 1024x768 resoliution.
If I try change resoliution from KDE, then it exit from Deskop Environment and write somethings errors.
How make, that KDE starts with not 1024x768 resoliution?


Goodbye!

Offline

#2 2006-06-13 11:05:06

jaboua
Member
Registered: 2005-11-05
Posts: 634

Re: How make that KDE starts with 800x600 rezoliution?

Is multiple resolutions set up in /etc/X11/xorg.conf? If so, the KDE tool should be able to change resolution at startup - but there's another way too: the resolution mentioned first will be used. Look here, from my xorg.conf:

Section "Screen"
    Identifier  "Screen 1"
    Device      "NVIDIA GeForce2 MX"
    Monitor     "HP Pavilion v90"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
EndSection

DefaultDepth is 24, and 1280x1024 is listed first in 24bit mode, so 24bit 1280x1024 will be used by default, but it will be possible to switch to 16bit mode and to 1024x768 or 800x600 pixels.

Offline

#3 2006-06-13 12:41:56

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How make that KDE starts with 800x600 rezoliution?

Thanks,
My monitor not suport 24 bit depth with 1024x768 resoliution.
Thanks, I will try.


Goodbye!

Offline

#4 2006-06-13 13:48:08

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How make that KDE starts with 800x600 rezoliution?

In "/etc/x11" "xorg.conf" file not is.
Now then I chose archlinux from lilo boot, automatily start windows, were possible chose whith Deskop Environment run and with whith user. And if in KDE change resoliution from 1024x768 to 800x600 it restarts Deskop Environment to window with whith user login.


Goodbye!

Offline

#5 2006-06-13 15:37:59

mingfal
Member
Registered: 2005-11-07
Posts: 32

Re: How make that KDE starts with 800x600 rezoliution?

alikas wrote:

In "/etc/x11" "xorg.conf" file not is.

It means you are using the default setting of xorg and maybe that dont fit your computer,so you should go to configure xorg using hwd(it was broken and i dont know if it is fixed now) or xorgconfig.
you can go to http://wiki.archlinux.org/index.php/Xorg for more details.

Offline

#6 2006-06-13 17:17:33

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How make that KDE starts with 800x600 rezoliution?

Thanks!


Goodbye!

Offline

#7 2006-06-14 05:55:46

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How make that KDE starts with 800x600 rezoliution?

It not only KDE starts with 1024x768 rezoliution, but, and fluxbox, and openbox start with 1024x768 rezoliution.
How make that fluxbox for example starts with 1024x768 rezoliution with 16 bit depth or less than 1024x768 resoliution, for example 800x600?


Goodbye!

Offline

#8 2006-06-14 10:34:23

jaboua
Member
Registered: 2005-11-05
Posts: 634

Re: How make that KDE starts with 800x600 rezoliution?

alikas wrote:

It not only KDE starts with 1024x768 rezoliution, but, and fluxbox, and openbox start with 1024x768 rezoliution.
How make that fluxbox for example starts with 1024x768 rezoliution with 16 bit depth or less than 1024x768 resoliution, for example 800x600?

Section "Screen"
    Identifier  "Screen 1"
    Device      "NVIDIA GeForce2 MX"
    Monitor     "HP Pavilion v90"
    DefaultDepth 16
    Subsection "Display"
        Depth       16
        Modes       "800x600" "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection 

Change xorg.conf like I explained earlier - find the screen section first. The code above is how I would modify it - since 800x600 is written first, it will start at 800x600 but 1024x768 will be available. Defaultdepth is 16bit (and 24bit is not available). But don't copy&paste the entire piece of code, since your device and monitor probably have another name wink

Offline

#9 2006-06-14 13:21:49

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How make that KDE starts with 800x600 rezoliution?

I make that starts with 800x600 rezoliution KDE.
But little too big horizontal rezoliution, incorect show (little cut from left or right, about three pixels, in monitor menu not possible good configure position, or left screen cut or right), not show all Deskop.
How make, that show all Deskop?


Goodbye!

Offline

#10 2006-06-14 21:46:58

jaboua
Member
Registered: 2005-11-05
Posts: 634

Re: How make that KDE starts with 800x600 rezoliution?

It is usually possible from the monitor (I've never seen a monitor that can't adjust position/size), but if it's like that you can try using "xvidtune" to change position/size of the displayed image.

Offline

#11 2006-06-15 05:53:48

alikas
Member
From: Lithuania, Vilnius
Registered: 2006-05-24
Posts: 319
Website

Re: How make that KDE starts with 800x600 rezoliution?

My monitor, only can ajust position. It on liquefy crystals, flat and tight (COMPAQ TFT450).
Thanks, then I write "xvidtune", computer write:

Vendor: , Model:
Num hsync: 1, Num vsync: 1
hsync range 0:  28.00 -  96.00
vsync range 0:  50.00 -  75.00
Video are not settable on this chip


Goodbye!

Offline

Board footer

Powered by FluxBB