Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
1280x800 warum nicht?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Blackburns_gentoo
Guru
Guru


Joined: 26 Feb 2005
Posts: 412
Location: switzerland, Tägerwilen 127.0.0.1

PostPosted: Sun Jul 10, 2005 11:24 am    Post subject: 1280x800 warum nicht? Reply with quote

Hi Leute,
Ich hab hier noch ein problem abgesehen von der nvidia 3D unterstüzung,
ich kann bei meinem NoteBook nicht die volle 1280x800 auflösung nutzen egal was ich konfiguriere in der Xorg.conf er macht mir immer 1024x768. das find ich net so toll ?:? kann mir da jemand weiter helfen ?
MFG
BlackBurns_Gentoo
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Sun Jul 10, 2005 11:35 am    Post subject: Reply with quote

So wahrscheinlich auch schon probiert?

Code:
Section "Screen"
    [...]
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1280x800"
        ViewPort    0 0
    EndSubsection


Pass auf Redundanzen auf, also nicht Zwei SubSections mit Depth 24!!
Wenn du 16 Bit Tiefe verwendest, eben anpassen ;-)

Hoffe das hilft

Franz

Ach ja... Du musst eventuell noch in deinem Kde (oder sonst was) die Auflösung einstellen.
Code:
kcontrol -> angeschlossene Geräte -> Anzeige -> Bildschirmauflösung -> 1280 x 800
Back to top
View user's profile Send private message
Blackburns_gentoo
Guru
Guru


Joined: 26 Feb 2005
Posts: 412
Location: switzerland, Tägerwilen 127.0.0.1

PostPosted: Sun Jul 10, 2005 11:44 am    Post subject: Reply with quote

Code:

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
        Option     "AllowGLXWithComposite"
   DefaultDepth 24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes     "1280x800"
   EndSubSection
EndSection

so siet das zur zeit aus, und es klappt einfach net, warum kann eigentlich die auflösung nicht in KDE geändert werden??
Quote:
Your X server does not support resizing and rotating the display. Please update to version 4.3 or greater. You need the Resize And Rotate extension (RANDR) version 1.1 or greater to use this Feature.




MFG
BlackBurns_Gentoo
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Sun Jul 10, 2005 11:49 am    Post subject: Reply with quote

Blackburns_gentoo wrote:
Code:

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
        Option     "AllowGLXWithComposite"
   DefaultDepth 24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes     "1280x800"
   EndSubSection
EndSection

so siet das zur zeit aus, und es klappt einfach net.

Sch... weiß nicht weiter (Viewport ans Ende stellen? sollte es aber nicht sein...)
Quote:
warum kann eigentlich die auflösung nicht in KDE geändert werden??

Da müssen dann mehrere Auflösungen in der xorg.conf angegeben werden, z.B.
Code:
Modes "1280x800" "1024x768" "1024x600" [...]

dann kannst du erst im Kde was ändern.

Hoffentlich weiß noch jemand was zu deinem Problem.

Gruß

Franz
Back to top
View user's profile Send private message
Blackburns_gentoo
Guru
Guru


Joined: 26 Feb 2005
Posts: 412
Location: switzerland, Tägerwilen 127.0.0.1

PostPosted: Sun Jul 10, 2005 12:29 pm    Post subject: Reply with quote

ne, das hat keinen unterschied gemacht :
Code:


Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        Option     "AllowGLXWithComposite" "true"
        DefaultDepth 24
        SubSection "Display"
                Depth     24
                Modes     "1280x800" "1024x768" "800x600" "640x480"
                Viewport   0 0
        EndSubSection
EndSection

Danke trotz dem viel mals :)
Kann mir sonst wer helfen?
Ich krieg das einfach nicht hin.


MFG
BlackBurns_Gentoo
Back to top
View user's profile Send private message
Silicoid
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jul 2004
Posts: 144
Location: Erde

PostPosted: Sun Jul 10, 2005 1:18 pm    Post subject: Reply with quote

Schau dir doch mal dein xorg-Logfile (/var/log/Xorg.0.log) an und such da nach 1280x800. Ich vermute mal, da wirst du was finden wie "Auflösung nicht unterstützt". Da hatte ich auch schonmal Probleme, hab lange gesucht und es nicht hinbekommen. Ich hab sogar in Mailinglisten gefunden, daß du da dann keine Chance hast. Hab dann das Notebook zurückgegeben (da es hieß "Linux zertifiziert" und mir der Hersteller auch nicht sagen konnte was zu tun ist).
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Sun Jul 10, 2005 1:26 pm    Post subject: Reply with quote

Hab noch einen Thread gefunden, der dir helfen könnte:
Klick
Hängt vielleicht mit den Refresh-Raten zusammen...
Back to top
View user's profile Send private message
Blackburns_gentoo
Guru
Guru


Joined: 26 Feb 2005
Posts: 412
Location: switzerland, Tägerwilen 127.0.0.1

PostPosted: Sun Jul 10, 2005 1:27 pm    Post subject: Reply with quote

