Jump to content



Προτάσεις για TFT στις 24" ?


mariosalice

Recommended Posts

Αρχική απάντηση από MaGiCMaN

για ποιο λογο σωτηρη γινεται αυτο? suse 10 ?

καμία σχέση με την οθόνη προφανώς, πλάκα κάνω. απλά χάσαμε το file system για κάποιο λόγο, μάλλον λόγω hardware προβλήματος του δίσκου.

  • Replies 91
  • Created
  • Last Reply

Μια χαρά παίζει σε Linux

Το μόνο που χρειάστηκε ήταν να κάνω ξανά εγκατάσταση τους οδηγούς Nvidia.

Την οθόνη την αναγνώρισε το το Yast από το CD της Samsung.

Επιτέλους ξανά στα Linux.

post-2226-1416072748,0326_thumb.jpg

:OT: επειδή το flash χαλάει τη φάση και δεν μπορούμε να δούμε ποιότητα από χρώματα, κάνε ένα κόπο και shoot-άρισε υπό γωνία και μετά κάνε ένα perspective crop ;) :OT:

Βέβαια δεν πέτυχα ακόμα όσα θέλω.

Δεν έχω δοκιμάσει ακόμα την εντολή ενεργοποίησης του SLI.

Τη δεύτερη οθόνη την έβαλα στη δεύτερη κάρτα γραφικών.

Ξέρω οτι το Linux βλέπει και τις δυο κάρτες αλλά πρέπει να κάνω κάποιες ρυθμίσεις για να δω τη δεύτερη οθόνη σε Non - SLI mode.

Σε SLI mode δουλεύει μόνο μια οθόνη όπως και στα Windows.

Αρχική απάντηση από Georgesod [Σήμερα, στις 18:48]

:OT: επειδή το flash χαλάει τη φάση και δεν μπορούμε να δούμε ποιότητα από χρώματα, κάνε ένα κόπο και shoot-άρισε υπό γωνία και μετά κάνε ένα perspective crop ;) :OT:

Ανέβασα καλύτερη εικόνα αλλά υπάρχουν και οι εικόνες των Windows για να δεις τα χρώματα.

Επειδή είμαι κι εγώ πλέον ευτυχής κάτοχος 24άρας βρήκα το modline:


Modeline "1920x1200" 154.128 1920 1968 2000 2080 1200 1203 1209 1235 -hsync -vsync

Δυστυχώς στη main διανομή μου μου έχει χτυπήσει το filesystem και δεν έχω προλάβει να κάνω πολλές δοκιμές.

Από εδώ είναι το modline, λογικά οι ρυθμίσεις πρέπει να είναι identical:

http://www.jwdt.com/~paysan/dell2405fpw.html

I've just got my Dell 2405FPW, a 24" 1920x1200 widescreen TFT display with a Samsung PVA panel, and it's awsome. Endless space on the desk (Acrobat can show two A4 pages side by side, and the table of contents left to it), sharp, bright, fast (neither Tuxracer, Quake 3A nor HD Video shows any blur, confirming the 12ms/16ms switch times in the spec). Note that LCDs always blur when you follow some small spot (e.g. mouse cursor) with your eyes, since the LCD is "always on", while a CRT flickers. This problem might be solved in future, with LED backlights, which however will bring us back flickering.

