Portál AbcLinuxu, 6. května 2025 16:41

Dotaz: Asus F3F, gentoo, jak na externi monitor?

Gilhad avatar 1.7.2007 16:16 Gilhad | skóre: 20 | blog: gilhadoviny
Asus F3F, gentoo, jak na externi monitor?
Přečteno: 1180×
Odpovědět | Admin
Mam Asus F3f s Intel GMA 950.

Pouzivam 915resolution a chodi mi dobre, ale neumim pripojit externi monitor.

Zkousel jsem to s monitorem od sveho desktopu, ktery zvlada az 1600x1200, ale nedari se mi.

Po pripojeni monitoru zmizi hlaska "No connection", ale v Xkach je porad cerny, at uz mam plne rozliseni 1280x800, nebo prepnu na 640x480. V textovem rezimu ukazuje totez co LCD notebooku.

Co mam udelat, aby mi podobne fungoval i v grafickem rezimu?

Řešení dotazu:


Nástroje: Začni sledovat (1) ?Zašle upozornění na váš email při vložení nového komentáře.

Odpovědi

kozzi avatar 1.7.2007 16:31 kozzi | skóre: 55 | blog: vse_o_vsem | Pacman (Bratrušov)
Rozbalit Rozbalit vše Re: Asus F3F, gentoo, jak na externi monitor?
Odpovědět | | Sbalit | Link | Blokovat | Admin
CHyby bude v nastaveni Xek, musíš mít nastaveny dva screeny jeden ti pojede na booku a druhej na ext. monitoru. Musíš mít nastaveny dvě sekce pro zařízení i pro monitor atd... Hoď sem tvuj /etc/X11/xorg.conf a já se mrknu co je třeba změnit.
Linux je jako mušketýři "jeden za všechny, všichni za jednoho"
Gilhad avatar 1.7.2007 18:24 Gilhad | skóre: 20 | blog: gilhadoviny
Rozbalit Rozbalit vše Re: Asus F3F, gentoo, jak na externi monitor?
To zni rozumne ;-) Ja zatim Xka moc nenastavoval, kdyz se to rozebehlo a chodilo to, tak mi to stacilo .. ;-)

Jedine co potrebuju je DRI a aspon 2 rozliseni (velke, male), na zbytku nezalezi ;-)
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
#    Load        "type1"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
    Load       "dri"
EndSection


# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

#    RgbPath    "/usr/share/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# 

    FontPath   "/usr/share/fonts/misc/"
#    FontPath   "/usr/share/fonts/TTF/"
#    FontPath   "/usr/share/fonts/OTF"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/misc/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/lib/X11/fonts/Type1/"
#    FontPath   "/usr/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/lib/X11/fonts/freefont/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/100dpi/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/lib/modules"

EndSection

Section "DRI"
   Mode 0666
EndSection

Section "Device"
        Identifier  "intel"
        Driver      "i810"
        Screen          0
        BusID       "PCI:0:2:0"
        Option      "VBERestore" "true"
        VideoRam    131072
        Option      "BackingStore" "true"
        Option      "BusType" "PCIE"
        Option      "NoAccel" "false"
        Option      "DRI" "true"
        Option "MonitorLayout" "CRT,LFP"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        HorizSync       28-64
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "intel"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Viewport        0 0
                Depth           24
                Modes           "1280x800" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Dual-monitor Layout"
        Screen 0        "Default Screen"
#        InputDevice     "Generic Keyboard"
#        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

EndSection

# **********************************************************************
kozzi avatar 1.7.2007 18:44 kozzi | skóre: 55 | blog: vse_o_vsem | Pacman (Bratrušov)
Rozbalit Rozbalit vše Re: Asus F3F, gentoo, jak na externi monitor?
No to co posilam by melo zaridit ze kdyz najedes do Xek tak na booku ti to pojede jako obvykle a na externim monitoru by mel byt spustenej prazdne screen takze kdyz najedes mysi do leve strany tak by mela mys prejet z bookoviho monitoru na externi monitor, tak to zkus:
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
#    Load        "type1"
    Load        "freetype"
#    Load        "xtt"

# This loads the GLX module
    Load       "glx"
# This loads the DRI module
    Load       "dri"
EndSection


# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

#    RgbPath    "/usr/share/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# 

    FontPath   "/usr/share/fonts/misc/"
#    FontPath   "/usr/share/fonts/TTF/"
#    FontPath   "/usr/share/fonts/OTF"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/misc/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/lib/X11/fonts/Type1/"
#    FontPath   "/usr/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/lib/X11/fonts/freefont/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/100dpi/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/lib/modules"

EndSection


Section "Device"
        Identifier  "intel0"
        Driver      "i810"
        Screen          0
        BusID       "PCI:0:2:0"
        Option      "VBERestore" "true"
        VideoRam    131072
        Option      "BackingStore" "true"
        Option      "BusType" "PCIE"
        Option      "NoAccel" "false"
        Option      "DRI" "true"
        Option "MonitorLayout" "LFP"
EndSection

