Jump to content

SUBIECTE NOI
« 1 / 5 »
RSS
Ballerina (2023)

Recomandare boxe

Advanced Weapons of Ghana

Wallbox Witty Start by Hager 22KW
 Actualizare drivere (DUMo)

PC uneori nu inregistreaza click ...

obtinere proiect instalatii sanit...

Numere pe BG si politia
 Ce soft monitorizare trafic / vit...

Twisted Metal

Capcana purici. Insecticid nevata...

Ce sa aleg intre ryzen 7 5700G si...
 Unde gasesc butelii cu butan ?

DGITL Sector 4 - interactiune onl...

Boxe behringer b1520 pro

Verificare lucrari suprainaltare ...
 

Schimbarea rezolutiei? Slackware 11

- - - - -
  • Please log in to reply
3 replies to this topic

#1
Thritium

Thritium

    Junior Member

  • Grup: Members
  • Posts: 234
  • Înscris: 01.04.2006
Cum pun rezolutia de 1280x1224 pe Slackware linux 11.0 ?ca merge doar pana la 1224x768?

#2
vulcaneanul

vulcaneanul

    Member

  • Grup: Members
  • Posts: 415
  • Înscris: 26.08.2005

View PostThritium, on Dec 3 2006, 13:10, said:

Cum pun rezolutia de 1280x1224 pe Slackware linux 11.0 ?ca merge doar pana la 1224x768?
editeaza /etc/X11/xorg.conf
adaugi linia asta

SubSection "Display"
                Depth           24
                Modes           "1280x1224" "1024x768" "800x600" "640x480"
        EndSubSection

#3
Thritium

Thritium

    Junior Member

  • Grup: Members
  • Posts: 234
  • Înscris: 01.04.2006
Section "Screen"
	Identifier  "Screen 1"
	Device	  "VESA Framebuffer"
	Monitor	 "My Monitor"

# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.

#   DefaultDepth 8
#   DefaultDepth 16
  DefaultDepth 24
  

# "1024x768" is also a conservative usable default resolution.  If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)

	Subsection "Display"
		Depth	   8
	   Modes "1280x1224" "1024x768" "800x600" "640x480"
	EndSubsection
	Subsection "Display"
		Depth	   16
Modes "1280x1224" "1024x768" "800x600" "640x480"
	EndSubsection
	Subsection "Display"
		Depth	   24
	  Modes "1280x1224" "1024x768" "800x600" "640x480"
	EndSubsection
	Subsection "Display"
		Depth	   32
	   Modes "1280x1224" "1024x768" "800x600" "640x480"
	EndSubsection

EndSection

Asa arata sectiunea din xorg.conf care am modificato ..da' nu mere ... tot nu imi da optiune sa setez rezolutia la 1280x1224

Alte idei? Am auzit ceva de un program xfree86 ..da' nu reusesc sa-l gasesc...

#4
florin16

florin16

    New Member

  • Grup: Members
  • Posts: 12
  • Înscris: 03.12.2006
Nu stiu sigur dar s-ar putea ca driverul pe cale l-ai ales "VESA framebuffer" sa nu suporte aceasta rezolutie.
Ar trebui sa ai o sectiune (sau mai multe) pentru placa video, cu nume, driver... Ce placa video ai? Si sectiune pentru monitor.
Ex.:
Section "Device"
    Identifier  "atif"
    Driver      "radeon"
    VideoRam    65536
    # Insert Clocks lines here if appropriate
EndSection

....

Ex. Pentru screen1:
Section "Screen"
    Identifier  "Screen 1"
    Device      "atif"
    Monitor     "ibmf"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection

Anunturi

Bun venit pe Forumul Softpedia!

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

Forumul Softpedia foloseste "cookies" pentru a imbunatati experienta utilizatorilor Accept
Pentru detalii si optiuni legate de cookies si datele personale, consultati Politica de utilizare cookies si Politica de confidentialitate