You should keep at least 60cm (24") away, because at that distance, the individal pixels don't show up, and the contrast is still perfect in the corners. So far, there's only one defect green subpixel in the lower right corner (which took me days to find it), and one close to the center of the top (found after two months - I hope the screen won't degrade more).

Configuring under Linux with Xorg and DVI-D orignally was a bit difficult. There was no appropriate default 1920x1200 modeline, and the display is a bit picky in that mode. It wants exactly 60Hz, and the pixel clock must be less than 170Mhz (DVI-D limitation). However, after trying several modelines found on the Internet, one of them did work. I later found out that the monitor reports a valid modeline via DDC (nv driver), and this even works better, so this is what I've in my XF86Config (er, xorg.conf):

Modeline "1920x1200" 154.128 1920 1968 2000 2080 1200 1203 1209 1235 -hsync -vsync

at least with the nvidia binary driver (I've a GeForce 5600FX).

My GeForce FX 5600XT seem to have some problems with hsync during movies (single lines move a few pixel to the right and back at random). I see this problem on VGA (when using VGA only), and a bit less worse on DVI when I use DVI only. I have no such problem with a GeForce 6600 at work.

The solution for me is to set the "TwinView" option so that both VGA and DVI carry the same image. This seems to cure the problem. Add the following to the "Device" section:

Option "TwinView"

Option "HorizSync" "DFP-0: 30-81; CRT-0: 30-81"

Option "VertRefresh" "DFP-0: 56-76; CRT-0: 56-76"

# Option "MetaModes" "DFP-0: 1920x1200, CRT-0: 1024x768 @1920x1200"

Option "MetaModes" "DFP-0: 1920x1200, CRT-0: 1920x1200"

Option "ModeValidation" "DFP-0: NoMaxPClkCheck,NoEdidMaxPClkCheck"

Option "TwinViewOrientation" "Clone"

Option "ConnectedMonitor" "CRT-0, DFP-0"

Option "XvmcUsesTextures" "true"

This solution creates another problem: Syncing. For OpenGL, the solution is quite easy: Set the following variables in your .bash_profile:

export __GL_SYNC_DISPLAY_DEVICE=DFP-0

export __GL_SYNC_TO_VBLANK=1

And with the nvidia-settings program, under "X Server XVideo Settings" turn off all Sync options.

The NVidia drivers after 7174 and before 8756 (with OpenGL 2.0) don't allow my GeForce 5600XT to go past 140MHz on the DVI line. Fortunately, 8754 introduces the "NoMaxPClkCheck" option (see above) to work around that problem. The newer driver also recognises the mode line via EDID fine, and allows synchronizing to the DFP screen. The drivers in between worked on the GeForce 6600 at work (limited to 155MHz).

A few other programs need additional configuration: Add the following line to your .mplayer/config for correct aspect ratio:

monitoraspect=16:10

There are some negative points, though:

* VESA framebuffer modes are limited - I can boot into 1280x1024 with SuSE 9.3, though. Apparently, the BIOS reports that the panel is not larger than that.

* The panel triggers the IR sensor of my HiFi rack, which sits right behind me. I don't use the remote control anyway, because everything's within reach, but I had to seal the IR sensor.

* The On-Screen-Display is awful. I'd suggest to Dell to use the "+" and "-" buttons in DVI mode to directly controll brightness.

* I have negative feelings about Dell, because them being married with Chipzilla (Intel). However, in the display case, Dell sells both LG and Samsung panels, so there's no anti-competitive behavior.

* If you considder to buy this panel: delivery time is long. The delivery problem seems to be solved now, got seven more displays for the office without troubles.

I bought another seven panels for the office (in my function as sysadmin). The panel is the ideal size and resolution for EDA CAD stuff.

Κοίταξα αλλά δεν έχει modline στο modes σε μένα.

Αλλά δουλεύει μια χαρά η οθόνη στα 1920Χ1200.

Επίσης η εντολή

% nvidia-xconfig --sli=on

μου έβαλε στο

Section "Screen"

Option "SLI" "on"

Η δεύτερη κάρτα γραφικών αναγνωρίζεται οτι υπάρχει αλλά δεν φαίνεται οτι έχει active io.

Πριν τρέξω την εντολή όμως δεν ήταν active ούτε τα mem ενώ μετά την εντολή γίνανε active.

IRQ είχε πάρει και πριν την εντολή για SLI.

Δεν ξέρω ούτε αν πράγματι έχω ενεργοποιημένο το SLI και δεν ξέρω με ποιό τρόπο θα το ελέγξω (θα δω τα fps σε παιχνίδι μάλλον).

Θα ήθελα ακόμα αν μπορώ να βλέπει τη δεύτερη κάρτα ξεχωριστά και να μου δείχνει και στην οθόνη που έχω συνδέσει πάνω της το desktop.

sorry, modeline εννούσα, εκ παραδρομής έγραψα modline.

Αποκλείεται να μην έχει modelines, είναι η λίστα με τις αναλύσεις, όπου πιο κάτω (στο section screen νομίζω) μπορείς και καλείς κάποια από αυτές ανάλογα με τον τίτλο (π.χ. μπορείς να ονομάσεις μία 1920x1200_samsung και να καλείς αυτή).

Όταν επιδιορθώσω το reiserfs του SuSE θα δω τι παίζει ;)

Για το sli δεν έχω ιδέα, είμαι agp-ούχος.

Γενικότερα, αν τρέξεις το kdegears, αν το sli είναι ενεργοποιημένο, θα δεις περίπου το διπλό νούμερο ;)

Δοκιμές πάντως μπορείς να κάνεις πολύ απλά, κάνοντας edit το xorg.conf και τις διάφορες παραμέτρους, και μετά ctrl+alt+backspace σκοτώνεις τον xserver και ξαναξεκινά με τις νέες ρυθμίσεις.

Αν δεν ρυθμιστεί σωστά βέβαια (π.χ. έχει κάποιο χοντρό λάθος), θα σε βγάλει εκτός γραφικού περιβάλλοντος. Λογικά μετά από τόση εμπειρία που έχεις αποκτήσει δεν θα σου είναι πρόβλημα αυτό :)

Δεν έχω modeline.

Φαίνεται οτι δεν είναι απαραίτητο.

Section "Modes"

Identifier "Modes[0]"

EndSection

Εν τούτοις στο /etc/X11/xorg.conf.saxsave έχει modeline

Section "Modes"

Identifier "Modes[0]"

ModeLine "800x600" 29.4 800 816 896 992 600 601 604 617 # 1. Try

κλπ

EndSection

Χμ, κάτι θα παίζει με το SaX2 (που είναι του SuSE κόλπο).

Δεν εξηγείται αλλιώς.

Ποιο έχεις, το 10 ή το 10.1?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Δημιουργία...

Important Information

Ο ιστότοπος theLab.gr χρησιμοποιεί cookies για να διασφαλίσει την καλύτερη εμπειρία σας κατά την περιήγηση. Μπορείτε να προσαρμόσετε τις ρυθμίσεις των cookies σας , διαφορετικά θα υποθέσουμε ότι είστε εντάξει για να συνεχίσετε.