Section "Device"
        Identifier  "intel1"
        Driver      "i810"
        Screen          1
        BusID       "PCI:0:2:0"
        Option      "VBERestore" "true"
        VideoRam    131072
        Option      "BackingStore" "true"
        Option      "BusType" "PCIE"
        Option      "NoAccel" "false"
        Option      "DRI" "true"
        Option "MonitorLayout" "CRT"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor0"
        Option          "DPMS"
        HorizSync       28-64
        VertRefresh     43-60
EndSection

Section "Monitor"
        Identifier      "Generic Monitor1"
        Option          "DPMS"
        HorizSync       28-64
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "intel0"
        Monitor         "Generic Monitor0"
        DefaultDepth    24
        SubSection "Display"
                Viewport        0 0
                Depth           24
                Modes           "1280x800" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "intel1"
        Monitor         "Generic Monitor1"
        DefaultDepth    24
        SubSection "Display"
                Viewport        0 0
                Depth           24
                Modes           "1280x800" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Dual-monitor Layout"
	Screen      0  "Screen0" 0 0
    	Screen      1  "Screen1" LeftOf "Screen0"
    	InputDevice    "Mouse1" "CorePointer"
    	InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "DRI"
        Mode    0666
EndSection


EndSection

# ********************************************************************** 
Linux je jako mušketýři "jeden za všechny, všichni za jednoho"
Gilhad avatar 1.7.2007 23:25 Gilhad | skóre: 20 | blog: gilhadoviny
Rozbalit Rozbalit vše Re: Asus F3F, gentoo, jak na externi monitor?
Zkusil jsem to a stezovalo si ze nema Device pro PCI 0:2:1 - tak jsem jednu z nich (screen1) pozmenil - ted to ale nabehne do grafiky (asi) a jak monitor, tal LCD jsou cerne - ps mi pritom vypisuje, ze programy v grafice obvykle bezi.

Navic bych spis potreboval, aby oba monitory (LCD NB i ten externi) ukazovaly totez - chci to kvuli filmum v mplayeru (casem i na na projektor) ... ale to by snad mohlo resit
Screen1 relative screen0 0 0
v layoutu?
1.7.2007 23:30 alium | skóre: 38 | blog: Category 1100
Rozbalit Rozbalit vše Re: Asus F3F, gentoo, jak na externi monitor?
zkus přidat do sekce
Section "Device"
                Option          "MonitorLayout"         "NONE,CRT+LFP"
Gilhad avatar 9.7.2007 03:03 Gilhad | skóre: 20 | blog: gilhadoviny
Rozbalit Rozbalit vše Re: Asus F3F, gentoo, jak na externi monitor?
Porad s tim nejak nedokazu hnout, ale myslim si, ze problem by mohl byt tady (ze neni attachnuto nic, i kdyz v textovem rezimu na to monitoru normalne vidim to, co na LFP):
    (==) I810(0): Device Presence: disabled.
    (==) I810(0): Display Info: enabled.
    (II) I810(0): Broken BIOSes cause the system to hang here.
    |-------      If you encounter this problem please add
    |-------|------- Option "DisplayInfo" "FALSE"
    |-------      to the Device section of your XF86Config file.
    (II) I810(0): Display Info: CRT: attached: FALSE, present: TRUE, size: (720,400)
    (II) I810(0): Display Info: TV: attached: FALSE, present: TRUE, size: (1024,768)
    (II) I810(0): Display Info: DFP (digital flat panel): attached: FALSE, present: FALSE, size: (0,2059)
    (II) I810(0): Display Info: LFP (local flat panel): attached: TRUE, present: TRUE, size: (1280,800)
    (II) I810(0): Display Info: Second (second CRT): attached: FALSE, present: FALSE, size: (0,2059)
    (II) I810(0): Display Info: TV2 (second TV): attached: FALSE, present: FALSE, size: (0,2059)
    (II) I810(0): Display Info: DFP2 (second digital flat panel): attached: FALSE, present: FALSE, size: (0,2059)
    (II) I810(0): Display Info: LFP2 (second local flat panel): attached: FALSE, present: FALSE, size: (0,2059)
    (II) I810(0): Size of device LFP (local flat panel) is 1280 x 800
Gilhad avatar 9.7.2007 04:45 Gilhad | skóre: 20 | blog: gilhadoviny
Rozbalit Rozbalit vše Re: Asus F3F, gentoo, jak na externi monitor?
Problem byl v tom, ze ten externi monitor musi byt pripojeny pred zapnutim notebooku. Ted mi to pri startu Xek zhasne LFP a na externim monitoru to precuhuje o kus do leva (asi 150 bodu?), ale uz to aspon neco ukazuje ...

(Pokud to spustim bez 915resolution, tak je to jednak posunute, jednak mensi a zbytek CRT je pokryty opakovanim obrazu)

Ale uz se s tim aspon neco da delat, zkusim prijit na uplne spravne reseni ...
Gilhad avatar 9.7.2007 05:22 Gilhad | skóre: 20 | blog: gilhadoviny
Rozbalit Rozbalit vše Re: Asus F3F, gentoo, jak na externi monitor?
Takze mi nakonec perfektne pomohl navod (a hlavne xorg.conf) uvedeny tady:

http://dotcommie.net/projects/XPS-M1210/

Uz mi to chodi tak, jak to potrebuju. (Asi to chtelo to Clone ...)

Založit nové vláknoNahoru

Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.