aha, okey:
Code:
.........
(II) VESA(0): Monitor0: Using default vrefresh range of 43.00-72.00 Hz
(II) VESA(0): Not using mode "1280x800" (no mode of this name)
(--) VESA(0): Virtual size is 1024x768 (pitch 1024)
(**) VESA(0): *Built-in mode "1024x768"
(**) VESA(0): *Built-in mode "800x600"
(**) VESA(0): *Built-in mode "640x480"
(==) VESA(0): DPI set to (75, 75)
(II) VESA(0): Attempting to use 60Hz refresh for mode "640x480" (112)
.........

vieleich liegt es auch daran das ich imoment vesa nutze und nicht nividia ,da nvidia noch viele probleme macht.


MFG
Blackburns_Gentoo
Back to top
View user's profile Send private message
mathes.s
Apprentice
Apprentice


Joined: 18 Apr 2003
Posts: 279
Location: Brunswick, Germany

PostPosted: Sun Jul 10, 2005 1:33 pm    Post subject: Reply with quote

Hi,
also bei mir läuft es mit diesen einstellungen.

Code:
Section "Modes"
Identifier      "TheModelines"
# 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
  Modeline "1280x800_60.00"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync
EndSection


und
Code:
Section "Device"
    Identifier  "vid1"
    Driver      "vesa"
    #VideoRam    16384
    # Insert Clocks lines here if appropriate
EndSection


und
Code:
Section "Screen"
    Identifier  "Screen 1"
    Device      "vid1"
    Monitor     "mon1"
    DefaultDepth 24
    Option      "FlatPanelProperties" "Scaling=Centered"

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x800" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection


Des weiteren musst du noch in der Mointor Section die Option:
Code:
UseModes    "TheModelines"
einfügen.

die Modelline habe ich mit
Code:
gtf 1280 800 60
herrausbekommen.

mfg Mathes
Back to top
View user's profile Send private message
Blackburns_gentoo
Guru
Guru


Joined: 26 Feb 2005
Posts: 412
Location: switzerland, Tägerwilen 127.0.0.1

PostPosted: Sun Jul 10, 2005 2:51 pm    Post subject: Reply with quote

komisch, dieses "Section "Modes" " giebts bei mir garnicht , und "UseModes "TheModelines" " in der monitor section macht nur fehler.
bei der screen section macht es geändert null unterschied...

hm, vieleicht muss ich est den nvidia fehler korigiren, und hoffen das 1280x800 dan unterstüzt wirt ,
das dumme is immer wen ich den treiber "nvidia" eintrage in der xorg, (und den hab ich gemergt "nvidia-kernel" und der lauft auch ordnungsgemäs) dan schmiert mir immer mein notebook ab beim starten des xserver das heist blackscreen und keine reationnen mehr auf nix :evil:
dabei sagt mir lsmod:
Code:

VAIO ~ # lsmod
Module                  Size  Used by
nvidia               3468156  0


was kann da noch faltsch sein? unter windows, (das vorinstaliert war) konnte man für die Geforce 6200 GO nich den standart Geforce treiber nehmen , ich dachte das währe anders unter Gentoo , sollte es eigentlich doch auch oder? wen das modul geladen werden kann oder??


MFG
BlackBurns_Gentoo
Back to top
View user's profile Send private message
mathes.s
Apprentice
Apprentice


Joined: 18 Apr 2003
Posts: 279
Location: Brunswick, Germany

PostPosted: Sun Jul 10, 2005 2:54 pm    Post subject: Reply with quote

Hi,
die Section Modes musst du selber erstellen, dann sollte auch die UseModes Option kein Fehler mehr machen, da diese ja auf den Identifier zugreift der in der Modes Section steht.

mfg Mathes
Back to top
View user's profile Send private message
Blackburns_gentoo
Guru
Guru


Joined: 26 Feb 2005
Posts: 412
Location: switzerland, Tägerwilen 127.0.0.1

PostPosted: Sun Jul 10, 2005 3:05 pm    Post subject: Reply with quote

okey, das war mein fehler sorry , nun jetzt geht es mit diese "mods" section naja, aber unterschied hat es keinen gebracht , immer noch 1024x768 anstelle von 1280x 800 was könnte es den noch sein?


MFG
BlackBurns_Gentoo
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5205

PostPosted: Sun Jul 10, 2005 3:33 pm    Post subject: Reply with quote

wegen nvidia muß auch nvidia-glx installiert sein, zumindestens für die 3d-unterstützung notwendig.

Da nvidia-glx auch den "xorg-treiber-modul" installiert.

gruß

firefly
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
Blackburns_gentoo
Guru
Guru


Joined: 26 Feb 2005
Posts: 412
Location: switzerland, Tägerwilen 127.0.0.1

PostPosted: Sun Jul 10, 2005 3:58 pm    Post subject: Reply with quote

das hab ich , genau so wie bei meinem normalen pc auch.

MFG
BlackBurns_Gentoo
Back to top
View user's profile Send private message
Blackburns_gentoo
Guru
Guru


Joined: 26 Feb 2005
Posts: 412
Location: switzerland, Tägerwilen 127.0.0.1

PostPosted: Sun Jul 10, 2005 10:10 pm    Post subject: Reply with quote

habs jetzt noch mal erneut gemergt ohne unterschied.


Mist was kann ich noch tun?


MFG
BlackBurns_Gentoo
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum